/*pro css*/

.btn-pro {
    padding: 10px 30px;
    border: 1px solid #ed485f;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 30px 0;
    display: inline-block;
    background: #ed485f;
    color: #fff;
    transition: all 0.3s ease;
    font-weight: 700;
}
.btn-pro:hover {
  background: #fff;
  color: #ed485f;
  border-color:#ed485f;
}
.widgetkit-card{
  float: left;
    max-width: 100%;
    padding: 10px 30px 26px;
}

.card.widgetkit-card.switch-lite {
    margin: 0 50px;
}
.card-header{
  position: relative;
}
.edumodo .card-header:before {
    content: ""; 
    position: absolute;
    transform: rotate(-45deg);
    left: -95px;
    top: -44px;
    border-bottom: 100px solid #ed485f;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
}
.edumodo .card-header:after{
    content: "Black Friday Sale";
    position: absolute;
    transform: rotate(-45deg);
    left: -36px;
    font-size: 12px;
    top: 0;
    color: #fff;
    text-transform: uppercase;
  }


.switch-lite .card-header:before {
    content: ""; 
    position: absolute;
    transform: rotate(-45deg);
    left: -95px;
    top: -44px;
    border-bottom: 100px solid #ed485f;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
}
.switch-lite .card-header:after{
    content: "Business Theme";
    position: absolute;
    transform: rotate(-45deg);
    left: -36px;
    font-size: 12px;
    top: 0;
    color: #fff;
    text-transform: uppercase;
  }
.widgetkit-card .slide-thumbnail{
    width: 45%;
    float: left;
}

.widgetkit-card .slide-thumbnail img{
    width: 100%;
}

.widgetkit-card .card-info{
    width: 52%;
    float: right;
    padding: 10px 0px 20px 30px;
}

.widgetkit-card .card-title a {
    text-decoration: none;
}

.widgetkit-card .card-info button {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    line-height: 26px; 
    height: auto;
    margin: 15px 10px 0 0;
    padding: 10px 20px;
    cursor: pointer;
    text-transform: uppercase;
    border-width: 1px;
    font-weight: 700;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
    }
  
.widgetkit-card h2{
  font-size: 32px;
  line-height: 40px;
  margin: 10px 0 20px;
}
.widgetkit-card p{
 font-size: 16px;
 line-height: 25px;
}
.widgetkit-header-wrapper {
    padding: 20px;
    overflow: hidden;
}
.widgetkit-title-left {
    width: 80%;
    float: left;
}
h1.widgetkit-title-main {
    padding: 0;
    line-height: 1.3em;
    font-size: 42px;
    margin-top: 5px;
}
.widgetkit-title-sub {
    color:#777;
    font-weight: normal;
    margin-left: 3px;
}
.widgetkit-title-right{
    float: right;
}
.button.widgetkit-btn {
    border: none;
    color: #fff;
    text-align: center;
    padding: 3px;
    max-width: 250px;
    height: auto;
    margin-bottom: 15px;
    display: block;
    font-weight: bold;
    box-shadow: none;
}
.widgetkit-btn.widgetkit-save-button {
    border: 1px solid #ed485f;
    margin-bottom: 0;
    margin-top: 30px;
    padding: 8px 15px;
    color: #ed485f;
    border-radius: 0;
    transition: all 0.3s ease;
}
.widgetkit-btn.widgetkit-save-button:hover,
.widgetkit-btn.widgetkit-save-button:focus {
    background: #ed485f;    
    color: #fff;
    border: 1px solid #ed485f;
    transition: all 0.3s ease;
    box-shadow: none;
}

.widgetkit-settings-tabs-list  {
    margin: 0;
    border-bottom: 1px solid #ccc;
}
/*About Settings Tab*/
.widgetkit-settings-tabs-list li {
    display: inline-block;
    margin-bottom: 4px;
    margin-left:0;
}
.widgetkit-tab-list-item {
    background: #e5e5e5;
    padding: 9px 15px;
    line-height: 33px;
    font-size: 18px;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    border: 1px solid #ccc;
    border-bottom: none;
}
.widgetkit-tab-list-item:focus {
    box-shadow: none;
}
li.ui-state-default:not(.ui-state-active):hover a {
    background: #fff;
    color: #444;
}
li.ui-state-active a{
    outline: none;
    color: black;
    background: transparent;
    box-shadow: none;
    border-bottom: 1px solid #f1f1f1;
    color: #ed485f;
}
.widgetkit-row {
    width: 100%;
    overflow: hidden;
}
.widgetkit-settings-tabs  {
    padding: 15px 25px;
}
#widgetkit-about {
    margin-top: 50px;
}
.widgetkit-col-half {
    width: 40%;
    height: auto;
    float: left;
}
.widgetkit-about-panel {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}
.widgetkit-icon-container {
    float: left;
    display: inline-block;
    width: 45px;
}
.widgetkit-icon-container i {
    font-size: 25px;
}
.widgetkit-text-container {
    display: inline-block;
    width: 80%;
}
.widgetkit-text-container h4 {
    margin: 0;
    font-weight: normal;
    font-size: 18px;
}
.widgetkit-text-container p {
    line-height: 22px;
    color: #444;
    font-size: 14px;
    margin: 1em 0;
}
/*ELements Settings Tab*/
.widgetkit-elements-table {
    border-collapse: collapse;
    margin-top: 2.5em;
    margin-left: 5px;
    width: 100%;
    clear: both;
}
.widgetkit-elements-table th {
    vertical-align: top;
    text-align: left;
    padding: 20px 10px 20px 0;
    width: 200px;
    line-height: 1.3;
    font-weight: 600;
}
.widgetkit-elements-table tr:not(:last-child)>th{
    border-bottom: 1px solid #ddd;
}
.widgetkit-elements-table td {
    margin-bottom: 9px;
    padding: 15px 10px;
    line-height: 1.3;
    vertical-align: middle;
}
.widgetkit-elements-table .widgetkit-element-desc {
    font-weight: 300;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #ddd;
}
 /* The switch - the box around the rectangle */
.switch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 33px;
}
/* Hide default HTML checkbox */
.switch input {
    display:none;
}

/* The rectangle */
.rectangle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(242,242,242);
  box-shadow: 0 0 2px 1px #ccc inset;
  -webkit-transition: .4s;
  transition: .4s;
}

.rectangle:before {
  position: absolute;
  content: "";
  height: 27.5px;
  width: 27.5px;
  left: 0px;
  bottom: 1.1px;
  background: radial-gradient(farthest-corner at 14px 0px,
      rgb(240,240,240) 50%, rgb(202,202,202) 100%) ;
  -webkit-transition: .4s;
  transition: .4s;
  padding: 0;
  margin: 0;
  border: 1px solid rgb(198,198,198);
}

input:checked + .rectangle {
  background-color:  #ed485f;
  box-shadow: 0 0 2px 1px  #ed485f inset;
  border: 1px solid  #ed485f;
}

input:focus + .rectangle {
  box-shadow: 0 0 1px rgb(24,164,253);
}

input:checked + .rectangle:before {
  border: 1px solid  #ed485f;
  -webkit-transform: translateX(39px);
  -ms-transform: translateX(39px);
  transform: translateX(39px);
}

/* Rounded rectangles */
.rectangle.round {
    border: 1px solid rgb(184,184,185);
    border-radius: 0;
}
.rectangle.round:before {
  border-radius: 0;
}
.widgetkit-maps-table {
    text-align: left;
}
.widgetkit-api-title {
    display: inline-block;
    margin: 0;
}
.widgetkit-api-disable-title label {
    margin-right: 15px;
}
.widgetkit-api-disable-title span {
    font-weight: normal;
}
.widgetkit-maps-api-notice {
    margin: 10px 0 0 0;
}
.widgetkit-api-title input {
    margin-top: 10px;
    font-size: normal;
    font-weight: normal;
    width: 400px;
    margin-left: 30px;
}
