
.elementor div {
    margin: 0;
}

.form-control, .form-drip {
    font-family: "Ubuntu", Sans-serif;
}

input.form-control {
    border-radius: 4px;
    height: 45px;
    margin-top: 5px;
    margin-bottom: 5px;
}

input[type=submit].form-drip {
    border-radius: 4px;
    border-width: 0;
    height: 45px;
    width: 100%;
    text-align: center;
    font-size:15px;
}

input[type="checkbox"]#drip-tos {
  display: initial !important;
  width: 21px;
  height: 21px;
  vertical-align: middle;
  margin-top: 0;
}

.nick-form-inline {
    padding:0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

/* hide checkboxes */
input[name="group_name[]"][type="checkbox"] {
    display: none;
}

input#tnc_cbox {
    display: none;
}

.category-archive-selector { width:500px; margin:0 auto; margin-bottom:48px; padding: 40px 0 41px;}
.sbOptions { z-index:999; width:240px; top:38px !important; background:#fff; border:1px solid #ebebeb;}
.sbOptions a, .sbOptions a:link, .sbOptions a:visited {color:#293340;}
.sbOptions a { border-bottom:none; text-align:left;}
.sbHolder { width:240px; height:40px; float:left; margin-right:20px; background:#fff; border:1px solid #ebebeb;}
.sbHolder:last-child { margin-right:0;}
.sbSelector {line-height:40px;}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover { color:#999999; font-size:14px;}
.sbToggle, .sbToggle:hover { background: rgba(0, 0, 0, 0) url("<?php echo get_template_directory_uri()?>/img/select-icons.png") no-repeat scroll 0 -110px;}
#infscr-loading {/*display:block !important;*/ position:absolute; bottom:0; left:50%; margin-left:-18px; z-index:99999;    margin-bottom: 15px;}
#infscr-loading img { display:none;}
#infscr-loading .fa { font-size:18px; color: #bdc8d1;}

.response {color:#293340!important;	text-align:center;}
.response1 .loading{padding:0px!important;background:transparent;width:100%;}
 .bntitle {font-family: 'Ubuntu', sans-serif;font-size: 45px;line-height:45px;padding-bottom: 10px;margin: 0;text-align:left;color:#000;font-weight: 500;}

.newswrapper{padding:5px 0;}
.form-group.col-lg-5,.form-group.col-md-5 {padding-left: 4px;
    padding-right: 4px;}

@media(max-width:1400px){
	.bntitle{font-size:35px;line-height:35px;}
}
@media (min-width:992px){
.newswrapper form#register-desktop { padding: 0 62px;}
.col-md-5 {
    width: 33.33%;
}
}
.newswrapper form#register-desktop .input-phase2{height:54px;border-radius:4px;}
.btn.submit-phase2.cl{webkit-transition: -webkit-background 1s, color 0s;transition: background 0.5s, color 0s;
 -webkit-transition: -webkit-background 0.5s, color 0s;transition: background 0.5s, color 0s;}
.btn.submit-phase2.cl:hover{background:#ffad29!important;color:#000!important;}
p.bncnt {
    font-size: 18px;
    font-weight: bold;
    text-shadow: initial!important;
    color: #000;
}


@media (min-width:992px){
.splinput{max-width:200px;}
.splbtn{max-width:150px;}
}


@media screen and (min-width: 992px) {

  .col-drip-name {
    padding-right: 5px;
  }

  .col-drip-email {
    padding-left: 5px;
  }

  input[type=submit].form-drip {
      font-size:25px;
      margin-top:5px;
  }

  .nick-form-inline {
      padding-left:10px;
  }

}
