/*
	Theme Name: AMBA Custom Theme
	Description: A custom WordPress theme for Hirudoid
	Version: 1.0
	Author: AMBA
	Author URI: http://www.amba.agency/
*/

@charset "UTF-8";

@import url(../../../../fonts.googleapis.com/css_83eccb84.css);
@import url(../../../../fonts.googleapis.com/css_8a9eef7d.css);

* {
		font-family: 'Source Sans Pro', sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	outline: none;
	padding: 0;
	margin: 0;
	border: 0;
}

/* WordPress WYSIWYG Editor Styles */
	.entry-content img{margin:0 0 1.5em 0}.alignleft,img.alignleft{margin-right:1.5em;display:inline;float:left}.alignright,img.alignright{margin-left:1.5em;display:inline;float:right}.aligncenter,img.aligncenter{margin-right:auto;margin-left:auto;display:block;clear:both;float:none}.alignnone,img.alignnone,img.block{float:none;display:block;clear:both}img[align="left"]{float:left;clear:left}img[align="right"]{float:right;clear:right}img[align="middle"]{display:block;margin-right:auto;margin-left:auto;float:none;clear:both}.wp-caption{margin-bottom:1.5em;text-align:center;padding-top:5px}.wp-caption img{border:0 none;padding:0;margin:0}.wp-caption p.wp-caption-text{line-height:1.5;font-size:10px;margin:0}.wp-smiley{margin:0 !important;max-height:1em}blockquote.left{margin-right:20px;text-align:right;margin-left:0;width:33%;float:left}blockquote.right{margin-left:20px;margin-right:0;text-align:left;width:33%;float:right}
	.lj-wysiwyg>*+* { margin-top: 15px; }
	.lj-wysiwyg ul li { margin: 5px 20px 0; }
	.lj-wysiwyg ol li { margin: 5px 25px 0; }

/* All */
	img {width:auto;height:auto;max-width:100%;}
	h1, h2, h3, h4, h5, h6 {
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 300;
		line-height: 1.25;
		color: #381f75;
		margin: 0;
	}
	h1 { font-size: 2.1em; }
	h2 { font-size: 1.2em; }
	h3 { font-size: 1.15em; }
	h4 { font-size: 1.1em; }
	h5 { font-size: 0.9em; }
	h6 { font-size: 0.8em; }
	strong, b { font-weight: 400; }
	body, p {
		font-weight: 300;
		line-height: 1.5;
		font-size: 18px;
		color: #58595b;
		margin: 0;
	}
	.navbar *,
	.navbar,
	.lj-topDesc span,
	.lj-topDesc,
	a {
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	a:focus,
	a:hover,
	a {
		text-decoration: none;
		color: #381f75;
	}
	a:focus,
	a:hover {
		opacity: 0.8;
	}
	#body {
		padding: 180px 0 0;
		position: relative;
	}
	.container-fluid {
		max-width: 1048px;
	}
	.lj-ratio11 {
		padding: 0 0 100%;
		position: relative;
	}
	.lj-max310 {
		max-width: 310px;
		margin: 0 auto;
	}
	.lj-button {
		border: 4px solid #f287b7;
		padding: 10px 15%;
		text-align: center;
		font-weight: 600;
		display: block;
	}
	.lj-button:hover {
		background: #f287b7;
	}
	hr {
		border-top: 1px solid #6b5a96;
		margin: 25px auto;
	}

/* Nav */
	.navbar.navbar-fixed-top {
		background: #381f75;
		padding: 35px 0 10px;
		min-height: 180px;
		text-align: center;
		margin: 0;
		border: 0;
	}
	.navbar-toggle {
		border-color: #ffffff;
		margin: 0;
	}
	.navbar-toggle .icon-bar {
		background: #ffffff;
	}
	#navbar {
		box-shadow: none;
		clear: both;
		border: 0;
	}
	.navbar-nav {
		margin: 25px 0 0;
		text-align: center;
		position: relative;
		float: none;
		border: 0;
	}
	.navbar-nav>li {
		vertical-align: middle;
		display: inline-block;
		margin: 0 2%;
		float: none;
	}
	.navbar-nav>li>a {
		text-align: center;
		line-height: 25px;
		font-size: 1.17em;
		padding: 5px;
		color: #ffffff;
	}
	.nav>li>a:focus,
	.nav>li>a:hover {
		background: none;
		font-weight: 600;
	}
	.sticky .navbar.navbar-fixed-top {
		min-height: 100px;
		padding: 10px 0 5px;
	}
	.sticky .navbar-nav {
		margin: 10px 0 0;
	}
	.sticky .logo {
		max-height: 35px;
	}

.lj-anchor {
	position: absolute;
	top: -100px;
}
.lj-trigger {
	position: absolute;
	top: 33%;
	left: 0;
}
section {
	padding: 40px 0;
	background: #ffffff;
	position: relative;
}
section .row>* {
	margin-bottom: 15px;
}
section:nth-child(even) {
	background: #faf2ee;
}
.lj-secTitle {
	font-family: 'Libre Baskerville', serif;
	margin: 0 auto 30px;
	font-weight: bold;
	text-align: center;
}
section>.container-fluid>.row>.imageU {
	padding-right: 5px;
	padding-left: 15px;
}
section>.container-fluid>.row>.imageU+.imageU {
	padding-right: 15px;
	padding-left: 5px;
}

#banner {
	border: 5px solid #f49ac1;
	background: #381f75;
	border-width: 5px 0;
	padding: 0;
}
#banner img {
	margin: 0 auto;
	display: block;
}

#topBox {
	padding-bottom: 55px;
}
#topBox .col-md-4.col-sm-6 {
	padding: 3px;
}
.lj-topDesc {
	background: #381f75;
	background: rgba(56,31,117,0.9);
	position: absolute;
	display: table;
	width: 100%;
	height: 60px;
	bottom: 0;
	left: 0;
}
.lj-topDesc h3 {
	vertical-align: middle;
	padding: 5px 5%;
	font-size: 1.17em;
	display: table-cell;
	text-align: left;
	color: #ffffff;
}
.lj-ratio11:hover .lj-topDesc {
	height: 100%;
}
.lj-ratio11:hover .lj-topDesc h3 {
	padding: 5px 20%;
	font-size: 1.65em;
	text-align: center;
}

footer {
	background: #381f75;
	position: relative;
	padding: 30px 0;
}
footer a:focus,
footer a:hover,
footer a,
footer *,
footer {
	color: #ffffff;
}
footer table tr td+td {
	padding-left: 25px;
}
footer .row>* {
	padding-bottom: 25px;
}

.backTop {
	position: absolute;
	bottom: 25px;
	right: 25px;
}
.backTop p {
	vertical-align: middle;
	display: inline-block;
	padding-left: 5px;
}
.backTop span {
	padding: 12px 9px 6px;
	background: #bcbec0;
	vertical-align: middle;
	display: inline-block;
}
.backTop span:after {
	content: '';
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	border: 1px solid #ffffff;
	border-width: 1px 0 0 1px;
	display: block;
	height: 12px;
	width: 12px;
}

@media (max-width: 1299px) {
	#body {
		padding-bottom: 25px;
	}
	.backTop {
		bottom: 15px;
		right: 15px;
	}
}
@media (max-width: 999px) and (min-width: 768px) {
	.navbar-nav>li {
		width: 16%;
		margin: 0;
	}
}
@media (min-width: 768px) {
	section>.container-fluid>.row>.col-sm-6+.lj-wysiwyg {
		border-left: 1px solid #e1e1e1;
	}
}
@media (max-width: 767px) {
	h1, h2, h3, h4, h5 { line-height: 1.1; }
	body, p {
		line-height: 1.25;
		font-size: 15px;
	}
	#body {
		padding: 105px 0 0;
	}
	.navbar.navbar-fixed-top {
		min-height: 105px;
		text-align: left;
	}
	.navbar .logo {
		max-width: 75%;
		max-height: 40px;
	}
	.navbar-nav>li {
		display: block;
		margin: 5px 0;
	}
	.sticky .navbar.navbar-fixed-top {
		min-height: 55px;
	}
	footer table tr td+td {
		word-break: break-all;
		padding-left: 15px;
	}
}
@media (max-width: 480px) {
	.navbar .logo {
		margin-top: 5px;
	}
}
