/**
Theme Name: Call2Come - astra
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: call2come-astra
Template: astra
*/

/* Call2Come styles */

h5 {
    text-transform: none !important;
}

.container {
    display: flex;
    flex-direction: column; /* Change flex direction to column */
    max-width: 1200px; /* Set your desired max width */
    margin: 0 auto; /* Center the content */
}

.content-wrapper {
    margin-right: 20px;
}

.quickbite-sidebar {
    background-color: #534A23;
    padding: 20px;
    margin: 20px 0; /* Adjust margin as needed */
}

@media (min-width: 992px) {
    .container {
        flex-direction: row; /* Revert back to row for larger screens */
    }

    .content-wrapper {
        flex: 1;
        margin-right: 20px;
    }

    .quickbite-sidebar {
        flex-basis: 30%;
    }
}

@media (max-width: 991px) {
    .quickbite-sidebar {
        width: 100%; /* Set width to 100% for smaller screens */
    }
}



	
	
    .clearfix::after {
        content: "";
        display: table;
        clear: both;
    }

    .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 1200px;
        margin: 0 auto;
    }


    .related-posts {
        margin-top: 20px;
    }

	 .related-posts ul {
        margin: 0;
    }
	
    .related-post {
        list-style: none;
        margin-bottom: 20px;
        overflow: hidden;
		color: #D6D6D6;
    }
    .related-post a {
		color: #E2C959;
		text-decoration: none;
    }

	.related-post a:hover {
        color: #A2A2A2;
    }

    .thumbnail-wrap {
        float: left;
        margin-right: 15px;
    }

    .post-content {
        overflow: hidden;
    }

    .post-title {
        color: #fff;
    }

    .post-excerpt {
        color: #fff;
        margin-top: 0;
    }

    @media (max-width: 768px) {
        .content-wrapper {
            flex: 100%;
            margin-right: 0;
        }

        .quickbite-sidebar {
            flex-basis: 100%;
            margin-top: 0;
        }
    }
	
	.view-all-button-container {
    text-align: center; /* Center align the content */
	}
	
	.view-all-button {
    background-color: #E2C959; /* Button background color */
    color: #171612; /* Text color */
    border: none;
    border-radius: 5px; /* Rounded corners */
    padding: 10px 20px; /* Adjust padding as needed */
    font-size: 16px; /* Adjust font size as needed */
    cursor: pointer;
    box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.3); /* Small drop shadow */
	}

	.view-all-button a {text-decoration: none; color: #171612; /* Text color */}
	
	.view-all-button:hover {
	color: #272727
    background-color: #877834; /* Button background color on hover */
	}
	
	.single .entry-header {
    margin-bottom: 0em;
	}
	.post-meta {
    color: #3E331C; /* Adjust color as needed */
    font-size: 1em; /* Adjust font size as needed */
    margin-bottom: 20px; /* Add space between metadata and excerpt */
	}
	
	.post-date{
		font-style: italic; 
	}

	.dropdown-select {
    width: 100%; /* Set the width to 100% of the parent div */
}

	.dropdown {
	margin-top: 2em;
    max-width: 100%; /* Ensure the dropdown doesn't overflow the parent div */
}


.archive-posts .archive-post {
    margin-bottom: 30px;
    overflow: hidden; /* Clear float */
    padding: 0;
}

.archive-posts .thumbnail-wrap {
    float: left;
    margin-right: 20px;
}

.archive-posts .entry-content {
    overflow: hidden; /* Clear float */
}

.archive-posts .entry-title a {
    color: #333; /* Change title color as needed */
    text-decoration: none;
}

.archive-posts .entry-excerpt {
    color: #666; /* Change excerpt color as needed */
    margin-top: 0; /* Remove default top margin */
}

/* Responsive styles for small screens */
@media (max-width: 768px) {
    .archive-posts .thumbnail-wrap {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.author-info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}

.author-avatar {
    margin-right: 20px;
}

.author-avatar img {
    max-width: 200px; /* Adjust size as needed */
    height: auto;
}

.author-details {
    flex: 1;
}

.author-name {
    font-size: 24px;
    margin-bottom: 10px;
}

.author-bio {
    font-style: italic;
}

.author-sidebar {
    background-color: #534A23; /* Dark brown background */
    color: #fff; /* White text */
    padding: 20px;
    margin-left: 30px; /* Adjust spacing */
}

#top-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff; /* Adjust as needed */
  z-index: 1000; /* Adjust as needed */
}

.regular-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.regular-menu li {
  display: inline-block;
  margin-right: 20px; /* Adjust as needed */
}

.burger-menu {
  /* Additional styling for burger menu */
  position: fixed;
  top: 40px; /* Adjust top position as needed */
  right: 20px; /* Adjust right position as needed */
  width: 40px; /* Adjust width as needed */
  height: 40px; /* Adjust height as needed */
  cursor: pointer;
  z-index: 1000; /* Adjust z-index as needed */
}

/* Individual bars of the burger menu */
.burger-bar {
  width: 100%;
  height: 6px;
  background-color: #333; /* Adjust color as needed */
  margin: 5px 0; /* Adjust margin as needed */
  border: #FFFEFE, 1px;
}

.dropdown-menu {
  display: none;
  position: fixed;
  top: 100px; /* Adjust top position as needed */
  right: 10px;
  width: 70vw; /* Set width to full viewport width */
  background-color: #5A4A35; /* Adjust background color as needed */
  padding: 0 0 0 10px;
  border: 1px solid #ccc; /* Adjust border as needed */
  box-sizing: border-box; /* Include padding and border in width calculation */
  animation: dropdown-animation 0.5s ease; /* Apply animation with duration and easing */
}


@keyframes dropdown-animation {
  from { opacity: 0; transform: translateY(-10px); } /* Starting position */
  to { opacity: 1; transform: translateY(0); } /* Ending position */
}

.dropdown-menu a {
  display: block;
  padding: 1px 0;
  color: #bcba97 ; /* Adjust text color as needed */
  text-decoration: none;
  border-bottom: 1px solid #BFB6B6; /* Add a border bottom to create the line */
}

.dropdown-menu a:last-child {
  border-bottom: none; /* Remove border bottom from the last item to prevent extra line */
}

.dropdown-menu a:hover {
  background-color: #f0f0f0; /* Adjust hover background color as needed */
}

.dropdown-menu .submenu {
  max-height: 0; /* Initially, collapse the submenu */
  overflow: hidden; /* Hide overflowing content */
  opacity: 0; /* Initially, make submenu transparent */
  visibility: hidden; /* Initially, hide submenu */
  margin-left: 20px; /* Indent the submenu items */
  transition: max-height 0.3s ease-in, opacity 0.3s ease-in, visibility 0.3s ease-in; /* Add transition for height, opacity, and visibility */
}

.dropdown-menu .parent:hover .submenu {
  max-height: 300px; /* Adjust this value to your submenu's maximum height */
  opacity: 1; /* When parent is hovered, make submenu visible */
  visibility: visible; /* When parent is hovered, make submenu visible */
}

.dropdown {
	margin: 0px; padding: 0px;
}

..dropdown-select{
	background-color: #97938B;
}


h5 a {
	color: #2E0F0F;
}


.ast-builder-menu-1, .ast-mobile-popup-content{ display:none;}

.ast-mobile-popup-content .ast-builder-layout-element, .ast-mobile-header-wrap .ast-builder-layout-element, .ast-desktop-popup-content .ast-builder-layout-element, .ast-desktop-header-wrap .ast-builder-layout-element {display: none;}




