@import url("https://fonts.googleapis.com/css2?family=Abel&family=Dosis&display=swap");
article.page, article.estimation {
max-width: 1100px;
margin: 0 auto;
}
.page-title {
padding-top: 10px;
}
.page-title .entry-title {
padding: 10px 0;
display: inline-block;
}
.page-title a {
display: inline-block;
float: right;
padding: 5px 15px;
font-size: 20px;
cursor: pointer;
color: white;
background-color: #1d8950;
margin-left: 10px;
}
.page-title a:after {
content: ">";
display: inline-block;
font-size: 16px;
padding: 3px;
border-radius: 50px;
border: 1px #fff solid;
margin-left: 5px;
width: 20px;
height: 20px;
padding: 0;
line-height: 19px;
text-align: center;
vertical-align: 1px;
}
.page-title h2 {
float: right;
margin-right: 20px;
font-size: 20px;
color: red;
margin: 13px 20px;
font-weight: bold;
}
.w_icon {
margin-right: 10px;
}
.w_icon::before {
content: " ";
display: inline-block;
width: 16px;
height: 16px;
margin-right: 5px;
}
#top-header {
background-color: #E4E6E8;
}
#top-header .container {
padding: 7px 30px;
font-family: "Abel", Helvetica, Arial, Lucida, sans-serif;
}
#top-header .container a {
color: #495765 !important;
text-decoration: none;
}
#top-header .container a::before {
display: inline-block;
vertical-align: -3px;
}
#top-header .container #et-info-phone::before {
background-image: url(//sanfranciscowallpaper.com/wp-content/themes/New_SF_Wallpaper/images/phone-gray.svg);
}
#top-header .container .et-info-email::before {
background-image: url(//sanfranciscowallpaper.com/wp-content/themes/New_SF_Wallpaper/images/envelope-gray.svg);
}
#top-header .container .et-info-instagram::before {
background-image: url(//sanfranciscowallpaper.com/wp-content/themes/New_SF_Wallpaper/images/instagram_gray.svg);
}
@media (max-width: 768px) {
#top-header .container {
text-align: center;
}
#top-header .container a {
display: block;
font-size: 15px;
}
#top-header .container .et-info-instagram {
display: none;
}
}
.inside-header {
padding: 0;
}
.site-branding {
background-size: contain;
background-repeat: no-repeat;
}
.site-branding a {
color: transparent !important;
}
@media (max-width: 768px) {
.site-branding {
max-width: 80%;
height: 50px;
}
}
@media (min-width: 769px) {
.site-branding {
width: 480px;
height: 64px;
}
}
body:not(.page-template-home) h1 {
background-color: #E4E6E8 !important;
font-size: 30px;
line-height: 50px;
color: #495765 !important;
text-align: center;
font-family: "Dosis";
}
h1.entry-title {
padding: 10px 20px !important;
}
h1.entry-title span {
display: block;
font-size: 18px;
}
.container {
max-width: 1200px;
margin: 0 auto;
}
.page-template-home .parallax_bg {
position: fixed;
top: 0;
left: 0;
z-index: -1;
}
.page-template-home .parallax_bg div {
position: fixed;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.35);
}
.page-template-home .container.top {
display: flex;
align-items: center;
}
.page-template-home .hero * {
color: white !important;
font-family: "Abel", Helvetica, Arial, Lucida, sans-serif;
font-weight: 700;
}
.page-template-home .hero h1 {
font-size: 48px;
text-shadow: 0.08em 0.08em 0.08em rgba(0, 0, 0, 0.4);
color: white;
padding-bottom: 10px;
}
.page-template-home .hero h2 {
font-size: 22px;
color: white;
max-width: 440px;
}
.page-template-home .hero a {
text-decoration: none;
font-size: 18px;
padding: 3px 20px;
border: 2px white solid;
border-radius: 20px;
margin: 25px 20px 0 0;
}
.page-template-home .white_bg {
background-color: white;
}
.page-template-home .white_bg .content {
padding: 25px 0;
}
@media (min-width: 769px) {
.page-template-home .white_bg .content {
display: flex;
flex-wrap: wrap;
}
.page-template-home .white_bg .content .left {
width: 48%;
padding-right: 2%;
}
.page-template-home .white_bg .content .right {
width: 48%;
padding-left: 2%;
}
}
.page-template-home .white_bg .content ul {
margin-left: 20px;
}
.et_pb_contact_form * {
font-family: "Dosis";
}
.et_pb_contact_form input[type=text], .et_pb_contact_form textarea, .et_pb_contact_form select {
font-size: 16px;
padding: 10px;
-webkit-appearance: none;
background-color: #eee;
width: 100%;
border-width: 1px;
border-radius: 0;
color: #999;
margin-bottom: 5px;
}
.et_pb_contact_form input[type=text]::-moz-placeholder, .et_pb_contact_form textarea::-moz-placeholder, .et_pb_contact_form select::-moz-placeholder {
opacity: 1;
color: #999;
}
.et_pb_contact_form input[type=text]::placeholder, .et_pb_contact_form textarea::placeholder, .et_pb_contact_form select::placeholder {
opacity: 1;
color: #999;
}
.et_pb_contact_form input[type=text].err, .et_pb_contact_form textarea.err, .et_pb_contact_form select.err {
border-color: red !important;
}
.et_pb_contact_form input[type=radio] {
margin-right: 8px;
vertical-align: 1px;
}
.et_pb_contact_form br {
display: block;
max-height: 5px;
}
.et_pb_contact_form .v_space {
margin-top: 10px;
display: block;
}
.page-template-about_us .container, .page-template-contact_us .container {
display: flex;
}
@media (max-width: 960px) {
.page-template-about_us .container, .page-template-contact_us .container {
flex-wrap: wrap;
}
.page-template-about_us .container > *, .page-template-contact_us .container > * {
padding: 0 15px;
}
.page-template-about_us .container .content, .page-template-about_us .container .image, .page-template-about_us .container .association, .page-template-contact_us .container .content, .page-template-contact_us .container .image, .page-template-contact_us .container .association {
width: 100%;
}
.page-template-about_us .container .image, .page-template-about_us .container .association, .page-template-contact_us .container .image, .page-template-contact_us .container .association {
text-align: center;
}
}
@media (min-width: 961px) {
.page-template-about_us .container .content, .page-template-contact_us .container .content {
width: 60%;
}
.page-template-about_us .container .image, .page-template-contact_us .container .image {
width: 37%;
margin: 0 0 0 3%;
}
.page-template-about_us .container .association, .page-template-contact_us .container .association {
width: 33.3%;
}
}
.page-template-past_projects {
position: relative;
}
.page-template-past_projects .images {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px 1%;
align-items: center;
}
.page-template-past_projects .image {
position: relative;
}
.page-template-past_projects .image img {
-o-object-fit: cover;
object-fit: cover;
height: 300px;
width: 100%;
}
@media (min-width: 961px) {
.page-template-past_projects .image {
width: 24%;
}
}
@media (max-width: 960px) and (min-width: 769px) {
.page-template-past_projects .image {
width: 33%;
}
}
@media (max-width: 768px) and (min-width: 481px) {
.page-template-past_projects .image {
width: 49%;
}
}
@media (max-width: 480px) {
.page-template-past_projects .image {
width: 100%;
}
}
.page-template-past_projects .image .overlay {
position: absolute;
display: inline-block;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: transparent;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
}
.page-template-past_projects .image .overlay span {
display: none;
transition: all 0.4s;
color: white;
font-size: 40px;
background-color: black;
text-align: center;
width: 40px;
height: 40px;
border-radius: 50%;
line-height: 32px;
}
.page-template-past_projects .image .overlay:hover {
background-color: rgba(255, 255, 255, 0.8);
}
.page-template-past_projects .image .overlay:hover span {
display: block;
}
.page-template-past_projects .overpage {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 101;
background-color: rgba(0, 0, 0, 0.7);
display: none;
}
.page-template-past_projects .overpage * {
color: white !important;
}
.page-template-past_projects .overpage.active {
display: flex;
justify-content: center;
align-items: center;
}
.page-template-past_projects .overpage .inner {
position: relative;
}
.page-template-past_projects .overpage .inner .close {
position: absolute;
top: -58px;
right: -33px;
font-size: 50px;
font-weight: bold;
cursor: pointer;
text-decoration: none;
}
.page-template-past_projects .overpage .inner .fullsize {
position: relative;
}
.page-template-past_projects .overpage .inner .fullsize > span {
position: absolute;
right: 0;
bottom: -20px;
display: block;
}
.page-template-past_projects .overpage .navi {
position: absolute;
top: 48%;
font-size: 64px;
font-weight: bold;
cursor: pointer;
text-decoration: none;
}
.page-template-past_projects .overpage .navi.prev {
left: 10px;
}
.page-template-past_projects .overpage .navi.next {
right: 10px;
}
#footer-bottom {
background-color: #495765;
padding: 15px 0;
text-align: center;
}
#footer-bottom .container {
color: white !important;
font-size: 12px;
display: block;
}
@media (max-width: 768px) {
#footer-bottom .container {
text-align: center;
}
#footer-bottom .container * {
display: block;
}
}
@media (min-width: 769px) {
#footer-bottom .container .et-info-instagram {
float: right;
}
#footer-bottom .container #footer-info {
text-align: left;
}
}
#footer-bottom .container .et-info-instagram {
margin-top: -8px;
}
#footer-bottom .container .et-info-instagram::before {
background-image: url(//sanfranciscowallpaper.com/wp-content/themes/New_SF_Wallpaper/images/instagram_white.svg);
width: 36px;
height: 36px;
margin-right: 0;
}
.page-template-New_Estimation .NewEstimation, .page-template-Update_Estimation .NewEstimation, .single-estimation .NewEstimation {
padding: 0;
}
.page-template-New_Estimation .NewEstimation > .acf-label, .page-template-Update_Estimation .NewEstimation > .acf-label, .single-estimation .NewEstimation > .acf-label {
display: none !important;
}
.page-template-New_Estimation .NewEstimation > .acf-input .acf-row-handle.order, .page-template-Update_Estimation .NewEstimation > .acf-input .acf-row-handle.order, .single-estimation .NewEstimation > .acf-input .acf-row-handle.order {
display: none !important;
}
.page-template-New_Estimation .NewEstimation > .acf-input > .acf-fields > .acf-field:before, .page-template-Update_Estimation .NewEstimation > .acf-input > .acf-fields > .acf-field:before, .single-estimation .NewEstimation > .acf-input > .acf-fields > .acf-field:before {
width: 125px;
background-color: transparent;
}
.page-template-New_Estimation .NewEstimation > .acf-input > .acf-fields > .acf-field > .acf-label, .page-template-Update_Estimation .NewEstimation > .acf-input > .acf-fields > .acf-field > .acf-label, .single-estimation .NewEstimation > .acf-input > .acf-fields > .acf-field > .acf-label {
width: 125px;
padding: 0 8px;
}
.page-template-New_Estimation .NewEstimation > .acf-input > .acf-fields > .acf-field > .acf-input, .page-template-Update_Estimation .NewEstimation > .acf-input > .acf-fields > .acf-field > .acf-input, .single-estimation .NewEstimation > .acf-input > .acf-fields > .acf-field > .acf-input {
width: calc(100% - 125px);
}
.page-template-New_Estimation .acf-button, .page-template-Update_Estimation .acf-button, .single-estimation .acf-button {
padding: 2px 7px;
background-color: #1d8950;
color: #fff;
border: none;
}
.page-template-New_Estimation .acf-button:after, .page-template-Update_Estimation .acf-button:after, .single-estimation .acf-button:after {
content: "+";
display: inline-block;
font-size: 16px;
padding: 3px;
border-radius: 50px;
border: 1px #fff solid;
margin-left: 5px;
width: 20px;
height: 20px;
padding: 0;
line-height: 19px;
text-align: center;
vertical-align: 1px;
}
.page-template-New_Estimation .project_info .project_location_same > .acf-label label, .page-template-Update_Estimation .project_info .project_location_same > .acf-label label, .single-estimation .project_info .project_location_same > .acf-label label {
font-size: 14px;
}
.page-template-New_Estimation .project_info .project_location_same .acf-input label, .page-template-Update_Estimation .project_info .project_location_same .acf-input label, .single-estimation .project_info .project_location_same .acf-input label {
display: inline-block;
width: 20px;
height: 20px;
overflow: hidden;
}
.page-template-New_Estimation .rooms, .page-template-Update_Estimation .rooms, .single-estimation .rooms {
min-height: 105px;
background-color: #efede9;
}
.page-template-New_Estimation .rooms .acf-table:nth-of-type(1) tr:nth-of-type(odd), .page-template-Update_Estimation .rooms .acf-table:nth-of-type(1) tr:nth-of-type(odd), .single-estimation .rooms .acf-table:nth-of-type(1) tr:nth-of-type(odd) {
background-color: #efede9;
}
.page-template-New_Estimation .rooms .acf-table:nth-of-type(1) tr:nth-of-type(odd) .acf-fields, .page-template-New_Estimation .rooms .acf-table:nth-of-type(1) tr:nth-of-type(odd) .acf-field, .page-template-New_Estimation .rooms .acf-table:nth-of-type(1) tr:nth-of-type(odd) .acf-row-handle, .page-template-Update_Estimation .rooms .acf-table:nth-of-type(1) tr:nth-of-type(odd) .acf-fields, .page-template-Update_Estimation .rooms .acf-table:nth-of-type(1) tr:nth-of-type(odd) .acf-field, .page-template-Update_Estimation .rooms .acf-table:nth-of-type(1) tr:nth-of-type(odd) .acf-row-handle, .single-estimation .rooms .acf-table:nth-of-type(1) tr:nth-of-type(odd) .acf-fields, .single-estimation .rooms .acf-table:nth-of-type(1) tr:nth-of-type(odd) .acf-field, .single-estimation .rooms .acf-table:nth-of-type(1) tr:nth-of-type(odd) .acf-row-handle {
background-color: #efede9;
}
.page-template-New_Estimation .rooms .acf-table:nth-of-type(1) tr:nth-of-type(even), .page-template-Update_Estimation .rooms .acf-table:nth-of-type(1) tr:nth-of-type(even), .single-estimation .rooms .acf-table:nth-of-type(1) tr:nth-of-type(even) {
background-color: #d9eee9;
}
.page-template-New_Estimation .rooms .acf-table:nth-of-type(1) tr:nth-of-type(even) .acf-fields, .page-template-New_Estimation .rooms .acf-table:nth-of-type(1) tr:nth-of-type(even) .acf-field, .page-template-New_Estimation .rooms .acf-table:nth-of-type(1) tr:nth-of-type(even) .acf-row-handle, .page-template-Update_Estimation .rooms .acf-table:nth-of-type(1) tr:nth-of-type(even) .acf-fields, .page-template-Update_Estimation .rooms .acf-table:nth-of-type(1) tr:nth-of-type(even) .acf-field, .page-template-Update_Estimation .rooms .acf-table:nth-of-type(1) tr:nth-of-type(even) .acf-row-handle, .single-estimation .rooms .acf-table:nth-of-type(1) tr:nth-of-type(even) .acf-fields, .single-estimation .rooms .acf-table:nth-of-type(1) tr:nth-of-type(even) .acf-field, .single-estimation .rooms .acf-table:nth-of-type(1) tr:nth-of-type(even) .acf-row-handle {
background-color: #d9eee9;
}
.page-template-New_Estimation .rooms > .acf-input > .acf-repeater > .acf-actions, .page-template-Update_Estimation .rooms > .acf-input > .acf-repeater > .acf-actions, .single-estimation .rooms > .acf-input > .acf-repeater > .acf-actions {
position: absolute;
bottom: -75px;
left: -118px;
}
.page-template-New_Estimation .rooms.open > .acf-input > .acf-repeater > .acf-actions, .page-template-Update_Estimation .rooms.open > .acf-input > .acf-repeater > .acf-actions, .single-estimation .rooms.open > .acf-input > .acf-repeater > .acf-actions {
bottom: 5px;
}
.page-template-New_Estimation .rooms.open > .acf-input > .acf-repeater > .acf-table > .ui-sortable > tr.close, .page-template-Update_Estimation .rooms.open > .acf-input > .acf-repeater > .acf-table > .ui-sortable > tr.close, .single-estimation .rooms.open > .acf-input > .acf-repeater > .acf-table > .ui-sortable > tr.close {
height: 55px;
}
.page-template-New_Estimation .rooms.open > .acf-input > .acf-repeater > .acf-table > .ui-sortable > tr.close .acf-field, .page-template-Update_Estimation .rooms.open > .acf-input > .acf-repeater > .acf-table > .ui-sortable > tr.close .acf-field, .single-estimation .rooms.open > .acf-input > .acf-repeater > .acf-table > .ui-sortable > tr.close .acf-field {
display: none;
}
.page-template-New_Estimation .rooms.open > .acf-input > .acf-repeater > .acf-table > .ui-sortable > tr.close .acf-field.room_name, .page-template-Update_Estimation .rooms.open > .acf-input > .acf-repeater > .acf-table > .ui-sortable > tr.close .acf-field.room_name, .single-estimation .rooms.open > .acf-input > .acf-repeater > .acf-table > .ui-sortable > tr.close .acf-field.room_name {
display: block;
min-height: 0 !important;
padding: 0 12px;
}
.page-template-New_Estimation .rooms.open > .acf-input > .acf-repeater > .acf-table > .ui-sortable > tr.close .acf-field.room_name .acf-label, .page-template-New_Estimation .rooms.open > .acf-input > .acf-repeater > .acf-table > .ui-sortable > tr.close .acf-field.room_name .acf-input, .page-template-Update_Estimation .rooms.open > .acf-input > .acf-repeater > .acf-table > .ui-sortable > tr.close .acf-field.room_name .acf-label, .page-template-Update_Estimation .rooms.open > .acf-input > .acf-repeater > .acf-table > .ui-sortable > tr.close .acf-field.room_name .acf-input, .single-estimation .rooms.open > .acf-input > .acf-repeater > .acf-table > .ui-sortable > tr.close .acf-field.room_name .acf-label, .single-estimation .rooms.open > .acf-input > .acf-repeater > .acf-table > .ui-sortable > tr.close .acf-field.room_name .acf-input {
display: inline-block !important;
}
.page-template-New_Estimation .rooms.open > .acf-input > .acf-repeater > .acf-table > .ui-sortable > tr.close .acf-field.room_close, .page-template-Update_Estimation .rooms.open > .acf-input > .acf-repeater > .acf-table > .ui-sortable > tr.close .acf-field.room_close, .single-estimation .rooms.open > .acf-input > .acf-repeater > .acf-table > .ui-sortable > tr.close .acf-field.room_close {
display: inline-block;
width: 100% !important;
min-height: 0 !important;
padding: 0;
}
.page-template-New_Estimation .rooms.open > .acf-input > .acf-repeater > .acf-table > .ui-sortable > tr.close .acf-field.room_close .acf-input:after, .page-template-Update_Estimation .rooms.open > .acf-input > .acf-repeater > .acf-table > .ui-sortable > tr.close .acf-field.room_close .acf-input:after, .single-estimation .rooms.open > .acf-input > .acf-repeater > .acf-table > .ui-sortable > tr.close .acf-field.room_close .acf-input:after {
transform: rotate(90deg);
top: -40px;
}
.page-template-New_Estimation .rooms > .acf-input, .page-template-Update_Estimation .rooms > .acf-input, .single-estimation .rooms > .acf-input {
padding: 0 !important;
}
.page-template-New_Estimation .rooms .acf-field[data-type=group] > .acf-label, .page-template-New_Estimation .rooms .room_name > .acf-label, .page-template-Update_Estimation .rooms .acf-field[data-type=group] > .acf-label, .page-template-Update_Estimation .rooms .room_name > .acf-label, .single-estimation .rooms .acf-field[data-type=group] > .acf-label, .single-estimation .rooms .room_name > .acf-label {
color: #1d8950;
}
.page-template-New_Estimation .rooms .acf-field-image img, .page-template-Update_Estimation .rooms .acf-field-image img, .single-estimation .rooms .acf-field-image img {
width: 100% !important;
}
.page-template-New_Estimation .rooms .acf-field-group .acf-input .acf-fields, .page-template-Update_Estimation .rooms .acf-field-group .acf-input .acf-fields, .single-estimation .rooms .acf-field-group .acf-input .acf-fields {
border-color: white !important;
}
.page-template-New_Estimation .rooms .room_name .acf-input, .page-template-Update_Estimation .rooms .room_name .acf-input, .single-estimation .rooms .room_name .acf-input {
width: 50%;
}
.page-template-New_Estimation .rooms .room_close, .page-template-Update_Estimation .rooms .room_close, .single-estimation .rooms .room_close {
position: relative;
}
.page-template-New_Estimation .rooms .room_close .acf-label, .page-template-New_Estimation .rooms .room_close .acf-input-wrap, .page-template-Update_Estimation .rooms .room_close .acf-label, .page-template-Update_Estimation .rooms .room_close .acf-input-wrap, .single-estimation .rooms .room_close .acf-label, .single-estimation .rooms .room_close .acf-input-wrap {
display: none;
}
.page-template-New_Estimation .rooms .room_close .acf-input, .page-template-Update_Estimation .rooms .room_close .acf-input, .single-estimation .rooms .room_close .acf-input {
display: inline-block;
position: absolute;
right: 0;
top: 0;
}
.page-template-New_Estimation .rooms .room_close .acf-input:after, .page-template-Update_Estimation .rooms .room_close .acf-input:after, .single-estimation .rooms .room_close .acf-input:after {
content: ">";
position: absolute;
top: 10px;
right: 10px;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
display: inline-block;
color: #1d8950;
border: 2px #1d8950 solid;
border-radius: 50%;
transform: rotate(270deg);
font-weight: bold;
cursor: pointer;
}
.page-template-New_Estimation .rooms .wallpaper_info, .page-template-Update_Estimation .rooms .wallpaper_info, .single-estimation .rooms .wallpaper_info {
min-height: 0 !important;
}
.page-template-New_Estimation .rooms .wallpaper_info .brand, .page-template-New_Estimation .rooms .wallpaper_info .match, .page-template-Update_Estimation .rooms .wallpaper_info .brand, .page-template-Update_Estimation .rooms .wallpaper_info .match, .single-estimation .rooms .wallpaper_info .brand, .single-estimation .rooms .wallpaper_info .match {
height: auto !important;
}
.page-template-New_Estimation .rooms .wallpaper_info .brand input, .page-template-New_Estimation .rooms .wallpaper_info .match input, .page-template-Update_Estimation .rooms .wallpaper_info .brand input, .page-template-Update_Estimation .rooms .wallpaper_info .match input, .single-estimation .rooms .wallpaper_info .brand input, .single-estimation .rooms .wallpaper_info .match input {
width: 50%;
}
.page-template-New_Estimation .rooms .wallpaper_info .wpi_photo, .page-template-Update_Estimation .rooms .wallpaper_info .wpi_photo, .single-estimation .rooms .wallpaper_info .wpi_photo {
position: relative;
float: right;
}
.page-template-New_Estimation .rooms .wallpaper_info .wpi_photo .acf-image-uploader, .page-template-Update_Estimation .rooms .wallpaper_info .wpi_photo .acf-image-uploader, .single-estimation .rooms .wallpaper_info .wpi_photo .acf-image-uploader {
position: absolute;
top: 0;
right: 0;
z-index: 3;
max-height: 250px;
overflow: hidden;
}
.page-template-New_Estimation .rooms .wallpaper_info .width_unit > div, .page-template-Update_Estimation .rooms .wallpaper_info .width_unit > div, .single-estimation .rooms .wallpaper_info .width_unit > div {
width: 26% !important;
}
.page-template-New_Estimation .rooms .wallpaper_info .rolls2, .page-template-Update_Estimation .rooms .wallpaper_info .rolls2, .single-estimation .rooms .wallpaper_info .rolls2 {
display: none;
}
.page-template-New_Estimation .rooms .room_info .rolls .acf-label, .page-template-Update_Estimation .rooms .room_info .rolls .acf-label, .single-estimation .rooms .room_info .rolls .acf-label {
display: inline-block;
width: 70px;
}
.page-template-New_Estimation .rooms .room_info .rolls .acf-input, .page-template-Update_Estimation .rooms .room_info .rolls .acf-input, .single-estimation .rooms .room_info .rolls .acf-input {
display: inline-block;
}
.page-template-New_Estimation .rooms .room_info .rolls .acf-input input, .page-template-Update_Estimation .rooms .room_info .rolls .acf-input input, .single-estimation .rooms .room_info .rolls .acf-input input {
pointer-events: none;
border: none;
background-color: transparent;
color: red;
font-size: 20px;
font-weight: bold;
margin-top: -4px;
vertical-align: top;
}
.page-template-New_Estimation .rooms .photos .acf-table .acf-label, .page-template-Update_Estimation .rooms .photos .acf-table .acf-label, .single-estimation .rooms .photos .acf-table .acf-label {
display: none;
}
.page-template-New_Estimation .rooms .photos .acf-table .acf-input, .page-template-Update_Estimation .rooms .photos .acf-table .acf-input, .single-estimation .rooms .photos .acf-table .acf-input {
width: 100%;
padding: 0;
}
.page-template-New_Estimation .rooms .photos .acf-table .acf-fields .acf-field, .page-template-Update_Estimation .rooms .photos .acf-table .acf-fields .acf-field, .single-estimation .rooms .photos .acf-table .acf-fields .acf-field {
padding: 5px 0;
}
.page-template-New_Estimation .rooms .photos .acf-table .acf-fields .acf-field:before, .page-template-Update_Estimation .rooms .photos .acf-table .acf-fields .acf-field:before, .single-estimation .rooms .photos .acf-table .acf-fields .acf-field:before {
display: none;
}
.page-template-New_Estimation .rooms .photos .button-primary, .page-template-Update_Estimation .rooms .photos .button-primary, .single-estimation .rooms .photos .button-primary {
float: left !important;
}
.page-template-New_Estimation .total_cost .acf-fields, .page-template-Update_Estimation .total_cost .acf-fields, .single-estimation .total_cost .acf-fields {
border: none;
}
.page-template-New_Estimation .total_cost .acf-fields .acf-field, .page-template-Update_Estimation .total_cost .acf-fields .acf-field, .single-estimation .total_cost .acf-fields .acf-field {
border: 0;
}
.page-template-New_Estimation .total_cost .acf-fields .acf-field-message, .page-template-Update_Estimation .total_cost .acf-fields .acf-field-message, .single-estimation .total_cost .acf-fields .acf-field-message {
padding: 0;
}
.page-template-New_Estimation .total_cost .acf-fields .acf-field-message label, .page-template-Update_Estimation .total_cost .acf-fields .acf-field-message label, .single-estimation .total_cost .acf-fields .acf-field-message label {
font-weight: normal;
}
.page-template-New_Estimation .total_cost .acf-fields [data-name="payment_schedule*"], .page-template-New_Estimation .total_cost .acf-fields [data-name=work_schedule], .page-template-Update_Estimation .total_cost .acf-fields [data-name="payment_schedule*"], .page-template-Update_Estimation .total_cost .acf-fields [data-name=work_schedule], .single-estimation .total_cost .acf-fields [data-name="payment_schedule*"], .single-estimation .total_cost .acf-fields [data-name=work_schedule] {
color: #1d8950;
font-size: 24px;
margin-top: 25px;
}
.page-template-New_Estimation .total_cost .acf-fields .total_cost_val, .page-template-Update_Estimation .total_cost .acf-fields .total_cost_val, .single-estimation .total_cost .acf-fields .total_cost_val {
padding: 0;
margin: -5px 10px 0 0;
}
.page-template-New_Estimation .total_cost .acf-fields .total_cost_val .acf-label, .page-template-Update_Estimation .total_cost .acf-fields .total_cost_val .acf-label, .single-estimation .total_cost .acf-fields .total_cost_val .acf-label {
display: none;
}
.page-template-New_Estimation .total_cost .acf-fields .total_cost_val .acf-input input, .page-template-Update_Estimation .total_cost .acf-fields .total_cost_val .acf-input input, .single-estimation .total_cost .acf-fields .total_cost_val .acf-input input {
color: red;
font-size: 20px;
font-weight: bold;
margin-right: 10px;
}
.page-template-New_Estimation .acf-field.t30i20, .page-template-Update_Estimation .acf-field.t30i20, .single-estimation .acf-field.t30i20 {
padding: 0;
}
.page-template-New_Estimation .acf-field.t30i20 .acf-label, .page-template-Update_Estimation .acf-field.t30i20 .acf-label, .single-estimation .acf-field.t30i20 .acf-label {
width: 300px;
display: inline-block;
}
.page-template-New_Estimation .acf-field.t30i20 .acf-label label, .page-template-Update_Estimation .acf-field.t30i20 .acf-label label, .single-estimation .acf-field.t30i20 .acf-label label {
font-weight: normal;
}
.page-template-New_Estimation .acf-field.t30i20 .acf-input, .page-template-Update_Estimation .acf-field.t30i20 .acf-input, .single-estimation .acf-field.t30i20 .acf-input {
width: 200px;
display: inline-block;
}
.page-template-New_Estimation .acf-form-submit, .page-template-Update_Estimation .acf-form-submit, .single-estimation .acf-form-submit {
margin: 10px 0 50px;
}
.page-template-New_Estimation .acf-form-submit input, .page-template-Update_Estimation .acf-form-submit input, .single-estimation .acf-form-submit input {
padding: 5px 15px;
font-size: 20px;
cursor: pointer;
}
.page-template-New_Estimation .acf-form-submit input:after, .page-template-Update_Estimation .acf-form-submit input:after, .single-estimation .acf-form-submit input:after {
content: "-";
} input[type=checkbox] {
width: 24px;
height: 24px;
accent-color: #1d8950;
}
.single-estimation * {
font-family: "Dosis", sans-serif !important;
}
.single-estimation .acf-actions, .single-estimation .hide-if-value, .single-estimation .acf-form-submit, .single-estimation .time_days, .single-estimation .acf-field.width, .single-estimation .acf-field.width_unit, .single-estimation .acf-field.length, .single-estimation .acf-field.length_unit {
display: none;
}
.single-estimation .terms {
margin: 10px 0 50px;
}
.single-estimation #main-header {
display: none;
}
.single-estimation .total_cost_val {
width: 120px !important;
min-width: 120px !important;
}
.single-estimation .wpi_photo, .single-estimation .room_info, .single-estimation .photos, .single-estimation .room_close {
display: none !important;
}
.single-estimation .project_info div:nth-of-type(2) div:nth-of-type(1) {
border: none;
}
.single-estimation .rooms {
background-color: white !important;
}
.single-estimation .rooms * {
background-color: white !important;
padding-right: 0;
padding-top: 0;
padding-bottom: 0;
}
.single-estimation .rooms * .acf-field.brand, .single-estimation .rooms * .acf-field.pattern, .single-estimation .rooms * .acf-field.color {
display: inline-block;
clear: none;
}
.single-estimation .rooms * .acf-field.brand {
width: 30% !important;
}
.single-estimation .rooms * .acf-field.pattern {
width: 40% !important;
}
.single-estimation .rooms * .acf-field.color {
width: 26% !important;
}
.single-estimation .rooms .wallpaper_info .acf-field {
width: auto !important;
}
.single-estimation .rooms .wallpaper_info .acf-field .acf-label, .single-estimation .rooms .wallpaper_info .acf-field .acf-input {
display: inline-block;
padding-right: 10px;
}
.single-estimation .rooms .wallpaper_info .acf-field.rolls2 {
width: 90px !important;
display: inline-block !important;
}
.single-estimation .rooms .wallpaper_info .acf-field.rolls2 input {
width: 25px;
}
.single-estimation .rooms .acf-table {
margin: 0;
}
.single-estimation .rooms .acf-table > * {
border-radius: none;
}
.single-estimation .rooms > .acf-input {
border-top: none;
border-bottom: none;
border-left: #EEEEEE solid 1px !important;
}
.single-estimation .rooms > .acf-input * {
border: 0 !important;
}
.single-estimation .rooms > .acf-input tr td {
padding-top: 10px !important;
}
.single-estimation .rooms > .acf-input tr:nth-of-type(1) td {
padding-top: 0 !important;
}
.single-estimation .rooms:before {
border-right: 1px #E1E1E1 solid !important;
}
.single-estimation .rooms .brand *, .single-estimation .rooms .color * {
width: auto !important;
}
.single-estimation .rooms .brand .acf-input-wrap {
min-width: 200px !important;
}
.single-estimation .rooms .brand .acf-input-wrap input {
min-width: 200px;
}
.single-estimation .rooms .brand .acf-input-wrap * {
width: auto !important;
}
.single-estimation .rooms .pattern .acf-input-wrap {
min-width: 120px !important;
}
.single-estimation .rooms .pattern .acf-input-wrap input {
min-width: 120px;
}
.single-estimation .rooms .pattern .acf-input-wrap * {
width: auto !important;
}
.single-estimation .room_name {
padding-right: 0;
padding-top: 0;
padding-bottom: 0;
min-height: 0 !important;
}
.single-estimation .room_name > div {
display: inline-block;
}
.single-estimation .terms .acf-fields, .single-estimation .wallpaper_info .acf-fields {
border: 0;
}
.single-estimation .terms .acf-fields .acf-field, .single-estimation .wallpaper_info .acf-fields .acf-field {
padding: 0;
}
.single-estimation p, .single-estimation li, .single-estimation input, .single-estimation select, .single-estimation .total_cost .acf-input label {
font-size: 14px;
line-height: 20px;
font-weight: normal;
}
.single-estimation input[type=text], .single-estimation select {
height: 30px;
border: 0;
padding: 0;
}
.single-estimation .acf-label {
margin: 0;
}
.single-estimation .acf-label label {
font-size: 16px;
}
.single-estimation .project_info > .acf-input {
height: 110px;
}
.single-estimation .project_info > .acf-input > .acf-fields {
border: none;
margin: -15px -10px;
}
.single-estimation .project_info > .acf-input > .acf-fields > div {
border: none;
padding-bottom: 0;
min-height: 0;
height: 60px;
}
.single-estimation .project_info > .acf-input > .acf-fields > div > .acf-input {
margin-top: -10px;
}
.page-template-Estimates a.link {
color: #1d8950;
}
.page-template-Estimates a.button {
margin-left: 10px;
padding: 2px 7px;
background-color: #1d8950;
color: #fff;
}
@media print {
.single-estimation label {
font-size: 11px;
}
}