/*
 Theme Name:     Microtec
 Theme URI:      https://www.microtec.se/
 Description:    Microtec Wordpress Tema
 Author:         Benjamin Sandén
 Author URI:     https://www.microtec.se/
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */ 
.rank-math-breadcrumb {
color: #e8e8e8;
font-weight: 500;
font-size: 16px;

}

.rank-math-breadcrumb a{
  color: #e8e8e8;
}


/* Divi Top Navbar thinner Weight 
--------------------------------------------- */
#et-top-navigation {

    font-weight: 300;

}
.et-top-navigation {

    font-weight: 200;

}

/*style the Divi Blurb link as a button*/

a.pa-blurb-button {
	color: #fc2800;
  border: 2px solid #fc2800;
	padding: .7em 1.3em;
	margin-top: 20px;
  margin-right:20px;
  margin-left: 20px;
	border-radius: 25px;
	text-transform: capitalize;
  display: inline-block;
	transition: all 0.3s ease-in-out;
}

a.pa-blurb-button2 {
	color: #ffffff;
	background: #e02b20;
	border: 2px solid #e02b20;
	padding: .7em 1.3em;
	margin-top: 20px;
	border-radius: 50px;
	text-transform: capitalize;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}



a.pa-blurb-button3 {
	color: #1a1717;
	background: transparent;
	border: 2px solid #f2a221;
	padding: 0.5em 0.8em;
	margin-top: 20px;
	border-radius: 11px;
	text-transform: capitalize;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}


/*style the Divi Blurb link text as a button on hover*/

a.pa-blurb-button:hover {
  border: 2px solid #e92703;
  background: #e92703;
	color: #fffff;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}


/*style the Divi Blurb link text as a button on hover*/

a.pa-blurb-button2:hover {
	background: transparent;
	color: #e02b20;
	border: 2px solid #e02b20;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}



a.pa-blurb-button3:hover {
	background: #f2a221;
	color: #fff;
	border: 2px solid #f2a221;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}





#et-top-navigation {

    font-weight: 400;

}


/*bullet list*/
.betterdocs-content ul li::before {
  content: "\2022";  
  color: red;
  font-weight: bold; 
  display: inline-block;
  width: 0.8em;
  margin-left: -0.8em;
	font-size: 1.8rem;
	vertical-align: bottom;

}

/*Line in front of h*/
h1.betterdocs-content-heading:before,
h2.betterdocs-content-heading:before,
h3.betterdocs-content-heading:before
{
  content: '';
  position: relative;
  margin-left: -0.5em;
	width: 0.18em;
  height: 4vh;
	margin-right: 0.5em;
  background-color:red;
  display: inline-block;
  vertical-align: middle;
}

p {
    line-height: 2em;
}

.pa-inline-buttons .et_pb_button_module_wrapper {
    display: inline-block;
}

/*set the width of the rows inside the Post Content module*/
.et-l .et-l--post .et_builder_inner_content .et_pb_row {
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    overflow-wrap: normal!important;
}

@media only screen and (max-width: 980px) {
.five-columns .et_pb_column {
width: 20%!important;
}
}

.pa-inline-buttons .et_pb_button_module_wrapper {
  display: inline-block;
}
.et-l--body ul {
  font-size: 18px;
  line-height: 1.57em;
  font-weight: 400;
  padding-bottom: 3em;
}

.single-post p {
  font-size: 18px;
  line-height: 1.57em;
  font-weight: 400;
  padding-bottom: 3em;
}
.et_pb_post_content  figcaption {
    display: none!important;
}

.free-archive-blog .et_pb_post {
    border-radius: 15px!important;
    overflow: hidden!important;
}

/*blog image aspect ratio landscape 16:9*/

.pa-blog-image-128-37 .entry-featured-image-url {
  padding-top: 28.90%;
  display: block;
}

.pa-blog-image-128-37 .entry-featured-image-url img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

@media only screen and (min-width: 1080px) {
    .dt-blog .et_pb_post.has-post-thumbnail .entry-featured-image-url {
        float: left;
        width: 30%;
        margin-right: 4%;
    }
    .dt-blog .et_pb_post.has-post-thumbnail:not(.format-gallery) > .post-content {
        padding-left: 34%;
    }
}.dm-tight-blurb.et_pb_blurb_position_left .et_pb_blurb_container{padding-left:0px}