/*
Theme Name: DSDmanagement
Description: Child theme
Author: vhrs_
Template: generatepress
*/


/* #contact-form {
	display: flex;
	flex-direction: column;
} */

body {
	background: white;
	width: 100%;
	box-sizing: border-box;
	overflow-x: hidden;
}

#main {
	margin-top: -40px;
	margin-bottom: 0;
}


.block-section {
	position: relative;
	margin-bottom: 0 !important;
}

.block-section p {
		color: #919499;
}

div.mail-form input{
	width: 100%;
}

.border-block {
	display: flex;
	flex-direction: row;
	align-items: center;
	border: 1px solid #fff;
	border-radius: 3px;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: -39px;
	margin-right: -39px;
	padding: 1em;
}

#main .inside-article {
	background-color: transparent;
	padding-bottom: 0;
}

.inside-article {
	color: white;
}

#masthead {
	background-size: cover;
background-position: 50%;
min-height: 430px;
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
	
	background-image: url(http://modum-sc.eu/wp-content/uploads/2020/06/antracit.jpg);
/* 	 */
}

.inside-header {
background-color: #25252795;
min-height: 430px;
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
}

#masthead .inside-header {
	flex-direction: column-reverse;
}

.main-title a{
	color: whitesmoke !important;
}

.site-description {
	color: white;
}

#primary-menu {
/* 	padding: 24px 0; */
	background-color: #252527;
}

#primary-menu ul{

}

.grey-overlay {
		background: #f3f3f3 url(http://modum-sc.eu/wp-content/uploads/2020/06/overlay.png);
	color: #484d55;
}

.red-overlay {
		background: #e97770 url(http://modum-sc.eu/wp-content/uploads/2020/06/overlay.png);
}

.white-clear {
	background-color: #fff;
	color: #484d55;
}

.black-overlay {
	background: #282b34 url(http://modum-sc.eu/wp-content/uploads/2020/06/overlay.png);
	color: #eee;
}

.section-title {
	position: relative;
	left: calc(50% - 12.5em);
    text-align: center;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    letter-spacing: 0.25em;
    font-size: 0.9em;
    width: 25em;
    height: 3.25em;
    top: -5.15em;
    line-height: 3.25em;
    margin-bottom: -3.25em;
/*     margin-left: -12.5em; */
    padding-top: 0.5em;
}

/* .label-left {
	left: 0;
}

.label-right {
	left: calc(100% - 25em);
} */


.left-side,
.right-side {
	flex-grow: 1;
}


.btn-red {
	background: #e97770 url(http://modum-sc.eu/wp-content/uploads/2020/06/overlay.png);
    color: #fff !important;
	    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-decoration: none;
    border-radius: 0.35em;
    border: 0;
    outline: 0;
    cursor: pointer;
    font-size: 0.9em;
    min-width: 12em;
    height: 4em;
    line-height: 4em;
}

.btn-gray {
    color: #fff;
	  display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-decoration: none;
    border-radius: 0.35em;
    border: 0;
    outline: 0;
    cursor: pointer;
    font-size: 0.9em;
    min-width: 12em;
    height: 4em;
}

.btn-border {
		font-size: 1em;
    min-width: 14em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-decoration: none;
    border-radius: 0.35em;
    border: 1px solid #3f3f3f;
    outline: 0;
    cursor: pointer;
		color: #3f3f3f;
    padding: 0 2.25em 0 2.25em;
    font-size: 0.9em;
    min-width: 12em;
    height: 4em;
    line-height: 4em;
}

.btn-dark {
	font-size: 1em;
    min-width: 14em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-decoration: none;
    border-radius: 0.35em;
    border: 0;
    outline: 0;
    cursor: pointer;
    padding: 0 2.25em 0 2.25em;
    font-size: 0.9em;
    min-width: 12em;
    height: 4em;
    line-height: 4em;
}
  
@media (min-width: 540px) {
}

@media (min-width: 720px) {
.border-block {
	padding: 2em;
	margin-top: 2em;
	margin-bottom: 2em;
}
}

@media (min-width: 960px) {
.border-block {
	padding: 3em;
	margin-top: 3em;
	margin-bottom: 3em;
}
}

@media (min-width: 1140px) {
	/*#contact-form {
		display: flex; flex-direction: row; justify-content: space-between;
	}*/
}


/* 
.animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: #FA6742;
    overflow: hidden;
}

animate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 15px;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
}

.animate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 0;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite;
}
 */
