* {
	font-family: "Lato", sans-serif;
	font-size: 16px;
	line-height: 27px;
	font-weight: 400;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
    position: relative;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: rgb(58, 62, 74);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: rgb(42, 42, 43);
}
h1 {
  font-size: 56px;
  line-height: 58px;
}
h2 {
  font-size: 46px;
  line-height: 48px;
}
h3 {
  font-size: 36px;
  line-height: 38px;
}
h4 {
  font-size: 30px;
  line-height: 35px;
}
h5 {
  font-size: 24px;
  line-height: 36px;
}
h6 {
  font-size: 18px;
  line-height: 26px;
}
@media only screen and (max-width: 991px) {
	h1 {
		font-size: 46px;
		line-height: 46px;
	}
}
@media only screen and (max-width: 767px) {
	h1 {
		font-size: 36px;
		line-height: 36px;
	}
	h3 {
		font-size: 32px;
		line-height: 35px;
	}
}
h1, h2, h3, h4, h5, h6 {
	margin: 30px 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
	margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
	margin-top: 0;
}

p {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: rgb(121, 121, 121);
}
p a {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: rgb(27, 27, 27);
}
p {
	margin: 30px 0;
}
p:first-child {
	margin-top: 0;
}
p:last-child {
	margin-bottom: 0;
}

a {
	font-family: "Lato", sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: 600;
	color: rgb(27, 27, 27);
	text-decoration: none;
	-webkit-transition: color 0.3s ease-in;
	transition: color 0.3s ease-in;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	color: rgb(179, 179, 179);
}

blockquote {
	font-family: "Poppins", sans-serif;
	font-size: 30px;
	line-height: 44px;
	font-weight: 300;
	color: rgb(27, 27, 27);
	margin: 30px 0;
	padding: 40px 15px;
}
blockquote:before, blockquote:after {
	content: '';
	display: table;
}
blockquote:after {
	clear: both;
}
blockquote p {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin-bottom: 15px;
}
blockquote>:last-child {
	margin-bottom: 0;
}
q:before, q:after {
	content: '';
}
blockquote, q {
	quotes: none;
}
blockquote > ul {
	margin-left: 15px;
}
blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}
blockquote cite,
blockquote small {
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: rgb(27, 27, 27);
}
blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

dfn, cite, em, i {
	font-style: italic;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 30px 0;
	table-layout: fixed;
	width: 100%;
}
table, th, td {
	border: 2px solid rgb(242, 242, 242);
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
th, td {
	padding: 7px;
}
th {
	font-weight: 700;
}

dl {
	margin: 30px 0;
}
dt {
	font-size: 11px;
	line-height: 38px;
	font-weight: 700;
	color: rgb(182, 182, 182);
	text-transform: uppercase;
}
dd {
	font-size: 14px;
	line-height: 28px;
	font-weight: 400;
	color: rgb(27, 27, 27);
	margin: 0 0 20px;
}

ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul, ol {
	margin: 30px 0 30px 20px;
	padding: 0;
}
li > ul, li > ol {
	margin: 0 0 0 20px;
}

address {
	font-style: italic;
	color: rgb(27, 27, 27);
	margin: 30px 0;
}

abbr[title] {
	border-bottom: 1px dotted rgb(121, 121, 121);
}
abbr, acronym {
	border-bottom: 1px dotted rgb(121, 121, 121);
	cursor: help;
}
b, strong {
	font-weight: bolder;
}
big {
	font-size: 125%;
}
code {
	background-color: rgb(182, 182, 182);
	padding: 2px 4px;
}
code, kbd, tt, var, samp, pre {
	font-family: "Courier", monospace;
}
del {
	opacity: 0.8;
}
mark, ins {
	background: rgb(0, 122, 204);
	color: rgb(255, 255, 255);
	padding: 2px 4px;
	text-decoration: none;
}
pre {
	border: 2px solid rgb(242, 242, 242);
	font-size: 16px;
	line-height: 24px;
	color: rgb(27, 27, 27);
	margin: 30px 0;
	max-width: 100%;
	overflow: auto;
	padding: 30px;
	white-space: pre-wrap;
	word-wrap: break-word;
}
sub, sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
}
sub {
	bottom: -3px;
}
sup {
	top: -6px;
}

.aligncenter {
	display: block;
	clear: both;
	margin: 0 auto 30px;
}
.alignleft {
	float: left;
	margin: 6px 25px 25px 0;
}
.alignright {
	float: right;
	margin: 6px 0 25px 25px;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
}

.wp-caption {
	max-width: 100%;
	margin-bottom: 25px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}
.wp-caption .wp-caption-text {
	font-size: 13px;
	line-height: 20px;
	color: rgb(179, 179, 179);
	font-style: italic;
	padding-top: 7px;
}

/* POST PAGER */
.page-links {
	font-family: "Lato", sans-serif;
	clear: both;
	margin: 30px 0;
}
.page-links a, .page-links > span {
	display: inline-block;
	font-size: 11px;
	line-height: 38px;
	font-weight: 600;
	margin-right: 6px;
	text-align: center;
}
.page-links > .page-links-title {
	border: 0;
	color: rgb(27, 27, 27);
	padding-right: 10px;
	margin-right: 0;
}
.page-links a {
	color: rgb(27, 27, 27);
}
.says, .screen-reader-text {
	position: absolute!important;
	width: 1px;
	height: 1px;
	clip: rect(1px,1px,1px,1px);
	overflow: hidden;
	word-wrap: normal!important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	background-color: transparent;
	border: none;
	border-bottom: 2px solid rgb(242, 242, 242);
	border-radius: 0;
	color: rgb(27, 27, 27);
	padding: 10px 15px;
	width: 100%;
	outline: none;
	margin-bottom: 15px;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: none;
}
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {

}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 11px;
	line-height: 38px;
	font-weight: 600;
	color: rgb(27, 27, 27);
	border: 1px solid rgb(27, 27, 27);
	background-color: transparent;
	padding: 0 15px;
	outline: none;
	-webkit-appearance: button;
	cursor: pointer;
	transition: background-color 0.3s ease-in, color 0.3s ease-in;
}
button:hover,
button:focus,
html input[type="button"]:hover,
html input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: rgb(27, 27, 27);
	color: rgb(255, 255, 255);
	outline: none;
}

.comment-list {
	list-style: none;
	margin: 0;
}
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child {
	margin-top: 0;
}
/*.comment-list .children > li {
	padding-left: 25px;
}*/

.post-password-form {
	margin-bottom: 30px;
}
.post-password-form label {
	display: block;
	font-size: 11px;
	line-height: 38px;
	font-weight: 600;
	color: rgb(182, 182, 182);
}
.post-password-form button, input, select, textarea {
	max-width: 100%;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 7px 14px;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
figure {
	margin: 0;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	display: block;
	font-size: 13px;
	line-height: 20px;
	color: rgb(179, 179, 179);
	font-style: italic;
	padding-top: 7px;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.666666%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.111111%;
}

embed, iframe, object, video {
	margin-bottom: 30px;
	max-width: 100%;
	vertical-align: middle;
}

.entry-content blockquote:not(.alignleft):not(.alignright),
.entry-summary blockquote, .comment-content blockquote {
	margin-left: -25px;
}
.entry-content>:last-child, .entry-summary>:last-child,
body:not(.search-results) .entry-summary>:last-child,
.page-content>:last-child, .comment-content>:last-child,
.textwidget>:last-child {
	margin-bottom: 0;
}
.widget li > ul, .widget li > ol {
	margin-bottom: 0;
	margin-left: 20px;
}
.tagcloud a {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-family: Montserrat,"Helvetica Neue",sans-serif;
	line-height: 1;
	margin: 0 3px 7px 0;
	padding: 7px 6px 6px;
}


.bypostauthor {
	font-family: inherit;
}
.sticky.post {
	background-color: rgb(242, 242, 242);
}
.sticky.post:before {
	content: '\f249';
    font-family: "FontAwesome";
	display: inline-block;
    margin-right: 8px;
}