/*
Theme Name: sbobuzz Child
Theme URI: http://underscores.me/
Template: sbobuzz
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 1.0.0.1623221975
Updated: 2021-06-09 06:59:35

*/

@import 'css/style.css';

@media (min-width: 773px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}
@media (max-width: 772px) {
	.menu-toggle {
		display: block;
	}
	.main-navigation ul {
		display: none;
	}
	.header-top {
		text-align: center;
	}
	.logo {
		width: 100%;	
	}
	.logo img {
		max-width: 250px;
	}
	.social-icons {
		width: 100%;
		padding: 20px 0;	
	}
	.social-icons a {
		display: inline-block;
		float: none;
	}
	.menu-toggle {
		margin-left: auto;
		padding: 4px;
		width: 34px;
		background: transparent;
		border-radius: 0;
		border: 3px solid #fff;
	}
	.menu-toggle span {
		height: 3px;
		background-color: #fff;
		width: 100%;
		display: block;
		margin: 3px 0;
	}

	.menu li {
		width: 100%;
		padding: 4px 0;	
	}
    .header-bottom{
        padding:10px 0;
    }
} 
.bullets ul {
    list-style: none;
    margin: 0;
    padding: 0;
	
}
.bullets ul li {
	background: rgba(0, 0, 0, 0) url(images/bullet.png) no-repeat scroll 0 5px;
    padding: 0 0 0 20px;
    vertical-align: middle;
}
.main-image img{
	width: 100%;
} 
.wpcf7-form {
	background-image: url(images/cont-bg.png);
    background-position: left top;
    background-repeat: repeat;
    background-size: auto auto;
    padding: 25px 28px 20px 26px;
}
.wpcf7-form label{
	margin-bottom: 5px;
	display: inline-block;
}
.wpcf7-form label:after{
	content: "*";
	color: red;
	margin-left: 5px;
}
.wpcf7-form .input-text-field {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(242, 247, 245, 1) 100%) repeat scroll 0 0;
    border: 1px solid #4b2976;
    border-radius: 6px;
    font-size: 18px;
    padding: 12px;
    width: 100%;
    margin: 0 0 15px;
}
.wpcf7-form .wpcf7-submit {
    background: rgba(0, 0, 0, 0) url(images/submit.png) no-repeat scroll 0 0 / 100% 66px;
    color: #fff;
    font-family: helvetica-neue-medium;
    font-size: 30px;
    height: 66px;
    padding: 14px 0px;
    text-transform: uppercase;
    width: 43%;
    border: medium none;
    cursor: pointer;
}
.cont-num { background: rgba(0, 0, 0, 0) url("images/phone-icon.png") no-repeat scroll 0 0; font-size: 18px; line-height: 48px; padding: 0 0 0 70px;}
.cont-email { background: rgba(0, 0, 0, 0) url("images/mail-icon.png") no-repeat scroll 0 0; font-size: 18px; line-height: 48px; padding: 0 0 0 70px; }
.contact-address{ background: rgba(0, 0, 0, 0) url("images/address-icon.png") no-repeat scroll 0 0; font-size: 18px; line-height: 48px; padding: 0 0 0 70px; }
p.contact-address{line-height: 24px; margin-top: 20px}

.normal-page h2{
	color: #005579;
}
.sitemap ul{
	margin: 0;
}
.sitemap .elementor-widget-container h5{
	display: none;
}
.sitemap li { background: rgba(0, 0, 0, 0) url(images/arrow.png) no-repeat scroll 0 2px;
    font-size: 18px;
    line-height: 28px;
    padding: 0 0 0 30px;
    text-transform: capitalize;
    vertical-align: middle;
    margin-right: 0;
    display: inherit;
    float: none; }
  .sitemap li a{
	color: #000 !important;
  }



.banner-section .e-hosted-video {
    padding-bottom: calc(100vh - 240px) !important;
}
.banner-section .e-hosted-video video{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.elementor-kit-48 a {
	
    line-height: inherit !important;
}

.sitemap li a {
    text-transform: capitalize;
}

.sitemap li.current_page_item {
    display: none;
}

/*----- Blog page ----------*/
h1.entry-title{line-height: 1em;}
article .entry-header, article .post-thumbnail {
	max-width: 1020px;
	margin: 0 auto;
	padding: 10px;
}
.archive .page-header {
	margin: 0 auto;
	max-width: 1020px;
	padding: 10px;
}
.entry-footer {
	max-width: 1020px;
	margin: 0 auto;
	padding: 10px;
}
article .post-thumbnail {
	margin: 0 auto;
	display: flex;
}
.navigation.post-navigation {
	max-width: 1020px;
	margin: 0 auto;
	padding: 10px;
}
