/*Toggle button on/off css*/

.switch-field {
  font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
  overflow: hidden;
  padding-left: 0px
}

.switch-title {
  margin-bottom: 6px;
}

.switch-field input {
  display: none;
}

.switch-field label {
  float: left;
}

.switch-field label {
	display: inline-block;
	width: 60px;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	text-shadow: none;
	padding: 2px 2px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}
.pa-lower-title {
    background-color: rgb(246,144,127);
    color: white;
    font-family: Verdana;
    font-size: 20px;
    font-weight: initial;
    margin-left: 30px;
    padding-left: 10px;
	width: 55%;
}

.switch-field label:hover {
    cursor: pointer;
	
}

.switch-field input:checked + label {
  background-color: #41B2EC;
  -webkit-box-shadow: none;
  box-shadow: none;
  color:#FFFFFF;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}
.em_size_field label {
	width:30px;
}
/**/



::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}


/* Title Css */

.bg-title {
    background-color: #F25E51;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px;
}
.bg-title1 {
    background-color: #F79FA4;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px;
	margin: 10px;
	margin-bottom: 30px;
}

.bg-lower-title {
    font-size: 20px;
    font-weight: bolder;
    color: #23282D;
	margin: 10px;
    font-family: icon;
	padding-left: 30px;
	margin-bottom: 30px;
}

/*======*******========media query=========******=======*/
@media only screen and (max-width: 359px) {
    .em_size_field  {
        width:30%;
    }
}
@media only screen and (max-width: 300px) {
    #shortcode  {
        width:100%;
    }
}


