/*
Theme Name: Jab
Theme URI: http://themebeer.com/ja/developer/
Author: themecap
Author URI: http://themecap.com/
Description: Jab is a cv theme. Jab is an advanced personal WordPress Theme based on Bootstrap 4 framework & Underscores. It fits perfectly as a one-page resume / CV webiste or virtual business card. There are available different 42 home page concepts with different types of navigations and section transitions. Thanks to responsive design it is going to look and work awesome on any device!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jab
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header,  full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Mega is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*----------------------------------------------------
  custom css for WP
----------------------------------------------------*/
 
/* blog column width fixed */
@media (min-width: 1300px) {
	.blog-sidebar .col-xl-4 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 50%; 
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%; 
	    max-width: 50%;
	}
}
.dashicons, .dashicons-before:before {  
    width: 16px;
    height: 16px;
    font-size: 16px;
    vertical-align: text-bottom;
}  
.pagination>li>span.current {
    border: none;
    color: #2F2F2F;
    font-weight: 500;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    font-size: 0.9rem;
}
.no-single-img-padding{
	padding-top: 10rem !important;
}
.comments>li ul {
    margin-top: inherit;
    padding: inherit;
    background-color: inherit; 
    border-radius: inherit; 
    margin-left: 40px;
    list-style: disc;
}

.comments> li ul.children li,
.comments> li ul.children {
    margin-top: 1rem;
    margin-left: 15px;
    list-style: none;
}
.comments> li .cmlst-wrp{ 
    padding: 1rem; 
    background-color: #F9F9F9;
    -webkit-border-radius: .3rem;
    -moz-border-radius: .3rem;
    -ms-border-radius: .3rem;
    -o-border-radius: .3rem;
    border-radius: .3rem; 
}
.btn-primary{
	border: 0;
}
.mt11rem{
	margin-top: 11rem;
}
.padding0{
	padding-top: 0 !important;
}
.page-links a, 
.page-links > .active {
    text-decoration: underline;
    display: inline-block;
    padding: 0 0 0 5px;
    width: 15px;
}
.post-password-form input[type="submit"] {
    background-color: #1E8DEE;
    border: 1px solid #1E8DEE;
    box-shadow: none;
    color: #fff;
    padding: 2px 20px;
    transition:.4s;
}
.post-password-form input[type="submit"]:hover { 
    background-color: #0f73ca; 
    transform: translateY(-2px);
}
.mlt10{
    margin-left: 10px !important;
}
.single-sWidget{
    margin-bottom: 15px;
}
.single-sWidget h6{
    font-size: 20px
}
.single-sWidget ul{
    padding-left: 25px;
    list-style: none;
}
.single-sWidget ul li{
    position: relative;
}
.single-sWidget ul li:after {
    content: "\f101";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: -25px;
}
.single-sWidget.widget_search form.search-form label{
    width: 71%;
}
.single-sWidget.widget_search form.search-form label .search-field{
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    font-weight: 300;
}
.single-sWidget.widget_search form.search-form input.search-submit {
    border: 1px solid #ddd;
    background: #ddd;
    color: #000;
    font-weight: 300;
    padding: 10px 7px; 
}
.single-sWidget a{
    color: #2F2F2F;
}
.single-sWidget a:hover{
    color: #1b7fd6;
}

.single-sWidget select{
    width: 100%;
    height: 40px;
    padding: 5px;
    background: transparent;
}


.single-sWidget .calendar_wrap table td#today{ 
    background: #ddd;
    color: #1b7fd6;
}
.single-sWidget .calendar_wrap table caption{ 
    color: #000; 
    caption-side: top;
}
.single-sWidget .calendar_wrap table{
    border-width: 1px 0px 0px 1px;
    border-style: solid;
    border-color: #ddd;
}
.single-sWidget .calendar_wrap th,
.single-sWidget .calendar_wrap td {
    border-width: 0 1px 1px 0;
    border-color: #ddd;
    border-style: solid;
    text-align: center;
}
.tagcloud a {
    display: inline-block;
    font-size: 14px !important;
    padding: 3px;
    border-bottom: 1px solid #ddd;
    margin: 2px 12px 2px 0;
}
.tagcloud a:hover {
    border-color: #1b7fd6;
}
#blog .post .post-image img{
    width: inherit;
}
.post.item .post-content p { 
    word-break: break-word;
} 
.navigation-horizontal.trans{
    background-color: transparent !important;
}
.login{
    margin-top: 32px;
}
body.navigation-vertical .bg-primary-animated > div:not(.inner-controls.ml0),
body.navigation-vertical .bg-primary-animated > div:not(.section-image){
    margin-left: 320px;
}
body.page-sliding .fp-scroller{
    padding: 0 !important;
}

/* section css services */
  
.section{
    /*padding-top: 130px;
    padding-bottom: 92px;*/
    padding-top: 0;
    padding-bottom: 0;
}
.resume-box {
    margin-bottom: 5rem;
} 
.padding6{
    padding-top: 1.5rem !important;
    padding-bottom: 6rem !important;
} 

#intro .pos-v-center.bnr{ 
    position: relative;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all 0.3s ease-out;
}

.minuspadding{
    padding: 0 !important
}
.pd100{
    padding: 100px 0;
}
.minuspadding .slick-active:last-child{
   border-right: 0 !important
}
.mt0{
    margin-top: 0 !important;
}
.pd0{
    padding: 0 !important;
}
.bd0 .image-box .image,
.bd0 .image-box .image img{
    border-radius: 0 !important;
} 
figure{
    margin: 0 !important;
}
.logo-txt{
   color: #fff;
   padding: 0 30px;
   font-weight: 500;
}
.logged-in .post-nav{
    top: calc(1rem + 10px);
}
.home.blog .post .post-content h1,
.home.blog .post .post-content h2,
.home.blog .post .post-content h3,
.home.blog .post .post-content h4:not(.post-title),
.home.blog .post .post-content h5,
.home.blog .post .post-content h6,
.home.blog .post .post-content ul{ 
    color: rgba(47, 47, 47, 0.5);
}
 a.comment-reply-link { 
    font-weight: 300; 
}
.pagination{
    margin-bottom: 3rem;
}

.nav-primary-horizontal .nav-item{ 
    position: relative;
}
ul.sub-menu {    
    position: absolute;
    visibility: hidden;
    display: none;
    padding-left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    left: 0;
    right: inherit;
    min-width: 180px;
    top: 100%;
    list-style: none;
    -webkit-transition:.4s;
    transition:.4s;
}
ul.nav-primary-horizontal li.nav-item:hover > ul.sub-menu{
    display: block;
    visibility: visible;
}
.nav-primary-horizontal > .nav-item > .nav-link{ 
    padding: 1.9rem 1rem;
}
.nav-primary-horizontal .sub-menu .sub-menu{     
    left: 100%;
    right: inherit;
    top: 0;
} 
.nav-primary-horizontal > li:nth-last-child(-n+3) ul.sub-menu{
    right:0;
    left: inherit;
}
.nav-primary-horizontal > li:nth-last-child(-n+3) ul.sub-menu ul.sub-menu{
    right:100%;
    left: inherit; 
}
table{
    border-bottom: 1px solid #ededed;
}
tbody tr td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}
.me-cannotplay span {
    padding: 4px 15px !important; 
}
input[type=search] { 
    border: 1px solid #ddd;
    padding: 10px;
}
input.search-submit{
    border: 1px solid #ddd;
    background: #ddd;
    padding: 10px;
    font-weight: 300;
    cursor: pointer;
}
input.search-submit:hover{
    border: 1px solid #ddd; 
}
.error-404 > h1{
    font-size: 150px;
    font-weight: 700;
    padding-top: 50px;
}
.light.dark{
    color: #fff;
}
.light.dark .text-muted {
    color: rgba(255, 255, 255, 0.6) !important;
}
.padding6.pb-0{
    padding-bottom:0 !important;
}
.fc-button-group button{
    border-radius: 0;
}
 
.mtm42{
    margin-top: -42px !important;
}
.padding6.msrv {
    height: 100vh;
    padding-top: 14% !important;
}
.modal-dialog.portf{
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.pdbd0{
    padding: 0;
    border-radius: 0;
    border: 0;
}
.modal-header > .close { 
    color: #fff;
}
.modal-header > .close:after { 
    font-size: 20px;
}
blockquote.blockquote.dark footer.text-muted{
    color: rgba(255, 255, 255, 0.6) !important;
}
.home-post-content {
    line-height: 1.5em;
    height: 6em;
    overflow: hidden;
}