/*************************************\
RESET
\*************************************/

html {
    font-family: -apple-system, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    -webkit-font-smoothing: antialiased;
}
body {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    color: #8f45c8;
}

article img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1em;
    display: block;
    margin: 0 auto 0 auto;
}

video {
    display: block;
    margin: auto;
    max-width: 100%;
}

/*************************************\
FONTS
\*************************************/

@font-face {
    font-family: 'ralewayblack_italic';
    src: url('/wp-content/fonts/railway/raleway-blackitalic-webfont.eot');
    src: url('/wp-content/fonts/railway/raleway-blackitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/fonts/railway/raleway-blackitalic-webfont.woff2') format('woff2'),
         url('/wp-content/fonts/railway/raleway-blackitalic-webfont.woff') format('woff'),
         url('/wp-content/fonts/railway/raleway-blackitalic-webfont.ttf') format('truetype'),
         url('/wp-content/fonts/railway/raleway-blackitalic-webfont.svg#ralewayblack_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*************************************\
NAVIGATION
\*************************************/

.navbar {
    box-sizing: border-box;
    border-bottom: 1px rgba(31, 31, 31, 0.5) solid;
    display: flex;
    min-height: 65px;
    justify-content: space-between;
}

.nav-left {
    display: flex;
    padding: 0 0 0 30px;
}

.nav-right {
    display: flex;
    padding: 0 30px 0 0;
}

.site-title {
    font-family: 'ralewayblack_italic', -apple-system, sans-serif;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 900;
    font-size: 32px;
    margin: auto 0 auto 0;
}

.site-title a {
    text-decoration: none;
    color: #3c3c3c;
    transition: 150ms ease-in-out;
}

.site-title a:hover {
    color: #8f45c8;
}

.navbar-nav {
    margin: 0px 0 0 2em;
    padding: 0px;
    display: flex;
}

.nav-item {
    list-style: none;
    margin: auto 1.5em auto 0px;
    font-family: "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    height: 100%;
    display: flex;
    align-items: center;
}

.nav-item:hover {
    border-bottom: 1px #8f45c8 solid;
    box-sizing: border-box;
}

.nav-item a {
    text-decoration: none;
    color: #7e7e7e;
    letter-spacing: .1em;
    font-size: 0.9em;
}

.nav-item a:hover {
    color: #8f45c8;
}

.searchField {
    display: inline-block;
    vertical-align: middle;
    height: auto;
}

.navbar form {
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
}

.search {
    width: 130px;
    font-size: 14px;
    border-radius: 32px;
    font-family: 'Source Sans Pro';
    padding: 6px 12px 6px 12px;
    border: 1px solid #ccc;
    color: #555;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: 100ms ease-in-out;
}

.search:focus {
    outline: none;
    border-color: #8f45c8;
    box-shadow: 0 0 2px #8f45c8;
}


/*************************************\
SLIDE OUT NAVIGATION
\*************************************/

.sidebar {
    display: none;
}

.sidebartoggler {
    display: none;
}

.slide-toggle {
    display: none;
}

.todayWeather {
    margin-top: 0px;
    color: white;
    padding: 0.2em 0 0.2em 0;
    text-align: center;
    font-family: 'Source Sans Pro';
    font-size: 18px;
    background-color: rgba(142, 66, 197, 0.7);
}

.todayWeather a {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cloudIcon {
    height: 15px;
    width: auto;
    margin-right: 2px;
}


/*************************************\
CARBON ADS
\*************************************/

#carbonads {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 1em;
    margin-top: 1em;
    padding: 1em;
    max-width: 330px;
    border: solid 1px #8138c7;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.5;
}

#carbonads span {
    display: block;
    overflow: hidden;
}

.carbon-img {
    float: left;
    margin-right: 1em;
}

.carbon-text {
    display: block;
    float: left;
    max-width: calc(100% - 130px - 1em);
    text-align: left;
}

.carbon-poweredby {
    display: block;
    float: right;
    margin-top: -1.9em;
    font-size: .8em;
}


/*************************************\
COLOR SPLASH
\*************************************/

#color_container {
    height: 7px;
    padding-top: 0px;
}
.single_color {
    height: 7px;
    width: 20%;
    position: fixed;
    z-index: 3;
}
#color1 {
    background-color: #8f45c8;
    left: 0;
    top: 0px;
}
#color2 {
    background-color: #4c98e2;
    left: 20%;
    top: 0px;
}
#color3 {
    background-color: #43d1b3;
    left: 40%;
    top: 0px;
}
#color4 {
    background-color: #e7b95a;
    left: 60%;
    top: 0px;
}
#color5 {
    background-color: #e7526a;
    left: 80%;
    top: 0px;
}

/*************************************\
CONTENT
\*************************************/

#content {
    /*width: 750px;*/
    max-width: 100%;
    display: block;
    margin: 3em auto 0 auto;
}

#content header {
    display: block;
    margin: auto;
    width: 750px;
    max-width: 95%;
}

#content .entry-content {
    display: block;
    margin: auto;
    width: 750px;
    max-width: 95%;
}

article {
    margin: 0 0 5em 0;
}

.entry-summary {
    width: 750px;
    max-width: 95%;
    display: block;
    margin: auto;
}

iframe {
	max-width: 100%;
}

h2 {
    padding: 20px 0 10px 0px;
    border-bottom: 5px rgba(175, 120, 212, 1) solid;
}

h3 {
    padding: 20px 0 10px 0px;
    border-bottom: 3px rgba(175, 120, 212, 1) dotted;
}

table {
    border: 1px solid black;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
    width: 100%;
}

tr:nth-child(even) {
    background: rgb(236, 236, 236);
}

thead {
    background-color: rgb(230, 200, 240) !important;
    border-bottom: 1px solid rgb(177, 25, 223);
}

td {
    text-align: center;
}

/*************************************\
META
\*************************************/

.meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.author {
    display: flex;
    font-family: 'Hind Guntur';
}

.pull-left {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.img-circle {
    border-radius: 32px;
    margin: 0 10px 0 0;
    height: 55px;
    width: 55px;
}

.date {
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: rgb(98, 98, 98);
    font-family: 'Hind Guntur';
}

.wp-post-image {
    display: block;
    margin: auto;
    width: 1000px;
    max-width: 100%;
    margin-bottom: 1em;
}

/*************************************\
ENTRY
\*************************************/

.entry-title {
    font-family: 'Open Sans Condensed', -apple-system, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 2.1em;
    font-weight: 700;
    /*padding: 20px 0 10px 0px;*/
    border-bottom: none;
}

.entry-content {
    font-size: 1.2em;
    font-family: -apple-system, 'acumin-pro', sans-serif;
    letter-spacing: 0.02em;
    line-height: 1.5em;
}

.entry-content p a {
    /*border-bottom: 3px solid #975cc4;*/
    box-shadow: inset 0 -3px 0 rgba(197, 131, 241, 1);
    transition: 200ms ease-in-out;
    color: black;
}

.entry-content ul li a {
    /*border-bottom: 3px solid #975cc4;*/
    box-shadow: inset 0 -3px 0 rgba(197, 131, 241, 1);
    transition: 200ms ease-in-out;
    color: black;
}

.review_heading {
    font-size: 2em;
    padding: 20px 0 10px 0px;
    border-bottom: 5px rgba(175, 120, 212, 1) solid;
}

.review_subheading {
    font-size: 1.3em;
    padding: 20px 0 10px 0px;
    border-bottom: 2px rgba(175, 120, 212, 1) dotted;
}

.toc {
    padding-left: 40px;
}

.toc li {
    list-style: decimal;

}

.toc li a {
    color: rgba(149, 81, 195, 1) !important;
    box-shadow: none !important;
}

.toc li a:hover {
    background-color: rgba(149, 81, 195, 1) !important;
    color: white !important;
}

.entry-content p a:hover {
    /*box-shadow: inset 0 -4px 0 rgba(175, 120, 212, 1);*/
    background-color: rgba(197, 131, 241, 1);
    color: white;
    border-radius: 2px;
}

.entry-content ul li a:hover {
    /*box-shadow: inset 0 -4px 0 rgba(175, 120, 212, 1);*/
    background-color: rgba(197, 131, 241, 1);
    color: white;
    border-radius: 2px;
}

blockquote {
    border-left: 3px solid lightgray;
    padding: 0 0 0 1.5em;
    margin: 0px;
    color: gray;
}

.tag-links a {
    color: black;
    background: rgba(0, 0, 0, 0.10);
    padding: 6px 10px;
    border-radius: 3px;
    transition: 200ms ease-in-out;
}

.tag-links a:hover {
    background: rgba(175, 120, 212, 1);
}

/*************************************\
FOOTER
\*************************************/

footer {
    display: block;
    margin: auto;
    width: 750px;
    max-width: 90%;
}

.footnotes {
    display: none;
}

#comments {
    display: none;
}

#nav-below {
    display: flex;
    justify-content: space-between;
    padding: 1em 0 1em 0;
}


#footer {
    text-align: center;
}

.nav-next {
    text-align: right;
}

.navigation {
    display: block;
    width: 750px;
    max-width: 95%;
    margin: auto;
}


/*************************************\
WALLPAPERS
\*************************************/


#wallpaper-container {
  width: 100%;
}

#wallpaper-container p {
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#wallpaper-container iphone-thumb {
  display: inline-block;
  width: 130px;
  height: 231px;
  margin: 5px;
}

#wallpaper-container p a {
  margin: 0px;
  padding: 0px;
  border: none;
}

#wallpaper-container img {
  margin: 2px;
}

.gallary_inline p {
  display: inline;
}

.gallary_inline img {
  max-width: 330px;
  display: inline;
  margin: 3px;
}

.gallary_inline img {
  background:rgba(0,0,0,.75);
  opacity:1;
  -webkit-transition: opacity .25s ease;
  -moz-transition: opacity .25s ease;
  border: none;
}

.gallary_inline img:hover {
  opacity: 0.8;
}

.gallary_inline a:hover {
  background-color: rgba(255, 255, 255, 0);
}

.desktop-thumb {
  display: block;
  margin: auto;
  width: 95%;
  height: auto;
}

.chartContainer {
    max-width: 800px;
}


/**************************************************************************\
RESPONSIVE
\**************************************************************************/

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

    .search {
        width: 50px;
        text-align: center;
    }
}

@media only screen and (max-width: 867px) {
    .nav-right {
        display: none;
    }
}

@media only screen and (max-width: 790px) {
    .navbar {
        display: block;
        border-bottom: 1px solid rgba(98, 98, 98, 0.4);
    }

    .nav-left {
        margin-left: 0px;
        padding: 0px;
    }

    .site-title {
        text-align: center;
        width: 100%;
        padding: 10px 0 0 0;
    }

    .navbar-nav {
        display: none;
    }

    .sidebar {
        display: block;
        width: 200px;
        height: 100%;
        position: fixed;
        top: 0;
        right: -200px;
        bottom: 0;
        z-index: 4;
        background: rgba(240, 240, 240, 1);
        transition: 300ms ease-in-out;
        -webkit-box-shadow: inset 3px 0px 0px 0px rgba(143,69,200,1);
    }

    .slide-toggle {
        display: block;
        position: fixed;
        top: 20px;
        right: 20px;
        width: 30px;
        height: 32px;
        z-index: 4;
        font-size: 1.4em;
        text-align: center;
        transition: 300ms ease-in-out;
        background-color: white;
        border-radius: 5px;
    }

    .slide-nav-item {
        list-style: none;
        margin-bottom: 0.6em;
        font-size: 1.2em;
        font-family: 'Hind Guntur';
    }

    .sidebartoggler:checked + .sidebar {
        right: 0px;
    }

    .sidebartoggler:checked + .sidebar .slide-toggle {
        right: 20px;
        border: solid 2px rgba(143,69,200,1);
        color: rgba(143,69,200,1);
    }

    .slideSearch {
        font-size: 1em;
        margin-left: -20px;
        width: 130px;
        padding: 8px 15px;
        background: rgba(50, 50, 50, 0.1);
        border: 0px solid #dbdbdb;

    }
}

@media only screen and (max-width: 600px) {
    .nav-left {
        margin-left: 20px;
        padding: 0px;
    }

    .site-title {
        text-align: left;
    }

    .entry-title {
        font-size: 1.6em;
        text-align: left;
        display: block;
        text-align: center;
    }

    .entry-content {
        font-size: 1.0em;
        max-width: 95%;
    }
}

@media only screen and (max-width: 330px) {
    .entry-title {
        font-size: 1.2em;
    }

    .site-title {
        font-size: 30px;
    }

    .name {
        font-size: 0.8em;
    }

    .length {
        font-size: 0.9em;
    }

    .date {
        font-size: 0.85em;
    }

    .todayWeather {
        font-size: 15px;
    }

    #cloudIcon {
        height: 13px;
    }
}
