/*
    Theme Name: Asahimansion Theme    
*/

.grecaptcha-badge{
	z-index: 10; !important;	
}


/* Blog */
.blog_wrap {
    padding: 60px 40px;
    margin: 60px auto;
    max-width: 1280px;
}

.main-blog-ct {
    background-color: #fff;
/*    padding-bottom: 30px;*/
    
/*
    width: 68%;
    margin-right: 2%;
    float: left;
*/
}
.featured-image img {
    width: 100%;
    height: auto;
}
.mgb-30 {
    margin-bottom: 30px;
}

.header-blog {
    position: relative;  
    font-weight: 700;
    color: #555;
    line-height: 140%;   
    border-bottom: 3px solid #38393c;
    font-size: 26px;
    text-align: left;
}

.header-blog:after {
    border-bottom: 3px solid #38393c;
}

/* Blog Post Area */
.list-posts .post {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
/*==========   SET MIN-HEIGHT IF BLOG POST THUMBNAIL IMAGE EXIST  =============*/
/*    min-height: 180px;*/
}


.list-posts .img-blog {
    
}
.list-posts .post:last-child {
/*    margin-bottom: 0;*/
}

.list-posts .post a {
    display: flex;
    flex-wrap: wrap;
}

/*
.list-posts .post a .img {
    width: 30%;
}

.list-posts .post a .img img {
    max-width: 100%;
    height: auto;
}
*/


.list-posts .post {
    display: flex;
    width: 100%;
    flex-wrap: wrap;        
}

/* Blog Post Thumbnail Photo */
.blog-photo {
    max-width: 25%;
/*    margin-right: 1%;*/
}

.blog-details {
    max-width: 75%;
}

.blog-details a {
    color: #000;
}

.blog-photo img {
    height: 150px;   
    width: 100%;
    object-fit: cover;
}

.list-posts .post a .info {
    width: 100%;
    padding-left: 15px;
/*    letter-spacing: 0;   */
}



.info {
    font-size: 16px;
    line-height: 160%;
}

.info div {
    line-height: 160%;
}

.info .info-title {
    font-weight: 700;
    font-size: 18px;
}

.info .date {
    font-size: 14px;
    font-weight: normal;
    padding: 5px 0;
}

.info .excerpt {
    font-weight: normal;
}

.sl-focus .container {
    max-width: calc(100% - 10px);
    position: relative;
}

.sl-focus .container::before ,
.sl-focus .container::after {
    content: "";
    background: #FFF;
    width: 20%;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0.4;
}

.sl-focus .container::before {
    left: 0;
    top: 0;
}

.sl-focus .container::after {
    right: 0;
    top: 0;
}

.sl-focus .slick-arrow::before {
    color: #FFF;
    background: #888;
    padding: 12px;
    opacity: 0.7;
}

.sl-focus .slick-arrow::before {
    color: #FFF;
    background: #888;
    padding: 12px;
    opacity: 0.7;
}

.sl-focus .slick-prev {
    left: 17%;
}

.sl-focus .slick-next {
    right: 20%;
}

.sl-focus .slick-prev {
    left: 17%;
}

.sl-focus .slick-next {
    right: 20%;
}

/* Side Widget Area */
h2.widgettitle {    
    font-size: 24px;
/*    font-weight: bold;   */
    color: #555555;
    padding: 5px;
    border-bottom: 3px solid #38393c;
    text-align: left;   
    margin-top: 0;
    margin-bottom: 30px;
}

.sidebar {
    padding: 0 15px;
    margin-top: -20px;
/*
    width: 30%;
    float: left;
*/
}

.sidebar-wrap {
/*    padding: 20px 10px 30px 10px;*/
    padding: 17px 10px 30px 10px;
    background-color: #fff;
}

.sidebar ul {
    list-style-type: none;
}
.sidebar ul li {
    padding: 10px 0;
    border-bottom: 1px solid #efefef;
    font-size: 16px;
    font-weight: 5500;
    letter-spacing: 0;
}
.sidebar ul li a {
    color: #000;
}

.sidebar ul li:first-child {
    padding-top: 0;
}

/* Single Blog Page */
.single img {
    max-width: 100%;
    height: auto;
}
.single-date {
    margin: 15px 0;
    font-size: 16px;
    letter-spacing: 0;
}

.single-ct {
    font-size: 16px;
    padding-bottom: 30px;
    letter-spacing: 0;    
}

.single-ct p {
    line-height: 160%;
}

.single-ct strong {
    font-weight: bolder;
}

/* calendar widget */
#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    text-align: right;
    color: #333;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 15px;
}

#wp-calendar thead {
    font-size: 10px;
}

#wp-calendar thead th {
    padding-bottom: 10px;
    font-size: 15px;
    padding-left: 10px;
}

#wp-calendar tbody {
    color: #aaa;
}

#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 8px;
}

#wp-calendar tbody td:hover {
    background: #fff;
}

#wp-calendar tbody .pad {
    background: none;
}

/*
#wp-calendar tbody td a {
    background: #38393c;
    color: #fff;
}
*/

#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}

#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}

/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    font-weight: bold;
}

.pagination .page-numbers {
    padding: 7px 15px;
}

.pagination .current {
    background-color: #38393c;
    color: #fff; 
}

.clear {
    clear: both;
}


@media screen and (max-width:834px) {
    .blog_wrap {
        padding: 60px 40px;
    }
    
    .main-blog-ct {
        width: 60%;
    }
    
    .sidebar {
        width: 38%;
    }
}

@media screen and (max-width:768px) {
    
    h2.widgettitle {    
        font-size: 18px;
        font-weight: bold;   
    }
    
     .pagination { 
        float: left;        
        display: flex;
        justify-content: center;
        font-weight: bold;
    }
}


@media screen and (max-width: 767px) {
    .blog_wrap {
        padding: 100px 10px;
    }
    .main-blog-ct {
        margin-bottom: 60px;
        padding: 20px 10px 30px 10px;
        width: 100%;
        margin-right: 0;
    }
    .list-posts .post a .img {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
    .list-posts .post a .info {
        width: 100%;
        padding-left: 0;
    }
    .sidebar {
        padding: 0;
        width: 100%;
    }    
    .blog-photo {
        margin-right: 5%;
    }
    .blog-photo img {
        height: 100px;
    }
}
/* End Blog */
.contact__now {
	padding: 7px 35px;
	transition: 0.5s;
	position: relative;
	display: inline-block;
	background: #4c4c4c;
	font-size: 14px;
	color: #fff;
	border: 1px solid #4c4c4c;
	transition: 0.5s;
	text-decoration: none;
}

.contact__now:hover {
	background: #fff;
	color: #000;
}

.contact__now_wraper {
	padding: 5px 0;
	display: inline-block;
}