/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.header_scroll {
    position: fixed !important;
    top: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.banner_slide  .bdt-prime-slider-skin-general {
    overflow: unset;
}
.banner_slide .reveal-muted a.bdt-prime-slider-previous:hover {
    left: -90px;
}
.banner_slide .bdt-prime-slider-skin-general ul.bdt-slideshow-items {
    border-radius: 30px;
    height: 720px;
}
.banner_slide .reveal-muted a.bdt-prime-slider-previous {
    left: -66px;
    top: 50%;
}
.banner_slide .reveal-muted a.bdt-icon svg {
    width: 33px;
}
.banner_slide .reveal-muted a.bdt-prime-slider-next {
    right: -66px;
    top: 50%;
}
.banner_slide .bdt-prime-slider-skin-general ul.bdt-slideshow-items li .bdt-main-title {
    max-width: 50%;
}
.banner_slide .bdt-prime-slider-skin-general ul.bdt-slideshow-items li .bdt-slider-excerpt {
    margin-top: 0;
    max-width: 60%;
}
.banner_slide .bdt-prime-slider-skin-general ul.bdt-slideshow-items li .bdt-prime-slider-wrapper {
    max-width: 1300px;
}
.banner_slide .bdt-prime-slider-skin-general .bdt-ps-slide-img {
    background-color: #00000030;
    background-blend-mode: color;
}
.banner_btn {
    padding-top: 50px;
}
.banner_btn a {
    background-color: #fff;
    padding: 20px 50px;
    display: inline-block;
    text-decoration: none;
    color: #000000;
    border-radius: 35px;
    max-width: 254px;
    margin-right: 15px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1.1px;
}
.banner_btn a:nth-child(2) {
    background-color: #FF9D40;
	 color: #fff;
}



/*post single page*/

.single-maincontainer {
    max-width: 1300px;
    margin: auto;
    padding: 70px 0;
}
.row-stickycont {
    display: flex;
    align-items: flex-start;
}
.single-entrycontent {
    width: 70%;
    padding: 25px;
}
.sidebar-stickycol {
    width: 30%;
    padding: 25px;
}
.custom-post-thumbnail img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.single-entrycontent .custom-post-title {
    font-size: 32px;
    margin-bottom: 20px;
    color: #2D2B2B;
        font-weight: 400;
}
.custom-post-content {
    font-size: 16px;
    line-height: 30px;
    color: #8B8B8B;
    margin-bottom: 40px;
    font-family: "Kanit", Sans-serif;
    font-weight: 300;
}
.single-blog-navigation {
    display: flex;
    padding-top: 30px;
}
.single-blog-nav-prev,
.single-blog-nav-next {
    width: 50%;
}
.single-blog-nav-prev a,
.single-blog-nav-next a {
    display: flex;
    align-items: center;
}
.single-blog-nav-prev a img,
.single-blog-nav-next a img {
    max-width: 55px;
}
.single-blog-nav-prev a h5,
.single-blog-nav-next a h5 {
    color: #ff9d40;
    padding-left: 20px;
    letter-spacing: .2em;
    text-transform: uppercase;
}
.single-blog-nav-next a {
    justify-content: flex-end;
}
.single-blog-nav-next a h5 {
    padding-right: 20px;
}
.sidebar-stickycol ul.typify-row {
    padding: 0;
    list-style: none;
}
.sidebar-stickycol ul.typify-row li.recent-posts,
.sidebar-stickycol ul.typify-row li.tag_cloud,
.sidebar-stickycol ul.typify-row li.categories,
.sidebar-stickycol ul.typify-row li.custom-post-search {
    /* box-shadow: 0px 0px 4px -1px #2e75b5;*/
    background-color: #FFEBD9;
    margin-bottom: 20px;
    padding: 30px;
}
ul.typify-row li h5 {
    color: #ff9d40;
    font-size: 22px;
    font-weight: 400;
}
li.recent-posts ul,
li.categories ul {
    padding: 0;
    list-style: none;
}
li.recent-posts ul li {
    margin-bottom: 15px;
    display: flex;
    align-items: baseline;
}
li.recent-posts ul li i.fas {
    padding-right: 5px;
}
li.recent-posts ul li a,
li.categories ul li a {
    color: #2A2622;
    font-size: 16px;

}
li.categories ul li {
    display: inline-block;
    margin-right: 10px;
}
li.categories ul li a:before {
    content: " ";
    background-color: #ff9d40;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.tagcloud a.tag-cloud-link {
    color: #ffffff;
        font-family: "Kanit", Sans-serif;
    text-transform: capitalize;
    display: inline-block;
    margin: 4px 4px 4px 0;
    padding: 10px 15px;
    line-height: 1em;
    background-color: #ff9d40;
}
.search-form {
        font-family: "Kanit", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    display: flex;
    border: 1px solid#ff9d40;
    border-radius: 10px 10px 10px 10px;
    padding: 15px;
}
.search-field {
    border: unset !important;
    background-color: #00000000;
    padding: 0 !important;
    outline: 0 !important;
}
.search-submit {
    color: #2e75b5;
    border: none;
    padding: 0;
}
.search-submit:hover {
    background-color: #00000000;
    color: #2e75b5;
}
.maincontent_scroll .sidebar-stickycol {
    position: sticky;
    top: 140px;
}
/*search results page*/


.search_custom_content {
    padding: 70px 0;
}
.search_custom_content h1.entry-title {
    font-size: 34px;
    padding-bottom: 30px;
}

.search_custom_content  article.post {
    box-shadow: 0px 0px 4px -2px #2e75b5;
    background-color: #eef4f9;
    margin-bottom: 20px;
    padding: 30px;
}
.search_custom_content  article.post h2,
.search_custom_content article.post h2 a {
    font-size: 28px;
    margin: 0;
     color: #2A2622;
}
.search_custom_content  article p {
    font-size: 16px;
    margin-top: 20px;
}

.search-submit {
    background-color: #00000000;
    color: #ff9d40;
}



.headerMenu .hfe-nav-menu-icon {
    padding: 5px  5px  3px  5px !important;
}






/*responsive css */

@media only screen and (min-width: 320px) and (max-width: 767px)  {

.banner_slide .reveal-muted { display:none; }

.banner_slide .bdt-prime-slider-skin-general ul.bdt-slideshow-items li .bdt-main-title,
.banner_slide .bdt-prime-slider-skin-general ul.bdt-slideshow-items li .bdt-slider-excerpt  {
    max-width: 100%;
}
.banner_btn {
    padding-top: 20px;
}
.banner_btn a {  padding: 15px 40px;
    margin-bottom: 15px;
}
.banner_slide .bdt-prime-slider-skin-general ul.bdt-slideshow-items {
    height: 480px;
}


/*single post*/

.single-maincontainer {
    padding: 50px 20px;
}
.single-entrycontent .custom-post-title {
    font-size: 24px;
}
.row-stickycont {
    flex-wrap: wrap;
}
.single-entrycontent,
.sidebar-stickycol {
    width: 100%;
    padding: 0px;
}
.maincontent_scroll .sidebar-stickycol {
    position: unset;
}
.custom-post-content {
    margin-bottom: 15px;
}
.single-blog-navigation {
    padding-top: 15px;
    padding-bottom: 39px;
}
.single-blog-nav-prev a h5, 
.single-blog-nav-next a h5 {
    letter-spacing: .1em;
    font-size: 16px;
}
.search_custom_content {
    padding: 50px 20px !important;
}
.search_custom_content h1.entry-title {
    font-size: 24px;
    padding-bottom: 15px;
}
.search_custom_content  article.post {
    padding: 20px;
}
.search_custom_content  article.post h2, 
.search_custom_content article.post h2 a {
    font-size: 22px;
}




}


@media only screen and (min-width: 768px) and (max-width: 1024px)  {

.banner_slide .reveal-muted { display:none; }

.banner_slide .bdt-prime-slider-skin-general ul.bdt-slideshow-items li .bdt-main-title,
.banner_slide .bdt-prime-slider-skin-general ul.bdt-slideshow-items li .bdt-slider-excerpt  {
    max-width: 100%;
}
.banner_btn {
    padding-top: 20px;
}
.banner_btn a {  padding: 15px 40px;
    margin-bottom: 15px;
}
.banner_slide .bdt-prime-slider-skin-general ul.bdt-slideshow-items {
    height: 480px;
}


/*single post*/

.single-maincontainer {
    padding: 60px 20px;
}
.single-entrycontent .custom-post-title {
    font-size: 26px;
}
.row-stickycont {
    flex-wrap: wrap;
}
.single-entrycontent,
.sidebar-stickycol {
    width: 100%;
    padding: 0px;
}
.maincontent_scroll .sidebar-stickycol {
    position: unset;
}
.custom-post-content {
    margin-bottom: 15px;
}
.single-blog-navigation {
    padding-top: 15px;
    padding-bottom: 39px;
}
.single-blog-nav-prev a h5, 
.single-blog-nav-next a h5 {
    letter-spacing: .1em;
    font-size: 16px;
}
.search_custom_content {
    padding: 50px 20px !important;
}
.search_custom_content h1.entry-title {
    font-size: 26px;
    padding-bottom: 15px;
}
.search_custom_content  article.post {
    padding: 20px;
}
.search_custom_content  article.post h2, 
.search_custom_content article.post h2 a {
    font-size: 24px;
}





}


@media only screen and (min-width: 1201px) and (max-width: 1400px)  {
	
.banner_slide .bdt-prime-slider-skin-general ul.bdt-slideshow-items {
    height: 580px;
}
	
	
	
	
}
	







	
	
	
	
	

