/* ---------------------- 
Stylesheet Guide
-------------------------

BLOG
PAGE STRUCTURE
SIDEBAR
HOMEPAGE
HOME SOCIAL BAR
CV TABLE
SKILLS
RESUME
CONTACT
PORTFOLIO
RESPONSIVE IFRAME
TESTIMONIALS
FLEX IMAGE
MEDIA

*/
/* ================= BLOG ================== */
.blog-shortcode-container {
    margin-left: -60px;
    margin-right: -60px;
}
.blog-shortcode-container div.blogpager {
    padding:0px;
}
.viewall {
    width: 100% !important;
}

/* ================= PAGE STRUCTURE ================== */
.cv-left-slider {
    width: 50%;
    width: calc(50% - 2.5em);
    height: 100%;
    position: fixed;
    left: 5em;
    top: 0;
    z-index: 2;
}
.floor {
    z-index: 1;
    padding-left: 50%;
    padding-left: calc(50% + 2.5em);
    -webkit-overflow-scrolling: touch;
}
/* ================= SIDEBAR ================== */
.cv-sidebar-posts-img {
    position: absolute;
    left: 0px;
    top:0px;
    width: 70px;
}
.cv-sidebar-posts {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
}
.cv-sidebar-posts li{
    position: relative;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 20px 90px;
    float: left;
    width: 100%;
    min-height: 91px;
}
.cv-sidebar-posts li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
    min-height: 70px;
}
.cv-sidebar-posts li img{
    -webkit-transition: border 0.2s ease-in-out;
    -moz-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    -ms-transition: border 0.2s ease-in-out;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
}
.cv-sidebar-post-title{
    display: inline-block;
}
.cv-sidebar-post-date {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 13px;
    font-style: italic;
    opacity: 0.7;
}
.cv-sidebar-posts li.withoutthumb{
    padding: 0px 0px 20px 0px;
    min-height: 0px;
    margin: 0px 0px 20px 0px;
}
.cv-sidebar-posts li.withoutthumb:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
    min-height: 0px;
}
/* ================= HOMEPAGE ================== */
#home-image {
    position: relative;
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
/* ================= HOME SOCIAL BAR ================== */
#cv-home-social-bar-container {
    position:absolute;
    bottom: 60px;
    right: 0;
    z-index: 999;
    display: none;
}
#cv-home-social-bar ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    vertical-align: bottom;
}
#cv-home-social-bar ul li{
    list-style-type: none;
    float: left;
}
#cv-home-social-bar ul li a {
    display: block;
    text-indent: -500em;
    height: 5em;
    width: 5em;
    line-height: 5em;
    text-align: center;
    position: relative;
    outline: none !important;
    text-decoration: none !important;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
#cv-home-social-bar ul li:last-child a{
    border:none !important;
}
#cv-home-social-bar ul li a:before {
    font-family: 'FontAwesome';
    speak: none;
    text-indent: 0em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 24px;
}
/* ================= CV TABLE ================== */
.cv-table {
    list-style: none;
    padding: 0;
    margin: 0px 0px 30px 0px;
    vertical-align: bottom;
    display: inline-block;
}
.cv-table li {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    margin-bottom: 10px;
    word-spacing: 0.2em;
    letter-spacing: 0.015em;
    line-height: 1.5;
}
.cv-table li:after {
    position:absolute;
    bottom:0px;
    left:0px;
    content:"";
    height:1px;
    width:100%;
}
.cv-table .cv-table-title {
    margin-bottom: 5px;
}
.cv-table-left {
    float: left;
    display: inline-block;
    padding-bottom: 12px;
}
.cv-table-right {
    float: right;
    display: inline-block;
    padding-bottom: 12px;
}

/* ================= CONTACT ================== */
.google-map-container {
    position: relative;
    margin:0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}
.google-map {
    position: absolute;
    top:0px;
    left:0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
}
.mobile-map-container {
    position: relative;
    margin:0px;
    padding: 0px;
    display: none;
}
.mobile-map {
    height: 350px;
    margin: 0px;
}
/* ================= RESPONSIVE IFRAME ================== */
.flex-video {
    position:relative;
    padding-bottom:55%;
    height:0;
    overflow:hidden;
    margin-bottom:40px;
    margin-top:40px;
}
#cv-sidebar .flex-video {
    margin-bottom:0px;
    margin-top:0px;
}
.flex-video.widescreen {
    padding-bottom:37.25%;
}
.flex-video.vimeo {
    padding-top:0;
}
.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    outline:none;
    border:none;
}
/* ================= PORTFOLIO ================== */
.cvgrid {
    list-style-type: none;
    position: relative;
    margin: 0px 0px -20px 0px;
    padding: 0px;
    display: none;
}
.cvgrid li {
    float: left;
    padding: 0px;
    margin: 0px;
    opacity: 1;
    list-style-type: none;
    max-width: 100%;
}
.cvgrid li.cvgrid-animate {
    -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
    -moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
    -ms-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
    -o-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
    transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); 
    -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); 
    -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); 
    -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); 
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.cvgrid li.wookmark-inactive {
    visibility: hidden;
    opacity: 0;
}
.cvgrid li figure {
    position: relative;
    padding:0px;
    margin: 0px;
}
.cvgrid li figure figcaption .cvgrid-title {
    margin: 0px;
    text-decoration: none;
    line-height: 1;
    outline: none;
    text-align: center;
    padding: 20px;
    font-weight: 700;
}
.cvgrid > li > figure > a {
    position: relative;
    outline: none;
    overflow: hidden;
    display: block;
}
.cvgrid > li > figure > a:after {
    position: absolute;
    text-align: center;
    line-height: 1;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    -ms-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
    opacity: 0;
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    text-indent: 0em;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 22px;
    font-size: 22px;
    margin-top: -22px;
    margin-left: -22px;
    padding: 14px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    display:inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cvgrid > li > figure > a:hover:after {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.cvgrid > li > figure > a.cvgrid-img:after {
    content:"\f002";
}
.cvgrid > li > figure > a.cvgrid-video:after {
    content:"\f04b";
}
.cvgrid > li > figure > a.cvgrid-link:after {
    content:"\f0c1";
}
.cvgrid > li > figure > a > img {
    width: 100%;
    display: block;
    padding: 0px;
    margin: 0px;
    border:none;
    vertical-align: bottom;
    overflow: hidden;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -ms-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cvgrid > li > figure > a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.3;
}
.cvgrid li figure figcaption {
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    
}
.cvfilters {
    list-style-type: none;
    text-align: center;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
}
.cvfilters li {
    float: left;
    cursor: pointer;
    margin: 0px 1px 1px 0px;
    padding: 15px 20px;
    line-height: 1;
    width: auto;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
/* ================= GALLERY SQUARE ================== */
.dvsquare {
    position: relative;
    overflow: hidden !important;
}
.dvsquare > a {
    outline: none !important;
    display: block;
}
.dvsquare > a > img {
    width: 100%;
    display: block;
    padding: 0px !important;
    margin: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border:none !important;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -ms-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border:none;
    vertical-align: bottom;
    overflow: hidden;
    opacity: 1;
}
.dvsquare > a:hover img {
    opacity: 0.3;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -ms-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
.dvsquare > a:after {
    position: absolute;
    text-align: center;
    line-height: 1;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    -ms-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
    opacity: 0;
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    text-indent: 0em;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 22px;
    font-size: 22px;
    margin-top: -11px;
    margin-left: -11px;
    padding: 0px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    display:inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.dvsquare > a:hover:after {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.dvsquare > a.cvgrid-img:after {
    content:"\f002";
}
.dvsquare > a.cvgrid-video:after {
    content:"\f04b";
}
.dvsquare > a.cvgrid-link:after {
    content:"\f0c1";
}
.dvgallery-box {
    margin-bottom:20px;
}
/* ================= TESTIMONIALS ================== */
.quovolve {
    margin-top: 60px;
}
.quovolve blockquote {
    margin: 0px !important;
}
.quovolve-nav:after { 
    clear: both; 
}
.quovolve-nav {
    margin: 5px 0px 0px 0px;
    line-height: 30px;
    zoom: 1;
}
.quovolve-nav span {
    float: left;
    margin-right: 5px;
}
.quovolve-nav a {
    line-height: 20px;
    display: block;
    padding: 10px 15px;
    border: 0 none;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.nav-numbers {
    list-style: none; 
    margin: 0;
    float: right;
}
.nav-numbers li {
    float: left;
    margin: 0 0 0 5px;
}
.nav-numbers li a {
    padding-left: 0px; 
    padding-right: 0px;
    width: 40px;
}
.nav-text {
    margin-left: 30px;
}

/* ================= FLEX IMAGE ================== */
.caption-image {
    position:relative;
    margin:40px 0px;
}
.caption-image img {
    width:100%;
    height:auto;
    vertical-align: bottom;
}
.caption-image figcaption {
    position: absolute;
    display: inline-block;
    bottom: 10px;
    left:0;
    width:100%;
    text-align:center;
    height: 50px;
    line-height: 50px;
}

/* ================= MEDIA ================== */
@media only screen and (min-width: 1400px) {
    #cv-home-social-bar-container {
        bottom: 80px;
    }
    .cv-resume-box {
        margin-bottom: 60px;
    }
    .cv-table {
        margin: 0px 0px 40px 0px;
    }
    .cv-main-icon-container {
        margin-bottom: -40px;
    }
    .cv-icon-block {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .skillbar {
        margin-top:30px;
    }
    .cv-resume-title {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .blog-shortcode-container {
        margin-left: -80px;
        margin-right: -80px;
    }
}

@media only screen and (max-width: 1024px) {
    #cv-home-social-bar ul li a {
        height: 4em;
        width: 4em;
        line-height: 4em;
    }
    #cv-home-social-bar ul li a:before {
        font-size: 20px;
    }
    #cv-home-social-bar-container {
        bottom: 40px;
        right: 40px;
    }
    .mobile-map-container,.slider-mobile-only,.video-mobile-only {
        display: block !important;
    }
    .floor {
        padding-left: 5em;
    }
    .cv-left-slider {
        display: none !important;
    }
}

@media only screen and (max-width:640px) {
    .cv-table-right,
    .cv-table-left {
        width: 100%;
        float: left;
    }
    .coffeeshop-table li {
        display:block;
    }
    .coffeeshop-table-left,.coffeeshop-table-right {
        display:block;
    }
    .coffeeshop-table-right {
        padding-left: 0px;
        text-align:left;
    }
}

@media only screen and (max-width: 575px) {
    #cv-home-social-bar-container {
        bottom: 3.5em;
        right: 0px;
    }
    .nav-numbers {
        display: none !important;
    }
    .quovolve {
        margin-top: 40px;
    }
    #mobile-map {
        height: 300px;
    }
    .reply {
        padding-left: 0px;
    }
    .reply:before {
        display: none;
    }
    .floor {
        padding-left: 3.5em;
    }
    #cv-home-social-bar ul li a {
        height: 3.5em;
        width: 3.5em;
        line-height: 3.5em;
    }
    .cv-sidebar-posts li img{
        display: none;
    }
    .cv-sidebar-posts li{
        padding-left: 0px;
        min-height:inherit;
    }
    .cv-sidebar-posts li:last-child {
        min-height:inherit;
    }
    .cv-sidebar-title h5 {
        line-height:1;
        padding: 25px 40px;
    }
    .cv-sidebar-title {
        height:auto;
    }
    .cvfilters li {
        padding: 10px 15px;
    }
    .ns_nerveSlider .ns_dots .ns_dot {
        width: 15px !important;
        height: 15px !important;
    }
    .ns_nerveSlider .ns_dots {
        padding: 20px !important;
    }
    .ns_nerveSlider:hover .ns_prevButton {
        left: 0px !important;
    }
    .ns_nerveSlider:hover .ns_nextButton {
        right: 0px !important;
    }
    .ns_nerveSlider .ns_pauseButton {
        right: 20px !important;
        margin-bottom: 20px !important;
    }
    .blog-shortcode-container {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media only screen and (max-height: 34em) {
    #cv-home-social-bar-container {
        right: 0;
        bottom: 0;
    }
    #cv-home-social-bar ul li a {
        height: 3.5em;
        width: 3.5em;
        line-height: 3.5em;
    }
    #cv-home-social-bar ul li a:before {
        font-size: 20px;
    }
    #mobile-map {
        height: 200px;
    }
}
@media only screen and (max-height: 20em) {
    #cv-home-social-bar ul li a {
        height: 2.5em;
        width: 2.5em;
        line-height: 2.5em;
    }
    #cv-home-social-bar ul li a:before {
        font-size: 15px;
    }
    #mobile-map {
        height: 150px;
    }
}