/*
Theme Name: ONVVI
Theme URI: 
Author: ewise
Author URI: https://ewise.co.il/
Description: Online Visual Imaging theme
License: private
License URI: 
Tags:
version: 1.0 
Text Domain: ONVVI

*/


/************************************
 * Quatation Form
 ************************************/

.quatation {
    font-family: 'Lato', sans-serif;
    font-style: italic;
    color:#2e2e2e;
    font-size:24px;
}

.quatation label{
    cursor:pointer;
}

.quatation .entry-content h2{
    color:#00b5da;
    text-transform:uppercase;
    font-size:40px;
    margin-bottom:35px;
}

.quatation section{
    margin-bottom:70px;
}
    .quatation section:nth-of-type(even):not(#last-section) {
        background-color:#f7f5f5;
        background-image:url(images/gray-bg.jpg);
        padding-top: 50px;
        padding-bottom: 10px;
    }

.quatation section h2,
.quatation section ul.section-groups{
    /*max-width: 65.5%;*/
    max-width:1180px;
    margin: 0 auto;
    padding-right: 240px;
}


.quatation .group-title{
    color:#2e2e2e;
    font-size:32px;
    font-weight:normal;
    border-bottom:1px solid #333333;
    padding-bottom:20px;
    margin-bottom: 25px;
    text-align:left;
}

    .quatation .group-title img {
        vertical-align: bottom;
        margin-right: 18px;
        margin-bottom: -5px;
        max-height: 70px;
    }

.quatation .field{
    margin-bottom:40px;
}

.quatation ul{
    list-style:none;
    padding-right:0;
}

.quatation input:focus, 
.quatation select:focus{
    outline: none;
}


[type="checkbox"]:not(:checked),
[type="checkbox"]:checked{
    display:none;
}
[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 55px;
    cursor: pointer;
    display:block;
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 5px;
  width: 33px; height: 33px;
  border: 1px solid #e2e2e2;
  background: #ffffff;
  transition:background-color 0.3s;
}
[type="checkbox"]:checked + label:before {
    background-color:#00b5da;
    background-image:url(images/checked.png);
    background-repeat:no-repeat;
    background-position: center center;
}


.checkbox-field li{
    display:inline-block;
    min-width: 280px;
    padding-right:45px;
}


.selectbox-field{
    display:inline-block;
    padding-right:50px;
}
    .selectbox-field span {
        margin-right:25px;
    }
    .selectbox-field select {
        -webkit-appearance: none; /*REMOVES DEFAULT CHROME & SAFARI STYLE*/
        -moz-appearance: none; /*REMOVES DEFAULT FIREFOX STYLE*/
        padding: 12px;
        border: 1px solid #e2e2e2;
        cursor: pointer;
        background: #f7f5f5 url(images/dropdown.png) no-repeat right 17px center;
        background-size: 19px 11px; /*TO ACCOUNT FOR @2X IMAGE FOR RETINA */
        padding-right: 60px;
    }

.quatation section:nth-of-type(even) .selectbox-field select{
    background-color:#fff;
}


[type="radio"]{
    display:none;
}
.radio-field label {
    display:block;
    transition: color 0.2s;
}
    .radio-field label img {
        vertical-align: baseline;
        background-color: #292929;
        transition: background 0.2s;
    }
[type="radio"]:checked + label {
    color:#00b5da;
}
[type="radio"]:checked + label img{
    background-color:#00b5da;
}

.radio-field{
    text-align:center;
}
    .radio-field li {
        display: inline-block;
        width: 32%;
    }
        .radio-field li:nth-child(1) {
            text-align:left;
        }
        .radio-field li:nth-child(3) {
            text-align:right;
        }


#group-last{
    text-align:center;
}
    #group-last li {
        display: inline-block;
        width: 49%;
    }
    #group-last li input{
        max-width:350px;
        margin-left: 12px;
    }

.quatation .buttons{
    text-align:right;
    border-top: 1px solid #333333;
    padding-top: 30px;
    margin-top: 30px;
    display:block !important;
    width: 100% !important;
}
.quatation button{
    max-width:240px;
    font-size:24px;
    padding: 14px;
    font-style:normal;
    font-weight: 400;
    border-radius:0;
}
    .quatation button#quatation-submit {
        background-color: #40ba8d;
    }
        .quatation button#quatation-submit:hover {
            background-color: #109D69;
        }
    .quatation button#quatation-draft,
    .quatation button#quatation-draft-2 {
        background-color: #e3a14e;
        margin-right:2px;
    }
        .quatation button#quatation-draft:hover,
        .quatation button#quatation-draft-2:hover {
            background-color: #D1872A;
        }

#project-det {
    background-color: #40ba8d;
    color:#fff;
    font-size: 15px;
    font-weight: normal;
    padding: 10px 20px;
    letter-spacing: inherit;
    display: inline-block;
    width: auto;
    vertical-align: top;   
    min-width:175px;
}

#project-det:hover {
    background-color: #3ca07b;
}

#project-quote-btn {
    min-width:175px;
    margin-bottom:5px;
}


/* Progress Bar */

#progbar{
    width:190px;
    position:absolute;
    right:0;
    top:100px;
    /*margin-top:70px;*/
    background-color:#40ba8d;
    font-style:normal;
    font-size:16px;
    color:#ffffff;
}

#progbar-value {
    background-color:#f7f5f5;
    border-radius:100%;
    width:150px;
    height:150px;
    background-image:url(images/cart-icon.png);
    background-repeat:no-repeat;
    background-position-x:center;
    background-position-y:20px;
    position:relative;
    margin: 0 auto;
    margin-top:-70px;
    box-shadow: 0 3px 3px -3px black;
}
    #progbar-value span {
        position:absolute;
        bottom:25px;
        display:block;
        width:100%;
        text-align:center;
        font-size:35px;
        color:#40ba8d;
        font-weight:bold;
        direction: rtl;
    }

#checklist {
    line-height:normal;
}
    #checklist li {
        border-bottom:3px #ffffff solid;
        position:relative;
        padding: 0 12px;
    }
        #checklist li:before {
            content: '';
            position:absolute;
            width: 0;
            height: 0;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            border-top: 10px solid #40ba8d;
            top: 100%;
            left: 42%;
            z-index:20;
        }
        #checklist li:after {
            content: '';
            position:absolute;
            width: 0;
            height: 0;
            border-left: 19px solid transparent;
            border-right: 19px solid transparent;
            border-top: 14px solid #ffffff;
            top: 100%;
            left: 40%;
            z-index:10;
        }
        #checklist li p {
            margin: 15px 0;
        }
            #checklist li p:before {
                content:'';
                display:inline-block;
                background-image: url(images/list-checked.png);
                background-repeat:no-repeat;
                width:20px;
                height:15px;
                margin-bottom: -2px;
                margin-right: 6px;
                opacity:0.3;
                transition:opacity linear 0.3s;
            }
        #checklist li:first-child {
            text-align: center;
            padding-bottom: 10px;
        }
            #checklist li:first-child p:before {
                display:none;
            }
        #checklist li:last-child{
            border-bottom:none;
        }
            #checklist li:last-child:before,
            #checklist li:last-child:after {
                display: none;
            }
        #checklist li.checked {
            text-decoration:line-through;
        }
            #checklist li.checked p:before {
                opacity:1;
            }




.noUi-marker-normal{
    display:none;
}

.range-field .noUi-horizontal{
    max-width:410px;
    height:15px;
    border-radius: 7px;    
    border: 4px solid #dcdcdc;
    box-shadow:none !important;
    background:#08c5ff;
    display: inline-block;
    width: 100%;
}
    .range-field .noUi-horizontal .noUi-background {
        background: #dcdcdc;
        box-shadow: none;
    }
    .range-field .noUi-horizontal .noUi-marker-large {
        height: 11px;
        background: #c8c7c7;
    }
    .range-field .noUi-horizontal .noUi-handle {
        top: -10px;
        width: 24px;
        height: 36px;
        left: -12px;
        background: url(images/range-handle.png);
        border:none;
        box-shadow:none !important;
        cursor:pointer;
    }
.range-field .noUi-pips-horizontal {
    padding: 22px 0;
}
.range-field .noUi-value-large{
    color:#484848;
    font-size:22px;
    font-family:Arial;
    font-weight:bold;
    font-style:normal;
    padding-top:10px;
}

.field .wrapper{
    display: inline-block;
}

.row-display .field{
    display:block;
    margin-bottom:10px;
}
    .row-display .field .wrapper {
        min-width: 300px;
    }

#powerTip{
    max-width: 250px;
    white-space: pre-wrap !important;
}

.tooltip{
    padding-right: 4px;
}
    .tooltip:after {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #e54538;
        display: inline-block;
        vertical-align: text-top;
        border-radius: 100%;
    }

.field span{
    cursor:default;
}


.selectbox-field .chosen-container-single .chosen-single{
    background:#f7f5f5 !important;
    border:1px solid #e2e2e2 !important;
    border-radius:0;
    box-shadow:none;
    font-size: 18px;
    padding: 12px 15px;
    height:auto;
    max-width:250px;
    box-shadow: none !important;
    cursor:pointer;
}
    .selectbox-field .chosen-container-single .chosen-single div {
        right:15px;
    }
        .selectbox-field .chosen-container-single .chosen-single div b {
            background: url(images/chosen-sprite.png) no-repeat;
            background-position:center center !important;
        }
    .selectbox-field .chosen-container-single .chosen-single span {
        cursor:pointer;
    }

.selectbox-field .chosen-container .chosen-drop{
    background:#f7f5f5 !important;
    border:1px solid #e2e2e2 !important;
    box-shadow: none;
    border-top: 0 !important;
    max-width:250px;
}

.selectbox-field .chosen-container .chosen-results {
    padding:0;
    margin:0;
}
    .selectbox-field .chosen-container .chosen-results li {
        font-size: 18px;
        padding:12px 0;
        padding-left:15px;
        border-top:1px solid #ffffff;
        line-height:20px;
    }
        .selectbox-field .chosen-container .chosen-results li.result-selected {
            display:none;
        }
        .selectbox-field .chosen-container .chosen-results li.highlighted{
            background-image:none;
            color:#00b5da;
            background-color:inherit;
        }

.selectbox-field .chosen-with-drop .chosen-single:hover {
    color:#00b5da;
}

.quatation-1 section:nth-of-type(even) .selectbox-field .chosen-container-single .chosen-single,
.quatation-1 section:nth-of-type(even) .selectbox-field .chosen-container .chosen-drop {
    background: #ffffff !important;
}

.quatation .chosen-container{
    min-width:150px;
}

.quatation .row-display .chosen-container{
    min-width:250px;
}

.range-field{
    margin-bottom:80px !important;
}
    .range-field .wrapper {
        position: relative;
    }
        .range-field .wrapper span {
            position: absolute;
            left:0;
            top:32px;
            font-size:16px;
        }


.quatation section#left-content ul.section-groups{
    max-width:100%;
    padding-right:0;
}

#project-description input[type="text"],
#project-description textarea{
    padding:13px;
    margin-bottom:10px;
    font-size: 19px;
}
#project-description textarea{
    padding-top:10px;
    height:190px;
    resize:none;
}

#quatation-form-2 .group-fields{
    margin-bottom:60px;
}

.total-cost{
    font-size:30px;
    font-weight:bold;
    display:inline-block;
}
    .total-cost span {
        margin-left: 50px;
    }

#quatation-form-2 .buttons {
    width: 240px !important;
    float: right;
    padding-top: 0;
    margin-top: 0;
    border: none;
}

.buttons #quatation-paypal{
    background-color:#1071bf;
    text-transform: initial;
    margin-bottom:6px;
}
    .buttons #quatation-paypal:hover {
        background-color: #0DABE7;
    }

#primary.quatation-2{
    margin-bottom: 150px;
}

.edit-button-wrapper{
    text-align:right;
}
#quatation-edit{
    font-size:20px;
    max-width:170px;
    background-color:#41ba8d;
}
    #quatation-edit:hover {
        background-color: #109D69;
    }

#billing-contact{
    clear: both;
    font-size: 15px;
    padding-top:10px;
    border-bottom: 1px solid #333333;
    padding-bottom: 16px;
}
    #billing-contact a {
        color: #00b5da;
    }

.quatation #billing .group-fields{
    padding-top:20px;
}

#billing-footer{
    font-size:0;
    margin-top: 20px;
}
    #billing-footer li {
        display: inline-block;
        width: 25%;
        text-align: center;
        border-right: 1px solid #cccccc;
    }
        #billing-footer li:last-child {
            border:none;
        }

ul#images{
    width:100%;
}

#image-direction #images li {
    margin-bottom:35px;
}
    #image-direction #images li span {
        margin-right: 60px;
    }
    #image-direction #images li label {
        margin-right: 30px;
    }
        #image-direction #images li label:before {
            content: '';
            display: inline-block;
            width: 36px;
            height: 36px;
            border: 1px solid #e2e2e2;
            border-radius: 100%;
            vertical-align: middle;
            margin-right: 15px;
        }
    #image-direction #images li [type="radio"]:checked + label{
        color:inherit;
    }
        #image-direction #images li [type="radio"]:checked + label:before {
            background-color: #00b5da;
        }
    #image-direction #images li li {
        margin-bottom:inherit;
    }
    #image-direction #images li .angle{
        float:right;
    }
        #image-direction #images li .angle:before {
            content:"-";
            display: inline-block;
        }
        #image-direction #images li .angle span {
            margin-right: 0;
            min-width: 105px;
            display: inline-block;
            text-align: right;
            cursor:pointer;
        }
            #image-direction #images li .angle span:after {
                content: "\00b0";
            }
            #image-direction #images li .angle span.set {
                color:#ff0000;
                text-decoration:underline;
            }
                #image-direction #images li .angle span.set:after {
                    content:none;
                    display:none;
                }

.quatation #image-direction .chosen-container {
    min-width: 130px;
}

#popup{
    width: 170px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    line-height: 80px;
    border-radius: 10px;
    background-color: #40ba8d;
    box-shadow: 0 6px 10px -7px rgba(0, 0, 0, 0.72);
    position:fixed;
    font-size: 22px;
    background-color: rgba(160, 221, 199, 0.85);
    border: 1px solid #40ba8d;
    color: #000;
    visibility:hidden;
    opacity: 0;
    transition: visibility 0.4s, opacity 0.2s;
}

a.boxclose{
    float: right;
    margin-top: -19px;
    margin-right: -30px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 38px;
    background: #605F61;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    line-height: 20px;
    padding: 2px 7px;    
}

.boxclose:before {
    content: "x";

}

#PopupAngle {
    width: 230px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    line-height: 80px;
    border-radius: 10px;
    background-color: #d23131;
    box-shadow: 0 6px 10px -7px rgba(0, 0, 0, 0.72);
    position: fixed;
    font-size: 22px;
    background-color: rgba(206, 1, 1, 0.85);
    border: 1px solid #40ba8d;
    color: #000;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.4s, opacity 0.2s;
}

#anglepicker {
    width: 520px;
    height: 700px;
    text-align: center;
    vertical-align: middle;
    position:fixed;
    visibility:hidden;
    opacity: 0;
    transition: visibility 0.4s, opacity 0.2s;
    z-index:9999;
}
#anglepicker-title {
    font-size:44px;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-weight:200;
    border-bottom: 1px solid #000;
    margin-bottom: 100px;
}

#flashlight {
    background-color:#ffffff;
    opacity:0.95;
    position:fixed;
    width:100%;
    height:100%;
    visibility:hidden;
    transition: visibility 0.4s, opacity 0.2s;
    top:0;
    left:0;
    z-index:9999;
}

#watch { font-size:1em; position:relative }
#watch .frame-face {
  position:relative;
  width:30em;
  height:30em;
  margin:2em auto;
  background-image:url(images/house.png);
  background-position:center center;
  background-repeat:no-repeat;
}
#watch .minute-marks li {
  display:block;
  width:0.9em;
  height:3.1em;
  background:#000000;
  position:absolute;
  top:50%; left:50%;
  margin:-1.6em 0 0 -.4em;
  cursor:pointer;
  z-index:9999;
}
#watch .minute-marks li:first-child     {transform:rotate(0deg)     translateY(-15.8em)}
#watch .minute-marks li:nth-child(2)    {transform:rotate(30deg)    translateY(-15.8em)}
#watch .minute-marks li:nth-child(3)    {transform:rotate(60deg)    translateY(-15.8em)}
#watch .minute-marks li:nth-child(4)    {transform:rotate(90deg)    translateY(-15.8em)}
#watch .minute-marks li:nth-child(5)    {transform:rotate(120deg)   translateY(-15.8em)}
#watch .minute-marks li:nth-child(6)    {transform:rotate(150deg)   translateY(-15.8em)}
#watch .minute-marks li:nth-child(7)    {transform:rotate(180deg)   translateY(-15.8em)}
#watch .minute-marks li:nth-child(8)    {transform:rotate(210deg)   translateY(-15.8em)}
#watch .minute-marks li:nth-child(9)    {transform:rotate(240deg)   translateY(-15.8em)}
#watch .minute-marks li:nth-child(10)   {transform:rotate(270deg)   translateY(-15.8em)}
#watch .minute-marks li:nth-child(11)   {transform:rotate(300deg)   translateY(-15.8em)}
#watch .minute-marks li:nth-child(12)   {transform:rotate(330deg)   translateY(-15.8em)}
#watch .minute-marks li:hover{
    background:#00b5da;
}

#watch .digits {
  width:30em;
  height:30em;
  border-radius:15em;
  position:absolute;
  top:0; left:50%;
  margin-left:-15em;
}
#watch .digits li {
  font-size:1.2em;
  display:block;
  width:1.8em;
  height:1.6em;
  position:absolute;
  top:50%; left:50%;
  line-height:1.6em;
  text-align:center;
  margin:-.8em 0 0 -.8em;
  font-weight:bold;
  cursor:pointer;
}
#watch .digits li:nth-child(1) { transform:translate(5.2em, -9.6em); }
#watch .digits li:nth-child(2) { transform:translate(9.3em, -5.5em) }
#watch .digits li:nth-child(3) { transform:translate(8em, 0) }
#watch .digits li:nth-child(4) { transform:translate(9.3em, 5.5em) }
#watch .digits li:nth-child(5) { transform:translate(5.2em, 9.6em); }
#watch .digits li:nth-child(6) { transform:translate(0, 8em) }
#watch .digits li:nth-child(7) { transform:translate(-5.2em, 9.6em) }
#watch .digits li:nth-child(8) { transform:translate(-9.3em, 5.5em) }
#watch .digits li:nth-child(9) { transform:translate(-8em, 0) }
#watch .digits li:nth-child(10) { transform:translate(-9.2em, -5.5em) }
#watch .digits li:nth-child(11) { transform:translate(-5.2em, -9.6em); }
#watch .digits li:nth-child(12) { transform:translate(0, -8em) }
#watch .digits li:nth-child(3n+3){
    width:1.8em;
    font-size:1.6em;
    margin: -.8em 0 0 -.8em;
}