/*
 Theme Name:     Sika
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Husk
 Author URI:     https://www.husk.co.nz/
 Template:       Divi
 Version:        1.0.0
*/

/* fonts */
@font-face {
    font-family: 'dinbold';
    src: url('/wp-content/themes/sika-divi-child/fonts/din-bold-webfont.eot');
    src: url('/wp-content/themes/sika-divi-child/fonts/din-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/sika-divi-child/fonts/din-bold-webfont.woff') format('woff'),
         url('/wp-content/themes/sika-divi-child/fonts/din-bold-webfont.ttf') format('truetype'),
         url('/wp-content/themes/sika-divi-child/fonts/din-bold-webfont.svg#dinbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dinprobold';
    src: url('/wp-content/themes/sika-divi-child/fonts/dinpro-bold-webfont.eot');
    src: url('/wp-content/themes/sika-divi-child/fonts/dinpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/sika-divi-child/fonts/dinpro-bold-webfont.woff') format('woff'),
         url('/wp-content/themes/sika-divi-child/fonts/dinpro-bold-webfont.ttf') format('truetype'),
         url('/wp-content/themes/sika-divi-child/fonts/dinpro-bold-webfont.svg#dinprobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dinregular';
    src: url('/wp-content/themes/sika-divi-child/fonts/din_reg-webfont.eot');
    src: url('/wp-content/themes/sika-divi-child/fonts/din_reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/sika-divi-child/fonts/din_reg-webfont.woff') format('woff'),
         url('/wp-content/themes/sika-divi-child/fonts/din_reg-webfont.ttf') format('truetype'),
         url('/wp-content/themes/sika-divi-child/fonts/din_reg-webfont.svg#dinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'din_blackregular';
    src: url('/wp-content/themes/sika-divi-child/fonts/ff_din_black-webfont.eot');
    src: url('/wp-content/themes/sika-divi-child/fonts/ff_din_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/sika-divi-child/fonts/ff_din_black-webfont.woff') format('woff'),
         url('/wp-content/themes/sika-divi-child/fonts/ff_din_black-webfont.ttf') format('truetype'),
         url('/wp-content/themes/sika-divi-child/fonts/ff_din_black-webfont.svg#din_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.title-font,
#top-menu a,
#et-secondary-nav a {
	font-family: 'dinprobold';
}

#top-menu a {
	text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, blockquote p  {
	font-family: 'dinprobold';
	font-weight:normal;
	text-transform: uppercase;
	line-height: 1.3em;
}

h1, 
.dynamic-page-title .et_pb_text_inner {
	font-size: 46px;	
}
@media only screen and (max-width: 767px) {
	h1, 
	.dynamic-page-title .et_pb_text_inner {
		font-size: 36px;	
	}
}
h2, 
h2 a {
	font-size: 35px;
}

h3{
	font-size: 30px;
}

h4, 
.gm-style-iw-d h3, 
blockquote p {
	font-size: 20px;
}
h5{
	font-size: 18px;
}
h6{
	font-size: 16px;
}
p, 
.et_pb_text_inner, 
.et_pb_blurb_description, 
.et_pb_blurb_description p, 
.et_pb_post_content ul li, 
.et_pb_post_content ol li, 
.dp-dfg-header.entry-header h2 a {
	font-family:'Poppins', sans-serif;
	font-weight: 300;
	font-size:15px;
/* 	line-height:23px;	 */
	line-height: 1.8em;
}

/* downloads - Ninja Tables */
.ninja_clmn_nm_product_information img, 
.ninja_clmn_nm_assembly_instructions img,
.ninja_clmn_nm_dimensional_drawings img {
	width: 30px;
	margin-top: 5px;
}

.ninja_clmn_nm_product_information img:hover, 
.ninja_clmn_nm_assembly_instructions img:hover,
.ninja_clmn_nm_dimensional_drawings img:hover {
	opacity: 0.5;
}


/* filter grid - downloads */
.dp-dfg-header.entry-header {
/* 	padding: 0 0 .5em 0; */
}

.dp-dfg-header.entry-header h2 a {
	font-size: 15px !important;
	text-transform: capitalize;
	line-height: 1.3em;
}

@media only screen and (min-width: 768px) {
	li.dp-dfg-filter:first-child a {
	border-radius: 26px 0 0 26px;
}

	li.dp-dfg-filter:last-child a {
		border-radius: 0 26px 26px 0;
	}
}


a{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size:15px;
/* 	line-height:23px; */
	line-height: 1.8em;
	text-decoration:none;
}

#footer p, 
#footer .et_pb_text_inner,
#footer a {
	font-size:12px;
	line-height:1.6em;	

}

strong {  
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	letter-spacing:-0.5px;
}

/* navigation */
#et_search_icon:before {
    font-size: 17px;
    top: 0px;
}

@media only screen and (max-width: 980px) {
	#et_search_icon:before {
    	top: 7px;
	}
}

.mobile_menu_bar:before {
	color: #1c2455;
}
.et_mobile_menu {
	border-top: 3px solid #1c2455;
}


@media only screen and (max-width: 768px) {
	.menu-item-72 {
		display: none;
	}
}

/* @media only screen and (min-width: 769px) {
	header#main-header {
		top: 47.25px !important;
	}
} */


/* home hero */
.et_pb_slide_title a::before {
	content: 'Latest news';
	position: relative;
    display: block;
    z-index: 9999;
    color: #ffffff;
	text-transform: uppercase;
	font-family: 'dinprobold', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 12px;
    pointer-events: none;
	line-height: 1em !important;
}

.et_pb_slide_content p {
	font-size: 20px !important;
}

/* ninja forms */
.nf-form-fields-required,
.nf-error-required-error {
	display: none;
}

.nf-response-msg {
	color: #b2c236;
	text-align: center;
}

input[type="text"], input[type="password"], input[type="email"], textarea, .nf-form-content input:not([type=submit]){
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	background:#fff;
	border-radius:4px !important;
	border:none !important;
	background: #f8fbfe !important;
	font-size:15px;
	color: #414042 !important;	
	box-shadow: 0px 12px 18px -6px rgb(34 56 101 / 12%) !important;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.nf-form-content input[type=submit], .btn {
    border-width: 0px!important;
    border-radius: 26px;
    letter-spacing: 1px;
    font-size: 13px;
	font-family: 'dinprobold', Helvetica, Arial, Lucida, sans-serif;    font-weight: 800!important;
    text-transform: uppercase!important;
	padding-top: 15px!important;
    padding-right: 30px!important;
    padding-bottom: 15px!important;
    padding-left: 30px!important;
	-webkit-transition: all 300ms ease 0ms;
	-moz-transition: all 300ms ease 0ms;
	-o-transition: all 300ms ease 0ms;
	-ms-transition: all 300ms ease 0ms;
	transition: all 300ms ease 0ms;
	line-height: 1em!important;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
	cursor:pointer;
}

.nf-form-content input[type=submit], .btn-navy {
	color: #ffffff!important;
    background-color: #1c2455 !important;
}

.nf-form-content input[type=submit]:hover, .btn-navy:hover {
	background-color: #b2c237 !important;
}

.inline.btn-navy, .inline.btn-white {
	margin: 0 5px 5px;
}

.btn-white {
	color: #1c2455!important;
    background-color: #ffffff !important;
}

.btn-white:hover {
	color: #b2c236!important;
}

@media only screen and (max-width: 768px) {
	.inline.btn-navy, .inline.btn-white {
		display: inline-block;
	}
}



/* blog post */


/* blog thumbnails */
.et_pb_posts article {
	background-color: #fff;
	margin-bottom: 40px;
	box-shadow: 0px 12px 18px -6px rgb(34 56 101 / 12%);
	border-radius: 4px;
/* 	border-top: 6px solid #b2c236;
	-webkit-box-sizing: border-box; 
  	-moz-box-sizing: border-box;    
  	box-sizing: border-box;         */
}

.et_pb_posts article h2, .et_pb_posts article h2 a {
	text-transform: none;
	font-size: 26px;
}

.et_pb_posts article h2 {
	padding: 0 30px 5px 30px;
}

.et_pb_posts .post-meta {
	padding: 0 30px;
}

.et_pb_posts .post-content {
	padding: 0 30px 30px 30px;
}


@media only screen and (min-width: 981px) {
	.et_pb_posts .et_pb_post img,
	.et_pb_posts .et_overlay {
		width: 38%;
		height: 180px !important;
		margin-right: 4%;
		float: left;
	}
	.et_pb_posts .entry-title,
	.et_pb_posts .post-meta,
	.et_pb_posts .post-content { 
	    float: right; 
	    width: 58%; 
	}
	body.rtl .et_pb_posts .et_pb_post img,
	body.rtl .et_pb_posts .et_overlay {
		float: right;
		margin-left: 4%;
		margin-right: 0;
	}
	body.rtl .et_pb_posts .entry-title,
	body.rtl .et_pb_posts .post-meta,
	body.rtl .et_pb_posts .post-content { 
	    float: left; 
	}
	
	.et_pb_posts article h2 {
		padding: 30px 30px 5px 0;
	}
	
	
	.et_pb_posts .post-meta {
		padding: 0;
	}

	.et_pb_posts .post-content {
		padding: 0 30px 30px 0;
	}
}

/* Make The Entire Divi Blog Module Posts Clickable */
/*add a neceassry position to the blog posts*/
.et_pb_blog_grid .et_pb_post, .et_pb_posts .et_pb_post {
position: relative;
}

/*make the title link spread over the entire post*/
.et_pb_blog_grid .et_pb_post .entry-title a:after, .et_pb_posts .et_pb_post .entry-title a:after {
position: absolute;
display: block;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
}

/*change the mouse cursor into a pointer*/
.et_pb_blog_grid .et_pb_post:hover, .et_pb_posts .et_pb_post:hover {
cursor: pointer;
}