/**
Theme Name: Peaberry Web Astra Child
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: peaberry-web-astra-child
Template: astra
*/

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans'), local('OpenSans'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: local('Nunito-Regular'), url(https://fonts.gstatic.com/s/nunito/v7/cSNs3NwpEgPVRQzvkh3NeQ.woff2) format('woff2');
}



/* Variables
--------------------------------------------- */

:root {
  --gray: #707070;
  --red: #c63e26;
	--ltgray: #9d9c9c;
	--white: #ffffff;
	--black: #000000;
	--ltgray1: #f6f7f8;
	--medgray: #cccccc;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	text-rendering: optimizeLegibility;
}
h1 {
	font-family: 'Nunito', sans-serif;
	font-size: 30px;
	color: var(--black);
	text-align: left;
	margin-bottom: 20px;
}

@media only screen and (min-width: 922px) {
	h1 {
		font-size: 36px;
	}
}

h2 {
	margin: 25px 0;
	color: var(--black);
	font-weight: bold;
    font-size: 30px;	
	font-family: 'Nunito', sans-serif;
}


h3 {
	font-family: 'Nunito', sans-serif;
	font-size: 28px;
	color: var(--red);
	margin-top: 0px;	
}

@media only screen and (min-width: 922px) {
	h3 {
		font-size: 34px;
	}
}
h4 {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	color: var(--black);
	margin-top: 50px;
	font-family: 'Nunito', sans-serif;
	margin-bottom: 60px;
}
h5 {
	font-size: 20px;
	margin-top: 0px;
}

a {
	color: var(--red);
}
a:hover {
	text-decoration: none;
	color: var(--gray);
}
.HomeRight p{
	font-size: 19px;
	color: var(--black);
	margin-top: 20px;
	font-family: 'Nunito', sans-serif;
}
a.HomeIntro{
	text-decoration: underline;
}
.HomeIntro img{
	margin-bottom: 20px;
}
.red {
	color: var(--red);	
}
p.testimonialred {
	color: var(--red);	
	margin-top: 20px;
}
.thinkred {
	font-size: 26px;
	font-weight: bold;	
	font-family: 'Nunito', sans-serif;
}
.HomeRight {
	padding-left: 45px;
}
#HomeBlog {
	margin: 50px 0 100px 0;
}
#HomeBlog h3 {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	margin: 80px 0 15px 0;
}
#HomeBlog p {
	margin-top: 10px;
}
.center {
	text-align: center;
}
.contact p {
	text-align: right;
}

/*--------------------------------------------------------------
3.2 Background
--------------------------------------------------------------*/
body {
	background: var(--ltgray1);
}
.site-header {
	background: var(--white);
	border-top: 10px solid var(--gray);
}
#site-navigation {
	background: var(--white);
}
.site-content > .container {
	background: var(--white);
	margin-bottom: 50px;
}

/*--------------------------------------------------------------
3.3 Header
--------------------------------------------------------------*/
.header-social {
	margin: 10px 0;
	text-align: right;
}
.header-social .fa {
	margin-left: 10px;
	color: var(--gray);
}
.header-social .fa:hover {
	color: var(--ltgray);
}
.logo {
	margin-top: 20px;
}
hr {
    border-color: var(--red);
    margin-bottom: 20px;
    margin-top: 10px;
}

/*--------------------------------------------------------------
3.4 Navigation
--------------------------------------------------------------*/
/* Primary nav */
.navbar {
	border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.navbar-default {
	margin-bottom: 0;
}
.navbar-default .navbar-nav {
	margin-left: 50px;
}
.navbar-default .navbar-nav > li > a {
    color: var(--gray);
    padding: 15px;
	text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background: var(--white);
	color: var(--red);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  	background: var(--white);
  	color: var(--red);
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
		background: var(--white);
	    color: var(--red);		
}	

/* Dropdown nav */
.dropdown-menu {
	background: var(--white);
}
.dropdown-menu > li > a {
	background: transparent;
	color: var(--gray);
}
.navbar-default .navbar-nav .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .dropdown-menu > li > a:focus {
	background: transparent;
	color: var(--red);
}
.navbar-default .navbar-nav .dropdown-menu > .open > a,
.navbar-default .navbar-nav .dropdown-menu > .open > a:hover,
.navbar-default .navbar-nav .dropdown-menu > .open > a:focus {
		background: transparent;
}
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
    background-color: var(--ltgray);
    color: var(--white);
    outline: 0 none;
    text-decoration: none;
}


/*--- Removes Drop Down Arrow  ---*/
.navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow {
    border-color: -moz-use-text-color transparent transparent;
    border-style: none;
    border-width: 4px;
    display: inline-block;
    height: 0;
    margin-left: 6px;
    margin-right: 0;
    margin-top: 0;
    overflow: hidden;
    position: static;
    vertical-align: middle;
    width: 0;
}


/*----Hamburger Menu ---*/
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: var(--red);	
}

.site-header .caret {
	display: none;
}

.home .entry-title {
	display: none;
}

/*--------------------------------------------------------------
3.7 Footer
--------------------------------------------------------------*/

.nav > li > a {
	color: var(--white);
	font-size: 20px;
	text-transform: uppercase;
}
.nav > li > a:hover,
.nav > li > a:active {
	background-color: var(--red);
	color: var(--ltgray);
}
.nav-pills > li.active > a, 
.nav-pills > li.active > a:hover, 
.nav-pills > li.active > a:focus {
	background-color: var(--red);
	color: var(--ltgray);
}
.nav > li > a:hover, .nav > li > a:focus {
	background-color: var(--red);
}
#footer-navigation .nav {
	margin-bottom: 25px;
}
#attribution-wrap {
	background-color: var(--gray);
}
.attribution {
	margin: 25px 0;
	color: var(--white);
	font-size: 16px;
	text-align: center;
}
.attribution a{
	text-decoration: underline;
	color: var(--ltgray);
}
.attribution a:hover {
	color: var(--white);	
}

/*--------------------------------------------------------------
3.8 Custom
--------------------------------------------------------------*/
.search-submit {
	font-family: FontAwesome;
}
.entry-meta {
	display: none;
}


/*--------------------------------------------------------------
4.0 Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
4.2 sm
--------------------------------------------------------------*/
@media (min-width: 768px) {
	/* Small - tablets */

.navbar-default .navbar-nav {
	margin-left: 90px;
}
.navbar-default .navbar-nav > li > a {
	padding: 15px 20px;
}
h4 {
	font-size: 18px;
}	
}

/*--------------------------------------------------------------
4.3 md
--------------------------------------------------------------*/
@media (min-width: 992px) {
	/* Medium - desktops */
	
	/* Sticky footer
	 * @link http://mystrd.at/modern-clean-css-sticky-footer/
	 */
html {
    position: relative;
    min-height: 100%;
}
	
.navbar-default .navbar-nav > li > a {
	padding: 15px 25px;
}
h4 {
	font-size: 24px;
}	
}

/*--------------------------------------------------------------
4.4 lg
--------------------------------------------------------------*/
@media (min-width: 1200px) {
	/* Large - desktops */
	
.navbar-default .navbar-nav > li > a {
	padding: 15px 30px;
}	
}

header.entry-header .entry-title {
  	font-weight: 600;
  	font-size: 36px;
	font-size: 2.25rem;
  	font-weight: 500;
	text-align: left;
}

/* astra header */

.ast-builder-html-element h1 {
	margin-bottom: 0;
	line-height:1;
	font-size:36px;
	font-size: 2.25rem;
}

.ast-builder-html-element h1 a {
	color: var(--black);
}

.ast-primary-header-bar {
  padding: 40px 0;
}

.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-primary-header-bar {
	padding: 40px 20px;
}

.ast-builder-html-element h3 {
  	margin-bottom: 0;
  	line-height: 1;
	color: var(--red);
}

@media only screen and (min-width: 545px) and (max-width: 921px){
	.ast-builder-html-element h1 {
		font-size: 38px;
		font-size: 2.375rem;
	}
	
	.ast-builder-html-element h3 {
		font-size: 30px;
		font-size: 1.875rem;
	}	
}

.site-below-header-wrap.ast-builder-grid-row-container.site-header-focus-item.ast-container {
  grid-template-columns: 1fr;
  justify-content: center;
  margin: 0 auto;
  align-content: center;
  align-items: center;
  text-align: center;
}

.site-header-below-section-left.site-header-section.ast-flex.site-header-section-left {
  justify-content: center;
}

.ast-builder-grid-row.ast-builder-grid-row-has-sides.ast-builder-grid-row-no-center {
  grid-template-columns: 1 fr 1fr;
  width: 100%;
}

.site-header-below-section-right.site-header-section.ast-flex.ast-grid-right-section {
  display: none !important;
}

.ast-below-header-bar .ast-builder-grid-row.ast-builder-grid-row-has-sides.ast-builder-grid-row-no-center {
  grid-template-columns: 1fr !important;
}

/* astra menu */

.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link {
  border-style: none;
  font-size: 16px;
  padding: 10px 35px;
  text-transform: initial;
	text-align: left;
}

/* astra body */

.ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
  text-decoration: none;
}

#content {
	padding: 50px 0 70px;
}

@media only screen and (min-width: 922px){
	#content {
		padding: 0 0 70px;
	}	
}

.blog #content {
	background-color: #f6f7f8;
}

.ast-page-builder-template .site-content > .ast-container {
    	max-width: 100%;
	  	padding: 50px 17.5%;
  }

@media only screen and (min-width:768px){ 
  .ast-page-builder-template .site-content > .ast-container {
    	max-width: 100%;
	  	padding: 50px 35px;
  }
}

@media only screen and (min-width:922px){ 
  .ast-page-builder-template .site-content > .ast-container {
    	max-width: 100%;
	  	padding: 70px 10%;
  }
}

@media only screen and (min-width:1201px){ 
  .ast-page-builder-template .site-content > .ast-container {
    	max-width: 100%;
	  	padding: 70px 20%;
  }
}

/* astra blog */

.ast-separate-container .ast-archive-description {
	background-color: transparent;
}

body.archive .ast-archive-description {
	padding: 20px 0 50px;
	margin-bottom: 0 !important;
	border-bottom: 0;
}

.ast-post-filter ul {
	margin-bottom: 0;
}

.ast-post-filter {
  padding: 0 0 50px;
}

.ast-separate-container .ast-article-inner {
  background-color: #fff;
}

.ast-post-format-.ast-no-thumb.blog-layout-4.ast-article-inner.ast-no-date-box {
  background-color: var(--white);
}

/* astra buttons */
.ast-post-filter-single.ast-button.active {
  color: var(--white);
	background-color: var(--red);
}

/* astra footer */

.site-below-footer-wrap[data-section="section-below-footer-builder"] {
	background-color: var(--gray);
	border-top-width: 0px;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
	border-top-width: 0px;
}

.site-footer-section .widget_block.widget_text p {
  margin-bottom: 0;
}

.site-above-footer-wrap[data-section="section-above-footer-builder"] {
  background-color: var(--medgray);
  height: 120px;
}

.site-footer-above-section-1.site-footer-section.site-footer-section-1 {
  display: flex;
}

@media only screen and (min-width:922px){
	.site-above-footer-wrap[data-section="section-above-footer-builder"] {
  		height: 80px;
	}	
}

.site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row, .site-above-footer-wrap[data-section="section-above-footer-builder"] .site-footer-section {
  align-content: center;
}

.site-below-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-full.ast-builder-grid-row-tablet-full.ast-builder-grid-row-mobile-full.ast-footer-row-stack.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack {
  padding: 0;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
	background-color: var(--red);
	justify-content: center;
}

.ast-builder-grid-row-2-equal .ast-builder-grid-row {
  grid-template-columns: 1fr 1fr;
}

.ast-footer-copyright p {
  margin-bottom: 0;
  color: var(--white);
}

.ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
  text-decoration: none;
}

@media only screen and (max-width: 921px) {
.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {f
  max-width: 1200px;
  min-height: 120px;
  margin-left: 20px;
  margin-right: 20px;
	padding-top: 20px;
}
}

/* testimonial slider */
.wptww-testimonials-list.design-1 .fa-quote-left {
	color: var(--red);
}

.wptww-testimonials-list.design-1 {
  padding: 40px 0;
}

.wptww-testimonials-list h4 {
	display: none !important;	
}

.ast-breadcrumbs-wrapper {
  display: none !important;
}

/* search page */

.search .ast-archive-description {
  padding: 0 !important;
}
