/*
Theme Name: Manon
Theme URI: https://manon.qodeinteractive.com/
Description: Modern Portfolio and Agency Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Text Domain: manon
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 2.7.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
/*.edgtf-side-menu-button-opener{ display:none!important;}
.border_box {
    max-width: 800px;
    width: 100%;
    padding: 10px;
    margin: auto;
    position: relative;
}
.form_box {
    width: 100%;
    padding: 50px;
    position: relative;
    z-index: 2;
    background-color: #fff;
}
.border_box:before {
    bottom: 0;
    right: 0;
}
.border_box:after {
    top: 0;
    left: 0;
}
.border_box:after, .border_box:before {
    content: "";
    height: 200px;
    width: 200px;
    background-color: #000;
    position: absolute;
    z-index: 1;
}
.border_design_box{
	padding: 40px;
	position: relative;
}

.border_design_box:before {
    top: 0;
    left: 0;
}
.border_design_box:after {
    bottom: 0;
    right: 0;
}

.border_design_box:before {
    content: "";
    height: 200px;
    width: 200px;
    background-color: transparent;
	border: 10px solid #000;
	border-bottom: 0;
	border-right:0;
    position: absolute;
    z-index: 1;
}

.border_design_box:after {
    content: "";
    height: 200px;
    width: 200px;
    background-color: transparent;
	border: 10px solid #000;
	border-top: 0;
	border-left:0;
    position: absolute;
    z-index: 1;
}*/