/*
Theme Name:     Divi-child
Description:    
Author:         nextcv
Template:       nextcv

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

#contextual-help-link-wrap, #screen-options-link-wrap, .updated {display: none;}
#wp-admin-bar-wpseo-menu, #wp-admin-bar-new-content, #wp-admin-bar-comments, #wp-admin-bar-edit, #wp-admin-bar-schema-test{display: none !important;}

.et_pb_column{margin-right: 48px;}


/*------ Start CVCrow Tour Popup -------*/
.cvcrow_tour_pop {
  width: 100%;
  height: 100%;
  opacity: 1;
  top: 0;
  left: 0;
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.83);
  overflow: auto;
  z-index: 999999;
}
.cvcrow_tour_pop .popupDiv {
  background: #fff;
  z-index: 9002;
  padding: 40px;
  width: 65%;
  height: auto;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
.cvcrow_tour_pop .modal_close {
  position: absolute;
  top: -10px;
  right: -10px;
  display: block;
  width: 18px;
  height: 18px;
  background-color: transparent;
  z-index: 2;
  cursor: pointer;
  text-align: center;
  background: #7F7979;
  padding: 0 2px 4px 2px;
  border-radius: 50%;
  font-weight: bold;
  display: none;
}
.cvcrow_tour_pop .popupDiv .popup-content {
  color: #000;
  text-align: center;
}
.cvcrow_tour_pop .popupDiv .popup-content a {
  color: #000;
}
.cvcrow_tour_pop .popupDiv .popup-content h2 {
  color: orange;
  font-weight: bold;
  margin: 0 0 15px 0;
  padding: 10px 0 0 0;
}
.cvcrow_tour_pop .popupDiv .popup-content p {
  line-height: 1.4;
  font-size: 14px;
  margin: 0 0 20px 0;
}
.cvcrow_tour_pop .popupDiv .popup-content .cv_popup_actions a {
  color: #fff;
  background: #2EA3D3;
  display: inline-block;
  width: 140px;
  padding: 4px 0;
  font-size: 14px;
  margin: 0 10px;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
}
.cvcrow_tour_pop .popupDiv .popup-content .cv_popup_actions a:hover {
  background: #2A7390;
}


.help-cvcrow {
  display: inline-block;
  position: fixed;
  bottom: 1px;
  right: 7px;
  z-index: 9999;
  cursor: pointer;
}
.help-cvcrow:hover {
  opacity: 0.7;
}
.help-cvcrow img {
  /*width: 90%;*/
  text-align: center;
}
.help-cvcrow-form {
  position: fixed;
  bottom: 80px;
  right: 10px;
  background: #E6E6E6;
  padding: 14px;
  width: 180px;
  z-index: 9999;
  border-radius: 3px;
  display: none;
  font-size: 13px;
  color: #000;
}
.help-cvcrow-form .help-arrow-top {
  bottom: -10px;
  right: 12px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 10px solid #E6E6E6;
  position: absolute;
}
.help-cvcrow-form textarea {
  border: 1px solid rgba(0, 0, 0, 0.22) !important;
  height: 100px;
  display: inline-block;
  /*width: 100%;*/
  padding: 2px;
  min-width: 174px;
  resize: none;
}
.help-cvcrow-form .edit_icon {
  display: none !important;
}
.help-cvcrow-form input[type="submit"] {
  float: right;
  background: orange;
  color: #fff;
  border: none;
  padding: 5px 12px;
}
.help-cvcrow-form input[type="submit"]:hover {
  background: rgb(201, 130, 0);
}
.help-cvcrow-form h4{
  color: #000;
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.admin_fixed_tab a:hover {
  background: #107fad !important;
}

@media screen and (max-width: 600px) {
  .cvcrow_tour_pop .popupDiv {
    width: 380px;
    padding: 20px;
  }
  .popup-content img{
    width: 90px;
  }
  .cvcrow_tour_pop .popupDiv .popup-content h2 {
    margin: 0 0 15px 0;
    padding: 12px 0 0 0;
    font-size: 18px;
  }
  .cvcrow_tour_pop .popupDiv .popup-content p {
    font-size: 12px;
    margin: 0 0 15px 0;
  }
  .cvcrow_tour_pop .popupDiv .popup-content .cv_popup_actions a {
    width: 110px;
    font-size: 12px;
  }

}

@media screen and (max-width: 480px) {
  .cvcrow_tour_pop .popupDiv {
    width: 320px;
    padding: 10px;
  }
  .popup-content img{
    width: 70px;
  }
  .cvcrow_tour_pop .popupDiv .popup-content h2 {
    margin: 0 0 10px 0;
    padding: 12px 0 0 0;
    font-size: 15px;
  }
  .cvcrow_tour_pop .popupDiv .popup-content p {
    font-size: 10px;
    margin: 0 0 10px 0;
  }
  .cvcrow_tour_pop .popupDiv .popup-content .cv_popup_actions a {
    width: 90px;
    font-size: 11px;
  }
}

@media screen and (max-width: 320px) {
  .cvcrow_tour_pop .popupDiv {
    width: 300px;
    padding: 10px;
  }
  .popup-content img{
    width: 60px;
  }
  .cvcrow_tour_pop .popupDiv .popup-content h2 {
    margin: 0 0 10px 0;
    padding: 2px 0 0 0;
    font-size: 15px;
  }
  .cvcrow_tour_pop .popupDiv .popup-content p {
    font-size: 10px;
    margin: 0 0 10px 0;
  }
  .cvcrow_tour_pop .popupDiv .popup-content .cv_popup_actions a {
    width: 90px;
    font-size: 11px;
  }

}

/*------ End CVCrow Tour Popup -------*/


/*------ Start CVCrow Login Popup -------*/
.login-section {
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 9999;
  cursor: pointer;
  background: orange;
  color: #fff;
  font-size: 13px;
  padding: 4px 10px;
  text-decoration: none;
  border-radius: 2px;
}
.login-section:hover {
  background: rgb(195, 126, 0);
}
.login-popup {
  position: absolute;
  top: 50px;
  right: 10px;
  background: #E6E6E6;
  padding: 14px;
  width: 180px;
  z-index: 9999;
  border-radius: 3px;
   display: none; 
  font-size: 13px;
  color: #000;
}
.login-popup h4 {
  color: #000;
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.login-popup input[type="text"], .login-popup input[type="password"] {
  border: 1px solid rgba(0, 0, 0, 0.22);
  display: inline-block;
  width: 94%;
  padding: 4px 4px;
  margin-bottom: 6px;
}
.login-popup input[type="submit"] {
  float: right;
  background: orange;
  color: #fff;
  border: none;
  padding: 5px 12px;
  margin-right: 1px;
  cursor: pointer;
}
.login-popup .login-arrow-top {
    top: -10px;
  right: 18px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 10px solid #E6E6E6;
  position: absolute;
}
.login-popup a.forget-password {
  color: #000;
  text-decoration: none;
  font-size: 10px;
}
.login-popup a.forget-password:hover {
  color: rgba(0, 0, 0, 0.66);
}
.login-popup p.status {
  color: red;
  font-size: 11px;
}

.my-account {
  position: fixed;
  right: 10px;
  top: 5px;
  z-index: 9999;
}
.my-account a {
  background: orange;
  color: #fff;
  font-size: 13px;
  padding: 4px 10px;
  text-decoration: none;
  border-radius: 2px;
  margin-left: 5px;
}
.my-account a:hover {
  background: rgb(195, 126, 0);
}

/*------ End CVCrow Login Popup -------*/


/*------ Start CVCrow Download Popup -------*/
.download_pdf {
  position: absolute;
  left: auto;
  right: 74px;
  top: 5px;
  z-index: 9999;
  cursor: pointer;
  padding: 0;
}
.download_pdf img {
  height: 29px;
}
.download_pdf:hover {
  opacity: 0.9;
}
.download_pdf-popup {
  position: absolute;
  top: 50px;
  right: 74px;
  background: #E6E6E6;
  padding: 14px;
  width: 180px;
  z-index: 9999;
  border-radius: 3px;
  display: none;
  font-size: 13px;
  color: #000;
}
.download_pdf-popup h4 {
  color: #000;
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.download_pdf-popup input[type="text"] {
  border: 1px solid rgba(0, 0, 0, 0.22);
  display: inline-block;
  width: auto;
  padding: 4px 4px;
  margin-bottom: 6px;
}
.download_pdf-popup input[type="submit"] {
  float: right;
  background: orange;
  color: #fff;
  border: none;
  padding: 5px 12px;
  margin-right: 1px;
  cursor: pointer;
}
.download_pdf-popup .download_pdf-arrow-top {
  top: -10px;
  right: 30px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 10px solid #E6E6E6;
  position: absolute;
}

/*------ End CVCrow Download Popup -------*/