/*

Theme Name: Hits And List Cafe

Theme URI: http://thetrafficexchangescript.com/

Description: Customized theme for Hits And List Cafe.

Version: 3.0

Author: Suzanne Howarth

*/


@charset "utf-8";


/* Main font settings */

body {
	font-size: 16px;
        font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: 400;
	color: #fffaec;
	background-color: #00050b;
}

body {
    background-color: #00050b;
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

#headerwrapper {
  width: 100%;
  background-image: url(images/bgheader.jpg);
  text-align: center;
  overflow: hidden;
}

#header {
  background-image: url(images/header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 839px !important;
  min-height: 184px !important;
  margin: 0 auto;
}

@media (max-width: 839px) {
  #header {
    width: 100%;
    height: auto;
    min-height: 180px;
    background-size: cover;
    background-position: center top;
    aspect-ratio: 839 / 184;
  }
}

/* Main styles for the top level of the main menu */

.lfm_menu_bar {
	background-color: #002c73;
	border-top: 2px solid #dfddb7;
    border-bottom: 2px solid #dfddb7;
	padding: 0 0 45px;
	margin-bottom: 40px; /* If your menu bar is overlapping the page content, increase the margin here */
}

@media (max-width: 991.98px) {
	/* Mobile view settings for the top level navigation */
	.lfm_menu_bar {
		padding-bottom: 0;
		margin-bottom: 20px;
	}
}


/* Site logo styles */

.lfm_menu_logo {
	width: 50px;
        height: 50px;
        object-fit: contain;
        margin-right: 20px;
}

@media (min-width: 992px) {
	.lfm_menu_logo {
		margin-right: 20px;
	}
}


.lfm_menu_bar .navbar-nav > .nav-item > .nav-link {
	/* Sets the navigation tabs for the top level */
	font-size: 15px;
	color: #fffaec;
        position: relative;
        transition: color .18s, background-color .18s;
        cursor: pointer;
}

.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_opened > .nav-link {
	/* Changes the colors when a tab is opened */
	color: #CCAE88;
	background-color: #002c73;
}

.lfm_menu_bar .navbar-nav > .nav-item > .nav-link:hover {
	/* Hover style when a tab is not opened */
	color: #D6C6B4;
        background-color: #0042ab;
}

.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_opened > .nav-link:hover {
	/* Hover style when a tab is opened */
        color: #CCAE88;
	background-color: #0057e4;
}

@media (min-width: 992px) {
	/* Desktop view settings for the top level navigation tabs */
	.lfm_menu_bar .navbar-nav > .nav-item > .nav-link {
		margin: 0px 3px;
		padding: 6px 15px;
		border: 1px solid rgba(255,255,255,0);
		border-radius: 5px;
		position: relative;
	}
	
	.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_opened > .nav-link,
	.lfm_menu_bar .navbar-nav > .nav-item > .nav-link:hover {
		border: 1px solid #DDDDDD;
	}
	
	.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_opened > .nav-link:after {
		/* Fills in the gap between an opened tab and the bottom of the bar */
		content: "";
		background-color: #FFFFFF;
		width: calc(100% + 2px);
		height: 14px;
		position: absolute;
		bottom: -10px;
		left: -1px;
		border: 1px solid #DDDDDD;
		border-top: none;
	}
}

@media (max-width: 991.98px) {
	/* Mobile view settings for the top level navigation tabs */
	.lfm_menu_bar .navbar-nav > .nav-item > .nav-link {
		padding: 8px 15px;
		text-align: left;
	}
	
	.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_closed > .nav-link {
		/* Returns to the original colors when a tab is closed in mobile */
		color: #CCAE88;
	        background-color: #002c73;
	}
	
	.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_closed > .nav-link:hover {
		/* Returns to the original hover effect when closed in mobile  */
		color: #CCAE88;
	        background-color: #0057e4;
	}
	
	/* Adds an arrow in mobile view */
	.lfm_menu_bar .navbar-nav > .nav-item > .nav-link:after {
		content: "";
		border-top: 0.3em solid;
		border-right: 0.3em solid transparent;
		border-bottom: 0;
		border-left: 0.3em solid transparent;
		color: #D6C6B4;
		transform: rotate(-90deg);
		position: absolute;
		right: 1.25rem;
		transition: all 0.1s ease-out;
	}
	.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_opened > .nav-link:after {
		color: #CCAE88;
		transform: rotate(0deg);
	}
	.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_closed > .nav-link:after {
		color: #D6C6B4;
		transform: rotate(-90deg);
	}
}


/* Main styles for the second level of the main menu */

.lfm_menu_tab {
	background-color: #002c73;
        border-top: 2px solid #dfddb7;
        border-bottom: 4px solid #dfddb7;
	position: absolute;
	display: none;
	left: 0;
	top: 100%;
	z-index: 999;
	width: 100%;
}

li.lfm_tab_opened .lfm_menu_tab {
	display: flex;
}

@media (max-width: 991.98px) {
	/* Mobile view settings for the second level navigation */
	.lfm_menu_tab {
		background-color: #EEEEEE;
		position: relative;
		flex-direction: column;
		top: 0;
		padding: 5px 0;
	}
	li.lfm_tab_closed .lfm_menu_tab {
		display: none;
	}
}


.lfm_menu_tab > li > a {
	/* Sets the navigation links for the second level */
	font-size: 12px;
	padding: 0 20px;
	line-height: 45px;
	color: #CCAE88;
	text-decoration: none;
	display: block;
}
.lfm_menu_tab > li > a:hover {
	color: #D6C6B4;
}

/* Modern styling for the third-level member-menu dropdowns only */
.lfm_menu_tab > .has-modern-dropdown {
    position: relative;
}

.lfm_menu_tab > .has-modern-dropdown > .dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
}

.lfm_menu_tab > .has-modern-dropdown > .dropdown-toggle .caret {
    margin-left: auto;
    transition: transform .2s ease;
}

.lfm_menu_tab > .has-modern-dropdown.show > .dropdown-toggle .caret {
    transform: rotate(180deg);
}

.lfm_menu_tab > .has-modern-dropdown > .dropdown-menu {
    min-width: 220px;
    padding: 6px;
    margin-top: 6px;
    background: linear-gradient(135deg, #002c73, #003b98);
    border: 1px solid #dfddb7;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(0, 5, 11, .42);
}

.lfm_menu_tab > .has-modern-dropdown.show > .dropdown-menu {
    animation: lfm-dropdown-in .18s ease-out;
}

.lfm_menu_tab > .has-modern-dropdown > .dropdown-menu li {
    margin: 0;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: background-color .18s ease, border-color .18s ease;
}

.lfm_menu_tab > .has-modern-dropdown > .dropdown-menu li:hover {
    padding: 0; /* overrides the old hover padding, preventing menu movement */
    background-color: #0042ab;
    border-color: rgba(223, 221, 183, .65);
}

.lfm_menu_tab > .has-modern-dropdown > .dropdown-menu a {
    padding: 0 14px;
    color: #fffaec;
}

.lfm_menu_tab > .has-modern-dropdown > .dropdown-menu a:hover,
.lfm_menu_tab > .has-modern-dropdown > .dropdown-menu a:focus {
    color: #fffaec;
    text-decoration: none;
    outline: none;
}

/* Persistent bordered links with a hover glow */
.lfm_menu_bar .navbar-nav > .nav-item > .nav-link {
    border: 1px solid rgba(223, 221, 183, .55);
    border-radius: 5px;
    transition:
        color .18s ease,
        background-color .18s ease,
        border-color .18s ease,
        box-shadow .18s ease;
}

.lfm_menu_bar .navbar-nav > .nav-item > .nav-link:hover {
    border-color: #dfddb7;
    box-shadow:
        0 0 8px rgba(204, 174, 136, .8),
        0 0 16px rgba(0, 87, 228, .55);
}

/* Second-level links */
.lfm_menu_tab > li > a {
    margin: 6px 4px;
    padding: 0 15px;
    border: 1px solid rgba(223, 221, 183, .55);
    border-radius: 5px;
    transition:
        color .18s ease,
        background-color .18s ease,
        border-color .18s ease,
        box-shadow .18s ease;
}

.lfm_menu_tab > li > a:hover,
.lfm_menu_tab > li > a:focus {
    color: #fffaec;
    background-color: #0042ab;
    border-color: #dfddb7;
    box-shadow:
        0 0 8px rgba(204, 174, 136, .8),
        0 0 16px rgba(0, 87, 228, .55);
    text-decoration: none;
    outline: none;
}

.lfm_menu_bar .navbar-nav > .nav-item > .nav-link,
.lfm_menu_tab > li > a {
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-size: 15px;
    font-weight: 400;
    color: #CCAE88;
}

.lfm_menu_bar .navbar-nav > .nav-item > .nav-link:hover,
.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_opened > .nav-link:hover {
    color: #fffaec;
}

@keyframes lfm-dropdown-in {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

@media (min-width: 992px) {
    .lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_opened > .nav-link::after {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .lfm_menu_tab > .has-modern-dropdown > .dropdown-menu {
        min-width: 0;
        margin: 0 12px 6px;
        border-radius: 6px;
        box-shadow: none;
    }
}


	
	/* Mobile view settings for the third level navigation links */
	.lfm_menu_tab .dropdown-menu a {
		padding-left: 50px;
	}


/* Styles for content area */

/* Three-piece image frame for the main content area */
.container.hlc-content-frame {
    box-sizing: border-box;
    width: 95%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;

    padding: 43px 25px;
    
    overflow-x: hidden;
    overflow-x: clip;

    background-color: #fffaec;
    background-image:
        url("images/bigcontenttop.jpg"),
        url("images/bigcontentfooter.jpg"),
        url("images/bgbig.png");
    background-position:
        top center,
        bottom center,
        center top;
    background-repeat:
        no-repeat,
        no-repeat,
        repeat-y;
    background-size:
        100% auto,
        100% auto,
        100% auto;
}

.container {
  font-size: 16px;
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-weight: 400;
  color: #072957;
  background-color: #fffaec;
  padding: 10px;
  text-align: left;
  width:95%;
  margin-left:auto;
  margin-right:auto;}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}


/* Styles for the footer */

.lfm_footer {
    background-color: #00050b;
}

.hlc-footer-content {
    box-sizing: border-box;
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}

.lfm_footer h4,
.lfm_footer h5 {
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-weight: 400;
  color: #fffaec;
  font-size: 14px;
}

.lfm_footer p,
.lfm_footer ul li a {
  color: #fffaec;
  font-size: 12px;
}
.lfm_footer ul li a:hover {
  color: #D6C6B4;
  text-decoration: none;
}

#footerwrapper {
  width: 100%;
  background-image: url(images/bgfooter.jpg);
  text-align: center;
  overflow: hidden;
}

#footer {
   
  background-image: url(images/footer.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  width: 385px;
  height: 90px;
  margin: 0 auto;
}

/* Framed banner area in the footer */
.hlc-footer-banner-frame {
    box-sizing: border-box;
    width: 95%;
    max-width: 1000px;
    margin: 20px auto;
    padding: 43px 25px;

    background-color: #fffaec;
    background-image:
        url("images/bigcontenttop.jpg"),
        url("images/bigcontentfooter.jpg"),
        url("images/bgbig.png");
    background-position:
        top center,
        bottom center,
        center top;
    background-repeat:
        no-repeat,
        no-repeat,
        repeat-y;
    background-size:
        100% auto,
        100% auto,
        100% auto;
}

.hlc-banner-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.hlc-banner-grid a,
.hlc-banner-grid img {
    display: block;
    width: 125px;
    height: 125px;
}

.hlc-banner-grid a {
    border: 1px solid rgba(223, 221, 183, .7);
    transition: box-shadow .18s ease, transform .18s ease;
}

.hlc-banner-title,
.hlc-content-frame h2 {
    margin: 0 0 16px;
    color: #072957;
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
}

.hlc-content-frame h3 {
    margin: 0 0 12px;
    color: #072957;
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-size: 1.15rem;
    font-weight: bold;
    text-align: left;
}

.hlc-banner-grid a:hover {
    box-shadow:
        0 0 8px rgba(204, 174, 136, .8),
        0 0 16px rgba(0, 87, 228, .55);
    transform: translateY(-2px);
}

.hlc-owner-photo {
    display: block;
    width: 125px;
    height: 125px;
    margin: 0 auto;
    border: 1px solid #dfddb7;
    border-radius: 5px;
    object-fit: cover;
}

.hlc-owner-name {
    margin: 0;
    color: #fffaec;
    font-size: 12px;
}


/* Icon settings */

.far, .fas {
	margin-right:3px;
}

.feedicon {
	color:#3097D1;
	font-size:20px;
	margin-right:5px;
}


/* Profile picture sizes */

.profilepic_small {
	width:40px;
	height:40px;
}

.profilepic_med {
	width:75px;
	height:75px;
}

.profilepic_large {
	width:200px;
	height:200px;
}


/* Various styles */

.buttonlink {
	/* This class defines <a> tag links that look like buttons */
	cursor: pointer;
	background-color:#1468e5;
	border-radius:2px;
	border:1px solid #002175;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF;
	font-family:arial;
	font-size:18px;
	font-weight:500;
	padding:4px 7px;
	margin:2px 1px 2px 1px;
	text-decoration:none;
}
.buttonlink:hover {
	/* This controls the button links when you hover over them */
	color:#FFFFFF;
	background-color:#3385FF;
	text-decoration:none;
}


.infobar {
	/* This class defines sections that span the entire page width */
	width:100%;
	padding-top: 15px;
	padding-bottom: 15px;
	color:#FFFFFF;
	background-color:#555555;
}
.infobar h2 {
	color:#FFFFFF;
}


.vcenter {
	/* This is a class that can be used in Bootstrap rows to vertically center the content */
	display: flex;
	align-items: center;
}


/* The next 3 sections control various text styles used throughout the LFM Members Area */
.lfm_title {
	font-family: "Arial"; color:#333333; font-size:32px;
}

.lfm_descr {
	font-family: "Arial"; color:#111111; font-size:16px;
}

.lfm_descr_bold {
	font-family: "Arial"; color:#000000; font-size:16px;
	font-weight:700;
}

.container.hlc-content-frame {
    box-sizing: border-box;
    width: 95%;
    max-width: 1000px;
    margin: 4px auto;
    padding: 43px 25px;

    background-color: #fffaec;
    background-image:
        url("images/bigcontenttop.jpg"),
        url("images/bigcontentfooter.jpg"),
        url("images/bgbig.jpg");
    background-position:
        top center,
        bottom center,
        center top;
    background-repeat:
        no-repeat,
        no-repeat,
        repeat-y;
    background-size:
        100% auto,
        100% auto,
        100% auto;
}
