/*
Theme Name: Blank
Text Domain: blank
*/

html, body { margin:0; padding:0; font-family:'Open Sans', Helvetica, Arial, sans-serif; font-weight:300; font-size:16px; scroll-behavior: smooth; }
p, li, h1, h2, h3, h4, h5, h6 { line-height:1.5; }

a { color:#8c1518; text-decoration:underline; transition: all 0.3s ease-in-out; }
a:hover { color:#595447; }

header.fl-theme-builder-header-shrink { box-shadow:0 5px 5px 0px rgba(0, 0, 0, 0.05); }
img.alignright { float:right; margin-left:20px; margin-bottom:20px; }
img.alignleft { float:left; margin-right:20px; margin-bottom:20px; }

body .menu > li > a:after, body .menu > li > div > a:after, h1 span:after {
    content:'';
    width:50%;
    height:2px;
    display:block;
    position: absolute;
    left: 50%;
    bottom: 3px;
    transform: translateX(-50%);
}
body .menu > li.current-menu-item > a:after, body .menu > li.current-menu-item > div > a:after, h1 span:after {
    background:#d3d3d3;
}
h1 span { position:relative; }
h1 span:after { bottom:-5px; }

.fl-builder-content[data-type="header"].fl-theme-builder-header-shrink .fl-row-content-wrap {
    border-bottom: 1px solid #f2f2f2;
}


@media screen and (max-width:768px) {
	
	body #menu-main-menu {
		margin: 0 -20px;
    	padding: 0 20px;
		padding-bottom:10px;
	}
	
	body .menu a {
		position:relative;
		display:inline-block;
	}
	
}