﻿.theme-border, .table-bordered {
	border-top: solid 2px #009881
}
.theme-color {
	color: #009881
}
.title-border, .postWrapper .postTitle.page-title {
	border-bottom: solid 2px #dfdfdf;
	padding-bottom: 30px !important;
	margin-bottom: 40px !important
}

@media only screen and (max-width: 767px) {
.title-border, .postWrapper .postTitle.page-title {
	margin-bottom: 15px !important;
	padding-bottom: 10px !important
}
}
.theme-block {
	border: solid 1px #dfdfdf;
	border-top: solid 2px #009881;
	padding: 30px 29px;
	margin-bottom: 60px
}
.no-theme-block {
	border: none;
	padding: 0;
	margin-bottom: 0
}
.table-bordered thead>tr>th, .table-bordered thead>tr>td {
	font-size: 16px;
	line-height: 1.667em;
	color: #333;
	/*text-transform: uppercase;*/
	font-weight: 500
}

@media only screen and (max-width: 991px) {
.theme-block {
	padding: 15px;
	margin-bottom: 30px
}
}
.table-bordered thead>tr>th, .table-bordered thead>tr>td {
	border-bottom-width: 1px
}
.table-bordered th, .table-bordered td {
	border: solid 1px #dfdfdf
}
.ink {
	display: block;
	position: absolute;
	background: rgba(0,0,0,0.1);
	border-radius: 100%;
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	z-index: 9999
}
.animate {
	-webkit-animation: ripple 0.65s linear;
	-webkit-animation: ripple 0.65s linear;
	-moz-animation: ripple 0.65s linear;
	-ms-animation: ripple 0.65s linear;
	-o-animation: ripple 0.65s linear;
	animation: ripple 0.65s linear
}
@-webkit-keyframes ripple {
100% {
opacity:0;
-moz-transform:scale(2.5);
-o-transform:scale(2.5);
-ms-transform:scale(2.5);
-webkit-transform:scale(2.5);
transform:scale(2.5)
}
}
@-moz-keyframes ripple {
100% {
opacity:0;
-moz-transform:scale(2.5);
-o-transform:scale(2.5);
-ms-transform:scale(2.5);
-webkit-transform:scale(2.5);
transform:scale(2.5)
}
}
@-o-keyframes ripple {
100% {
opacity:0;
-moz-transform:scale(2.5);
-o-transform:scale(2.5);
-ms-transform:scale(2.5);
-webkit-transform:scale(2.5);
transform:scale(2.5)
}
}
@keyframes ripple {
100% {
opacity:0;
-moz-transform:scale(2.5);
-o-transform:scale(2.5);
-ms-transform:scale(2.5);
-webkit-transform:scale(2.5);
transform:scale(2.5)
}
}
.icon-sprite, .icon-sprite-for-modules {
	background-image: url(../images/icon_sprite.png);
	background-repeat: no-repeat;
	text-indent: -9999px
}
.icon-sprite-for-modules {
	background-image: url(../images/icon_sprite.png)
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
.icon-sprite, .icon-sprite-for-modules {
	background-image: url(../images/icon_sprite@2x.png);
	background-size: 100px 1000px
}
}
@keyframes zoomIn {
0% {
opacity:0;
transform:scale(0.3)
}
50% {
opacity:1
}
}
@-webkit-keyframes zoomIn {
0% {
opacity:0;
-webkit-transform:scale(0.3)
}
50% {
opacity:1
}
}
.blog-list>li:not(.last) {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #dfdfdf
}
.postWrapper {
	clear: both
}
.postWrapper .postImage img {
	max-width: 100%
}
.postWrapper .postTitle {
	margin-bottom: 11px
}
.postWrapper .postTitle h2 {
	font-size: 24px;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	/*text-transform: uppercase*/
}
.postWrapper .postTitle h2 a {
	color: #009881
}
.postWrapper .postTitle h2 a:hover {
	color: #888
}
.postWrapper .postTitle h3 {
	font-size: 10px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px
}
.postWrapper .postTitle.page-title h2 {
	font-size: 26px;
	font-weight: 300;
	color: #333;
	padding-bottom: 0;
	margin-bottom: 30px;
	/*text-transform: uppercase;*/
	margin-bottom: 0
}

@media only screen and (max-width: 767px) {
.postWrapper .postTitle.page-title h2 {
	font-size: 20px
}
}
.postWrapper .postDetails {
	padding: 0 0 20px;
	color: #333
}
.postWrapper .postDetails>span {
	margin-right: 20px;
	color: #333
}
.postWrapper .postDetails>span::before {
	font-size: 18px;
	color: #009881
}
.postWrapper .postDetails a {
	color: #333
}
.postWrapper .postDetails a:hover {
	color: #009881
}
.postWrapper .postContent {
	line-height: 1.714em
}
.postWrapper .commentDetails>span, .postWrapper .postDetails>span, .comments-section .commentDetails>span, .comments-section .postDetails>span {
	margin-right: 20px;
	color: #333
}
.postWrapper .commentDetails>span::before, .postWrapper .postDetails>span::before, .comments-section .commentDetails>span::before, .comments-section .postDetails>span::before {
	font-size: 18px;
	color: #009881
}
.postWrapper .commentDetails .postDetails-date::before, .postWrapper .postDetails .postDetails-date::before, .comments-section .commentDetails .postDetails-date::before, .comments-section .postDetails .postDetails-date::before {
	display: inline-block;
	font-family: "material-design";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "";
	padding-right: 7px
}
.postWrapper .commentDetails .postDetails-coment::before, .postWrapper .postDetails .postDetails-coment::before, .comments-section .commentDetails .postDetails-coment::before, .comments-section .postDetails .postDetails-coment::before {
	display: inline-block;
	font-family: "material-design";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: ""
}
.postWrapper .commentDetails .postDetails-tags::before, .postWrapper .postDetails .postDetails-tags::before, .comments-section .commentDetails .postDetails-tags::before, .comments-section .postDetails .postDetails-tags::before {
	display: inline-block;
	font-family: "material-design";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: ""
}
.postWrapper .commentDetails .postDetails-user::before, .postWrapper .postDetails .postDetails-user::before, .comments-section .commentDetails .postDetails-user::before, .comments-section .postDetails .postDetails-user::before {
	display: inline-block;
	font-family: "material-design";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: ""
}
.postWrapper .commentDetails>span.postDetails-user, .comments-section .commentDetails>span.postDetails-user {
	margin: 0;
	margin-bottom: 10px;
	color: #333;
	font-family: "panton_regular", sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	line-height: 1.4;
	text-rendering: optimizeSpeed;
	/*text-transform: uppercase;*/
	display: block
}
.postWrapper .commentDetails>span.postDetails-user::before, .comments-section .commentDetails>span.postDetails-user::before {
	display: none
}
.post-container .postDetails {
	text-align: center;
	padding-bottom: 40px
}
.post-container .postImage {
	margin-bottom: 30px
}
.top-toolbar .toolbar .pages {
	display: none
}
.bottom-toolbar {
	overflow: hidden;
	margin-top: 30px
}
.bottom-toolbar .toolbar {
	float: left
}
.bottom-toolbar .toolbar .sorter, .bottom-toolbar .toolbar .count-container {
	display: none
}
.comments-section {
	border-top: solid 2px #dfdfdf;
	padding-top: 40px;
	margin-top: 40px
}
.comments-section .comments-container .commentWrapper {
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: 1px solid #dfdfdf
}
.comments-section .comments-container .commentWrapper:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0
}
#postComment {
	border-top: solid 2px #dfdfdf;
	padding-top: 40px;
	margin-bottom: 30px
}
#postComment p.required {
	margin: 10px 0
}
#postComment .input-box input, #postComment textarea {
	width: 50%;
	max-width: 50%
}

@media only screen and (max-width: 767px) {
.postWrapper .postImage {
	margin-bottom: 15px
}
.postWrapper .postTitle h2 {
	font-size: 18px
}
#postComment .input-box input, #postComment textarea {
	width: 100%;
	max-width: 100%
}
}
.postContent {
	overflow: hidden
}
.postDetails a:hover, .postDetails-tags li a:hover {
	color: #000
}
.postDetails i {
	margin-right: 3px
}
.aw-blog-read-more span {
	position: relative
}
.postBookmarks {
	padding-bottom: 10px
}
.postBookmarks h4 {
	font-size: 12px;
	font-weight: bold
}
.commentWrapper:after {
	content: "";
	display: table;
	clear: both
}
.commentWrapper i {
	font-size: 16px;
	margin-right: 5px
}
.commentContent {
	padding-bottom: 0px
}
.commentDetails {
	margin-bottom: 15px;
	font-size: 14px;
	/*text-transform: uppercase*/
}
.commentDetails .postDetails-user {
	margin-right: 10px
}
.commentDetails h4.username {
	display: inline
}
.postError {
	font-size: 16px
}
.postDetails-tags h4 {
	display: none
}
.tags UL {
	display: inline
}
.tags UL LI {
	font-weight: normal;
	display: inline;
	padding-right: 6px
}
.tags h4 {
	font-size: 12px;
	font-weight: bold
}
.menu-tags {
	margin: 5px 9px
}
.block-blog .block-content .block-subtitle {
	font-size: 13px;
	margin-bottom: 13px
}
.block-blog .block-content ul {
	margin-bottom: 25px;
	padding-left: 8px
}
.block-blog .block-content ul li {
	padding-bottom: 5px
}
.block-blog .block-content ul li:last-child {
	padding-bottom: 0
}
.block-blog .menu-tags UL LI {
	display: inline;
	padding: 2px;
	margin-left: 10px
}
.tag-count-1 {
	font-size: 1em !important
}
.tag-count-2 {
	font-size: 1.2em !important
}
.tag-count-3 {
	font-size: 1.4em !important
}
.tag-count-4 {
	font-size: 1.6em !important
}
.tag-count-5 {
	font-size: 1.8em !important
}
.tag-count-6 {
	font-size: 2em !important
}
.tag-count-7 {
	font-size: 2em !important
}
.tag-count-8 {
	font-size: 2em !important
}
.tag-count-9 {
	font-size: 2em !important
}
.tag-count-10 {
	font-size: 2em !important
}
.block-blog .head h4 {
	padding-left: 20px
}
.menu-tags h5 {
	text-transform: capitalize;
	margin-bottom: 5px;
	font-weight: bold;
	color: #000
}
.postWrapper .poster {
	display: inline
}
.input-box.aw-blog-comment-area {
	width: 100%
}
.awblog_current_comment {
	text-decoration: none !important;
	font-weight: bold !important
}
#empty-blog span::before {
	font-family: 'material-design';
	content: '\e06a';
	font-size: 32px;
	color: #a50000;
	vertical-align: middle;
	padding-right: 15px
}
.blog-index-list .dropdown .selected {
	white-space: normal
}
.widget-latest {
	padding-bottom: 60px
}
.widget-latest .widget-latest-wrap:after {
	content: '';
	display: table;
	clear: both
}
.widget-latest .postContent-img {
	float: left
}
.widget-latest .postContent-img img {
	max-width: 100%
}

@media only screen and (min-width: 1200px) {
.widget-latest .postContent-img {
	max-width: 270px
}
}
.widget-latest .widget-latest-content {
	padding-left: 20px;
	overflow: hidden
}
.widget-latest .widget-latest-details {
	color: #009881;
	font-size: 13px;
	margin-bottom: 15px
}
.widget-latest .widget-latest-title {
	margin-bottom: 6px
}
.widget-latest .widget-latest-title a {
	font-size: 16px;
	line-height: 20px;
	/*text-transform: uppercase;*/
	font-weight: 300
}
.widget-latest .postContent-desc {
	font-weight: 300;
	margin-bottom: 10px
}
.widget-latest .widget-latest-comment {
	/*text-transform: uppercase;*/
	color: #009881
}
.widget-latest .widget-latest-comment:hover {
	color: #333
}
.widget-latest .widget-latest-comment i {
	margin-right: 4px;
	font-size: 14px
}
.widget-latest .aw-blog-read-more {
	display: table;
	font-size: 16px;
	padding: 15px 29px;
	margin: 35px auto 0
}

@media only screen and (max-width: 1199px) {
.widget-latest .postContent-img {
	width: 100%;
	float: none
}
.widget-latest .postContent-img img {
	width: 100%
}
.widget-latest .widget-latest-content {
	padding: 20px 0 0
}
}

@media only screen and (max-width: 767px) {
.widget-latest li {
	margin-bottom: 30px
}
}
.blog-grid li {
	text-align: center;
	margin-bottom: 40px
}
.blog-grid .postImage {
	margin-bottom: 25px
}
.blog-grid .postDetails-date {
	color: #009881;
	margin-bottom: 16px;
	display: block
}
.blog-grid .postTitle {
	font-size: 22px;
	font-weight: 300
}
.blog-grid .postTitle a {
	color: #333
}
.blog-grid .postTitle a:hover {
	color: #009881
}
.blog-grid .postContent {
	line-height: 20px
}
.blog-grid .postContent .aw-blog-read-more {
	display: none
}
.blog-grid .postDetails-coment a {
	/*text-transform: uppercase;*/
	color: #009881
}
.blog-grid .postDetails-coment a:before {
	display: inline-block;
	font-family: FontAwesome;
	font-size: inherit;
	line-height: normal;
	font-weight: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "\f0e5";
	margin-right: 4px
}
.blog-grid .postDetails-coment a:hover {
	color: #333
}
.widget-latest-footer .postContent-img {
	max-width: 190px;
	float: left
}
.widget-latest-footer .widget-latest-content {
	padding: 0 0 0 18px
}
.widget-latest-footer .postContent-desc {
	text-transform: none;
	font-size: 13px;
	line-height: 20px
}
.widget-latest-footer .widget-latest-title a {
	color: #333
}
.widget-latest-footer .widget-latest-title a:hover {
	color: #009881
}
.widget-latest-footer li {
	margin-bottom: 30px
}

@media only screen and (max-width: 991px) {
.widget-latest-footer.widget-latest {
	padding-top: 30px
}
}

@media only screen and (max-width: 479px) {
.widget-latest-footer .postContent-img {
	float: none;
	max-width: 100%
}
.widget-latest-footer .widget-latest-content {
	padding: 20px 0 0
}
}
.blog-grid .layout-4 {
	text-align: left
}
.blog-grid .layout-4 .postWrapper {
	border-bottom: 1px solid #ECECEC;
	margin-bottom: 10px;
	padding-bottom: 40px
}
.blog-grid .layout-4:last-child .postWrapper {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0
}
