/*
    Theme Name: LTI Child Theme
    Theme URI: http://www.themeforest.net/user/Bebel
    Description: Child theme for the PrimusNote Theme
    Version: 2.0
    Author: Bebel
    Text Domain: primusnote
    Template: primusnote
    Author URI: http://www.thebebel.com
http://pandcltd.co.uk/wp-content/themes/primusnote/assets/img/header.png
*/

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");@import url("../primusnote/assets/css/bootstrap.css");@import url("../primusnote/assets/css/font-awesome.min.css");.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px
}

body {
	background-color:#fff;
	color: #616874;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	word-wrap: normal;
	word-break: break-word;
}

.wrapper {
	width: auto;
	max-width: 1100px;
	padding: 50px 0;
	margin: auto;
}

@media screen and (max-width: 1024px) {
	.wrapper {
		padding:230px 25px 25px 25px
	}
}

@media screen and (max-width: 480px) {
	.wrapper {
		padding:230px 10px 25px 10px
	}
	.blog .wrapper {
		padding: 80px 10px 25px 10px;
	}
}

.wrapper:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px
}



.vc_row[data-vc-full-width] .vc_column_container.vc_col-sm-12 {
	max-width: 1100px;
	margin: auto;
	float: none;
}

@media (min-width: 768px){

	.vc_row:not([data-vc-full-width]) {
		padding: 0 100px;
		max-width: 1100px;
		margin: auto;
	}

	.vc_row {
		padding: 0 100px;
	}

}

header {
	height: 80px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0px;
	background: #fff;
}
.header-center {
	height: 100%;
}

header.hasScrolled {
	background: #222 !important;
	transition: all 1.5s;
}

header.hasScrolled #branding-link {
	height: 100% !important;
	transition: all 0.8s;
}

.home header #branding-link {
	height: 100px;
}

.header-center {
	max-width: 1100px;
	margin: auto;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	display: block;
	height: 100%;
}


@media screen and (max-width: 1100px){
	li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-10{
		display: none;
	}
	header nav {
		width: 49% !important;
	}
}

@media screen and (max-width: 768px){
	header {
		height: 80px;
		position: relative !important;
	}
	.vc_row.wpb_row.vc_row-fluid.vc_row-has-fill:first-child{
		padding-top: 0 !important;
	}
	header #login {
		margin-bottom: 20px;
		max-height: 40px;
		text-align: center;
		float: left !important;
		overflow: hidden;
	}
	.hidden-xs{
		display: none;
	}
}

header #branding-link {
	display: inline-block;
	width: auto;
	float: left;
	height: 100%;
	position: relative;
	top: -1px;
	padding: 4px;
	box-sizing: border-box;
}

header #login {
	position: relative;
	top: 10px !important;
	float: right;
	display: inline-block;
	background-color: #6698fe;
	border-radius: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 38px;
	color: #fff;
	text-decoration: none;
	padding: 0px 18px;
	border-radius: 3px;
	text-align: center;
	transform: none;
	left: 0;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

header #login:hover {
	background-color: #ffac33;
}

header .menu-button {
	display: none;
	margin-top: 10px;
	background: #ececec;
	padding: 10px 10px;
	line-height: 1.4em;
	float: right
}

@media screen and (max-width: 768px) {
	header .menu-button {
		display:inline-block
	}
}

@media screen and (max-width: 768px) {
	header .menu-button {
		right: -48px;
		top: 0;
		position: absolute;
	}
}

header nav {
	float: right;
	width: auto;
	margin-right: 30px;
	font-size: 13px;
	font-weight: 600;
	line-height: 60px;
	color: #959fb1;
}

@media screen and (max-width: 768px) {
	header nav #menu {
		display:none
	}
}

header nav ul {
	display: inline-block;
	padding: 0;
	margin: 0
}

header nav ul li {
	position: relative;
	display: inline-block;
	list-style: none;
	padding: 0 15px;
	margin: 0
}

header nav a {
	color: #333;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 32px;
	font-family: 'Roboto';
}

header.hasScrolled nav a {
	color: white;
}

.home header nav a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 32px;
	font-family: 'Roboto';
}

header nav a:hover,header nav a:focus,header nav a:active {
	color: #777777;
	text-decoration: none;
}

header nav.current-menu-item a,header nav.current_page_item a,header nav.current-menu-parent a,header nav.current-menu-ancestor a {
	color: #000;
	text-decoration: none
}

header nav li.menu-item.dark a {
	color: #000;
}

header nav .sub-menu {
	display: none;
	position: absolute;
	background: #222;
	left: 50%;
	/* margin-top: 24px; */
	-webkit-transform: translate(-50%, 0);
	transform: translate(-45%, 0);
	z-index: 10;
}
header nav .sub-menu li {
	border-bottom: 1px solid rgba(221, 221, 221, 0.38);
}

header nav .sub-menu:after,header nav .sub-menu:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none
}

header nav .sub-menu:after {
	border-color: rgba(236,236,236,0);
	border-bottom-color: #222;
	border-width: 15px;
	margin-left: -15px;
}

header nav .sub-menu li a {
	color: white;
}

header nav .sub-menu li a:hover {
	color: #777;
}

header nav .sub-menu a {
	white-space: nowrap
}

header nav li:hover>.sub-menu {
	display: block
}

header img {
	height: 100%;
	width: auto;
	box-sizing: border-box;
	/* background: rgb(254, 254, 254); */
	border-radius: 40px;
	/* padding: 10px; */
}

h1 {
	font-size: 28px;
	font-weight: 400;
	margin: 0 0 30px 0
}

.blogfront-heading {
	padding: 0 0 0 80px;
	margin: 0 0 10px 0;
	font-size: 50px;
}

@media screen and (max-width: 768px) {
	.blogfront-heading {
		padding-left:0
	}
}

@media screen and (max-width: 900px) {
	.blog-posts,.content-area {
		float:none;
		width: calc(100% - 20px) !important;
		margin: auto;
	}
}

.page-template-template-team .blog-posts,.page-template-template-team .content-area,.page-template-template-contact-php .blog-posts,.page-template-template-contact-php .content-area {
	max-width: 100%;
	width: 100%;
	float: none
}

.sidebar-left .sidebar {
	float: left
}

.sidebar-left .blog-posts {
	float: right
}

.sidebar-right .sidebar {
	float: right
}

.sidebar-right .blog-posts {
	float: left;
	width: calc(100% - 350px);
}

article .tags-meta a {
	color: #959fb1;
	display: inline-block;
	padding: 6px 12px;
	background-color: #f8f8f8;
	border-radius: 12px;
	margin-left: 5px
}

article .tags-meta a:hover {
	color: #fff;
	background-color: #1e283a;
	text-decoration: none !important
}

.post-password-form input[type="password"] {
	display: block;
	width: 100%;
	font-size: 12px;
	border-radius: 0;
	padding: 5px 15px;
	line-height: 34px;
	border-color: #dcdcdc;
	color: #cccccc;
	margin: 0;
	font-weight: 400;
	border: 1px solid #dcdcdc;
	margin-bottom: 10px
}

.post-password-form input[type="submit"] {
	display: inline-block;
	background-color: #4cb6b7;
	border: 0;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
	line-height: 38px;
	color: #fff;
	text-decoration: none;
	padding: 2px 40px
}

.sidebar {
	width: 250px;
	float: right;
	background: #f8f8f8;
	list-style: none;
	margin: 0;
	padding: 0px 30px
}

@media screen and (max-width: 900px) {
	.sidebar {
		display:none
	}
}

.sidebar .screen-reader-text {
	display: none
}

article {
	color: #232c3d;
	font-weight: 400;
	margin-bottom: 100px
}

article a {
	color: #232c3d;
	text-decoration: underline
}

article a:hover {
	color: #36435d
}

article h2.teaser-heading {
	font-size: 20px;
	font-weight: 400;
	line-height: 40px;
	margin: 0 0 5px 0
}

article h2.teaser-heading a {
	color: #232c3d;
	text-decoration: none;
	font-size: 34px;
}

article h2.teaser-heading a:hover {
	text-decoration: underline
}

article h2.teaser-heading .comments-count {
	display: inline-block;
	margin-left: 18px;
	background: #90c63d;
	color: #fff;
	width: 20px;
	height: 20px;
	position: relative;
	top: -7px;
	border-radius: 100%;
	font-size: 10px;
	text-align: center;
	font-weight: 400;
	line-height: 20px;
}

article h1,article h2,article h3,article h4,article h5,article h6 {
	font-size: 30px;
	font-weight: 400;
	margin: 0 0 0 0
}

article h2 {
	font-size: 25px
}

article h3 {
	font-size: 20px
}

article h4 {
	font-size: 18px
}

article h5 {
	font-size: 16px
}

article h6 {
	font-size: 14px
}

article p {
	margin: 12px 0 20px 0;
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 20px;
	font-weight: 300;
	font-family: "Roboto";
}

article ul,article ol {
	margin: 0 0 20px 0;
	padding-left: 20px
}

article ul li,article ol li {
	padding-bottom: 5px
}

article hr {
	border-color: #ddd;
	margin: 0.5em 0 1.2em 0
}

article .date {
	padding-top: 5px;
	width: 60px;
	padding-right: 20px;
	float: left;
	display: inline-block;
	text-align: center
}

article .date img {
	max-width: 48px;
	height: auto;
	border-radius: 30px
}

article.post-password-required .date {
	visibility: hidden
}

@media screen and (max-width: 768px) {
	article .date {
		display:inline;
		padding-right: 0;
		padding-bottom: 5px;
		float: none;
		width: 100%;
		border-bottom: 1px solid #ccc;
		margin-bottom: 5px
	}
}

article .month {
	display: block;
	font-weight: 300;
	line-height: 37px;
	font-size: 20px;
	padding-left: 5px
}

@media screen and (max-width: 768px) {
	article .month {
		display:inline;
		font-size: 13px;
		line-height: 1.4em
	}
}

article .day {
	display: block;
	font-weight: 300;
	line-height: 37px;
	font-size: 30px;
	padding-left: 5px
}

@media screen and (max-width: 768px) {
	article .day {
		display:inline;
		font-size: 13px;
		line-height: 1.4em
	}
}

article .teaser {
	width: calc(100% - 80px);
	float: left
}

article .teaser img {
	max-width: 100%;
	height: auto
}

article .teaser .featured-image {
	margin-bottom: 30px
}

@media screen and (max-width: 768px) {
	article .teaser {
		float:none;
		width: 100%
	}
}

article .teaser-image {
	width: calc(100% - 140px);
	float: left
}

article .teaser-featured-image {
	width: 140px;
	float: left;
	/* margin-bottom: 20px */
}

article .post-meta {
	font-size: 12px;
	color: #616874;
	clear: both;
	padding-left: 80px
}

@media screen and (max-width: 768px) {
	article .post-meta {
		padding-left:0
	}
}

article .post-meta a {
	color: #eee;
	text-decoration: none
}

article .post-meta a:hover {
	text-decoration: underline
}

article .meta{
	float: left;
	color: #eee !important;
	display: none;
}

article .read-more {
	float: right;
	font-weight: 600;
	display: none;
}

.social-icons {
	padding: 0;
	margin: 15px 0
}

.social-icons li {
	padding-right: 5px;
	display: inline-block
}

.social-icons i {
	font-size: 14px;
	color: #7d7d7d;
	margin-right: 7px;
	-webkit-transition: color .2s ease;
	transition: color .2s ease
}

.social-icons i:hover {
	color: #3c9494
}

body>footer {
	background: #212121;
	width: 100%
}

body>footer .footer-wrapper {
	min-height: 31px;
	width: auto;
	max-width: 1280px;
	margin: 0 50px 0 150px;
	padding: 35px 0 35px 0
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.nav-links {
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	min-width: 22px;
	color: #616874;
	padding-left: 80px
}

@media screen and (max-width: 768px) {
	.nav-links {
		padding-left:0
	}
}

.nav-links a,.nav-links .page-numbers {
	display: inline-block;
	color: #616874;
	text-decoration: none;
	padding: 4px 10px
}

.nav-links a:hover,.nav-links a.current,.nav-links .page-numbers:hover,.nav-links .page-numbers.current {
	color: #fff;
	background-color: #4cb6b7;
	border-radius: 6px
}

.search-form {
	margin: 0;
	position: relative
}

.search-form label {
	margin: 0
}

.search-form label .screen-reader-text {
	display: none
}

.search-form label input {
	width: 100%;
	font-size: 12px;
	border-radius: 0;
	padding: 0 15px;
	line-height: 34px;
	border-color: #dcdcdc;
	color: #cccccc;
	margin: 0;
	font-weight: 400;
	border: 1px solid #dcdcdc
}

.search-form label input:focus {
	color: inherit
}

.search-form input.search-submit {
	color: transparent;
	padding: 0;
	margin: 0;
	height: 36px;
	width: 36px;
	line-height: 36px;
	border: none;
	border-radius: 0;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/sidebar_search.png) no-repeat top right;
	text-indent: 100%
}

.error404content {
	padding: 65px 0 140px 0;
	text-align: center;
	background: url("../img/404.png") no-repeat bottom center;
	margin-bottom: 65px
}

.error404content h1 {
	color: #1a202c;
	font-size: 120px;
	font-weight: 700
}

.error404content p {
	color: #7e8798;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px
}

#team-template {
	margin: 30px 0 30px 80px
}

@media (max-width: 768px) {
	#team-template {
		margin-left:0
	}
}

#team-template .team-profile-btn {
	background: #c4cfd4 url("../img/logo-white.png") no-repeat;
	background-position: right 10px center;
	background-size: auto 60%;
	padding: 10px;
	border-radius: 5px;
	color: #fff;
	min-width: 20px;
	min-height: 20px;
	display: inline-block;
	position: absolute;
	right: 20px;
	bottom: 20px;
	-webkit-transition: all 300ms ease-in;
	transition: all 300ms ease-in
}

#team-template .team-profile-btn span {
	display: none;
	padding-right: 28px;
	font-weight: bold;
	-webkit-transition: all 300ms ease-in;
	transition: all 300ms ease-in
}

#team-template .team-profile-btn:hover {
	background-color: #4eb6b7
}

#team-template .team-profile-btn:hover span {
	display: inline-block
}

#team-template .team-content {
	background: #f8f8f8;
	padding: 35px;
	margin-bottom: 50px
}

#team-template .team-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

#team-template .team-row .team-item {
	width: 25%
}

@media (max-width: 998px) {
	#team-template .team-row .team-item {
		width:50%
	}
}

#team-template:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out
}

#team-template .team-member {
	min-height: 380px;
	background-color: #f6f8f9;
	margin-bottom: 40px;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	position: relative
}

#team-template .team-member:hover {
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	box-shadow: 0 0 8.5px 3.5px rgba(133,142,155,0.1)
}

#team-template .team-member:hover img {
	-webkit-filter: none;
	filter: none;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out
}

@media screen and (max-width: 480px) {
	#team-template .team-member {
		width:100%;
		margin-right: 0%
	}
}

#team-template .team-member h2 {
	font-size: 18px;
	color: #333
}

#team-template .team-member h2 a {
	text-decoration: none;
	color: #333
}

#team-template .team-member h2 a:hover {
	color: #3c9494
}

#team-template .team-member span {
	font-size: 12px
}

#team-template .team-member .team-info {
	padding: 15px 20px
}

#team-template .team-member img {
	max-width: 100%;
	height: auto
}

#contact-form-template {
	margin: 30px 0 30px 45px;
	background: #f8f8f8;
	padding: 35px
}

@media screen and (max-width: 768px) {
	#contact-form-template {
		margin-left:0
	}
}

#contact-form-template label,#contact-form-template .label {
	width: 100%;
	color: #959fb0;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px
}

#contact-form-template input,#contact-form-template textarea {
	width: 100%;
	padding: 10px;
	background: #fff;
	border: 1px solid gainsboro;
	box-sizing: border-box;
	border-radius: 0
}

#contact-form-template .wpcf7-submit {
	outline: 0;
	float: right;
	border: 0;
	color: #fff;
	width: auto;
	display: inline-block;
	background-color: #4cb6b7;
	cursor: pointer;
	border-radius: 4px
}

#contact-form-template .wpcf7-submit:hover {
	background-color: #3c9494
}

#contact-form-template .wpcf7-submit:after {
	clear: both
}

#contact-form-template iframe {
	max-width: 100%;
	width: 100%;
	height: 225px;
	margin-bottom: 15px
}

#contact-form-template .contact-content {
	color: #232c3d;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px
}

#contact-form-template .contact-content h1,#contact-form-template .contact-content h2 {
	color: #959fb0;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 0px
}

#contact-form-template .contact-content a {
	color: #232c3d;
	text-decoration: none
}

#contact-form-template .contact-content a:hover {
	text-decoration: underline
}

#contact-form-template .contact-content p {
	margin: 0 0 15px 0
}

.alignnone {
	margin: 5px 20px 20px 0
}

.aligncenter,div.aligncenter {
	display: block;
	margin: 5px auto 5px auto
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px
}

a img.alignnone {
	margin: 5px 20px 20px 0
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
	clear: both
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px
}

.widget_categories select {
	margin: 10px 20px
}

#calendar_wrap {
	padding: 10px 0px
}

#wp-calendar {
	width: 100%
}

#wp-calendar tr {
	border-bottom: medium none
}

#wp-calendar th,#wp-calendar td {
	font-size: 11px
}

#wp-calendar caption {
	margin: 5px 0 5px;
	padding: 0 10px;
	text-align: right
}

#wp-calendar thead th {
	border-bottom: medium none;
	border-top: 1px solid #F5F5F5;
	font-weight: 300;
	padding: 5px 10px
}

#wp-calendar tbody {
	color: #AAAAAA
}

#wp-calendar tbody td {
	background: none repeat scroll 0 0 #F5F5F5;
	border: 1px solid #FFFFFF;
	padding: 5px 8px;
	text-align: center
}

#wp-calendar tbody td:hover {
	background: none repeat scroll 0 0 #FFFFFF
}

#wp-calendar tbody .pad {
	background: none repeat scroll 0 0 transparent
}

#wp-calendar tfoot #next {
	font-weight: bold;
	padding-top: 5px;
	text-align: right;
	text-transform: uppercase
}

#wp-calendar tfoot #prev {
	font-weight: bold;
	padding-top: 5px;
	text-transform: uppercase
}

.textwidget img {
	max-width: 100%;
	height: auto
}

.widget_sidebar .widget_search .searchform #s {
	-webkit-appearance: none;
	padding: 8px 32px 8px 8px;
	border: 1px solid #cecece;
	float: left;
	line-height: 35px;
	width: 100%;
	height: 35px;
	box-sizing: border-box
}

.widget_sidebar .widget_search .searchform #searchsubmit {
	font-size: 0;
	float: right;
	background: url(../images/search.png) no-repeat 0% 40%;
	width: 35px;
	height: 33px;
	border: 0px none;
	border-radius: 0px;
	margin-top: -34px;
	margin-right: 1px
}

.widget_sidebar .widget_search .searchform .screen-reader-text {
	display: none
}

.widget_sidebar .widget_search::after {
	clear: both;
	content: "";
	margin: 20px
}

.bebel-mega-menu .widget-container {
	margin-bottom: 20px
}

.bebel-mega-menu .widget-container select,.bebel-mega-menu .widget-container img,.bebel-mega-menu .widget-container object,.bebel-mega-menu .widget-container iframe,.bebel-mega-menu .widget-container video,.bebel-mega-menu .widget-container audio,.bebel-mega-menu .widget-container figure {
	max-width: 100%
}

.bebel-mega-menu .widget-container .widget {
	margin-bottom: 20px
}

.bebel-mega-menu .widget-container .widget ul {
	margin-left: 0
}

.bebel-mega-menu .widget-container .widget ul li {
	float: none
}

.bebel-mega-menu .widget-container .widget .tagcloud a {
	display: inline-block;
	border: none;
	padding: 0;
	margin: 0;
	line-height: 1.6em;
	color: #666
}

.bebel-mega-menu .widget-container .widget .tagcloud a:hover {
	text-decoration: underline
}

.bebel-mega-menu .widget-container .search-form,.bebel-mega-menu .widget-container .woocommerce-product-search {
	padding-bottom: 30px
}

.bebel-mega-menu .widget-container .search-form .search-field,.bebel-mega-menu .widget-container .woocommerce-product-search .search-field {
	-webkit-appearance: none;
	padding: 8px 32px 8px 8px;
	border: 1px solid #cecece;
	float: left;
	line-height: 35px;
	width: 100%;
	height: 35px;
	box-sizing: border-box
}

.bebel-mega-menu .widget-container .search-form .search-submit,.bebel-mega-menu .widget-container .search-form input[type="submit"],.bebel-mega-menu .widget-container .woocommerce-product-search .search-submit,.bebel-mega-menu .widget-container .woocommerce-product-search input[type="submit"] {
	font-size: 0;
	float: right;
	background: url(../images/search.png) no-repeat 0% 40%;
	width: 35px;
	height: 33px;
	border: 0px none;
	border-radius: 0px;
	margin-top: -34px;
	margin-right: 1px
}

.bebel-mega-menu .widget-container .search-form .screen-reader-text,.bebel-mega-menu .widget-container .woocommerce-product-search .screen-reader-text {
	display: none
}

.latest_post_category h1 {
	margin-bottom: 15px
}

.latest_post_category div {
	border-bottom: 1px solid #dadada;
	margin-bottom: 15px;
	padding-bottom: 15px;
	overflow: hidden;
	font-size: 11px;
	clear: both
}

.latest_post_category div h3 {
	margin: 0px;
	font-size: 11px;
	line-height: normal
}

.latest_post_category div h3 a:hover {
	text-decoration: none
}

.latest_post_category div>a {
	float: left;
	margin: 0 10px 0 0;
	line-height: normal
}

.latest_post_category div>a>img {
	vertical-align: middle
}

.latest_post_category div p {
	float: left;
	width: calc(100% - 70px)
}

.latest_post_category>div:last-of-type {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0
}

.post-content img {
	max-width: 100%;
	height: auto
}

.post-content h2,.post-content h4,.post-content h5,.post-content h6 {
	color: #242424;
	font-weight: normal
}

.post-content h1,.post-content h3 {
	color: #000;
	font-weight: normal
}

.post-content h1 {
	font-size: 24px
}

.post-content h2 {
	font-size: 22px
}

.post-content h3 {
	font-size: 18px
}

.post-content h4 {
	font-size: 16px
}

.post-content h5 {
	font-size: 14px
}

.post-content h6 {
	font-size: 12px
}

.post-content blockquote.alignleft,.post-content .wp-caption.alignleft,.post-content img.alignleft {
	margin: 0.4em 1.6em 1.6em 0
}

.post-content blockquote.alignright,.post-content .wp-caption.alignright,.post-content img.alignright {
	margin: 0.4em 0 1.6em 1.6em
}

.post-content blockquote.aligncenter,.post-content .wp-caption.aligncenter,.post-content img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em
}

.post-content q,.post-content blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51,51,51,0.7);
	color: #707070;
	color: rgba(51,51,51,0.7);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em
}

.post-content blockquote p {
	margin-bottom: 1.6667em
}

.post-content blockquote>p:last-child {
	margin-bottom: 0
}

.post-content blockquote cite,.post-content blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "Noto Sans", sans-serif;
	line-height: 1.6
}

.post-content blockquote em,.post-content blockquote i,.post-content blockquote cite {
	font-style: normal
}

.post-content blockquote strong,.post-content blockquote b {
	font-weight: 400
}

.post-content .wp-caption.alignleft,.post-content .wp-caption.alignright,.post-content .wp-caption.aligncenter {
	margin-bottom: 1.2em
}

.post-content cite {
	font-style: italic;
	opacity: 0.8
}

.post-content ol,.post-content ul {
	list-style: none
}

.post-content ol li,.post-content ul li {
	margin-left: 15px;
	padding-left: 0px
}

.post-content ul {
	list-style: inherit
}

.post-content ol {
	list-style: numeric
}

.post-content table {
	border-collapse: separate;
	border-spacing: 0
}

.post-content caption,.post-content th,.post-content td {
	font-weight: normal;
	text-align: left
}

.post-content blockquote:before,.post-content blockquote:after,.post-content q:before,.post-content q:after {
	content: ""
}

.post-content blockquote,.post-content q {
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none
}

.post-content dt {
	font-weight: bold
}

.post-content dd {
	padding-left: 20px
}

.post-content address {
	font-style: italic;
	margin: 0 0 1.6em
}

.post-content code,.post-content kbd,.post-content tt,.post-content var,.post-content samp,.post-content pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none
}

.post-content pre {
	background-color: transparent;
	background-color: rgba(0,0,0,0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51,51,51,0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}

.post-content acronym,.post-content abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51,51,51,0.7);
	cursor: help
}

.post-content mark,.post-content ins {
	background-color: #fff9c0;
	text-decoration: none
}

.post-content sup,.post-content sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

.post-content sup {
	bottom: 1ex
}

.post-content sub {
	top: .5ex
}

.post-content small {
	font-size: 75%
}

.post-content big {
	font-size: 125%
}

.post-content hr {
	background-color: #eaeaea;
	background-color: rgba(51,51,51,0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em
}

.post-content td {
	padding: 5px 10px
}

.post-content dl {
	margin-bottom: 1.6em
}

.post-content dt {
	font-weight: bold
}

.post-content dd {
	margin-bottom: 1.6em
}

.post-content table,.post-content th,.post-content td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51,51,51,0.1)
}

.post-content table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed;
	width: 100%
}

.post-content caption,.post-content th,.post-content td {
	font-weight: normal;
	text-align: left
}

.post-content th {
	border-width: 0 1px 1px 0;
	font-weight: 700
}

.post-content td {
	border-width: 0 1px 1px 0
}

.post-content th,.post-content td {
	padding: 0.4em
}

.post-content figure {
	margin: 0
}

.post-content del {
	opacity: 0.8
}

.video-container {
	position: relative;
	padding-bottom: 56.25% !important;
	padding-top: 30px;
	height: 0;
	overflow: hidden
}

.video-container iframe,.video-container object,.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.sticky {
	background-color: #f8f8f8;
	padding: 20px 15px;
	margin: 0px -15px 100px -15px
}

.gallery .gallery-caption {
	color: #888;
	margin: 0 0 12px
}

.stat_bg {
	list-style: none
}

li.bypostauthor {
	background: transparent
}

pre {
	max-width: 100%;
	overflow: scroll
}

#comments {
	box-sizing: border-box !important;
	margin-top: 2.5rem;
	border-top: 1px solid #e3e3e3;
	padding: 2.5rem 0 20px 80px
}

.page #comments {
	padding-left: 0
}

@media screen and (max-width: 768px) {
	#comments {
		padding-left:0
	}
}

#comments h3 {
	margin-bottom: 1.875rem;
	line-height: 1.2;
	font-size: 1.75rem
}

#comments .comment-list {
	list-style: none;
	padding: 0;
	margin: 0
}

#comments .comment-list .comment-awaiting-moderation {
	display: inline-block;
	font-size: 0.625rem;
	padding-left: 0.625rem;
	color: #d35400
}

#comments .comment-list>li {
	padding-bottom: 1.875rem
}

#comments .comment-list .children {
	margin: 0;
	padding: 0 0 0 1.25rem;
	list-style: none
}

@media screen and (max-width: 767px) {
	#comments .comment-list .children {
		padding:0 0 0 0.625rem
	}
}

#comments .comment-list .children li:last-child {
	padding-bottom: 0
}

#comments .comment-list article {
	padding: 0;
	margin-bottom: 20px
}

#comments .comment-list article p:last-child {
	margin-bottom: 0
}

#comments .comment-list footer {
	margin-bottom: 1.25rem
}

#comments .comment-list .comment-content {
	padding: 0 1.25rem
}

#comments .comment-list .reply {
	padding: 1.25rem;
	padding-bottom: 0
}

#comments .comment-list .comment-reply-link {
	font-weight: 700
}

#comments .comment-meta {
	padding: 0.75rem;
	background: #f5f7f8;
	line-height: 2rem
}

#comments .comment-meta a {
	text-decoration: none
}

#comments .comment-meta:before,#comments .comment-meta:after {
	content: " ";
	display: table
}

#comments .comment-meta:after {
	clear: both
}

#comments .comment-meta {
	/* zoom:1 */
}

#comments .comment-meta .comment-author {
	float: left
}

#comments .comment-meta .comment-author .fn {
	padding-left: 0.25rem
}

#comments .comment-meta .comment-metadata {
	float: right;
	line-height: 2rem
}

@media screen and (max-width: 550px) {
	#comments .comment-meta .comment-metadata {
		display:none
	}
}

#comments .comment-meta .comment-metadata .edit-link a {
	color: #d35400 !important
}

#comments #respond {
	clear: both
}

#comments #respond p {
	margin-bottom: 0.625rem
}

#comments #respond #commentform input[type="text"],#comments #respond #commentform input[type="email"],#comments #respond #commentform input[type="url"],#comments #respond #commentform textarea {
	width: 100%;
	padding: 0.625rem;
	background: #f5f7f8;
	border: 0;
	outline: 0;
	box-sizing: border-box
}

#comments #respond #submit {
	width: 100%;
	display: block;
	padding: 0.875rem 1.25rem;
	border: 0;
	background: #4cb6b7;
	color: #fff;
	-webkit-transition: all 300ms ease-in;
	transition: all 300ms ease-in
}

#comments #respond #submit:hover {
	background: #2d6f70
}

#comments #respond .comment-subscription-form,#comments #respond .notification {
	color: #fff;
	background: #8799ac;
	padding: 0.9375rem;
	margin-bottom: 0
}

#comments #respond .comment-subscription-form:first-child,#comments #respond .notification:first-child {
	padding-bottom: 0
}

.sidebar ul {
	list-style: none;
	padding: 0
}

.sidebar ul .children {
	padding-left: 20px
}

.sidebar h2 {
	font-size: 16px;
	font-weight: 400;
	color: #666;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	padding-bottom: 15px
}

.sidebar h2 .fa {
	padding-right: 10px;
	color: #666
}

.sidebar .widget {
	margin: 30px 0;
	font-size: 12px
}

.sidebar .widget ul>li {
	padding: 10px 0px;
	border-bottom: 1px solid #e4e4e4;
	margin: 0
}

.sidebar .widget ul>li:last-child {
	border-bottom: 0
}

.sidebar .widget a {
	color: #999;
	font-size: 12px
}

.sidebar .widget a:hover {
	color: #666
}

.sidebar .widget .read-more {
	font-weight: normal;
	color: #666
}

.sidebar .widget .read-more:hover {
	color: #5a99d2
}

.sidebar input,.sidebar select {
	max-width: 100%
}

.sidebar .wp-caption.alignnone {
	margin: 0
}

table {
	width: 100%;
	margin-bottom: 1rem;
	border-radius: 0
}

table thead,table tbody,table tfoot {
	border: 1px solid #f1f1f1;
	background-color: #fefefe
}

table caption {
	font-weight: bold;
	padding: 0.5rem 0.625rem 0.625rem
}

table thead,table tfoot {
	background: #f8f8f8;
	color: #0a0a0a
}

table thead tr,table tfoot tr {
	background: transparent
}

table thead th,table thead td,table tfoot th,table tfoot td {
	padding: 0.5rem 0.625rem 0.625rem;
	font-weight: bold;
	text-align: left
}

table tbody tr:nth-child(even) {
	background-color: #f1f1f1
}

table tbody th,table tbody td {
	padding: 0.5rem 0.625rem 0.625rem
}
form.post-password-form {
	max-width: 1100px;
	margin: auto;
	padding-top: 5%;
}

a.vc_general.vc_btn3 {
	font-size: 14px !important;
	font-weight: 400;
	line-height: 38px;
	color: #fff;
	text-decoration: none;
	padding: 0px 18px !important;
	border-radius: 3px !important;
	text-align: center;
	transform: none;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

main#main-page {
	padding: 0 !important;
}

div#primary > .row.content-area {
	margin:  0 !important;
}

.wpcf7 input, .wpcf7 select {
	margin: 6px 0 4px;
	width: 99%;
	padding: 7px 10px 7px 10px !important;
	height: 55px;
	box-sizing: border-box;
	border: 2px solid #E3E3E3;
	border-radius: 4px;
	background: #fdfdfd;
	font-size: 14px;
}

.wpcf7 textarea {
	margin: 10px 0 20px;
	width: 99%;
	padding: 7px 10px 7px 10px !important;
	height: 95px;
	box-sizing: border-box;
	border: 2px solid #E3E3E3;
	border-radius: 4px;
	background: #fdfdfd;
}

.wpcf7 input.wpcf7-form-control.wpcf7-submit {
	background: #6698fe;
	color: #fff;
	font-size: 14px;
}
div.wpcf7 {
	padding: 10px;
	padding-left: 15px;
	border: 3px solid rgba(97, 104, 116, 0.21);
	border-radius: 4px;
	background: #fff;
}

div.wpcf7 p .ajax-loader {
	position: absolute;
	bottom: 7px;
	margin: auto;
	display: block;
	left: 50%;
	margin-left: -8px;
}
.parent-pageid-1616 header {
	border-bottom: 2px solid #ddd;
}

.parent-pageid-1616 h2.vc_custom_heading{
	background: rgb(3, 3, 104);
	border-radius: 4px;
	text-indent: 21px;
	padding: 6px 10px;
	font-size: 22px;
	font-weight: 300 !important;
}

.parent-pageid-1616 .wpb_text_column.wpb_content_element iframe {
	height: 280px;
}

.parent-pageid-1616 .wpb_column.vc_column_container.vc_col-sm-4 .wpb_text_column.wpb_content_element:nth-child(2)  {
	background: #fff;
	padding: 18px;
	padding-top: 1px;
	border: 2px solid #ffebaf;
	border-radius: 0 0 4px 4px;
	border-top: 0;
}

.parent-pageid-1616 .wpb_column.vc_column_container.vc_col-sm-4 .wpb_single_image.wpb_content_element:nth-child(1) {
	margin-bottom: 0;
	border: 2px solid #ffebaf;
	border-bottom: 0;
}