/*
Theme Name: Solandra
Theme URI: https://phppot.com
Author: Vincy 
Author URI: https://phppot.com
Description: Solandra theme custom developed for phppot.com 
Version: 23082018
License: Copyright PhpPot 2018
*/
body {
    font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    color: #2f2f2f;
}

a, a:visited {
    text-decoration: none;
    color: #06F;
}

a img {
    border: none;
    background-color: none;
    vertical-align: bottom;
}

blockquote {
    margin: 0;
    padding: 0 18px;
    font-style: italic;
}

img.left {
    float: left;
    margin: 0 12px 0 0;
}

img.right {
    float: right;
    margin: 0 0 0 12px;
}

img.center {
    display: block;
    margin: 0 auto;
}

/* HOME */
.text-left {
    text-align: left;
}

.latest-post {
    padding: 0px 0 30px 0;
    border-bottom: 1px solid #dbdbdb;
}

.latest-post-image {
    float: right;
    margin: 0px 0px 0px 20px;
    width: 220px;
    border: 1px solid #e0e0e0;
}

.latest-article-caption {
    text-transform: uppercase;
    color: #b3b3b3;
    font-style: italic;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 0.9em;
}

.recent-post {
    overflow: auto;
    border-bottom: 1px solid #e0e0e0;
    list-style: none;
    padding: 0;
    margin: 0;
}

.recent-entry {
    padding: 25px 60px 25px 0;
    width: 42%;
    float: left;
    height: 100px;
}

.recent-post img {
    float: left;
    width: 110px;
    margin: 0 10px 0 0;
    border: 1px solid #e0e0e0;
}

.recent-post a {
    color: #2f2f2f;
    display: block;
    font-size: 0.95em;
    line-height: 1.6em;
}

.featured-product img {
    float: left;
    margin: 0 20px 0px 0;
}

.shopping-cart-post {
    background: #FFF;
    padding: 0px;
    overflow: auto;
    text-align: left;
    margin-bottom: 30px;
}

.shopping-cart-post a {
    color: #2f2f2f;
}

.shopping-cart-entry {
    padding: 10px 10px 35px 10px;
    border: 0;
    width: 30%;
    float: left;
    text-align: center;
}

.shopping-cart-post img {
    float: none;
    margin: 10px 0px 20px 0px;
    width: 36px;
}

.published-date {
    text-transform: uppercase;
    color: #b3b3b3;
    font-weight: bold;
    font-style: italic;
    font-size: 0.9em;
}

/* HOME ENDS */
.minientry {
    padding: 40px 0 40px 0;
    overflow: auto;
    background-color: #fff;
    border-bottom: 1px solid #dbdbdb;
}

.post-img {
    float: left;
    margin: 0 20px 0px 0;
}

.post-info {
    padding: 0px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

/* SPRITE IMAGE STYLES STARTS */
.linkedin-img {
    height: 20px;
    width: 20px;
    background: url(images/sprite.png) no-repeat -210px 0px;
    display: inline-block;
    vertical-align: middle;
}

.google-plus-img {
    height: 20px;
    width: 20px;
    background: url(images/sprite.png) no-repeat -180px 0px;
    display: inline-block;
    vertical-align: middle;
}

.facebook-img {
    height: 20px;
    width: 20px;
    background: url(images/sprite.png) no-repeat -120px 0px;
    display: inline-block;
    vertical-align: middle;
}

.twitter-img {
    height: 20px;
    width: 20px;
    background: url(images/sprite.png) no-repeat -240px 0px;
    display: inline-block;
    vertical-align: middle;
}

#site-logo {
    vertical-align: middle;
}

.linkedin-social-img:before {
    background: url(images/sprite.png) no-repeat 0px -20px;
    height: 32px;
    width: 32px;
    display: inline-flex;
    content: '';
    position: absolute;
    top: 0px;
    left: 2px;
}

.twitter-social-img:before {
    background: url(images/sprite.png) no-repeat -64px -20px;
    height: 32px;
    width: 32px;
    display: inline-flex;
    content: '';
    position: absolute;
    top: 0px;
    left: 2px;
}

.facebook-social-img:before {
    background: url(images/sprite.png) no-repeat -96px -20px;
    height: 32px;
    width: 32px;
    display: inline-flex;
    content: '';
    position: absolute;
    top: 0px;
    left: 2px;
}

.menu-img {
    height: 27px;
    width: 38px;
    background: url(images/sprite.png) no-repeat -181px -20px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
/* SPRITE IMAGE STYLES STARTS */
#container {
    clear: both;
    text-align: left;
    width: 952px;
}

.entry.single {
    clear: both;
    background: #ffffff;
    padding: 0 0 15px;
    margin-left: 105px;
    margin-right: 10px;
    line-height: 24px;
}

.logo {
    float: left;
    width: 195px;
    margin-top: 25px;
}

.header-right {
    float: right;
    width: 650px;
}

.entry #filedunder {
    clear: both;
    padding: 3px 0 0 0;
    font-weight: bold;
    border-top: 1px solid;
}

.next a {
    float: right;
}

.previous a {
    float: left;
}

#entry {
    overflow: auto;
}

#subcontent {
    float: left;
    background: #ffffff;
    width: 329px;
    line-height: 20px;
}

.logocomponent {
    width: 900px;
}

.sideHeading {
    border-bottom: 1px solid #000000;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}

.adcomponent {
    clear: both;
    padding: 10px;
    margin-right: 28px;
}

#subcontent h2 em {
    display: block;
    padding: 5px 10px;
    font-style: normal;
}

#subcontent ul li {
    padding-bottom: 10px;
    /*border-bottom: 1px solid;*/
    /*margin-left: -20px;*/
}

.avatar {
    border: 2px solid #FFFFFF;
}

#subcontent ul.categories li li {
    border-bottom: none;
}

.questionslist {
    line-height: 18px;
}

a.more {
    padding-right: 10px;
}

code {
    background-color: #cccccc;
}

kbr {
    color: #009193;
}

#container.singlecol {
    background-image: none;
}

#
li {
    border-color: white;
}

#
a {
    color: white;
}

#
.selected, #navigation a:hover {
    background-color: #1BA6B2
}

form em {
    color: #C8C8B4;
}

.archive .postspermonth {
    color: #A0A0A0;
}

.next a {
    padding-right: 10px;
}

.previous a {
    padding-left: 10px;
}

html>body .editlink {
    bottom: 6px;
}

#subcontent ul li {
    border-bottom-color: #F0F0F0;
}

#toplinks {
    background: white;
    text-align: center;
}
.search-container {
    display: inline-block;
    margin: 12px 0 8px 182px;
}

.search-form {
    display: inline;
}

.search {
    border: 0;
    background-color: #fcfefd;
    line-height: 15px;
    margin-right: -30px;
    padding: 5px 0 5px 8px;
    width: 307px;
    color: #5c5c5c;
    border-radius: 3px;
}

button#search-button {
    border: none;
    height: 12px;
    width: 13px;
    background: url(images/sprite.png) no-repeat -168px -20px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 0PX;
}

.wp-caption {
    border: 1px solid #b4e1fa;
}

.wp-caption.alignright {
    float: right;
}

.imghomepreview {
    border: 1px solid #b4e1fa;
    float: right;
}

.wp-pagenavi {
    padding: 4px 10px;
}

.downloadlink:hover {
    background-color: #F0F0F0;
    cursor: pointer;
}

.downloadlink {
    background-color: #DDDDDD;
    border: 1px solid #DDDDDD;
    padding: 10px 20px;
    -moz-border-radius: 4px;
}

#bloginfo {
    background: #0077CC;
    border-bottom: 1px solid #005599;
    padding: 8px 0;
    color: #FFFFFF;
    font-weight: bold;
}

#bloginfo a, #bloginfo a:visited {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
}

.social_icon_spacing {
    margin-right: 5px;
}

.about {
    background-color: #f2f1f1;
    height: 155px;
    width: 300px;
    margin-top: 20px;
}

.about_text {
    text-align: left;
    padding-right: 5px;
    padding-left: 20px;
}

.about_text a {
    color: #05898F;
    text-decoration: none;
}

.authorPhoto img {
    float: right;
    margin: 8px 8px 0 8px;
    border-radius: .4em;
    border: 1px solid #ddd;
}

.social {
    float: right;
    padding-right: 60px;
}

.footerOptions {
    width: 875px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 75px;
    padding-left: 40px;
    color: #141414;
}

.link_style {
    margin-left: 28px;
    margin-top: 8px;
    text-align: left;
    font-size: 11px;
}

.entry_title {
    padding-top: 10px;
    margin-left: 90px;
}

.txtsearch {
    width: 150px;
    /*height:25px;*/
    border: 1px solid #000000;
    height: 22px;
    /*margin: 0px 45px 3px 0px;*/
}

.searchtitle {
    padding-right: 4px;
    vertical-align: top;
}

#contactMe {
    margin-top: 5px;
}

.tweet {
    margin: 30px 0px 20px 0px;
}

.facebook {
    margin: 10px 0 20px 0;
}

.line {
    margin-left: 135px;
}

.syntaxhighlighter {
    
}

.cello {
    float: right;
    margin: 8px 200px 0 0;
}

/* style for previous and next PAGE navigation in index, archive pages starts */
.previous-page {
    padding: 10px 50px;
    background: transparent;
    float: left;
    color: #78848a;
    text-align: center;
    position: relative;
}

.previous-page:before {
    background: url(images/sprite.png) no-repeat -138px -20px;
    height: 26px;
    width: 10px;
    display: inline-flex;
    content: '';
    position: absolute;
    top: 10px;
    left: 15px;
}

a div.previous-page:hover {
    background: #78848a;
    color: #FFF;
}

a div.previous-page:hover:before {
    background: url(images/sprite.png) no-repeat -148px -20px;
    height: 26px;
    width: 10px;
    display: inline-flex;
    content: '';
    position: absolute;
    top: 10px;
    left: 15px;
}

.next-page {
    padding: 10px 50px;
    background: transparent;
    float: right;
    color: #78848a;
    text-align: center;
    position: relative;
}

.next-page:after {
    background: url(images/sprite.png) no-repeat -128px -20px;
    height: 26px;
    width: 10px;
    display: inline-flex;
    content: '';
    position: absolute;
    top: 10px;
    right: 15px;
}

a div.next-page:hover {
    background: #78848a;
    color: #CCC;
}

a div.next-page:hover:after {
    background: url(images/sprite.png) no-repeat -158px -20px;
    height: 26px;
    width: 10px;
    display: inline-flex;
    content: '';
    position: absolute;
    top: 10px;
    right: 15px;
}

.navigation {
    margin: 40px 10px 0 0;
    zoom: 1;
    width: 120px;
    border-radius: 3px;
    border: 2px solid;
    border-color: #78848a #78848a #5e686d;
}

#previous {
    float: left;
}

#previous img {
    left: 5px;
    top: 5px;
    position: absolute;
    border: 1px solid #9999FF;
}

#next img {
    left: 5px;
    top: 5px;
    position: absolute;
    border: 1px solid #9999FF;
}

#next {
    float: right;
}

#previous, #next {
    border: 1px solid #BAF193;
    height: 85px;
    line-height: 18px;
    position: relative;
    width: 230px;
}

#previous .tit, #next .tit {
    left: 90px;
    position: absolute;
    text-decoration: none;
    top: 15px;
    background: none;
}

#previousnext {
    clear: both;
    padding: 20px 0 0;
    display: block;
}

#previousnext a:hover {
    color: #0077CC;
}

#previousnext a {
    color: #000000;
}

.lines {
    
}

#footerpreviousnext {
    clear: both;
    padding: 0px 0 0;
    margin: 0 0 0 0;
    display: block;
}

#footerpreviousnext a:hover {
    color: #FFEEFF;
}

#footerpreviousnext a {
    color: #000000;
}

form label {
    width: 50px;
    display: inline-block;
}

input#submit {
    padding: 10px 40px;
    cursor: pointer;
    color: #755C3B;
    background: #A2E1F5;
    border: none;
}

div#respond {
    margin: 40px 0
}

.adLabel {
    color: #777;
    font-size: .9em;
    text-decoration: none;
}

.adPostTop {
    margin: 0 10px 10px 0;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.stayInTouch {
    background-color: #A3DA5A;
    width: 300px;
    height: 145px;
    margin-bottom: 10px;
    color: #0E300F;
}

.googleSearchBox {
    background-color: #A3DA5A;
    width: 300px;
    height: 145px;
    margin-bottom: 10px;
    color: #0E300F;
}

.stayInTouchHeading {
    letter-spacing: 0.1em;
    padding-top: 20px;
    padding-left: 20px;
}

.stayInTouchContent {
    padding-left: 20px;
}

.stayInTouchGooglePlus {
    margin-top: 20px;
}

.aboutHeading {
    font-weight: bold;
    letter-spacing: 0.1em;
}

.ads {
    margin: 20px 0 20px 0;
}

a.download {
    background: transparent;
    padding: 8px 8px 8px 18px;
    margin: 20px 40px 20px 0;
    color: #607d8b;
    display: inline-block;
    width: 155px;
    text-align: center;
    border-radius: 5px;
    border: 2px solid;
    border-color: #607d8b;
    text-transform: lowercase;
    position: relative;
}

a.download:before {
    background: url(images/sprite.png) no-repeat -60px 0px;
    height: 20px;
    width: 20px;
    display: inline-flex;
    content: '';
    position: absolute;
    top: 10px;
    left: 15px;
}

a.download:hover {
    background: #607d8b;
    color: #FFF;
}

a.download:hover:before {
    background: url(images/sprite.png) no-repeat -90px 0px;
}

a.demo {
    background: #2196F3;
    padding: 8px 4px 8px 20px;
    margin: 20px 40px 20px 0;
    color: #fff;
    display: inline-block;
    width: 155px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid;
    border-color: #3ca9ff #1e89de #156eb5;
    text-transform: lowercase;
    position: relative;
}

a.demo:before {
    background: url(images/sprite.png) no-repeat -30px 0px;
    height: 20px;
    width: 20px;
    display: inline-flex;
    content: '';
    position: absolute;
    top: 10px;
    left: 15px;
}

a.demo:hover {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.50);
}

.demo-link {
    float: right;
}

#site_header {
    background: #607d8b;
    height: 50px;
    box-sizing: border-box;
    border-bottom: #536d79 1px solid;
}

.align-center {
    text-align: center;
}

.tutorial-top {
    float: left;
}

.tutorial-top a {
    text-decoration: none;
}

#tutorial-footer {
    font-style: italic;
    padding: 40px 0;
    font-size: .8em
}

.header-link-container {
    float: right;
    vertical-align: middle;
    padding: 14px 0 15px 0;
    position: relative;
}

#header-contact-navigation {
    margin: 0 30px 0 10px;
    border-radius: 3px;
    border: 1px solid #f7f7f7;
    padding: 4px 36px;
    cursor: pointer;
    color: #f7f7f7;
    font-size: .95em;
    font-weight: 600;
}

#header-contact-navigation:hover {
    background: #F7F7F7;
    cursor: pointer;
    color: #607d8b;
}

/*********** footer starts **********/
.footer-contact-banner-title {
    font-size: 3em;
    font-weight: 700;
}

#footer-contact-note {
    clear: both;
    background-color: #01a2c3;
    color: #f7f7f7;
    padding: 30px 0 40px 0;
    text-align: center;
    border-top: 1px solid #028aa7;
    border-bottom: 1px solid #028aa7;    
}

#footer-photo {
    display: inline-block;
    width: 100px;
    height: 100px;
}

#footer-photo img {
    border-radius: 50%;
    border: 1px solid #018eab
}

#footer-intro {
    display: inline-block;
    width: 50%;
    padding: 0px 30px 0px 40px;
    vertical-align: middle;
    text-align: left;
    font-size: 1.1em;
}

#footer-contact-navigation {
    zoom: 1;
    width: 120px;
    border-radius: 3px;
    border: 2px solid;
    border-color: #f7f7f7 #f7f7f7 #f7f7f7;
    padding: 10px 40px;
    cursor: pointer;
    color: #f7f7f7;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

#footer-button-container {
    display: inline-block;
    vertical-align: text-top;
}

#footer-contact-navigation:hover {
    background: #F7F7F7;
    zoom: 1;
    width: 120px;
    border-radius: 3px;
    border: 2px solid;
    border-color: #F7F7F7 #F7F7F7 #F7F7F7;
    padding: 10px 40px;
    cursor: pointer;
    color: #01A2C3;
}

#footer {
    clear: both;
    background-color: #F7F7F7;
    padding: 35px 0px 35px 0px;
    text-align: center;
    font-size: 0.9em;
}

#footer-bottom a {
    color: #3d3d3b;
}

#footer ul {
    padding-left: 0;
}

.follow {
    margin: 20px 0px 30px 0px;
}

.follow a {
    margin-right: 30px;
    border: 1px solid #e0e0e0;
    padding: 8px 8px 11px 8px;
    border-radius: 25px;
}

#footer-menu li {
    display: inline-block;
    margin: 0 30px 20px 0;
    border-radius: 20px;
    border: 1px solid #e0e0e0;  
}

#footer-menu>li>a {
    color: #2f2f2f;
    padding: 10px;
    display: block;
    min-width: 100px;
}

#footer-menu>li>a:hover {
    color: #009688;
}
/******** footer ends **********/

/******** sidebar starts *******/
#aboutcntnt {
    line-height: 1.6em;
    background-color: #eceff1;
    padding: 20px 17px;
    margin-bottom: 40px;
    border-radius: 4px;
    border: 1px solid;
    border-color: #eceff1 #d1d4d6 #c2c6ca;
}

.heading {
    margin-bottom: 15px;
    font-weight: bold;
    color: #474747;
}

#photo {
    float: right;
}

#photo img {
    border-radius: 50%;
    border: 1px solid #E0DFDF;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0
        rgba(0, 0, 0, .07);
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0
        rgba(0, 0, 0, .07)
}

.hiadcomponent {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

#aboutdesc a {
    color: #000000;
}

#aboutdesc p {
    margin-top: 0px;
}

#contactMe a {
    color: #474747;
    font-weight: bold;
}

.subscribe {
    padding: 10px 8px;
    cursor: pointer;
    color: #FFF;
    background: #01a2c3;
    margin: 0;
    border: 1px solid #01a2c3;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.feedb-email {
    padding: 10px 8px;
    width: 163px;
    margin: 0;
    float: left;
    border: 1px solid #a1a2a2;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.searchform {
    margin-bottom: 45px;
    font-size: 11px;
    color: #333333;
    padding: 20px 0px 0px 0px;
}

#php-freelancer-list {
    background-color: #ededed;
    padding: 0 25px;
    margin-bottom: 40px;
    border: 1px solid;
    border-color: #ededed;
}

.sub-heading {
    color: #222222;
    font-size: 1.5em;
}

#php-freelancer-list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#php-freelancer-list li {
    margin-bottom: 25px;
}

#php-freelancer-list img {
    margin-bottom: 5px;
}

#php-freelancer-list a {
    color: #333;
    font-size: 1.2em;
    font-weight: bold;
}

#recommended {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 20px;
}

#recommended ul li a {
    color: #585858;
}

#recommended ul {
    padding: 0;
    list-style: none;
}

#recommended>ul li {
    margin: .6em 0;
}

#recommended>ul li:last-child {
    border-bottom: 0px;
}

#recommended>ul li>a:hover {
    text-decoration: underline;
}

.recommended-taxonomy {
    margin-top: 10px;
    color: #2c2c2c;
}

#recommended>ul li .recommended-taxonomy a {
    margin-top: 15px;
    color: #01c3a3;
    font-weight: bold;
    font-size: 1em;
    text-transform: uppercase;
}
/********** sidebar ends ************/
h1 {
    margin: 0 0 10px 0;
    font-weight: 500;
}

h1 a, h1 a:visited {
    color: #2f2f2f;
}

h2 {
    margin-top: 1.3em;
}

h2 a, h2 a:visited {
    color: #000;
    border-bottom: 0;
    text-decoration: none;
}

h3 a, h3 a:visited {
    color: #000000;
    border-bottom: none;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    text-decoration: none;
    font-style: none;
}

h3 a:hover {
    color: #000000;
    text-decoration: underline;
}

.minientry h3 {
    margin: 0 0 .4em;
}

.minientry h2 {
    border: 0;
    margin: 0;
    padding: 10px 0 10px 0;
    font-weight: bold;
}

.float-right {
    float: right;
}
/* Responsive styles */
#tutorial p, #tutorial li {
    line-height: 1.6em;
}

#tutorial strong {
    color: #474747;
}

#sidebar {
    font-size: .95em;
    margin-top: 20px;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.ie8 img {
    height: auto;
    width: auto\9;
}

.ie8 img.size-large {
    max-width: 60%;
    width: auto;
}

.top {
    float: right;
    margin-bottom: 1.17em;
}

a.top {
    color: #999;
    clear: both;
}

a.top:hover {
    color: #333;
}

div#tutorial-navigation {
    margin: 40px 0;
    border-top: 1px solid #e0e0e0;
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
}

#tutorial-navigation #previous-tutorial {
    float: left;
}

#tutorial-navigation #previous-tutorial .navigation-label {
    padding-left: 30px;
}

#tutorial-navigation #previous-tutorial a {
    background-position: left;
    padding: 20px 10px 20px 30px;
    position: relative;
    color: #2f2f2f;
}

#tutorial-navigation #previous-tutorial a:before {
    background: url(images/sprite.png) no-repeat -138px -20px;
    height: 26px;
    width: 10px;
    display: inline-flex;
    content: '';
    position: absolute;
    top: 18px;
    left: 0px;
}

#tutorial-navigation #next-tutorial {
    float: right;
    padding: 20px 0px
}

#tutorial-navigation #next-tutorial .navigation-label {
    padding-left: 10px;
}

#tutorial-navigation #next-tutorial a {
    background-position: right;
    padding: 20px 30px 20px 10px;
    position: relative;
    color: #2f2f2f;    
}

#tutorial-navigation #next-tutorial a:after {
    background: url(images/sprite.png) no-repeat -128px -20px;
    height: 26px;
    width: 10px;
    display: inline-flex;
    content: '';
    position: absolute;
    top: 18px;
    right: 0px;
}

.navigation-label {
    font-size: .9em;
    color: #474747;
    font-weight: bold;
}

/* Contact Form Styles */
.form-row {
    padding-bottom: 10px;
}

.form-label {
    text-align: left;
}

.element-info {
    height: 15px;
    font-style: italic;
    color: #777;
}

.form-element {
    
}

.form-element input {
    color: #0C0D0E;
    width: 100%;
    line-height: 1.3;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #E1E2E4;
    border-radius: 3px;
    transition: none;
    box-sizing: border-box;
}

.form-element textarea {
    color: #0C0D0E;
    line-height: 1.3;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #E1E2E4;
    border-radius: 3px;
    transition: none;
    box-sizing: border-box;
}

div.form-element input[type="submit"] {
    width: 175px;
    display: inline-block;
    background-color: #78848a;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    border: 1px solid;
    border-color: #78848a #78848a #5e686d;
    text-transform: uppercase;
}

.contact .error {
    background-color: #f5d7d4;
    border-color: #f2ccc7;
    color: #a53325;
    margin-bottom: 40px;
}

.contact .success {
    background-color: #a8ebc4;
    border-color: #9be8bc;
    color: #1b7943;
    margin-bottom: 40px;
}

.contact #mail-status {
    padding: 8px 15px;
    display: none;
    font-size: .9em;
    border-radius: 3px;
    cursor: pointer;
}
/* Contact form Styles Ends */
a.header-link {
    color: #fff;
    padding: 7px 28px;
    font-size: .95em;
    transition: color 1s ease;
    font-weight: 600;
}

a.header-link:hover {
    color: #00F5FF;
    transition: color 1s ease;
}
/* DEFAULT STYLE: IE COMPATIBLE STYLE */
.content {
    width: 1197px;
    margin: 0 auto;
}

#tutorial-body {
    float: left;
    margin-top: 20px;
}

div#tutorial-menu {
    margin-bottom: 30px;
}

#tutorial-menu {
    float: left;
    width: 225px;
    float: left;
    padding-right: 5px;
}

#tutorial {
    float: right;
    width: 550px;
    padding-left: 40px;
    padding-right: 30px;
}

#sidebar {
    width: 302px;
    float: left;
    padding-left: 15px;
    padding-right: 20px;
}

#photo {
    width: 100px;
    height: 100px;
}
/* DEFAULT STYLE: IE COMPATIBLE STYLE */

/* SIDEBAR SOCIAL ICON STYLES */
#social-icon {
    float: left;
    padding-top: 20px;
    width: 225px;
    text-align: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

#social-icon .heading {
    font-size: 0.9em;
    border: 0px;
}

#social-icon ul {
    padding: 0;
    margin: 0;
}

#social-icon li {
    list-style: none;
    line-height: 1.6em;
}

/* SIDEBAR SOCIAL ICON STYLES */
.facebook-social-link {
    background: #4267b2;
}

.twitter-social-link {
    background: #1da1f2;
}

.linkedin-social-link {
    background: #0077b5;
}

.social-link {
    color: #FFF !important;
    padding: 2px 0px 2px 0px !important;
    font-size: 0.9em;
    border-radius: 20px;
    margin: 0px 5px 10px 0px;
    display: inline-block;
}

.social-link img {
    vertical-align: middle;
}

.social-link span {
    display: inline-block;
    position: relative;
    padding: 2px 12px 5px 45px;
}

.modified-on {
    color: #565656;
    margin-bottom: 25px;
}

a.get-product {
    background: #2196f3;
    padding: 8px 8px 8px 7px;
    margin: 0px 40px 20px 0;
    color: #fff;
    display: inline-block;
    width: 155px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid;
    border-color: #3ca9ff #1e89de #156eb5;
}

a.footer-contact-link {
    color: #eaf2f4;
    text-decoration: underline;
}

.shopping-cart-link-info {
    width: 220px;
    margin: 0 auto;
    font-size: 0.95em;
    line-height: 1.6em;
    display: block;
}

.featured-product {
    padding: 0px 0 20px 0;
    overflow: auto;
    border-bottom: 1px solid #dbdbdb;
}

.featured-entry {
    padding: 10px 0 20px 0;
    overflow: auto;
}

.featured-entry h3 {
    margin: 0 0 .4em;
}

@media screen and (min-width: 1224px) {
    .content {
        width: 1197px;
        margin: 0 auto;
    }
    #tutorial-body {
        float: left;
        width: 850px;
    }
    #tutorial {
        float: right;
        width: 550px;
        padding-left: 40px;
        padding-right: 30px;
    }
    .contact #tutorial-body {
        float: none;
    }
    .contact #tutorial {
        float: none;
        width: 550px;
        padding-left: 40px;
        padding-right: 30px;
        margin: 0 auto;
    }
    #tutorial-menu {
        width: 225px;
        float: left;
        padding-right: 5px;
    }
    #sidebar {
        width: 302px;
        float: left;
        padding-left: 15px;
        padding-right: 20px;
    }
    #social-icon {
        width: 225px;
    }
}

@media screen and (min-width: 1045px) and (max-width: 1224px) {
    .content {
        width: 1017px;
        margin: 0 auto;
    }
    #tutorial-body {
        float: left;
        width: 690px;
    }
    #tutorial {
        width: 470px;
        float: right;
        padding-left: 15px;
        padding-right: 10px;
    }
    .contact #tutorial-body {
        float: none;
    }
    .contact #tutorial {
        float: none;
        width: 470px;
        padding-left: 15px;
        padding-right: 10px;
        margin: 0 auto;
    }
    #tutorial-menu {
        width: 195px;
        float: left;
        padding-right: 0px;
    }
    #sidebar {
        width: 302px;
        float: left;
        padding-left: 5px;
        padding-right: 20px;
    }
    #social-icon {
        width: 195px;
    }
    .search {
        width: 350px;
    }
    .recent-entry {
        padding: 25px 40px 25px 0;
    }
    .shopping-cart-entry {
        font-size: 0.9em;
    }
    .shopping-cart-link-info {
        width: 200px;
    }
    #header-contact-navigation {
        margin-right: 20px;
    }
}

@media screen and (min-width: 845px) and (max-width: 1044px) {
    .content {
        width: 817px;
        margin: 0 auto;
        padding-left: 20px;
    }
    #tutorial-body {
        float: left;
        width: 460px;
        padding-right: 10px;
    }
    #tutorial {
        width: 100%;
        float: none;
        padding-right: 0px;
        padding-left: 0px;
    }
    .contact #tutorial-body {
        float: none;
    }
    .contact #tutorial {
        float: none;
        width: 460px;
        padding-right: 10px;
        margin: 0 auto;
    }
    #tutorial-menu {
        clear: both;
        padding-bottom: 35px;
        width: 100%;
        float: none;
    }
    #sidebar {
        width: 302px;
        float: left;
        padding-left: 5px;
    }
    .header-link-container {
        margin-right: 20px;
        padding: 13px 0 13px 0;
    }
    .search-container {
        margin: 8px 0 8px 30px;
    }
    .search {
        width: 300px;
    }
    #header-contact-navigation {
        padding: 8px 5px;
        font-size: .7em;
        margin: 0px;
        margin-right: 30px;
    }
    a.header-link {
        padding: 0px 5px;
        font-size: .75em;
    }
    #social-icon {
        display: none;
    }
    #header-contact-navigation {
        margin-right: 20px;
    }
    .recent-entry {
        padding: 25px 8px 25px 0;
        width: 48%;
        font-size: 0.9em;
    }
    .shopping-cart-entry {
        padding: 10px 26px 35px 0px;
        width: 44%;
    }
    .shopping-cart-link-info {
        width: 210px;
    }
}

@media screen and (max-width: 844px) {
    .content {
        padding-left: 30px;
        padding-right: 30px;
        margin: 0;
        width: auto;
    }
    
    #tutorial-body {
        float: none;
    }
    #tutorial {
        padding: 0px;
        width: auto;
        float: none;
    }
    .contact #tutorial {
        float: none;
        margin: 0 auto;
    }
    #tutorial-menu {
        clear: both;
        width: auto;
        float: none;
        padding-right: 0px;
    }
    #sidebar {
        clear: both;
        padding: 0px;
        box-sizing: border-box;
    }
    #footer-button-container {
        display: block;
        margin-top: 40px;
    }
    .footer-contact-banner-title {
        font-size: 3em;
    }
    #header-contact-navigation {
        margin-right: unset;
        padding: 8px 5px;
        font-size: .7em;
    }
    a.header-link {
        padding: 0px 5px;
        font-size: .75em;
    }
    .header-link-container {
        padding: 13px 0 13px 0;
    }
    .search-container {
        margin: 8px 0 8px 10px;
    }
    .search {
        width: 200px;
    }
    #social-icon {
        display: none;
    }
    .shopping-cart-entry {
        font-size: 0.9em;
    }
    .shopping-cart-link-info {
        width: 200px;
    }
    .recent-entry {
        padding: 25px 40px 25px 0;
    }
    .shopping-cart-post {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 684px) {
    .search {
        width: 120px;
    }
    .recent-entry {
        padding: 25px 18px 25px 0;
        width: 46%;
        font-size: 0.9em;
    }
    .shopping-cart-entry {
        padding: 10px 10px 35px 10px;
        width: 45%;
    }
}

@media screen and (max-width: 488px) {
    #header-contact-navigation {
        font-size: .6em;
        vertical-align: middle;
        margin-left: 0px;
    }
    .header-link-container {
        padding: 10px 0px;
    }
    a.header-link {
        display: inline-block;
        width: 60px;
        vertical-align: middle;
        padding: 0px;
    }
    .recent-entry {
        width: 100%;
        padding: 25px 0px;
    }
    .latest-post-image {
        float: none;
        margin: 0;
    }
    .shopping-cart-post {
        text-align: center;
    }
    .shopping-cart-entry {
        padding: 10px 0px 35px 0px;
        width: 100%;
        margin: 0 auto;
    }
    #sidebar {
        width: auto;
        max-width: 302px;
    }
}

#header, #tutorial, #sidebar {
    margin-bottom: 5px;
}

/* TUTORIAL MENU starts */
#tutorial-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.main-menu a {
    font-size: .9em;    
    color: #585858;
    display: block;
}

.main-menu>li>a {
    margin-top: 1px;
    padding: 8px 10px;
}

#tutorial-menu li a:hover {
    text-decoration: underline;
}

li.cat-item:nth-child(1) {
    background: #FBCFCF;
}

li.cat-item:nth-child(2) {
    background: #CAE5C1;
}

li.cat-item:nth-child(3) {
    background: #EBEFC9;
}

li.cat-item:nth-child(4) {
    background: #F8ECC9;
}

li.cat-item:nth-child(5) {
    background: #CDBB99;
}
/*.cat-item-6 {background: #CDBB99;}*/

/* equivalent to li.cat-item:nth-child(1) */
ul li.cat-item:first-child {
    background: #fbcfcf;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
/* equivalent to li.cat-item:nth-child(2) */
ul li.cat-item:first-child+li {
    background: #CAE5C1;
}

ul li.cat-item:first-child+li+li {
    background: #EBEFC9;
}

ul li.cat-item:first-child+li+li+li {
    background: #F8ECC9;
}

ul li.cat-item:first-child+li+li+li+li {
    background: #cdbb99;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.sub-menu>li {
    background: #fff;
    margin: 0 0 0 1px;
    border-right: 1px solid #f0f0f0;
}

.sub-menu>li>a {
    background: #fcfcfc;
    padding: 6px 10px;
    border-bottom: 1px solid #f0f0f0;
}

ul.post-list {
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;    
}

.post-list>li {
    padding: 4px 10px 4px 15px;
}

.post-list>li>a {
    color: #585858;
}

#tutorial-menu li.current-post {
    font-size: .9em;        
    font-weight: bold;
}
/* TUTORIAL MENU ENDS */
a.prev {
    color: #1e0fbe;
    font-style: normal;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 1.5px;
    padding-right: 5px;
}

a.next {
    color: #1e0fbe;
    font-style: normal;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 1.5px;
    padding-left: 5px;
}

.footer-prev-next {
    font-size: 10px;
    letter-spacing: 2px;
    margin: 50px 0;
    line-height: 20px;
    border-top: 1px solid #dddddd;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed
    {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.full-width {
    width: 100%;
}

.tutorial-table {
    width: 100%;
    font-size: 13px;
    border-top: #e5e5e5 1px solid;
    border-spacing: initial;
    margin: 20px 0px;
    word-break: break-word;
    table-layout: fixed;
}

.tutorial-table th {
    background-color: #f5f5f5;
    padding: 5px;
    text-align: left;
}

.tutorial-table td {
    border-bottom: #f0f0f0 1px solid;
    background-color: #ffffff;
    padding: 5px;
}

.tutorial-table ul {
    padding: 0;
    list-style-type: none;
    margin: 0px;
}

.tutorial-table 	li:before {
    content: " - ";
    position: relative;
    margin-left: -10px;
    left: -5px;
}

/* social share links in POST */
.share ul {
    padding: 0;
}

.share li {
    display: inline-block;
    margin-right: 10px;
}

.share li>a {
    padding: 0px 10px 10px 0px;
    display: block;
    color: #755c3b;
}
/* social share links in POST */

/*NEW STYLE ENDS*/

/* Code Prettify Theme */
pre {
    overflow: auto;
    margin: 0 0 18px 0;
    padding: 4px;
    tab-size: 4;
}

.prettyprint {
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
    line-height: 1.3em;
    border: 1px dashed #CFCFCF;
    max-height: 600px;
}

@media all and (max-width: 519px) {
    .prettyprint {
        max-height: 300px;
    }
    .content {
        padding-left: 10px;
        padding-right: 10px;
    }
    
}

@media all and (min-width: 520px) and (max-width: 690px) {
    .prettyprint {
        max-height: 400px;
    }
}

.pln {
    color: #4d4d4c;
}

@media screen {
    .str {
        color: #718c00;
    }
    .kwd {
        color: #8959a8;
    }
    .com {
        color: #78B937;
    }
    .typ {
        color: #4271ae;
    }
    .lit {
        color: #f5871f;
    }
    .pun {
        color: #4d4d4c;
    }
    .opn {
        color: #4d4d4c;
    }
    .clo {
        color: #4d4d4c;
    }
    .tag {
        color: #c82829;
    }
    .atn {
        color: #f5871f;
    }
    .atv {
        color: #3e999f;
    }
    .dec {
        color: #f5871f;
    }
    .var {
        color: #c82829;
    }
    .fun {
        color: #4271ae;
    }
}

@media print , projection {
    .str {
        color: #006600;
    }
    .kwd {
        color: #006;
        font-weight: bold;
    }
    .com {
        color: #600;
        font-style: italic;
    }
    .typ {
        color: #404;
        font-weight: bold;
    }
    .lit {
        color: #004444;
    }
    .pun, .opn, .clo {
        color: #444400;
    }
    .tag {
        color: #006;
        font-weight: bold;
    }
    .atn {
        color: #440044;
    }
    .atv {
        color: #006600;
    }
}
/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
    margin-top: 0;
    margin-bottom: 0;
}

/* IE indents via margin-left */
li.L0, li.L1, li.L2, li.L3, li.L4, li.L5, li.L6, li.L7, li.L8, li.L9 {
    /* */
    
}

/* Alternate shading for lines */
li.L1, li.L3, li.L5, li.L7, li.L9 {
    /* */
    
}

div#tutorial>p:first-of-type:first-letter {
    float: left;
    font-size: 3em;
    line-height: 42px;
    padding-right: 8px;
    font-family: "Georgia", Times, serif;
    padding-top: 5px;
}
}