/*
Template: thefox
Theme Name: Cudo Miner 2018
Version: 1.0
Author: Cudo
License: Themeforest Split Licence
License URI: -
*/

.privacy-disclaimer{
  max-width: 640px;
  width: 100%;
  font-size: 15px;
  padding: 10px;
  color: rgba(255,255,255,0.6);
  margin:0 auto;
  display: block;
  font-weight: 400;
}
.privacy-disclaimer a{
  color: rgba(255,255,255,0.7);
}
.privacy-disclaimer a:hover{
  color: #ccc !important;
}
.privacy-disclaimer-contactpage{
  max-width: 640px;
  width: 100%;
  padding: 30px 10px 50px;
  font-size: 15px;
  color: rgba(0,0,0,0.3);
  margin:0 auto;
  display: block;
  font-weight: 400;
  text-align: center;
}
.privacy-disclaimer-contactpage a{
  color: rgba(0,0,0,0.5);
}
.privacy-disclaimer-contactpage a:hover{
  color: #f48500 !important;
}
#copyTarget{
  width: calc(100% - 60px);
  display: inline-block;
  padding: 10px;
  border: 1px solid rgba(0,0,0,0.1);
  height: 50px;
  background: rgba(255,255,255,0.3);
}
#copyButton{
  width: 40px;
  padding: 14px 10px;
  border: 1px solid rgba(0,0,0,0.1);
  display: inline-block;
  height: 50px;
  background: rgba(255,255,255,0.3);
  margin-left:10px;
  transition: all ease-in-out 0.4s;
}
#copyButton:hover{
  border: 1px solid #da5800;/*
  background: rgba(218, 88, 0, 0.4);*/
  background: rgba(255,255,255,1);
}
#copyButton img{
  width: 20px;
  height: 20px; 
}
.popup-referral a:hover{
  color: #da5800;
}
nav ul{
    display: flex;
    align-items: center;
}    
nav ul li a,
.wrapper nav.nav_type_1 ul li a{
  padding: 28px 10px 27px 13px;
}
.top-section-form{
  width: 100%;
  padding: 35px 20px 0;
}
.top-section-form form{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.top-section-form form input{
  width: 67%;
  max-width: 400px;
  margin:0 10px 0;
  color: #333;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 300;
  border: 1px solid #fff;
  transition: ease-in-out all 0.4s;
  outline: none;
}
.top-section-form form input:hover{
  border:1px solid #da5800;
}
.top-section-form form input ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: pink;
}
.top-section-form form input ::-moz-placeholder { /* Firefox 19+ */
  color: pink;
}
.top-section-form form input :-ms-input-placeholder { /* IE 10+ */
  color: pink;
}
.top-section-form form input :-moz-placeholder { /* Firefox 18- */
  color: pink;
}
.top-section-form form button{
  display: block;
  width: 200px;
  margin:0 10px 0 ;
  padding:12px 20px;
  color: #fff;
  background: #da5800;
  font-weight: 300;
  font-size: 20px;
  border-radius: 4px;
  border:1px solid #da5800;
  transition: all ease-in-out 0.3s;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background:#da5800;
}
.top-section-form form button:hover{
  color: #da5800;
  background: #fff;
  border: #fff solid 1px;
}
.top-section-form form button:before {
  content: '';
  position: absolute;
  border: #fff solid 3px;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 6px;
  left: 0;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left, opacity;
  transition-property: top, right, bottom, left, opacity;
}
.top-section-form form button:hover:before,
.top-section-form form button:focus:before,
.top-section-form form button:active:before {
  top: -10px;
  right: -10px;
  bottom: -10px;
  opacity: 1;
  left: -10px;
}

.wpcf7-response-output{
  width: 100%;
  max-width: 800px;
  background: #fff;
  padding: 20px !important;
  color: #444;
  color: center;
}
.top-section-form form label{
  display: none;
}
.wpcf7-form-control-wrap{  
  width: 67%;
  max-width: 400px;
  margin:0 15px 0;
}
.top-section-form form .wpcf7-form-control-wrap input{
  width: 100%;
  color: #333;
  padding: 15px 20px;
  border-radius: 6px;
  font-weight: 300;
  border: 1px solid #fff;
  transition: ease-in-out all 0.4s;
  outline: none;
  background: #fff;
}
.top-section-form form .wpcf7-form-control-wrap input:hover{
  border:1px solid #da5800;
}
.top-section-form form .wpcf7-form-control-wrap  input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #777;
}
.top-section-form form .wpcf7-form-control-wrap  input::-moz-placeholder { /* Firefox 19+ */
  color: #777;
}
.top-section-form form .wpcf7-form-control-wrap  input:-ms-input-placeholder { /* IE 10+ */
  color: #777;
}
.top-section-form form .wpcf7-form-control-wrap  input:-moz-placeholder { /* Firefox 18- */
  color: #777;
}
.top-section-form form .wpcf7-submit{
  display: block;
  width: 200px;
  margin:0 12px 0 ;
  padding:12px 20px;
  color: #fff;
  background: #da5800;
  font-weight: 300;
  font-size: 20px;
  border-radius: 4px;
  border:1px solid #da5800;
  transition: all ease-in-out 0.3s;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  text-transform: capitalize;
  background:#da5800;
}
.top-section-form form .wpcf7-submit:hover{
  color: #da5800;
  background: #f48500;
  border: #fff solid 1px;
}
.top-section-form form .wpcf7-submit:before {
  content: '';
  position: absolute;
  border: #fff solid 3px;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 6px;
  left: 0;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left, opacity;
  transition-property: top, right, bottom, left, opacity;
}
.top-section-form form .wpcf7-submit:hover:before,
.top-section-form form .wpcf7-submit:focus:before,
.top-section-form form .wpcf7-submit:active:before, 
.top-section-form form .wpcf7-form input[type=submit]:hover,
.top-section-form form .wpcf7-form input[type=submit]:focus:before,
.top-section-form form .wpcf7-form input[type=submit]:active:before {
  top: -10px;
  right: -10px;
  color:  #fff;
  background: #f48500;
  bottom: -10px;
  opacity: 1;
  left: -10px;
}
.wpcf7-form br{
  display: none;
}
.wpcf7-form p{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}



.top-section-closes{
  width: 100%;

    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.top-section-closes h4{
  width: 100%;
  margin-top: 30px;
    margin-bottom: 5px;
    font-weight: 400;
    color: white;
    text-align: center;
}
.top-section-countdown {
    width: 275px;
    margin: 0 auto;
    display: block;
}
#clockdiv{
  font-family: sans-serif;
  color: #fff;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
}
#clockdiv > div{
  padding: 2px;
  border-radius: 3px;
  background: rgba(218, 88, 0, 0);
  display: inline-block;
}

#clockdiv div > span{
  padding: 12px;
  border-radius: 3px;
  background: rgba(218, 88, 0, 0.8);
  display: inline-block;
}
.smalltext{
  padding-top: 3px;
  font-size: 12px;
}

.nav_type_1 ul li a {
    padding: 22px 10px 23px 13px;
  }
#logo_img img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
    height: 50px;
    width: 100%;
}
.homepagetitles h1 {
    color: white;
    font-weight: 800;
    font-size: 40px;
}   
.homepagesubheading p {
    margin: 7px;
    font-size: 24px;
    font-weight: 300;
}
.menuaccess {
    border: 1px;
}
.menuaccess {
    border: 1px solid white;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: -5px;
}
header.header_shadow.nav_type_1.sticky_header.clearfix.transparent_header.opaque_header,
.menu_slide.mt_menu.sticky_header {
      /*background-image: url(https://cudominer-com.stackstaging.com/dev/wp-content/uploads/2018/09/orange-semi.svg?id=12) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;*/
    background: rgb(255,105,0)!important;
  background: -moz-linear-gradient(left, rgba(255,105,0,1) 0%, rgba(255,139,0,1) 50%, rgba(255,105,0,1) 100%)!important;
  background: -webkit-linear-gradient(left, rgba(255,105,0,1) 0%,rgba(255,139,0,1) 50%,rgba(255,105,0,1) 100%)!important;
  background: linear-gradient(to right, rgba(255,105,0,1) 0%,rgba(255,139,0,1) 50%,rgba(255,105,0,1) 100%)!important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6900', endColorstr='#ff6900',GradientType=1 )!important;
  
}
#top-section-as-seen-on-text {
    color: #cccccc;
    font-size: 17px;
    margin-bottom: -17px;
}
#fw_c .full-width-bottom-circle {
    background-position: top center !important;
      box-shadow: 0px 5px 10px rgba(100,100,100,0.1);
}
.built-by-grey-link{
  background: #757575;
  padding: 15px 20px;
  font-size:17px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  color: white;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  font-weight: 500;
}
.built-by-grey-link:before {
  content: '';
  position: absolute;
  border: #757575 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 6px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.built-by-grey-link:hover:before,
.built-by-grey-link:focus:before,
.built-by-grey-link:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}

.built-by-grey-link span{
  width: 100%;
  display: block;
  margin-top: 3px;
}
.built-by-grey-link img{
  width: 20px;
}
.built-by-orange-link {
    background: #f48500;
    padding: 18px 20px;
    font-size: 20px;
    display: flex;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    color: white;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    font-weight: 500;
    height: 78px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.built-by-orange-link:before {
  content: '';
  position: absolute;
  border: #f48500 solid 4px;
  top: 0;
  border-radius: 6px;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.built-by-orange-link:hover:before,
.built-by-orange-link:focus:before,
.built-by-orange-link:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}

.built-by-orange-link span{
  width: 100%;
  display: block;
  font-size:14px;
}
.bottomrowhp {
  box-shadow: 0px 5px 10px rgba(100,100,100,0.1);
}
.built-by-icons {
    width: 200px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding-top: 15px;
    margin: 0;
        margin-top: -36px;
}
.built-by-icons span {
    display: inline-block;
    color: #757373;
    font-weight: 300;
    height: 20px;
    font-size: 13px;
    margin-right: 4px;
    margin-left: 35px;
}
.built-by-icons img {
    height: 20px;
    margin: 0 0 0 8px;
    display: inline-block;
}
.nav-download-link {
    border: 1px solid #fff;
    color: #fff;
    padding:5px 20px;
    /* margin: 15px 10px; */
    border-radius: 4px;
    transition: all ease-in-out 0.3s;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    margin-top: -5px;
}
.nav-download-link:hover{
  color: #f48500;
  background: rgba(255,255,255,1);
}
.nav-download-link:before {
  content: '';
  position: absolute;
  border: #fff solid 2px;
  top: 0;
  border-radius: 6px;
  right: 0;
  bottom: 0;
  opacity:0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left,opacity;
  transition-property: top, right, bottom, left,opacity;
}
.nav-download-link:hover:before,
.nav-download-link:focus:before,
.nav-download-link:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity:1;
}
.carbon-neutral-section {
    width: 100%;
    background: #197200;
    background-position: bottom center;
    background-size: 85%;
    color: #fff;
    padding: 100px 0 100px;
}
.jag-faq-ques {
    font-weight: 400;
  }
.jag-faq-wrapper.panel {
  box-shadow: none !important;
}
.faqhptext p {
    font-size: 22px;
}
#fw_c .faqbk {
    background-position: bottom center !important;
}
#footer_coms .f_message_left {
    float: none;
    padding-right: 0px;
    height: auto;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.footer_type_1 .widget {
    margin: 0px 0px 30px 0;
    font-weight: 400;
}
#footer .widget h2, #footer .widget_recent_entry h4 a {
    color: #ffffff;
    font-weight: 600;
}

.socialfooter a img {
    height: 30px;
    margin-right: 10px;
}
.icon-nav{
  padding-top: 5px;
}
.icon-nav img{
  height:19px;
  width: 15px;
}
.kb-topic .kb-topic__box-count {
    color: #000 !important;
    }
.kb-topic .kb-topic__show-all {
    margin-top: 0;
    display: inline-block;
    color: #000 !important;
    border: 1px solid black;
    border-radius: 5px;
    padding: 5px 15px;
}
.kb-search__tip {
  color: black !important;
}
.mkb-settings-home-page .mkb-root {   
padding-bottom: 7em !important;
}
.carbon-neutral-link{
  text-align:center;
  display: block;
  margin:50px auto 30px !important;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight:300;
  border: 1px solid #224921;
  background: #224921;
  padding: 10px 20px;
  width: 220px !important;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition: all ease-in-out 0.3s;
}
.carbon-neutral-link:hover{
  border: 1px solid rgba(255,255,255,1);
  background: rgba(255,255,255,1);
  color:  #224921;
}

.carbon-neutral-link:before {
  content: '';
  position: absolute;
  border: #fff solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity:0;
  border-radius: 6px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left, opacity;
  transition-property: top, right, bottom, left, opacity;
}
.carbon-neutral-link:hover:before,
.carbon-neutral-link:focus:before,
.carbon-neutral-link:active:before {
  top: -10px;
  right: -10px;
  opacity:1;
  bottom: -10px;
  left: -10px;
}

.white-button-link{
  text-align:center;
  display: block;
  margin:50px auto 30px !important;
  color: #f48500;
  font-size: 20px;
  line-height: 28px;
  font-weight:300;
  border: 1px solid #fff;
  background: #fff;
  padding: 10px 20px;
  width: 220px !important;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition: all ease-in-out 0.3s;
}
.white-button-link:hover{
  border: 1px solid #ccc;
  background: #ccc;
  color:  #f48500;
}

.white-button-link:before {
  content: '';
  position: absolute;
  border: #ccc solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity:0;
  border-radius: 6px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left, opacity;
  transition-property: top, right, bottom, left, opacity;
}
.white-button-link:hover:before,
.white-button-link:focus:before,
.white-button-link:active:before {
  top: -10px;
  right: -10px;
  opacity:1;
  bottom: -10px;
  left: -10px;
}
.orange-button-link{
  text-align:center;
  display: block;
  margin:50px auto 30px !important;
  color: #f48500;
  font-size: 20px;
  line-height: 28px;
  font-weight:300;
  border: 1px solid #f48500;
  background: #fff;
  padding: 10px 20px;
  width: 220px !important;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition: all ease-in-out 0.3s;
}
.orange-button-link:hover{
  border: 1px solid #f48500;
  background: #f48500;
  color:  #fff;
}

.orange-button-link:before {
  content: '';
  position: absolute;
  border: #f48500 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity:0;
  border-radius: 6px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left, opacity;
  transition-property: top, right, bottom, left, opacity;
}
.orange-button-link:hover:before,
.orange-button-link:focus:before,
.orange-button-link:active:before {
  top: -10px;
  right: -10px;
  opacity:1;
  bottom: -10px;
  left: -10px;
}

.grey-button-link{
  text-align:center;
  display: block;
  margin:50px auto 30px !important;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight:300;
  border: 1px solid #444;
  background: #444;
  padding: 10px 20px;
  width: 220px !important;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition: all ease-in-out 0.3s;
}
.grey-button-link:hover{
  border: 1px solid  #444;
  background:  #444;
  color:  #fff;
}

.grey-button-link:before {
  content: '';
  position: absolute;
  border: #444 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity:0;
  border-radius: 6px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left, opacity;
  transition-property: top, right, bottom, left, opacity;
}
.grey-button-link:hover:before,
.grey-button-link:focus:before,
.grey-button-link:active:before {
  top: -10px;
  right: -10px;
  opacity:1;
  bottom: -10px;
  left: -10px;
}


.white-outline-button-link{
  text-align:center;
  display: block;
  margin:50px auto 30px !important;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight:300;
  border: 1px solid #fff;
  background: rgba(255,255,255,0);
  padding: 10px 20px;
  width: 220px !important;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition: all ease-in-out 0.3s;
}
.white-outline-button-link:hover{
  border: 1px solid #fff;
  background: rgba(255,255,255,0);
  color:  #f48500;
}

.white-outline-button-link:before {
  content: '';
  position: absolute;
  border: #fff solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity:0;
  border-radius: 6px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left, opacity;
  transition-property: top, right, bottom, left, opacity;
}
.white-outline-button-link:hover:before,
.white-outline-button-link:focus:before,
.white-outline-button-link:active:before {
  top: -10px;
  right: -10px;
  opacity:1;
  bottom: -10px;
  left: -10px;
}
.orange-outline-button-link{
  text-align:center;
  display: block;
  margin:50px auto 30px !important;
  color: #f48500;
  font-size: 20px;
  line-height: 28px;
  font-weight:300;
  border: 1px solid #f48500;
  background: rgba(255,255,255,0);
  padding: 10px 20px;
  width: 220px !important;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition: all ease-in-out 0.3s;
}
.orange-outline-button-link:hover{
  border: 1px solid #f48500;
  background: rgba(255,255,255,0);
  color:  #f48500;
}

.orange-outline-button-link:before {
  content: '';
  position: absolute;
  border: #f48500 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity:0;
  border-radius: 6px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left, opacity;
  transition-property: top, right, bottom, left, opacity;
}
.orange-outline-button-link:hover:before,
.orange-outline-button-link:focus:before,
.orange-outline-button-link:active:before {
  top: -10px;
  right: -10px;
  opacity:1;
  bottom: -10px;
  left: -10px;
}
.grey-outline-button-link{
  text-align:center;
  display: block;
  margin:50px auto 30px !important;
  color: #444;
  font-size: 20px;
  line-height: 28px;
  font-weight:300;
  border: 1px solid #444;
  background: rgba(255,255,255,0);
  padding: 10px 20px;
  width: 220px !important;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition: all ease-in-out 0.3s;
}
.grey-outline-button-link:hover{
  border: 1px solid #444;
  background: rgba(255,255,255,0);
  color:  #444;
}

.grey-outline-button-link:before {
  content: '';
  position: absolute;
  border: #444 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity:0;
  border-radius: 6px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left, opacity;
  transition-property: top, right, bottom, left, opacity;
}
.grey-outline-button-link:hover:before,
.grey-outline-button-link:focus:before,
.grey-outline-button-link:active:before {
  top: -10px;
  right: -10px;
  opacity:1;
  bottom: -10px;
  left: -10px;
}
.amoteam-member-info .amoteam-member-subtitle {
    font-weight: 400;
  }
  .amoteam-panel {
    max-width: 319px;
  }
  .amoteam-panel__heading .amoteam-panel__subtitle {
    font-weight: 400;
  }

.contacttelno img {
    height: 40px;
    width: 40px;
}

.contacttelno {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contacttelno p {
    margin-left: 10px;
    font-weight: 600;
    font-size: 22px;
    margin-top: 8px;
}
.contacttelno {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.contactpbottom {
    text-align: center;
}
.frm_final_submit{
  text-align:center;
  display: block;
  margin:50px auto 30px !important;
  color: #f48500;
  font-size: 20px;
  line-height: 28px;
  font-weight:300;
  border: 1px solid #f48500;
  background: #fff;
  padding: 10px 20px;
  width: 220px !important;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition: all ease-in-out 0.3s;
}
.frm_final_submit:hover{
  border: 1px solid #f48500;
  background: #f48500 !important;
  color:  #fff !important;
}

.frm_final_submit:before {
  content: '';
  position: absolute;
  border: #f48500 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity:0;
  border-radius: 6px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left, opacity;
  transition-property: top, right, bottom, left, opacity;
}
.frm_final_submit:hover:before,
.frm_final_submit:focus:before,
.frm_final_submit:active:before {
  top: -10px;
  right: -10px;
  opacity:1;
  bottom: -10px;
  left: -10px;
}

.page_title_ctn {
    display: none;
}

.post.post_single.vc_row {
    padding-top: 55px !important;
}


div#add-comment {
    display: none;
}

.shareicons_icon {
    background: #F48500;
}
p {
    margin-bottom: 20px;
}
p a{
  color: #da5800 !important;
}
.menu-main a{
  color: #fff;
}

.popupbox{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}
.popup-contactc-7{
  width: 100%;
  position: relative;
  max-width: 850px;
  background: #fff;
}
.popup-success{
  width: 100%;
  padding:60px 30px 5px;
  border-bottom:1px solid #dedede;  
}
.popup-success h2{
  width: 100%;
  color: #F48500;
  font-size: 30px;
  font-weight: 400;
  margin-bottom:10px;
}
.popup-success p{
  width: 100%;
  color: #222;
}
.popup-info{
  width: 100%;
  padding:20px 10% 10px;
}
.popup-info p{
  width: 100%;
  color: #222;
  margin-bottom: 20px;
}
.popup-info p:last-child{
  margin-bottom:0;
}
.popup-interact{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding:20px;
}
.popup-referral{
  width: calc(67% - 5px);
  background: #f1f1f1;
  border: 1px solid #dedede;
  padding:20px;
}
.popup-referral p{
  width: 100%;
  margin-bottom:5px;
  color: #222;
}
.popup-referral a{
  width: 100%;
  color: #F48500;
  display: block;
  font-size: 23px;
  font-weight: 600;
  padding:10px;
  border: 1px solid #dedede;
  background: #fff;
}
.popup-social{
  width: calc(33% - 5px);
  background: #f1f1f1;
  border: 1px solid #dedede;
  padding:20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.socialsharing{
  width: 200px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.popup-social h4{
  width: 100%;
}
.popup-social a{
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  opacity:1;
  transition: all ease-in-out 0.4s;
}
.popup-social a svg{
  width: 45px;
}
.popup-social a:hover{
  opacity:0.4;
}
.popup-social a.popup-facebook{}
.popup-social a.popup-twitter{}


.lightbox {
  /** Default lightbox to hidden */
  display: none;

  /** Position and style */
  position: fixed;
  z-index: 99999999;
  width: 100%;
  padding: 30px;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
}

.lightbox img {
  /** Pad the lightbox image */
  max-width: 90%;
  max-height: 80%;
  margin-top: 2%;
}

.lightbox:target {
  /** Remove default browser outline */
  outline: none;

  /** Unhide lightbox **/
  display: block;
}
.close-call-me{
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  background:#1f1f1f;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #fff;
  padding: 7px;
  border:2px solid #fff;
  text-align: center;
  transition: all ease-in-out 0.3s;
}
.close-call-me i{
  display: block;
  width: 100%;
  height: 100%;
  font-size: 20px;
}
.close-call-me:hover{
  background:#fff;
  color: #1f1f1f;
}

.popup-access{
  width: 100%;
  padding: 35px 20px 20px;
}
.popup-access-info{
  width: 100%;
  padding: 30px 30px 0;
}
.popup-access-info h2{
  font-size: 30px;
  font-weight: 300;
  margin:-10px auto 15px;
  color: #f48500;
}
.popup-access-info p{
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 2px;
  font-weight: 300;
}
.popup-access-after-form-info{
  width: 100%;
  padding: 5px 30px 0;
}
.popup-access-after-form-info p{
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 2px;
  font-weight: 300;
}
.privacy-disclaimer-popup{
  /*max-width: 640px;
  width: 100%;*/
  max-width: 800px;
  width: 100%;
  padding: 0px 10px 10px;
  font-size: 15px;
  color: rgba(218, 88, 0, 0.7);
  margin:0 auto;
  display: block;
  font-weight: 400;
  text-align: left;
}
.privacy-disclaimer-popup p{
  margin:0;
}
.privacy-disclaimer-popup a{
  color: rgba(218, 88, 0, 1)
}
.privacy-disclaimer-popup a:hover{
  color: #444 !important;
}
.popup-form-area{
  padding: 30px 20px 10px;
  border:1px solid #dedede;
  margin:10px auto;
  width: 100%;
  max-width:800px;
  border-radius: 4px;
  background: #f6f6f6;
}
.popup-access form{
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding-bottom: 10px;
}
.popup-access form input{
  width: 67%;
  max-width: 600px;
  margin:0 10px 0;
  color: #333;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 300;
  border: 1px solid #ccc;
  background: #fff;
  transition: ease-in-out all 0.4s;
  outline: none;
}
.popup-access form input:hover{
  border:1px solid #da5800;
}
.popup-access form input ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: pink;
}
.popup-access form input ::-moz-placeholder { /* Firefox 19+ */
  color: pink;
}
.popup-access form input :-ms-input-placeholder { /* IE 10+ */
  color: pink;
}
.popup-access form input :-moz-placeholder { /* Firefox 18- */
  color: pink;
}
.popup-access form button,
.popup-access form input[type="submit"]{
  display: block;
  width: 200px;
  margin:0 10px 0 ;
  padding:12px 20px;
  color: #fff;
  background: #da5800;
  font-weight: 100;
  font-size: 20px;
  border-radius: 4px;
  border:1px solid #da5800;
  transition: all ease-in-out 0.3s;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.popup-access form button:hover,
.popup-access form input[type="submit"]:hover{
  color: #fff;
  background: #F48500;
  border: #F48500 solid 1px;
}
.popup-access form button:before,
.popup-access form input[type="submit"]:before {
  content: '';
  position: absolute;
  border: #F48500 solid 3px;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 6px;
  left: 0;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left, opacity;
  transition-property: top, right, bottom, left, opacity;
}
.popup-access form button:hover:before,
.popup-access form button:focus:before,
.popup-access form button:active:before,
.popup-access form input[type="submit"]:hover:before,
.popup-access form input[type="submit"]:focus:before,
.popup-access form input[type="submit"]:active:before {
  top: -10px;
  right: -10px;
  bottom: -10px;
  opacity: 1;
  left: -10px;
}
#footer p a,
#footer .widget_wrap p a,
#footer .widget_wrap .textwidget p a{
  color: #ffffff !important;
  text-decoration:underline;
}
#footer .widget_wrap p a:hover,
#footer .widget_wrap p a:hover,
#footer .widget_wrap .textwidget p a:hover{ 
  color: #f48500 !important;
}
  #copyTarget{
  height: auto;
  font-size: 15px;
  }
  #copyButton{
    height: auto;
  }
  .reflink{
    display: flex;
    align-items: center;
    vertical-align: middle;
  }
/* =============================================
------------------------------------------------
MEDIA QUERIES
------------------------------------------------
================================================ */

@media screen and (max-width:875px){
  .popup-referral a{
    font-size: 20px;
  }
}

@media screen and (max-width:790px){
  .popup-interact {
    flex-wrap: wrap;
    padding-bottom: 40px;
  }
  .popup-referral {
    width:100%;
    margin-bottom: 10px;
  }
  .popup-social{
    width:100%;
    display: flex;
    justify-content: center;
  }
  .popup-social h4{
    display: inline-block;
    width: 100px;
    margin: 0;
  }
  .popup-social a {
    width: 50px;
  }
  .popup-success h2{
    margin-top: 0;
  }
  .socialsharing{
    width: 160px;    
  }
}
@media screen and (max-width:700px){
  .popup-access-info p br{
    display: none;
  }
}

@media screen and (max-width:680px){
  .popup-access form input{
    width: 100%;
    max-width: 800px;
    text-align: center;
  }
  .popup-access form {
    flex-wrap: wrap;
    border: 1px solid #dedede;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 6px;
    background: #f6f6f6;
  }
  .popup-access form button, .popup-access form input[type="submit"]{
    margin-top: 15px;
  }
}

@media screen and (max-width:600px){
  .top-section-form form{
    flex-wrap: wrap;
    border: 1px solid  rgba(255,255,255,0.2);
    border-radius: 10px;
    background: rgba(255,255,255,0.05);
    padding: 20px;
  }
  .top-section-form form input{
    margin-bottom: 16px;
    width: 100%;
    max-width: 460px;
    padding: 15px 20px;
    text-align: center;
  }
  .top-section-form form button {
    width: 206px;
    padding: 10px 20px;
    font-size: 16px;
  }
}
@media screen and (max-width:570px){
  .popup-referral a{
    font-size: 17px;
  }
}
@media screen and (max-width:500px){
  .container{
    padding: 0 20px;
  }
  .popup-access form {
    padding:20px 15px;
  }
  .popup-interact{
    padding:10px 0 0px;
  }
  .popup-access{
    padding: 30px 15px 30px;
  }
  .popup-success h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .popup-success p{
    margin-bottom: 5px;
  }
  .popup-success p, .popup-info p{
    line-height: 23px;
    font-size: 0.92em;
  }
  .popup-success {
    padding: 30px 20px 20px;
  }
  .popup-info {
    padding: 10px 20px 10px;
  }
}
@media screen and (max-width:460px){
  .popup-referral a{
    font-size: 15px;
  }
}
@media screen and (max-width:420px){
  .popup-referral{
    padding: 20px 10px;
  }
}
@media screen and (max-width:400px){
  .popup-access form {
    padding:15px 10px;
  }
  .popup-referral{
    padding: 20px 0px;
  }
  .popup-referral a {
    width: 100%;
    color: #fff;
    background: #f48500;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
    border: 1px solid #f48500;
  }
  .lightbox {
    padding: 30px 15px;
  }
}

@media screen and (max-width:767px){

  .why-use-section .why-use-section-txt h2{
    margin-bottom:5px !important;
  }
  .built-by-title-holder{
    margin-bottom:0;
  }
  .built-by-header h2{
    margin-bottom:10px;
  }
  .hideme{
    display: none;
  }
  .built-by-people .vc_row.wpb_row.vc_inner.vc_row-fluid{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    max-width: 450px;
    width: 100%;
    margin:0px auto 0;
  }
  .built-by-me{
    width: 25% !important;
    padding: 0 10px;
  }
  .built-by-me img{
    width: 100%;
  }
  .built-by-buttons .wpb_column.vc_column_container.vc_span6{
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
  }
  .built-by-orange-link,
  .built-by-grey-link{
    width: 320px;
  }
  .built-by-grey-link{
    margin-top:20px;
  }
  .built-by-p{
    padding:0 20px;
  }
  #faqsection{
    padding: 40px 40px 200px !important;
    box-sizing: border-box !important;
  }
  .carbon-neutral-link{
    width: 220px !important;
    max-width: 220px;
  }
  #footer{
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
  }
  #footer .widget_wrap{
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  #footer .widget_wrap:last-child{
    border-bottom: 1px solid rgba(255,255,255,0);

  }
  .seen-on-logo{
    margin-bottom: 15px;
  }
  .why-use-section .why-use-section-img,
  .why-use-section .why-use-section-txt{
    display: block;
  }
  .vc_column-inner .wpb_wrapper .why-use-section h2{
  	text-align:center !important;
  	margin-top:20px !important;
  	padding-top: 20px !important;
    font-size: 25px !important;
    border-top: 1px solid rgba(0,0,0,0.05);
  }
  .vc_column-inner .wpb_wrapper .why-use-section{
    margin:15px 0;
    padding: 20px;/*
    border-bottom: 1px solid rgba(0,0,0,0.1);*/
    display:block !important;
    height: auto;
  	text-align:center;
  }
  .home-main-heading-title{
  	font-size: 30px !important;
  	margin-bottom: 15px !important;
  }
}
@media screen and (max-width:600px){
  #copyTarget{
  height: auto;
  }
  #copyButton{
    height: auto;
  }
  .reflink{
    display: flex;
    align-items: center;
    vertical-align: middle;
  }
}
@media screen and (max-width:600px){
  .top-section-form form{
    flex-wrap: wrap;
    border: 1px solid  rgba(255,255,255,0.2);
    border-radius: 10px;
    background: rgba(255,255,255,0.05);
    padding: 20px;
  }
  .top-section-form form input{
    margin-bottom: 16px;
    width: 100%;
    max-width: 460px;
    padding: 15px 20px;
    text-align: center;
  }
  .top-section-form form button {
    width: 206px;
    padding: 10px 20px;
    font-size: 16px;
  }
  .popupbox{
    align-items: flex-start;
    margin-top:10px;
  }
  #copyTarget{
    line-height: 1.2em;
  }
}
@media screen and (max-width: 340px){
  .popup-success h2 {
    font-size: 19px;
    }
    .popup-social{
      padding: 7px 10px 10px;
    }
}
.jag-panel-body {
  line-height: 26px;
  font-size: 17px;
  font-weight: 300;
  padding: 5px 40px 34px !important;
}
.jag-faq-theme-4 .jag-faq-title .jag-faq-icon {
  font-size: 23px !important;
  color: #f48500 !important;
  left: 100% !important;
  top: 5px !important;
}
.jag-faq-theme-4 .jag-faq-ques {
    padding-left: 25px;
    font-size: 20px;
    color: #f45800;
}
.mkb-back-to-top-inline .mkb-back-to-top,.mkb-anchors-list {
    display: none !important;
}
.mkb-article-header {
    margin: 1em 0 0 !important;
}
