@charset "utf-8";
/* CSS Document */
/*
 Theme Name:   Divi Child
 Theme URI:    http://wordpress.com
 Description:  Divi Child Theme
 Author:       Renaud
 Template:     Divi
 Version:      1.0.0
 Text Domain:  divi-child

*/
@media (min-width: 1201px){
.ast-archive-description {
    margin: 0;
    padding: 1em 3.2em 1.5em !important;
}
}
input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    color: #0e0e0e;
    padding: .75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #968e8e;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
}
.site-main{
	border-left:5px solid #b4106a;
}
.eg-overlay-layout-1 .eg-overlay-wrapper .eg-mask .eg-inner-wrapper .eg-caption span.eg-title {
    font-size: 14px !important;
    margin-top: 8px !important;
}

@media (min-width: 769px){
	.ast-left-sidebar #primary {
		border-left: 0; 
	}
}
@media (min-width: 769px){
.ast-left-sidebar #secondary {
    border-right: 0px !important; 
    margin-right: 0px !important; 
}
}
