.ftr-link{
  color: #fff !important;
  text-decoration: none;
}
.ftr-link:hover{
  color: #e3e3e3 !important;
}

.ftr-widget > a{
  font-size:16px;
  padding: 10px;
  background:#2196F3;
  text-decoration: none; 
  color: #fff;
  margin-bottom: 10px;
}
.hidden{
    opacity: 0;
}
.ulp-note{
  font-size: 12px;
  font-style: italic;
}

body{
  background: #F3F6F8 !important;
}
#side-sortables{
  border-color: #7fc9fb !important;
}
#container{
  list-style: none;
}
#container *{
  /* border:none !important; */
 }
#container h1{
  font-size:3.5em !important;
  line-height: normal;
 }
#container h2{
  font-size:3em !important;
  line-height: normal;
 }
 #container h3{
  font-size:2.5em !important;
  line-height: normal;
 }
 #container h4{
  font-size:2em !important;
  line-height: normal;
 }
 #container h5{
  font-size:1.6em !important;
  line-height: normal;
 }
 #container h6{
  font-size:1.2em !important;
  line-height: normal;
 }
 #columnContentEditor{
  display: none;
 }
#todoapp{
    width: 100%;
    padding: 2% 2% 4% 8%;
 }
 #column-1{
  display: inline-block;
 }
 #column-1 > #card{
  max-width: 20%;
  float: left;
  margin-left: 2%;
  padding:5px 10px 5px 10px;
  background-color: #029bde;
 }
 .tempPrev{
  display: none;
  position: absolute;
  background: rgba(2, 155, 222, 0.5);
  cursor: pointer;
 }
 .tempPrev p{
  text-align: center;
  padding:5px;
  background: transparent;
  border:2px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
 }
 .pb_temp_prev_img{
  max-width: 80%;
  margin:3% 1% 3% 1%;
 }
 .pb_loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-bottom: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: pb_spin 2s linear infinite;
    top: 40%;
    position: absolute;
    left: 45%;
}

@keyframes pb_spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#savePageSide{
  background: #fff;
  text-align: center;
  width: 100%;
  height: 142px;
  padding-top: 100px;
}
#SavePageOther{
  float: none;
  width: 50% !important;
  margin-left: 50px;

}

 .nav{
    margin-top: 10px;
    background-color: #b3b3b3;
    padding: 5px;
    width: 30%;
    text-align: center;
 }
 .nav a{
    text-decoration: none;
    color: #fafafa;
    font-size: 21px;
    font-family: sans-serif;
    margin: 10px;
 }

 

 #header h1 {
    font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
label{
    font-family: sans-serif;
}
.pbp_form {
  display: inline-block;
  width: 650px;
}
.pbp_form label{
  float: left;
  display: inline-block;
  width: 200px;
  margin-bottom: 9px;
  font-size: 14px;
}
.pbp_form input, .pbp_form select{
  float: left;
  display: inline-block;
  width: 110px;
  margin-bottom: 7px;
}

.wdt-fields{
  margin-left: 
}

.menu-select{
  max-width: 75%;
  background: #e3e3e3;
  padding:10px 5px;
  display: block;
}

.text_small{
  font-size: 9px;
}
#btn-gen .wp-picker-container{
  margin-left: 0 !important;
  margin-bottom: 7px;
}
.wdt-btn-gen{
  margin-top: -60px;
}
.widgetHeader{
  background: #e1e1e1;
  padding: 5px 10px 5px; 
  text-align: center;
  width: 650px;
  margin-bottom: 20px !important;
}
.seoHeader{
  background: #e1e1e1;
  padding: 5px 10px 5px; 
  text-align: center;
  width: 100%;
  margin-bottom: 20px !important;
}
.btn-preview{
  display: inline-block;
  float: right;
  margin: 20px;
}

 .btn-green {
    background-color: #9DC45F;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-border-radius: 5px;
    border: none;
    padding: 5px 15px 5px 15px;
    color: #FFF;
    text-shadow: 1px 1px 1px #949494;
    float: right;
    cursor: pointer;
}

 .btn-green:hover, .btn:hover {
    background-color:#80A24A;
}

.large-btn{
  padding: 15px 25px 15px 25px;
  font-size: 21px;
}
.medium-btn{
  padding: 10px 20px 10px 20px !important;
  font-size: 18px !important;
}
.center{
  text-align: center;
}

    #container{
      margin: 0 auto;
      width: 100%;
      min-width: 1000px;
      min-height: 600px;
      padding-top: 2%;
      padding-bottom: 2%;
      background: #fff;
    }
    #container > li {
      min-height: 150px;
    }
    .row{
      width: 100%;
      margin-top: 10px;
      background-size: cover !important;
    }
    .column{
      display: inline-block;
      float: left;
      min-width:3%;
      border:1px dashed #AAA;
      margin:4px 3px 0 0;
      background: #fff;
      height: 90%;
    }

    ul.collection-list {
      margin: 0;
      padding: 0;
      list-style-type: none;
      outline: none;
    }

    #container ul.collection-list li {
      margin: 7px;
      padding: 10px;
      border: 2px dashed #AAA;
      border-radius: 4px;   /* may need vendor varients */
      background: #FAFAFA;
    }

    ul.collection-list li.selected {
      background: #e3e3e3;
    }

    .row-btn{
      border-radius: 100px !important;
      max-width:20px !important;
      padding: 10px 10px 10px 10px !important;
      display: none;
    }
    .newRow,.btn{
      text-align: center;
      width:100px;
      padding: 3px 5px 3px 5px;
      background-color: #9DC45F;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-border-radius: 5px;
      border: none;
      color: #FFF;
      text-shadow: 1px 1px 1px #949494;
      float: right;
      cursor: pointer;
    }
    
    .aligncenter{
      text-align: center;
      
    }


    #edit_form_save,#edit_form_close,#newRowSave,#newRowClose{
      margin: 0 5px 2px 5px;
    }
    .btn-red{
      background: #e67e22;
      color: #fff;
    }
    .btn-red:hover{
      background: #ca6c19;
    }

    #columnEdit{
      width: 90px;
      cursor: pointer;
    }

    .img-original{

    }
    .img-large{
      width: 80%;
    }
    .img-medium{
      width: 50%
    }
    .img-small{
      width: 20%
    }

/****   Modal Styling ****/
.lpp_modal{
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.73);
      margin: 0 auto;
      z-index: 9999;
      display: none;
    }

    .lpp_modal_2{
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.73);
      margin: 0 auto;
      z-index: 99999;
      display: none;
    }
    .lpp_modal_wrapper{
      margin-top: 5%;
      margin-left: 2.5%;
      width: 95%;
      min-width: 1200px;
      min-height: 700px;
      background: #fff;
      display: inline-block;
    }
    #ulpb_column_controls{
    width: 13%;
    display: inline-block;
    position: fixed;
    top: 75%;
    left: 9%;
    /* background: rgba(0, 0, 0, 0.73); */
    margin: 0 auto;
    z-index: 99999;
    float: left;
    }
    .pb_hidden{
      display: none;
    }
    #ulpb_widget_controls{
    width: 13%;
    position: fixed;
    top: 10%;
    left: 50%;
     background: rgba(0, 0, 0, 0.73); 
    z-index: 999999;
    float: left;
    }
    #ulpb_row_controls{
    width: 13%;
    display: inline-block;
    position: fixed;
    top: 65%;
    bottom: 0;
    left: 10%;
    /* background: rgba(0, 0, 0, 0.73); */
    margin: 0 auto;
    z-index: 99999;
    float: left;
    }
    .edit_form{
      display: inline-block;
      float: left;
      width: 50%;
      border-radius: 5px;
      padding:3% 1%;
      max-height: 700px;
      overflow: auto;
    }
    .edit_options_left{
      display: inline-block;
      float: left;
      width: 22%;
      border-radius: 5px;
      border-left:1px solid #e3e3e3;
      background:#e3e3e3;
      padding: 0 20px 0 20px;
      min-height: 600px;
    }
    .edit_options_right{
      float: right;
      display: inline-block;
      width: 70%;
    }
    .edit_column_widgets{
      display: inline-block;
      float: right;
      width: 18%;
      border-radius: 5px;
      border-left:1px solid #e3e3e3;
      background:#e3e3e3;
      padding: 0 20px 0 20px;
      min-height: 600px;
    }
    .edit_options_left input{
      display: inline-block;
      float: right;
      margin-right: 5%;
      width: 35%;
    }
    .edit_options_left label{
      font-size: 18px;
      display: inline-block;
      float: left;
      margin-right: 5%;
    }
    .banner-h1{
    width: 100%;
    background: #333333;
    color: #fff;
    padding: 10px 7.5% 10px 3% !important;
    text-align: center;
    margin:0 0 20px -5.5% !important;
    }

    .edit_column_widgets .widget{
      max-width: 150px;
      margin: 8% 0 0 0;
      padding: 8% 10%;
      background:#5f83c4;
      border-radius: 5px;
      color: #fff; 
      text-align: center;
      cursor: move;
    }
    .wdt-droppable{
      font-family: verdana;
      text-align: center;
      padding-top: 10%;
      max-width:90%;
      height: 100px;
      border:2px dashed #e3e3e3;
      border-radius: 5px;
    }
    .wdt-img{
      width: 50%;
      display: inline-block;
    }
    .wdt-img label{
      font-size: 16px;
      width: 30%;
      float: left;
    }
    .wdt-img input, .wdt-img select {
      width: 60%;
      float: right;
      padding: 3px 0 3px 0;
    }
    .width-handle {
      width: 5px;
      float: left;
      cursor: pointer;
  }
  .overlay{
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
  }
  .column:hover .overlay {
    display: block;
    width: 100%;
    background: rgba(68, 68, 68, 0.9);
  }
  #col-edit-icon{
    width: 75px;
    height: 75px;
  }
 /****   Modal Styling End ****/

 /**** Tabs Styling ***/


.tab_link{
  text-decoration:none;
}
.tabs {
  width:90%;
  display:inline-block;
}
 
   
.tab-links:after {
  display:block;
  clear:both;
  content:'';
}
 
.tab-links li {
  margin:0px 5px;
  float:left;
  list-style:none;
}
 
.tab-links a {
  padding:9px 20px;
  display:inline-block;
  border-radius:7px 7px 0px 0px;
  background:#2fa8f9;
  font-size:16px;
  font-weight:600;
  color:#fff;
  transition:all linear 0.15s;
}
 
.tab-links a:hover {
background:#7fc9fb;
text-decoration:none;
}
 
li.active a, li.active a:hover {
  background:#fff;
  color:#2fa8f9;
}
 

.tab-content {
  border-radius:3px;
  box-shadow:-1px 1px 1px rgba(0,0,0,0.15);
  background:#fff;
}
 
.tab {
  display:none;
}
 
.tab.active {
  display:block;
}

.call-link{ text-decoration:none; color: #fff; background:red; padding:10px 20px 10px 20px; font-size: 21px; border-radius: 15px; }


.wdt-left{
  display: inline-block;
  float: left;
  width: 60%;
}
.wdt-right{
  display: inline-block;
  float: left;
  width: 35%;
}






#widgets{
  margin-top: 5%;
}

#card{ max-width: 400px; margin: 10px;}
.card-img{ width:100%; }
.card label {
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}


#extra_options{
height: 300px;
}
#label{
float: left;
text-align: left;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  float: right;
  margin-right: 40px;
  margin-top: 5px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.wdt-pb-form{
  max-width:45%; 
}

.wdt-pb-form input, .wdt-pb-form select, .wdt-pb-form textarea{
  display: inline-block;
  float: right;
  margin-right: 5%;
}
.wdt-pb-form input{
  margin-left: -15%;
}
.wdt-pb-form select{
  width: 40%;
}
.wdt-pb-form label{
  font-size: 14px;
  display: inline-block;
  float: left;
  margin-right: 5%;
}



#pbSubscribe {
  width:98%;
  margin: 20px auto 0;
}

#pbSubscribe input[type="text"], #pbSubscribe input[type="submit"] {
  font-family: Open Sans;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#pbSubscribe input[type="text"] {
  background: white;
  margin: 0 0 10px;
  border-bottom: 1px solid #e5e5e5;
}

#pbSubscribe input[type="text"]:focus {
  outline: none;
}

#pbSubscribe input[type="submit"] {
  cursor: pointer;
}


[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(300px, 0);
  -moz-transform: translate(300px, 0);
  -ms-transform: translate(300px, 0);
  -o-transform: translate(300px, 0);
  transform: translate(300px, 0);
  opacity: 0;
}

#footer-thankyou{
  display: none;
}



@media screen and (max-height: 900px) {
  .edit_form{
      width:35% !important;
  }
  .edit_column_widgets{
      width: 20% !important;
  }
  .newRow, .btn{
    width: auto;
    min-width: 50px;
  }
  .edit_options_left{
    width: 27%;
  }

}

@media screen and (max-width: 780px) {

  .edit_form{
      width:35% !important;
  }
  .edit_column_widgets{
      width: 20% !important;
  }
  #ulpb_column_controls{
    width: 25%;
    top: 50%;
    left: 4%;
  }
  .newRow, .btn{
    width: auto;
    min-width: 50px;
  }
  .edit_options_left{
    width: 27%;
  }

  #post-body.columns-2 #postbox-container-1 {
    float: left;
    margin-right: 0;

  }

}
@media screen and (max-width: 1001px) {
  .edit_form{
      width:35% !important;
  }
  .edit_column_widgets{
      width: 20% !important;
  }
}
@media screen and (max-width: 1530px) {
   #post-body.columns-2 #postbox-container-1{
    float: left;
    margin-right: 0;
  }

}