img {
    max-width: 100%;
    height: auto;
}
/*=======================================
HOW TO USE PAGE
=======================================*/
.wcal-use-content-wrap {
    width: 80%;
}
.wcal-panel-body {
    padding-right: 20px;
    padding-left: 15px;
}
.wcal-backend-h-title {
    font-size: 30px;
    margin-top: 30px;
    line-height: 1;
    background: #523f6d;
    color: #fff;
    padding: 20px 20px;
    font-weight: 600;
}
.wcal-use-content-wrap h1 {
    font-size: 20px;
    margin-top: 30px;
    color: #333;
    border-left: 4px solid #523f6d;
    line-height: 1.3;
    padding-left: 15px;
    margin-bottom: 30px;
}
.wcal-use-content-wrap h2 {
    font-size: 16px;
    border-bottom: 2px solid;
    padding-bottom: 5px;
    display: inline-block;
    clear: both;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
}
.wcal-use-content-wrap ul + h2 {
    margin-top: 30px;
}
.wcal-head-social-link {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background: #fff;
    border-top: 3px solid #523f6d;
    padding: 20px;
    text-align: right;
    animation-name: wcal-slide-left;
    -webkit-animation-name: wcal-slide-left;
    -moz-animation-name: wcal-slide-left;
    animation-duration: 10s;
    -webkit-animation-duration: 10s;
    -moz-animation-duration: 10s;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    z-index: 1;
}
.wcal-head-social-link:hover {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
}
@-webkit-keyframes wcal-slide-left {
    0%, 20%, 30% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
    40%, 50%, 60% {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
    }
    70%, 90%, 100% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
}

@keyframes wcal-slide-left {
    0%, 20%, 30% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
    40%, 50%, 60% {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
    }
    70%, 90%, 100% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
}
p.wcal-follow-us {
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
}
.fb-like.fb_iframe_widget {
    display: block;
    margin-bottom: 10px;
}
.wcal-use-content-wrap ul {
    font-size: 14px;
    line-height: 1.5;
}
.wcal-use-content-wrap ul li {
    position: relative;
    padding-left: 20px;
}
.wcal-use-content-wrap ul li:before {
    content: "\f101";
    font-family: fontawesome;
    position: absolute;
    left: 0;
    top: 0;
}
.wcal-use-content-wrap h5 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: table;
    clear: both;
    border-bottom: 1px solid;
    color: #333;
}
.wcal-use-content-wrap ul li b {
    color: #333;
    margin-right: 5px;
}
.wcal-use-content-wrap ul li b + span {
    display: inline-block;
    margin-bottom: 5px;
}
.wcal-use-content-wrap h6:before {
    content: "";
    background: #333;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 7px;
}
.wcal-use-content-wrap h6 {
    font-size: 14px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}
span.wcal-version {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    margin-left: 10px;
    position: relative;
    color: #b08ce4;
}
span.wcal-version:before {
    content: "-";
    margin-right: 5px;
}
.wcal-about-content-wrap:before, 
.wcal-about-content-wrap:after {
    content: "";
    display: table;
}
.wcal-about-content-wrap:after {
    clear: both;
}
.wcal-about-content-wrap {
    width: 80%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.wcal-about-left-block {
    float: left;
    width: 60%;
    padding-right: 5%;
    margin-top: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.wcal-about-right-block {
    float: left;
    width: 40%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.wcal-about-right-block h3 {
    margin: 30px 0 10px 0;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
.wcal-about-social-icon {
    border-top: 5px solid #ddd;
    padding-top: 20px;
}
.wcal-about-social-icon li {
    display: inline-block;
    width: 35px;
    margin-right: 5px;
}
.wcal-about-social-icon li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}


pre.wcal-how-to-code {
box-sizing: border-box;
width: 100%;
padding: 0;
margin: 0;
overflow: auto;
overflow-y: hidden;
font-size: 12px;
line-height: 20px;
background: #ffffff;
border: 1px solid #efe3e3;
/* background: url(lines.png) repeat 0 0; */
padding: 10px;
color: #333;
}