/*
Theme Name: OpenLySober Child 2
Theme URI: https://openlysober.com/child
Description: New Child theme for OpenLySober 
Author: Your Name
Author URI: https://yoursite.com
Template: openlysober
Version: 1.0.3669
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Text Domain: openlysober-child-new
*/

/* Your custom CSS styles here */
/* These styles will be added on top of the parent theme styles */



/*
 * Full example
 * @font-face {
  font-family: 'League Spartan';
  src: url('fonts/LeagueSpartan.woff2') format('woff2'),
       url('fonts/LeagueSpartan.woff') format('woff'),
       url('fonts/LeagueSpartan.ttf') format('truetype');
  font-weight: normal;
  font-style normal;
  font-display: swap;
}*/

@font-face {
  font-family: Poppins;
  src: url('./fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('./fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('./fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('./fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}

h1  {font-family: 'Poppins', sans-serif;
	font-weight: 500; /* Regular */}
h2 {font-size: 4rem;}

/* Example: */
body, #footer {
font-family: 'Poppins', sans-serif;
	font-weight: 400; /* Regular */
background-color: #29618B;
color: #fff;
	
}
.bg-dark-blue {   background-color:#193A54;}
#wrapper {background-color:  #29618B;}
button, .btn {border-radius: none;}

#main .white-callout {
color: #747E87;
background-color: #fff;
}
.nav-bar {background-image: none;}

.white-callout h2{
color:#29618B;}

.btn-darkblue {
    background: none;
    border: none;
    font: inherit;
    color: inherit;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    background-color:#193A54;
    color: #fff;
    text-decoration: none;
    border: none;
    background-image: none;
}

.btn.btn-darkblue:hover,
.btn.btn-darkblue:focus,
.btn.btn-darkblue:active {
    background-color: #193A54; !important;
     color: #fff; !important;
    border: none !important;
    box-shadow: none !important;
}

.dark-blue {background-color:#193A54;}
.light-blue {background-color: #29618B;}

.navbar {
background-image: none;
color: #fff;
}

.navbar a{

color: #fff;
}

header {
background-color: #2b608b;
}

.site-header {
    /* Your custom header styles */
}

/* Add more custom styles as needed */
#footer {

}

.light {background-color: #EBF4FC;}

ul.social-icons svg {
border: 1px solid white;}

ul.social-icons a.btn {
display: inline-block;}

body {
  background-color: #2b608b;
  font-family: 'Karla', sans-serif;
}

.sober_story-template main {

  padding-bottom: 3rem;
}

.header-bg {   background-color: #193A54;
  padding-top: 3rem;
  padding-bottom: 3rem;}

.sober_story-template h1 {
  color: #FFF;
  font-family: 'Lora', serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 45.4px;
}

.sober_story-template .description {
  color: #FFF;
  font-family: 'Karla', sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.sober_story-template .author, .sober_story-template .date {
  color: #FFF;
  font-family: 'Karla', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.sober_story-template h2 {
  color: #123F63;
  font-family: 'Lora', serif;
  font-size: 32px;
  font-weight: 500;
  margin-top: 2rem;
}

.sober_story-template h3 {
  font-family: 'Lora', serif;
  font-size: 20px;
  font-weight: 500;
  margin-top: 1.5rem;
}

.sober_story-template p {
  color: #464646;
  font-size: 18px;
  font-weight: 400;
  line-height: 24.8px;
}

.sober_story-template blockquote {
  color: #961400;
  font-family: 'Lora', serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  margin-top: 2rem;
  border-left: 4px solid #961400;
  padding-left: 1rem;
}






button, .btn {background-image:none;}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }



/* Search field width on desktop */
@media (min-width: 768px) {
	.search-form .form-control {
		min-width: 200px;
	}
}

/* Mobile dropdown menu styling */
@media (max-width: 767.98px) {
	#navbarContent {
		background: white;
		padding: 1rem;
	}

	#navbarContent .navbar-nav {
		text-align: left;
	}

	#navbarContent .nav-link {
		color: black !important;
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
}

#social a:hover {text-decoration: none;}

#social .btn-icon {

 padding: 0.375rem 0.75rem;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000; /* or your desired text color */
  background-color: transparent;
  border: 1px solid #eee;
  border-radius: 0.375rem;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: 
    color 0.15s ease-in-out, 
    background-color 0.15s ease-in-out, 
    border-color 0.15s ease-in-out, 
    box-shadow 0.15s ease-in-out;
  user-select: none;
  vertical-align: middle;
}