
/********/
.image-div > img {
max-width:100%;
max-height:100%;
width: auto;
height: auto;

}


article, aside, details,
figcaption, figure,
footer, header, hgroup,
main, nav, section,
summary { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
[hidden], template { display: none; }
html {
   font-family: sans-serif;
   -ms-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
}
body { margin: 0; }
a { background: transparent; }
a:focus { outline: thin dotted; }
a:active, a:hover { outline: 0; }
h1 { font-size: 2em; margin: 0.67em 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: 700; }
dfn { font-style: italic; }
hr {
   -moz-box-sizing: content-box;
   box-sizing: content-box;
   height: 0;
}
mark { background: #FF0; color: #000; }
code, kbd, pre,
samp { font-family: monospace, serif; font-size: 1em; }
pre { white-space: pre-wrap; }
q { quotes: "\201C" "\201D" "\2018" "\2019"; }
small { font-size: 80%; }
sub, sup {
   font-size: 75%;
   line-height: 0;
   position: relative;
   vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
fieldset {
   border: 1px solid #c0c0c0;
   margin: 0 2px;
   padding: 0.35em 0.625em 0.75em;
}
legend { border: 0; padding: 0; }
button, input, select,
textarea { font-family: inherit; font-size: 100%; margin: 0; }
button, input { line-height: normal; }
button, select { text-transform: none; }
button, html input[type="button"],
input[type="reset"], input[type="submit"] {
   -webkit-appearance: button;
   cursor: pointer;
}
button[disabled], html input[disabled] { cursor: default; }
input[type="checkbox"],
input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] {
   -webkit-appearance: textfield;
   -moz-box-sizing: content-box;
   -webkit-box-sizing: content-box;
   box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner,
input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }
table { border-collapse: collapse; border-spacing: 0; }



ol, ul {
    padding-left: 3rem;
    font-weight: 300;
    color: #727983;
    font-family: Lato;
}

ol ol, ul ul,
ul ol, ol ul {
    margin: 0 0 0.4em 0;
    padding-left: 2em;
}

dl dt {
    float: left;
    width: 180px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    margin-bottom: 1em;
}

dl dd {
    margin-left: 200px;
    margin-bottom: 1em
}

li {
    margin: 0.4em 0;
}

li li {
    margin: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: #EFEFEF 1px solid;
    padding: 0;
    border-radius: 5px;
}

blockquote {
    position: relative;
    padding: 10.5px 30px;
    margin: 0 0 21px;
    border: 1px solid #7492AD;
    border-radius: 2px;
    background: #FFF5EE;
    color: #659df8;
}

blockquote:before {
    content: "!";
    color: white;
    padding: 2px 2px 0px 14px;
    font-size: 25px;
    font-weight: bold;
    background: #7492AD;
    width: 24px;
    height: 36px;
    border-radius: 20px;
    display: inline-block;
    top: 50%;
    left: -20px;
    position:absolute;
    margin-top: -21px;
}

blockquote p {
    margin: 0.8em 0;
    font-style: normal;
}

blockquote small {
    display: inline-block;
    margin: 0.8em 0 0.8em 1.5em;
    font-size: 0.9em;
    color: #CCC;
}

blockquote small:before { content: "\2014 \00A0"; }

blockquote cite {
    font-weight: 700;
}

blockquote cite a { font-weight: normal; }

mark {
    background-color: #FFC336;
}

code, tt {
    padding: 1px 3px;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 0.85em;
    white-space: pre-wrap;
    border: #e4e4e4 1px solid;
    background: #FFF5EE;
    border-radius: 2px;
}

p code {
    color:#7492AD;
}

pre {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 1.75em 0;
    border: #e4e4e4 1px solid; 
    width: 100%;
    padding: 10px;
    font-family: Inconsolata, monospace, sans-serif;
    font-size: 12px;
    white-space: pre;
    overflow: auto;
    background: #FFF5EE;
    border-radius: 0px;
}

pre code, tt {
    font-size: inherit;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    background: transparent;
    border: none;
    padding: 0;
}

kbd {
    display: inline-block;
    margin-bottom: 0.4em;
    padding: 1px 8px;
    border: #CCC 1px solid;
    color: #666;
    text-shadow: #FFF 0 1px 0;
    font-size: 0.9em;
    font-weight: 700;
    background: #F4F4F4;
    border-radius: 4px;
    box-shadow:
        0 1px 0 rgba(0, 0, 0, 0.2),
        0 1px 0 0 #fff inset;
}

table {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1.75em 0;
    width: 100%;
    max-width: 100%;
    background-color: transparent;
}

table th,
table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: #EFEFEF 1px solid;
}

table th { color: #000; }

table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
    border-top: 0;
}

table tbody + tbody { border-top: #EFEFEF 2px solid; }

table table table { background-color: #FFF; }

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
    background-color: #F6F6F6;
}

table.plain tbody > tr:nth-child(odd) > td,
table.plain tbody > tr:nth-child(odd) > th {
   background: transparent;
}

iframe, .fluid-width-video-wrapper {
    display: block;
    margin: 1.75em 0;
}

/* When a video is inside the fitvids wrapper, drop the
margin on the iframe, cause it breaks stuff. */
.fluid-width-video-wrapper iframe {
    margin: 0;
}


/* ==========================================================================
   3. Utilities - These things get used a lot
   ========================================================================== */

/* Clears shit */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* Hides shit */
.hidden {
    text-indent: -9999px;
    visibility: hidden;
    display: none;
}

/* Creates a responsive wrapper that makes our content scale nicely */
.inner {
    position: relative;
    width: 80%;
    max-width: 410px;
    margin: 0 auto;
}

/* Centres vertically yo. (IE8+) */
.vertical {
    display: table-cell;
    vertical-align: middle;
    padding-top:140px;
}


/*******/

html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: transparent;
}

body {
	font-size: 15px;
	line-height: 1.42857;
	color: #333333;
	background-color: white;
}

body {
	margin: 0;
}

/**ions**/
.ion-navicon-round,
.ion-ios-mic-outline, 
.ion-ios-flask-outline,
.ion-social-apple-outline,
.ion-coffee,
.ion-ios-chatbubble-outline,
.ion-ios-people-outline,
.ion-social-github-outline,
.ion-social-twitter-outline,
.ion-social-googleplus-outline,
.ion-ios-mic,
.ion-social-rss-outline {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:#8B8378;
    font-size:14px;    
}


.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container {
	margin-top: 40px;
}

.container {
	max-width: 1170px;
}

.container > .row {
	/*margin-bottom: 100px; /* to be removed */
}

.row {
	margin-left: 0px;
	margin-right: -15px;
}

.row:before, .row:after {
	content: " ";
	display: table;
}


.side-nav {
	float: left;
	width: 22%;
}

.side-nav {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.side-nav .logo {
	margin-bottom: 10px;
	transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	//opacity: 0.9;
        text-align:center;
}

.side-nav .logo img {
    max-width: 150px;
    //height: 43px;
    width:150px;
}

.cover .mobilelogo {
    display:none;
}

nav {
    display: block;
}

.side-nav nav > ul {
    width: 80%;
    list-style-type: none;
    padding:0;
    font-size:13px;
}

.side-nav li {
    margin: -0.3em 0;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

.side-nav nav a:hover, .side-nav nav a.active {
    color: #7492AD;
    border-right: 3px solid #7492AD;
}

.side-nav nav a {
    color: #000000;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.side-nav nav i {
    margin-right: 10px;
    float: left;
    font-size:21px;
}

.side-nav nav i + p {
    display: inline-block;
}

.side-nav nav p {
    margin: 3px 0px 0px 0px;
}

.email-digest {
    width: 80%;
    border-top: 1px solid #FDF5E6;
    padding-top: 30px;
    margin-top: 30px;
}

.email-digest label {
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
}

.email-digest label p {
    font-weight: 400;
    font-size: 13px;
    color: #000000;
}

.email-digest .digest-wrapper {
    position: relative;
}

.email-digest .digest-wrapper input[type=email] {
    width: 95%;
    height: 25px;
    padding: 7px 7px;
    border: 2px solid #FDF5E6;
    border-radius: 2px;
    -webkit-transition: 0.2s all linear;
    font-size: 13px;
    font-family: "Lato";
    font-weight: 300;
}

.email-digest .digest-wrapper input[type=submit] {
    -webkit-transition: 0.2s all linear;
    position: absolute;
    right: 6px;
    margin-top: -12px;
    top: 50%;
    outline: none;
    background: white;
    border: none;
    color: #000000;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button, input, select[multiple], textarea {
    background-image: none;
}

.email-digest-success {
    width: 80%;
    border-top: 1px solid #FDF5E6;
    padding-top: 30px;
    margin-top: 30px;
    display: none;
}

.email-digest-success p {
    font-weight: 400;
    font-size: 13px;
    color: #000000;
}

p {
    font-weight: 300;
}

img {
    vertical-align: middle;
}

img {
    border: 0;
}

.side-nav nav footer {
    width: 80%;
    border-top: 1px solid #FDF5E6;
    padding-top: 30px;
    margin-top: 30px;
}

.side-nav nav footer ul {
    list-style-type: none;
    padding:0;
    font-size:13px;
}

.main-pane {
	float: left;
	width: 70%;
}

.main-pane {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}


.menuHamburger, .d-dropdown {
    display:none;
}

footer.main {
	display: inline-flex;
	align-items: center;
	margin-bottom: 30px;
	margin-top: 20px;
}

a {
    text-decoration: none;
    transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    color: #7492AD;
}

h1 {
    font-size: 34px;
    letter-spacing: -0.03em;
    padding-bottom: 10px;
}


h1, h2, h3, h4, h5, h6 {
    color: #333333;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: "Lato";
    margin-top: 30px;
    line-height: 1.1;
    margin-bottom: 0px;
}

h2 {
    font-size: 3.6rem;
    letter-spacing: -0.03em;
}

h3 {
    font-size: 3rem;
}

h4 {
    font-size: 2.5rem;
}

h5 {
    font-size: 2rem;
}

h6 {
    font-size: 2rem;
}

header.cover {
    margin-bottom: 0px;/* to be removed **/
    margin-top: -20px; 
}

h3 {
    font-size: 22px;
}

h3 {
    margin-top: 21px;
    margin-bottom: 10.5px;
}

.cta-sub {
    font-weight: 300;
    font-family: "Lato;
    letter-spacing: 0em;
    font-size: 25px;
    color: #000;
    line-height: 32px;
    margin-top:30px;
}

.list > .item {
    border-top: 1px solid #FDF5E6;
    /*padding: 20px 0;*/
}

.row:before, .row:after {
    content: " ";
    display: table;
}

.list .item .preview {
    float: left;
    padding: 0px 15px;
}

#logoTextPart1 {
    font-family:"Josefin Sans";
    font-weight:400;
    font-size:38px;
    letter-spacing: -0.93px;
    /*color: #95BBFA;*/
    color: #7492AD;
    vertical-align: middle;
}

.ion-ios-mic:before {
    vertical-align: middle;
    color:#7492AD;
}

.list .item .summary {
    float: left;
    width: 100%;
    /*padding-left:15px;*/
}

.list .item h3 {
    color: #292d32;
    font-size: 18px;
    margin-bottom: 4px;
}

.list .item h3 a {
    color: #292d32;
}

.list .item h3 a:hover {
    color: #7492AD;
}

.difficulty.beginner {
    background: #70cd53;
}

.difficulty {
    margin-left: 10px;
    margin-bottom: 1px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    display: inline-block;
}

.list .item .summary .subhead {
    font-size: 12px;
    color: #000000;
    font-style: italic;
    margin-bottom: 15px;
}

.list .item .summary .subhead a {
    color:#000000;
}

.list .item .summary .description {
    font-family: Lato;
    font-weight: 400;
    font-size: 15px;
    color: #798291;
    line-height: 24px;
}

footer.main {
    display: inline-table;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 15px;
}

footer.main .attribution {
    font-family: Lato;
    font-size: 12px;
    margin-right: 45px;
    color: #7492AD;
}

footer.main .expand-wrapper .expand {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    display: inline-block;
    background-color: #7492AD;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-bottom: 2px;
}

footer.main .expand-wrapper .expand:before {
    bottom: 0;
    left: -8px;
}

footer.main .expand-wrapper .expand:after {
    bottom: 0;
    right: -8px;
}

footer.main .expand-wrapper .expand:before, footer.main .expand-wrapper .expand:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 3px;
    display: inline-block;
    background-color: #7492AD;
    display: inline-block;
}

footer.main nav#nav {
    font-family: "Lato";
    display: inline-block;
    margin-left: 35px;
    opacity: 0;
}

footer.main nav#nav.expanded {
    opacity: 1;
}

footer.main nav#nav a {
    margin-right: 40px;
    font-size: 14px;
    color: #7492AD;
    font-family: Lato;
    font-weight: 300;
}

footer.main nav#nav a:hover {
    color:#7492AD;
}


/**Post styles**/

.content nav {
    border-bottom: 1px solid #ecf0f6;
    padding-bottom: 25px;
    margin-bottom: 40px;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 500;
}

.content nav .left {
    float: left;
}


.content header h1 {
    color: #1b2331;
    font-size: 30px;
    letter-spacing: -0.02em;
    padding-bottom: 4px;
    margin-bottom: 0;
}

.content .byline {
    font-family: "Lato";
    font-weight: 300;
    color: #000000;
    margin-bottom: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 10px;
}

.content p {
    color: #000000;
    font-family: "Lato";
    font-weight: 300;
    font-size: 15px;
    line-height: 30px;
}

.content .byline img {
    width: 20px;
    border-radius: 100px;
}

.content .byline .author {
    margin-left: 5px;
}

.content .description {
    margin: 30px 0;
}

article p .full-img {
    width: 100%;
    max-width: none;
    margin: 0 ;
}

code .prettyprint {
   font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

.cta-sub .author-location {
    font-size:14px;
}

.cta-sub .author-link {
    font-size:14px;
}

.cta-sub .author-stats {
    font-size:14px;
}

.description a p {
    color:#000000;
}

/* The main wrapper for our pagination links */
.pagination {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 4rem auto;
    font-family: "Lato";
    font-size: 1.3rem;
    color: #000000;
    text-align: right;
    float:right;
    border-bottom: 1px solid #ecf0f6;
    padding-bottom: 30px;
}

.pagination a {
    color: #000000;
    transition: all 0.2s ease;
    -webkit-font-smoothing: antialiased;
}

.page-number {
    display: none;
    padding: 2px 0;
    min-width: 100px;
    -webkit-font-smoothing: antialiased;
}

.older-posts {
    right: 0;
}

.older-posts, .newer-posts {
    display: inline-block;
    padding: 0;
    text-decoration: none;
    transition: border ease 0.3s;
}

.newer-posts {
    left: 0;
}


.mobileAttribution {
    display: none;
}

#version .version {
  font-weight: 400;
  font-size: 1.8rem;
  top: -3px;
  left: -9px;
  color: #7492AD;
}

.twitterFollowBtn {
    border: 0px solid #8B8378;
    border-radius: 30px;
    padding: 1px 6px 2px 0px;
    color: #8B8378;
    font-weight: 400;
    font-size: 13px;
    transition-property: all;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.63, 0.14, 0.82);
    -moz-transition-timing-function: cubic-bezier(0.165, 0.63, 0.14, 0.82);
    -ms-transition-timing-function: cubic-bezier(0.165, 0.63, 0.14, 0.82);
    -o-transition-timing-function: cubic-bezier(0.165, 0.63, 0.14, 0.82);
    transition-timing-function: cubic-bezier(0.165, 0.63, 0.14, 0.82);
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
}

.twitterFollowBtn:hover {
    color:#7492AD;
}

.ion-social-twitter:before {
    margin-left:2px;
}

/***for media less then 950px ***/


/* ==========================================================================
   10. Media Queries - Smaller than 950px
   ========================================================================== */

@media only screen and (max-width: 950px) {
    
    .row {
        margin-left:-10px;    
    }
    
    .cover .mobilelogo {
        display:block;
        text-align: center;
    }
    
    .cover .mobilelogo img {
        max-width: 194px;
        height: 43px;
        width:43px;
        float:center;
        margin-top: 31px;
        margin-left: -61px;
    }
    
    .side-nav .logo a {      
        display: none;    
    }

    .side-nav nav {
        display: none;        
    }
    
    .container {
        max-width:600px; 
        margin-top:0;
    }
    
    .main-pane {
        width:100%;    
    }
    
    header.cover {
        margin-bottom: 11px;
        margin-top:-20px;
        text-align:center;
    }
    
    .cover h1 {
        font-size:2.6rem;
        font-family:Lato;
        color:#7492AD ;
        margin-top:6px;
    }
    
    .cover img {
        float:left;    
    }
    
    .cta-sub {
        margin-bottom: 20px;
        text-align: center;
        font-size:16px;
    }
    
    #logoTextPart1 {
        font-size: 30px;
        font-family:"Josefin Sans";
        font-weight:400;
        float:left;
        margin-top: 21px;
        margin-left: -145px;
    }
    
    .menuHamburger {
        display:block;
        float: right;
        margin: -9px 0 0 5px;
        list-style: none;
    }
    
    .cover .menuHamburger {
        margin:22px 0px 0px 5px;    
    }
    
    .ion-navicon-round:before {
        font-size:2.5rem;
    }
    
    
    .content nav {
        /*margin-top:0px;    */
    }
    
    .d-dropdown {
        display: none;
        overflow: hidden;
        width: 220px;
        position: absolute;
        right: 20px;
        z-index: 1100;
        margin-top: -12px;
        border: none;
        background-color: #FFF;
        box-shadow: 0 2px 6px rgba(0,0,0,0.15);
        opacity: .99;
    }
    
    .content .d-dropdown {
       margin-top:-45px;     
    }
    
    .d-dropdown ul {
        margin: 0;
        list-style: none;
        text-align:left;
    }
    
    .d-dropdown a {
       color:#727983; 
        font-size: 12px;
    }
    
    .d-dropdown a:hover {
       color: #7492AD ;
    }
    
    .d-dropdown .ion-social-rss-outline {
        margin-right: 5px;
    }
    
    .d-dropdown .ion-ios-chatbubble-outline {
        margin-right: 3px;
    }
    
    .d-dropdown .ion-ios-people-outline {
        margin-right: 3px;
    }
    
    .d-dropdown .ion-ios-chatbubble-outline {
        margin-right: 3px;
    }
    
    .d-dropdown .ion-social-twitter-outline {
        margin-right: 3px;
    }
    
    .d-dropdown .ion-social-github-outline {
        margin-right: 3px;
    }
    
    .d-dropdown .ion-social-googleplus-outline {
        margin-right: 3px;
    }
    
    footer.main nav#nav a {
        margin-right: 20px;    
    }
    
    footer.main nav#nav {
        margin-left:40px;    
    }
    
    .container > .row {
        margin-bottom: 10px;    
    }
    
    footer.main {
        margin-top:10px;    
    }
    
    .pagination {
        border-bottom: 1px solid #ecf0f6;
        padding-bottom: 30px; 
    }
    
    p .twitterFollowBtn {
        display:inline-block;
        padding-left: 7px;
        padding-top: 0;
        padding-right: 16px;
        padding-bottom: 0;
        margin-top:5px;
    }
    

}


/**media alignment for upto 700px**/

@media only screen and (max-width: 700px) {
    
    footer.main .attribution {
        display:none;
    }
    
    .row {
        margin-left:0;    
    }
    
    .main-pane {
        width:95%;    
    }
    
    .mobileAttribution {
        display:block;
        text-align: center;
        font-family: Lato;
        font-size: 12px;
        color: #7492AD;
        margin-bottom:50px;
    }
    
    footer.main .expand-wrapper .expand {
        margin-left:11px;    
    }
    
}

/**media alignment for upto 500px**/

@media only screen and (max-width: 500px) {

    .row {
        margin-left:0;    
    }
    
    footer.main nav#nav {
       margin-left: 20px;     
    }
    
    footer.main nav#nav a {
        margin-right:15px;    
    }
    
    .cta-sub {
        font-size:13px;    
    }
    
    .cta-sub .author-location, .cta-sub .author-link, .cta-sub .author-stats {
        font-size:13px;    
    }
    
    #logoTextPart1 {
        margin-left:-113px;    
    }
    
    
}

























