/*
Theme Name: iAm Blog
Author: Kayden Thomson
Version: 1.0
*/

@import url('css/bootstrap.min.css');
@import url('font-awesome-4.7.0/css/font-awesome.min.css');
@import url('font-awesome-4.5.0/css/font-awesome.min.css');
@import url('css/font-awesome-animation.min.css');
@font-face {
    font-family: Pathway Gothic One;
    src: local("PathwayGothicOne-Regular"),
        url("fonts/PathwayGothicOne-Regular.ttf") format('truetype');
    font-weight:normal;
}

body {
    font-size: 16px;
}

a, body {
    color:#9a9a9a;
    transition: color 500ms ease;
}

a:focus, a:hover {
    color:#ffdccd;
    text-decoration: none;
}

img {
    transition: opacity 500ms ease;
}

.img-hover:hover {
    opacity: 0.6;
    cursor:pointer;
}

.banner-img {
    background-image: url("http://camilleiam.com/wp-content/themes/iAm/images/fairies_tassles.gif");
    background-repeat: repeat-x;
    height: 127px;
    margin-top: -10px;
}

#navbar-header.affix {
    top: 0;
    left: 0;
    right: 0;
}

#menu-primary-menu-links a:hover
{
    color: #ffffff;
}

#main-nav .container-fluid {
    padding:0;
}

.main-nav
{
    background: #ffdccd;
    font-size: 16px;
}

.main-nav-scrolled {
    position: fixed!important;
    width: 100%;
    top: 0;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color:transparent;
}


.navbar-form input
{
    width: 100px;
    transition: width .3s ease,border-color .3s ease,background-color .3s ease;
    border:none;
    background-color: transparent;
    border-radius: 16px;
    margin-top:19px;
    padding-right: 7px;
    height:30px;
}

.navbar-form input:focus
{
    background-color:white;
    width:170px;
    outline:0;
    padding-left:10px;
    padding-right:25px;
}

.navbar-form {
    margin:0;
}

.navbar-default .navbar-nav>li>a {
    height: 70px;
    padding:25px 32px;
}


@media screen and (min-width: 1000px) {
    #main-nav .container-fluid {
        width:920px;
    }

    .padding-rt .col-sm-8 {
        padding-right: 4.5em;
    }
}

/*XS (mobile) Screen Size*/
@media screen and (max-width: 767px){

    #navbar li>a {
        height: 50px;
        padding: 16px;
    }


    .navbar-header button{
        height:50px;
    }

    article {
        margin-bottom:40px;
    }

    .navbar-form input
    {
        width:85%;
        margin: 0 auto;
        background-color:white;
        height:35px;
        padding-left:14px;
        border: solid 1px;
    }

    .navbar-form input:focus
    {
        width:85%;
        margin: 0 auto;
    }

    .navbar-form {
        width:360px;
        margin: 0 auto;
        padding-left:50px;
    }

    .navbar-nav {
        margin:0;
    }

    .title-text a {
        font-size: 90%;
    }

    .post-text {
        width: 95%;
        margin: 0 auto;
    }

    #main-feed {
        width: 100% !important;
    }

    .rm-padding-xs {
        padding:0 !important;
    }

    .margin-top-xs {
        margin-top:55px;
    }

    .feed-container {
        padding-left:15px !important;
    }

    .main-nav
    {
        background: #ffffff !important;
    }

    #menu-primary-menu-links a:hover {
        color: #ffdccd;
    }

    .profile-container {
        padding:40px;
    }

    .img-thumbnail {
        padding:30px;
    }

    .feed-container {
        margin-top: 20px;
    }

    #search {
        text-align: center;
        margin-left: 8px;
    }

    #searchform{
        padding-left:0;
    }
}

.post-banner {
    width: 100%;
    height: 100%;
    margin: auto;
    max-width: 2000px;
}

@media screen and (min-width: 1801px) {
    .hovereffect h2{
        top: 1em;
        font-size: 34pt;
    }
}

@media (min-width: 1601px) and (max-width: 1800px){
    .hovereffect h2{
        top: 2vw;
        font-size: 2.35vw;
    }
}

@media (min-width: 986px) and (max-width: 1600px){

    .hovereffect h2 {
        top: 2.5vw;
        font-size: 2.35vw;
    }
}

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

    .rm-right-margin-sm {
        margin-right:0;
    }
    .hovereffect h2 {
        font-size: 2.55vw;
        top: auto;
    }
}


@media (min-width: 768px) and (max-width: 895px) {
    #main-nav .container-fluid {
        width:770px;
    }
    .navbar-default .navbar-nav>li>a {
        height: 70px;
        padding:25px 21px;
    }
}

@media (min-width: 905px) and (max-width: 992px) {
    .feed-container {
        width: 880px !important;
    }
}

@media (min-width: 827px) and (max-width: 905px) {
    .feed-container {
        width: 810px !important;

    }
}


@media (min-width: 895px) and (max-width: 1000px) {
    .navbar-default .navbar-nav>li>a {
        height: 70px;
        padding:25px 26px;
    }
}

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

    .tile-text {
        font-size:18px !important;
        height:20em !important;
    }

    .tile-image {
        width: 150px !important;
        padding: 0 7px !important;
    }

    .tile-text {
        width: auto !important;
        padding: 0 !important;
        text-align:left;
    }

    .tile-text hr {
        margin: 0 0 0 0.5em;
    }

    .tile-post {
        height: 160px !important;
    }
}

#searchform button {
    background-color: transparent;
    border: none;
    position: relative;
    right: 35px;
    outline:0;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#9a9a9a;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#9a9a9a;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#9a9a9a;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#9a9a9a;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
    border: 0px solid;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height:500px;
}

#main-feed {
    width: 100%;
    margin: 0 auto;
}

.feed-container {
    padding-left:3em;
}

.title-container{
    font-family: "Pathway Gothic One";
}
.title-text {
    text-transform: uppercase;
    margin-bottom:0;
    line-height: 1.15em;
    letter-spacing: 0.06em;
    font-size: 2.2em;
}

.post-info {
    font-size: 1.3em;
}

.post-excerpt {
    text-align: justify;
}

.post-excerpt p {
    margin-top: 20px;
    font-size: 115%;
}


.more-excerpt {
    max-width: 150px;
    margin: 12px auto;
}

.post-readmore-link {
    display: block;
    padding: 18px 20px;
    background-color: #c2f6ea;
    color:white;
    transition: opacity 500ms ease;
    opacity: 1;
    border-radius: 4px;
}

.more-excerpt a:hover {
    opacity: .7;
    color:white;
}


.social-bar {
    position: fixed;
    left: -21px;
    bottom: 10%;
    z-index: 10;
}

.social-bar .social-icon {
    display: block;
    color: white;
    line-height: 14px;
}

.social-bar .glyphicon {
    display: block;
    margin-top: 8px;
    margin-bottom: -42px;
    font-size:4.85em;
    left:8px;
    z-index: -1;
    opacity: 1;
    transition: opacity 500ms ease;
}

.social-bar a {
    color:#ffdccd;
}

.social-bar a:hover .glyphicon {
    opacity: .7;
}

.profile-container {
    width:100%
}


.nav-pagination {
    width: 100%;
    font-size: 280%;
    font-family: "Pathway Gothic One";
}

.screen-reader-text {
    display: none;
}

.pagination {
    margin:0;
    font-family: "Pathway Gothic One";
    font-size: 90%
}

.nav-links .current {
    color:#ffdccd;
}


.hi-icon a {

}

.social-panel {
    margin: 25px 0;
    width:100%;
}

.social-panel li {
    display: inline-block;
}

.social-panel ul {
    list-style: none;
    padding-left:0;
}

.social-panel ul li a {
    width: 40px;
    height: 40px;
    line-height:55px;
    border-radius: 25px;

    display:inline-block;
    z-index:100
}
.social-panel ul li a span {
    display: none;
}

.social-panel ul li a:hover {
    color: white;
    border-radius: 25px;
    transition: all .6s;
    display: block;
}

.social-panel .social-pinterest:hover {
    background-color: #fd2b81;
}

.social-panel .social-youtube:hover {
    background-color: #ffdccd;
}

.social-panel .social-instagram:hover {
    background-color: #c2f6ea;
}

.social-panel .social-facebook:hover {
    background-color: #F8F678;
}

.social-panel .social-twitter:hover {
    background-color: #ff9966;
}

.social-panel .social-bloglovin:hover {
    background-color: #c2f6ea;
}

.force-post span{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.force-post img{
    width: 100%;
    height:auto;
}

#sidebar img {
    border: none;
}

.mailform-panel {
    margin:40px 0;
}

.show-mailform {
    background-color: transparent;
    border: none;
    font-size: 20px;
}

.maillist-form input
{
    background-color: transparent;
    border:1px solid lightgray;

}

#btn-subscribe {
    height:50px;
    cursor:pointer;
    font-size: 24px;
}
.closed {
    overflow: hidden;
    height:0px;
}
.closed.open {
    height:50px;
}

.maillist-form {
    width: 100%;
}

.maillist-form input:focus, .maillist-form button:focus {
    border-color: lightgray;
    box-shadow: none;
}

.maillist-form button {
    color: gray;
}

.maillist-form button {
    background-color: #fd2b81;
    width: 30% !important;
    color: white;
    margin: 0;
    padding:0;
}

.maillist-form button:hover, .maillist-form button:active, .maillist-form button:focus {
    background-color: #fd2b81;
    color:white;
    opacity: 0.8;
}

.maillist-img:hover {
    opacity: 1;
    cursor: pointer;
}

.tile-image {
    width: 150px;
    height: auto;
    padding:0;
}

.tile-image img:hover {
    opacity:0.7;
    transition: all 0.3s ease-in;
}

.tile-text {
    position: relative;
    display: block;
    width: 140px;
    height: 5em;
    padding: 0.8em 0 0 0;
    font-size: 0.66em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    overflow: hidden;
    margin-left: 0.25em;
}

.tile-text hr {
    margin: 0 0 0.2em 0.5em;
}

.tile-post {
    padding: 0;
    height: 220px;
}

.category-title {
    font-family: "Pathway Gothic One";
    text-transform: uppercase;
    width: 100%;
    font-size: 50px;
    margin-bottom: 0.7em;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}


.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    cursor: pointer;
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    cursor: pointer;
    margin: auto;
}

.hovereffect:hover img {
    -webkit-filter: blur(3px);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    cursor: pointer;
}

.hovereffect h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-family: "Pathway Gothic One";
    letter-spacing: 0.01em;
    text-shadow: 0.1px 0 0;
}


.hovereffect a.info, .hovereffect h2 {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #fff;
    text-transform: uppercase;
}

.hovereffect:hover a.info, .hovereffect:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.img-thumbnail:hover {
    opacity: 0.7;
    transition: all 0.2s ease-in;
}

.share-excerpt {
    font-size: 18px;
}

.navbar-default .navbar-nav>li>a {
    color: #9a9a9a;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #ffffff;
}

.wpp-list {
    padding:0 10px;
    margin:auto;
}

.wpp-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.wpp-post-title {
    display: block;
}

.wpp-list {
    list-style-type: none;
}

.wpp-thumbnail{
    width:50%;
}

.wpp-post-title {
    width:50%;
    display: inline;
}

.wpp-thumbnail:hover {
    opacity: 0.75;
    transition: opacity 500ms ease;
}

hr {
    margin-top: 5px;
    margin-bottom: 10px;
}

@media screen and (max-width: 355px) {
    .pull-right-xxs {
        text-align: right;
    }
}

.pull-right-xxs {
    display:inline-block;
}

.jetpack-form-override {
    width: 100% !important;
    max-width:100% !important;
}

.pushbutton-wide {
    color: #ffffff;
    background-color: #c1f5e9;

    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;

    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

.comment-list, #comments .children{
    list-style-type: none;
}

#comments .comment-list {
    padding-left:0;
}

#comments .thread-even,  #comments .thread-odd{
    padding-top:15px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ffdccd;
}

.bypostauthor .fn a {
    color: #fd2b81;
}

.comment-meta {
    font-size: 12px;
    margin-bottom: 7px;
}

.comment-author {
    font-size:18px;
}

#comments .children {
    padding-top: 10px;
}

#comments p {
    background-color: #f5f4f4;
    padding: 18px;
    margin:0;
}

#respond {
    padding-top:50px;
}

.fn a {
    color: #95cec1;
}

.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%;
}

.sidebar-ad {
    margin-top: 20px;
}