/* 
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 */


.Our_Newsletter > *:nth-child(1), .Our_Newsletter > *:nth-child(2) {
    display: none;
}

body{
    font-family: 'Gotham';
}

.header-space{
    width:100%;
    height:159px
}
.Main_Section,
.blog-list-section{
    font-weight: 300;
    color: #fff;
}

.Main_Section p,
.blog-list-section p{
    font-weight: 300;
}

@media only screen and (max-width:1023px){
    .header-space{
        height:100px
    }
}

.blog-list-section .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.blog-list-section .left-wrp {
    width: 370px;
}

.blog-list-section .right-wrp {
    width: calc(100% - 400px)
}

.blog-list-section .box-wrp {
    margin-bottom: 45px;
    width: 100%;
    padding: 30px;
    border: 2px solid #f5f9ff;
    border-radius: 5px
}

.blog-list-section .box-wrp h5 {
    margin-bottom: 15px;
    padding: 0 0 15px;
    position: relative
}

.blog-list-section .box-wrp h5:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 2px;
    display: inline-block;
    background: #b09454;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.blog-list-section .box-wrp a {
    display: block;
    margin: 0 0 10px
}

.blog-list-section .blog-item {
    margin-bottom: 50px
}

.blog-list-section .blog-item .content-wrp .date-tag {
    display: flex;
    align-items: center
}

.blog-list-section .blog-item .content-wrp .date-tag a {
    display: flex;
    align-items: center;
    margin-right: 20px
}

.blog-list-section .blog-item .content-wrp .date-tag a img {
    width: 18px;
    margin-right: 8px
}

.blog-list-section .blog-item .button.type-02 {
    margin-left: 70px
}

.blog-list-section .blog-detail .blog-contain p {
    font-size: 16px;
    line-height: 26px;
}

.blog-list-section .blog-detail .blog-contain h2 {
    font-size: 25px;
    line-height: 45px;
    font-family: "Silk Serif";
    margin-top: 20px
}

.blog-list-section .blog-detail .blog-contain a {
    color: #bd8f2f;
}

.blog-list-section .blog-detail .blog-contain a .btn:focus{
	background-color: transparent;
}

@media only screen and (max-width:1200px) {
    .margin-b-1 {
        margin-bottom: 16px !important
    }

    .margin-t-1 {
        margin-top: 16px !important
    }

    .padding-b-1 {
        padding-bottom: 16px !important
    }

    .padding-t-1 {
        padding-top: 16px !important
    }

    .sub-nav-wrp .tab {
        white-space: nowrap
    }

    .para-01 {
        font-size: 20px;
        line-height: 30px
    }

    .para-04 {
        font-size: 16px;
        line-height: 26px
    }

    .blog-list-section .left-wrp {
        width: 270px
    }

    .blog-list-section .right-wrp {
        width: calc(100% - 300px)
    }
}

@media only screen and (max-width:1023px) {
    .blog-list-section {
        padding-top: 50px;
		flex-direction:column-reverse;
    }

    .blog-list-section .container {
        flex-wrap: wrap-reverse
    }

    .blog-list-section .left-wrp,
    .blog-list-section .right-wrp {
        width: 100%
    }
	
	.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main{
		max-width:800px;
	}
	.blog-list-section .blog-detail .blog-contain h2 {
		font-size: 22px;
		line-height: 32px;
	}
}




.more-content {
    display: none;
    margin-top: 10px;
}

/* Button Styles */
.more-less-button {
    background-color: #bd8f2f;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 1.25rem;
    font-family: 'Gotham';
    border-radius: 5px;
}
.more-less-button:hover{
    background-color: #bd8f2f;
    color: white;
}

/* Position the button on the right-hand side */
.footer-buttons {
    position: absolute;
    right: 10%;
    top: -26px;
}

.w-full.bg-themePurple.pt-16.pb-9.footer.relative.z-\[3\] {
    border-top: 1px solid #bd8f2f;
}
a:active,
a:hover {
    color: #ffffff !important;
	text-decoration:none !important;
}
.pagination-wrapper {
    text-align: center;
    margin: 40px 0px 40px 0px;
}

.pagination-wrapper ul {
    display: inline-flex;
    list-style: none;
    padding: 0;
}

.pagination-wrapper li {
    margin: 0 5px;
}

.pagination-wrapper a,
.pagination-wrapper span {
    padding: 8px 12px;
    color: #fff;
    background: #5d5d5d;
    text-decoration: none;
    border-radius: 4px;
}

.pagination-wrapper .current {
    background: #cfa75d;
    color: #000;
    font-weight: bold;
}
