/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.top-bar { background-color: #26264F !important; color: #ffffff;}

.top-bar-style{width: 100%; padding: 0 10px;}
.top-bar-tel{padding: 0 20px 0 0;}

.site-header {
    background-color: #ffffff;
    border: 1px solid  #ececec;
}

.main-navigation .main-nav ul li a, .menu-toggle, .main-navigation .menu-bar-items {
    color: #26264F;
    font-weight: 600;
    font-size: 13px;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: #EE4036;
    background-color: #ffffff;
}

.main-navigation .main-nav ul ul li a {
    color: #26264F;
    font-size: 13px;
}

.main-navigation .main-nav ul ul li[class*="current-menu-"] > a {
    color: #EE4036;
    background-color: #eaeaea;
}

.bambers-social{text-align: left; margin-left: 5px; float:right; display:flex;}
.bambers-social img{margin-right: 10px;}

.footer-widgets {
    background-color: #26264F;
    padding-top: 20px;
}

.bambers-social-footer{text-align: left; margin-left: 5px; float:left; display:flex;}
.bambers-social-footer img{margin-right: 10px;}

.site-info {
    color: #ffffff;
    background-color: #26264F;
}

.footer-logo{width: 200px;}
.site-footer:not(.footer-bar-active) .copyright-bar {
    margin: 0 auto;
    font-size: 13px;
}

.blog-sidebar h2{font-size: 20px !important; margin-bottom: 10px;}
.blog-sidebar .widget_search{margin-bottom:30px;}
.widget .search-form button.search-submit {font-size: 13px;}
.blog-sidebar #recent-posts-2, .blog-sidebar #archives-2, .blog-sidebar #categories-2{margin-bottom: 30px;}
.blog-sidebar .widget ul li {border-bottom: 1px solid #cfcfcf; margin-bottom: 10px;}
.blog-sidebar select {width: 100%;}

.bullets ul {
    margin: 0 0 1.5em 1em;
}
.bullets ul {
    list-style: none; /* Remove default bullets */
}
.bullets ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: red; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.wpcf7-textarea{height:150px !important;}

.wpcf7-text{width: 100% !important;}





/*----------------------------BREAK POINTS-------------------------*/

@media (max-width: 1139px) {
    /* CSS in here for desktop only */
    .menu-toggle {
    padding: 0 20px !important;
    line-height: 20px !important;
    margin: 0;
    font-weight: 400;
    text-transform: none;
    font-size: 15px;
    cursor: pointer;
    border: none !important;
    color: #EE4036 !important;
    background-color: rgba(0, 0, 0, 0) !important;
}
}/**/


@media (min-width: 1025px) {
    /* CSS in here for desktop only */
    
}/**/

@media (min-width: 769px) and (max-width: 1024px) {
    /* CSS in here for tablet only */
    
}/**/


@media (max-width: 768px) {
    /* CSS in here for mobile only */   
.site-header .header-image {width: 125px;}
.menu-toggle {
    padding: 0 20px !important;
    line-height: 20px !important;
    margin: 0;
    font-weight: 400;
    text-transform: none;
    font-size: 15px;
    cursor: pointer;
    border: none !important;
    color: #EE4036 !important;
    background-color: rgba(0, 0, 0, 0) !important;
}
.top-bar {
    display: none !important;
}
.footer-logo{width: 250px; text-align: center; display: block; margin-left: auto; margin-right: auto;}
.footer-widgets {
    text-align: center;
}
.bambers-social-footer {
    text-align: center;
    float: none; 
    display: block;
    margin-left: auto;
    margin-right: auto;
}
}/**/
