/*
Theme Name: BIZinsure Template 2021
Description: Child theme for the Twenty Twenty-One theme 
Author: RHD
Template: twentytwentyone
*/

@import url("../twentytwentyone/style.css");

 :root {
	--responsive--spacing-horizontal: calc(0 * var(--global--spacing-horizontal) * 0.6);
	--responsive--aligndefault-width: calc(1403px - var(--responsive--spacing-horizontal));
	--responsive--alignwide-width: calc(100vw - var(--responsive--spacing-horizontal));
	--responsive--alignfull-width: 100%;
	--responsive--alignright-margin: var(--global--spacing-horizontal);
	--responsive--alignleft-margin: var(--global--spacing-horizontal);
	 
	
	 /* Font Family */
	 
	 --global--font-primary: var(--font-headings, -apple-system, BlinkMacSystemFont, "Roboto", Oxygen-Sans, Ubuntu, Cantarell, "Roboto", serif);
	--global--font-secondary: var(--font-base, -apple-system, BlinkMacSystemFont, "Roboto", Oxygen-Sans, Ubuntu, Cantarell, "Roboto", serif);
}

/* ----  HEADER  ---- */

.site-header {
	padding:0;
	padding-top: 0;;
	max-width: 100%;
	margin: 0 auto;
	background-color: #fff !important;
}

#page {
	max-width: 1300px;
	margin: 0 auto;
}

.contact-button {
	margin-left: 10%;
	width: 350px;
	padding: 12px 20px;
	background: #fff;
	border: solid 1px #c8aa50;
	color: #c8aa50;
	border-radius: 6px;
	font-weight: 500;
	font-size: 20px;
	text-align: center;
	margin-top: 20px;
}

.contact-button:hover {
	background: #0067AC;
	border: solid 1px #0067AC;
}

.contact-button a {
	color: #c8aa50 !important;
}

.contact-button a:hover {
	color: #fff !important;
}

.textwidget {
	color: #999 !important;
	font-size: 0.8rem !important;
}

.entry-header {
	padding: 0;
}

.site-content {
	max-width: 1300px;
	margin: 0 auto;
}

.singular .entry-header {
	display: none;
}

.single-post #page {
	max-width: 1200px;
	margin: 0 auto;
}

article {
	background: #fff;
}

.single-post .entry-header {
	display: block;
	background: #fff;
	margin: 0 !important;
	border-bottom: solid 0px #fff;
	padding-bottom: 0;
}

.single-post .entry-title {
	padding: 1.7em 4% 0.5em 4%;
}

.entry-footer {
	padding: 0 4%;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	border-top: 1px solid #bbb !important;
}

.single-post .entry-content {
	padding-top: 0;
}

.post-taxonomies {
	display: none !important;
}

.site-branding {
	width: 50%;
}

.site-logo {
	margin: 12px 0;
	width: 27% !important;
	padding-bottom: 0 !important;
	border-bottom: 0px solid !important;
	float:left;
}

.site-logo .custom-logo {
	max-width: 409px;
	margin: 20px 0 5px 50px;
}

.site-main > * {
	margin-bottom: 0 !important;
}

.site-main {
	padding-top: 0;
	padding-bottom: 80px;
	background: #fff;
}

.widget-area a {
	color: #fff !important;
	text-decoration: none !important;
}

.entry-content {
	background: #fff;
	margin-top: 0 !important;
	padding: 50px 6%;
}

.post-navigation {
	background: #fff;
	padding: 4%;
	margin-top: 0;
}

/* ----  HOMEPAGE CSS ---- */

.page-id-51 .entry-content {
	padding: 0 !important;
}

.page-id-841 .entry-content {
	padding: 0 !important;
}

.intro {
	padding: 0 6%;
}

.slider-info {
	padding: 50px;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 400 !important;
	background: rgba(0,103,172,0.75);
}

.intro-box {
	padding: 40px;
	background:#333;
	color: #fff;
	border-radius: 8px;
}

.intro-box ul {
	padding-left: 20px !important;
}

ol {
	padding-left: 20px;
}

.intro-box li {
	margin-bottom: 10px;
}

.slider-box {
	margin-left: -30px !important;
}

.wp-block-cover, .wp-block-cover-image {
	padding: 0 !important;
}

/* ----  NAVIGATION  ---- */

.primary-navigation {
position: relative;
margin-left: auto;
line-height: 1.2;
background: #555;
padding: 0 4%;
width: 100%;
}

.primary-navigation .primary-menu-container > ul > .menu-item > a {
	padding: 1em 0.9em;
	font-size: 1rem;
	font-weight: 500;
	color: #fff !important;
	text-decoration: none !important;
}

.primary-navigation .primary-menu-container > ul > .menu-item > a:hover {
	color: #eeeadd !important;
	text-decoration: none !important;
}

.primary-navigation > div > .menu-wrapper .sub-menu-toggle {
	width: 34px;
	color: #fff;
}

/* ----  SUB NAVIGATION  ---- */



/* ----  BUTTONS  ---- */



.download-full {
	text-align: center !important;
}

.wp-block-button__link:hover {
	background: #007d4f !important;
}

.is-position-center-center {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

/* ----  CONTACT PAGE  ---- */

.page-id-11 .entry-content {
	padding: 0;
}

.contact-inner {
	margin: 0 !important;
}

.wp-block-cover__inner-container {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.contact-box {
	background:rgba(0,0,0,0.62) !important;
	padding: 150px 20px 50px 20px !important;
}

.page-id-11 .site-content {
	max-width: 100% !important;
}

.contact {
	padding: 0 4%;
	margin-top: 50px;
}

/* ----  SERVICES PAGE  ---- */

.page-id-9 .entry-content {
	padding: 0;
}

.page-id-9 .site-content {
	max-width: 100% !important;
}

.services {
	padding: 0 4%;
}

/* ----  FOOTER  ----- */

.no-widgets .site-footer {
	margin-top: 0;
}

.site-footer {
	padding-bottom: 0 !important;
}

.widget-area {
	max-width: 1200px !important;
	margin: 0 auto;
}

.widget-area p {
	color: #999;
	font-size: 0.9rem;
	margin-bottom: 12px;
}

.widget-title {
	color: #888;
	text-transform: uppercase;
	font-weight: 400;
}

.widget-outer {
	max-width: 100% !important;
	background: #333;
}

.site-info {
	background: #000;
	margin: 0;
	padding-top: 0 !important;
	border-top: 0px solid #000!important;
}

.site-name {
	max-width: 1200px !important;
	margin: 0 auto;
}

.site-info p {
	color: #555;
	text-transform: none;
	font-size: 0.8rem;
	padding: 2% 0;
	margin: 0 4%;
}

/* ----  SEARCH PAGE ----  */

.wp-block-search .wp-block-search__input {
	border: solid 2px #bbb !important;
	margin-top: 5px;
}

.wp-block-search__label {
	color: #007d4f;
	font-size: 1.2rem !important;
}

.wp-block-search button.wp-block-search__button.has-icon {
	border: solid 0px #bbb !important;
	padding: 0 4px;
}

.error404 #page {
	max-width: 1200px !important;
	margin: 0 auto !important;
}

.search #page {
	max-width: 1200px !important;
	margin: 0 auto !important;
}

.search #content {
	padding: 70px 5%;
	background: #fff;
}

.error404 #content {
	padding: 70px 5%;
	background: #fff;
}

h1.page-title {
	padding-bottom: 15px !important;
}

/* ----  TYPOGRAPHY  ---- */

h1, .h1 {
	font-family: 'Roboto', sans-serif !important;
	margin-top: 10px !important;
	margin-bottom: 25px !important;
    font-size: 2rem !important;
	color: #0067AC;
	line-height: 55px;
	font-weight: 400;
}

.insurance {
	padding: 50px 0 !important;
}

.top-heading {
	margin-bottom: 0 !important;
}

.service {
	margin: 0 60px;
}

h2 {
	font-family: 'Roboto', sans-serif !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
    font-size: 1.9rem;
	color: #0067AC;
	font-weight: 400;
}

h3 {
	font-family: 'Roboto', sans-serif !important;
	font-size: 1.4rem;
	color: #0067AC;
	line-height: 1.9rem;
	font-weight: 700 !important;
}

h5 {
	font-family: 'Roboto', sans-serif !important;
	font-size: 1.4rem;
	color: #fff;
	line-height: 1.9rem;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
}

h6 {
	font-family: 'Roboto', sans-serif !important;
	font-size: 1.4rem;
	color: #0067AC !important;
	letter-spacing: 0 !important;
	font-weight: 700 !important;
	margin-bottom: 10px !important;
}

p {
	font-family: 'Roboto', sans-serif !important;
	font-size: 1rem;
	margin-top: 0 !important;
}

a {
	color: #0067AC;
	text-decoration: none;
}

.pt-cv-content {
	font-family: 'Roboto', sans-serif !important;
	font-size: 1rem;
}

h4.pt-cv-title {
	font-family: 'Roboto', sans-serif !important;
	color: #007d4f;
	font-size: 1.5rem;
	font-weight: 500;
}

.pt-cv-title a {
	font-weight: 500;
}

/* ----  FORMS  ---- */

.nf-field-element input, .nf-field-element select, .nf-field-element textarea {
	border: solid 1px #bbb;
}

.nf-form-fields-required {
	font-size: 13px !important;
	margin-top: 0 !important;
	margin-bottom: 15px !important;
}

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
	background: #a90533 !important;
	color: #fff;
	font-weight: 700;
	padding: 15px 25px;
	text-transform: uppercase;
	transition: all .5s;
	border: solid 1px #a90533 !important;
}

.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
	color: #fff !important;
	background: #a90533 !important;
}

.nf-field-label label {
	font-weight: 400 !important;
}

.entry-content li {
	font-size: 1rem !important;
}

@media screen and (max-width: 1024px) {
	
	.primary-navigation {
		display: none !important;
	}
}



@media screen and (max-width: 768px) {
	
	.site-header {
		height: 100px;
		border-bottom: solid 10px #ececec;
	}
	
	.widget-outer {
		padding: 0 6%;
	}
	
	h1, .h1 {
    font-size: 2.3rem !important;
		line-height: 2.7rem;
}
	
	.site-logo {
		padding-left: 10px;
		margin: 12px 0;
		width: 35% !important;
	}
	
	.site-logo .custom-logo {
		width: 240px !important;
		max-height: 59px !important;
		margin: 0 0 0 30px;
	}
	
	.menu-button-container {
		display: none !important;
	}
	
	.featured {
	padding: 0 4%;
}
	
	.wp-block-column:not(:first-child) {
	margin-left: 0em !important;
}
	
}

