/* ## Wordpress */

.sticky {
}

/* - Page Header */
.page-header {
	margin: 0 0 20px;
}
.page-header .entry-title {
	margin-top: 0;
}

/* - Alignments */
.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}

/* - Comments */

#commentform .form-submit {
    margin-top: 10px;
}

.page #commentform #comment {
    margin-bottom: 0;
}

.comments-area h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #4c4c4c;
}

.comments-area .comments-line {
    width: 100%;
    border: 1px solid #c7c7c7;
    padding: 15px;
    font-size: 14px;
    font-style: italic;
    outline: none;
    margin-bottom: 20px;
}

.comments-area {
	margin-bottom: 80px;
	margin-top: 15px;
	display: inline-block;
	width: 100%;
}

.comments-area .comments-area {
    width: 100%;
    border: 1px solid #c7c7c7;
    padding: 15px;
    font-size: 14px;
    outline: none;
    margin-bottom: 20px;
    font-style: italic;
    resize: none;
    height: 202px;
}

.comments-area p.form-submit {
    text-align: right;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="url"]:focus,
.comment-form input[type="email"]:focus,
.comment-form textarea:focus {
    border-color: #ea2e49;
}

.comment-form input[type="submit"],
.comments-area p.form-submit .button-1 {
    background: none;
    color: #666;
    border: 3px solid #ea2e49;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    padding: 8px 25px;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
}

.comment-form input[type="submit"]:hover {
    color: #fff;
    background-color: #ea2e49;
}

.comments-area .comment {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.comment-author.vcard {
    display: inline;
}

.comment-author.vcard img {
    border-radius: 150px;
    width: 80px;
    height: 80px;
    border: 3px solid #e8e8e8;
}

.comments-area .comment .comment-image {
    float: left;
    margin-left: -100px;
}

.comments-area .comment .comment-image img {
    border-radius: 150px;
    width: 80px;
    height: 80px;
    border: 3px solid #e8e8e8;
}

.comments-area .commentlist li {
    list-style: none;
}

.comments-area .commentlist ul {
    margin-left: 70px;
}

.comments-area .comment .comment-info {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}

.comments-area .comment .comment-info span {
    float: right;
    font-size: 13px;
    color: #a3a2a2;
}

.comments-area .comment p {
    color: #333;
    font-size: 13px;
    line-height: 1.7em;
    font-weight: 400;
    min-height: 30px;
}

.comments-area .commentlist {
    margin-bottom: 60px;
    padding: 0;
}
.comment-meta {
    background: none repeat scroll 0 0 transparent;
    color: indigo;
    padding: 0;
    text-align: left;
}

.widget_pages .page_item_has_children .children {
    margin-left: 25px;
}

.widget_pages .page_item_has_children > a, .widget_pages .menu-item-has-children > a {
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
}

.comments-area > :last-child {
    margin-bottom: 0;
}

.comment-list + .comment-respond {
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
}

.comments-title,
.comment-reply-title {
    font-family: "Noto Serif", serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333;
}

.comments-title {
    margin-bottom: 1.3333em;
}

.comment-list {
    list-style: none;
    margin: 0;
	padding-left: 0;
}

.comments-area .children {
    margin-left: 30px;
    padding-left: 30px;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    padding: 1.6em 0;
}

.comment-list .children {
    list-style: none;
    margin: 0 0 0 50px;
}

.comment-list .children > li {
    padding-left: 0.8em;
}

.comment-author {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    margin-bottom: 0.4em;
}

.comment-author .avatar {
    float: left;
    height: 24px;
    margin-right: 0.8em;
    width: 24px;
}

.bypostauthor > article .fn:after {
    content: "\f304";
    position: relative;
    top: 5px;
    left: 3px;
}

.comment-metadata,
.pingback .edit-link {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    float: right;
}

.comment-metadata a,
.pingback .edit-link a {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
    color: #333;
}

.comments-area label {
    min-width: 100px;
}

.comment-metadata {
}

.comment-metadata .edit-link {
    margin-left: 1em;
}

.pingback .edit-link {
    margin-left: 1em;
}

.pingback .edit-link:before {
    top: 5px;
}

.comment-content ul,
.comment-content ol {
    margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
    margin-bottom: 0;
}

.comment-content > :last-child {
    margin-bottom: 0;
}

.comment-list .reply {
    font-size: 12px;
    font-size: 1.2rem;
}

.comment-list .reply a {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: inline-block;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    line-height: 1;
	text-decoration: none;
    margin-top: 6px;
    padding: 0.4167em 0.8333em;
    text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
    border-color: #333;
    color: #333;
    outline: 0;
}

.comment-form {
}

.comment-form label {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    display: block;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    border: 1px solid #c7c7c7;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 20px;
    outline: medium none;
    padding: 8px;
    height: auto;
    width: 100%;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
}

.no-comments {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    padding-top: 1.6em;
}

.comment-navigation + .no-comments {
    border-top: 0;
}

.form-allowed-tags code {
    font-family: Inconsolata, monospace;
    white-space: normal;
}

.form-submit {
    margin-bottom: 0;
}

.required {
    color: #c0392b;
}

.comment-reply-title small {
    font-size: 100%;
}

.comment-reply-title small a {
    border: 0;
    float: right;
    height: 32px;
    overflow: hidden;
    width: 26px;
}

.comment-reply-title small a:before {
    content: "\f405";
    font-size: 32px;
    position: relative;
    top: -3px;
}

/* - Pagination */
.pagination li .page-numbers.current {
    border-color: #e74c3c;
    color: #e74c3c;
}

.paging-navigation .pagination {
    margin: 10px 0 10px;
}

.paging-navigation .pagination li .page-numbers {
    border-radius: 0;
}

.paging-navigation .pagination li .page-numbers:hover {
    background-color: transparent;
    border-color: #e74c3c;
    color: #e74c3c;
}

.pagination li .page-numbers {
    background-color: transparent;
    border: 2px solid #ccc;
    color: #333;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    height: 30px;
    line-height: 1.5em;
    padding-top: 2px;
    margin: 0 5px;
    border-radius: 0;
    min-width: 30px;
}

/* - Search From */

/* - Widgets */
.widget {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin-bottom: 30px;
	width: 100%;
	word-wrap: break-word;
}

.widget-title {
    color: #4c4c4c;
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}

.widget-title:after {
    border-bottom: 1px solid #a3a2a2;
    content: "";
    display: block;
    float: none;
    height: 6px;
    margin: 0 auto;
    text-align: center;
    width: 70px;
}

.widget:first-of-type .widget-title {
    margin-top: 0;
}

.widget pre {
    line-height: 1.2;
}

.textwidget option {
    max-width: 246px;
}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
    padding: 0.375em;
}

.widget > :last-child {
    margin-bottom: 0;
}

.widget_calendar table {
    margin: 0;
}

.widget_calendar td,
.widget_calendar th {
    line-height: 2.3333;
    text-align: center;
    padding: 0;
}

.widget_calendar caption {
    font-family: "Noto Serif", serif;
    font-weight: 700;
    margin: 0 0 1.6em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.widget_calendar tbody a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    background-color: #333;
    color: #fff;
    display: block;
    font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
    color: #fff;
}

.widget_archive a,
.widget_categories a,
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a {
    border: 0;
}

.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
    list-style: none;
    margin: 0;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
    border-top: 0;
    padding-top: 0;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
    padding-bottom: 0;
}

.widget_recent_entries .post-date {
    display: block;
}

.widget_rss ul {
    list-style: none;
    margin: 0;
}

.widget_rss li {
    margin-bottom: 1.6em;
}

.widget_rss ul:last-child,
.widget_rss li:last-child {
    margin-bottom: 0;
}

.widget_rss .rsswidget {
    border: 0;
    font-weight: 700;
}

.widget_rss .rsswidget img {
    margin-top: -4px;
}

.widget_rss .rss-date,
.widget_rss cite {
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-style: normal;
    display: block;
    line-height: 2;
    opacity: 0.8;
}

.textwidget > :last-child {
    margin-bottom: 0;
}

.textwidget a {
    border-bottom: 1px solid #333;
}

.textwidget a:hover,
.textwidget a:focus {
    border-bottom: 0;
}

/* Widget - Contact Info */
.widget_contact_info .info-section .info-details {
    margin-top: 0;
    min-height: 0;
    padding: 20px;
}
.widget_contact_info .info-section .info-details ul.ul-contact li:last-of-type {
    margin-bottom: 0;
}

/* Search Widget */
.widget_search .search {
    position: relative;
}

.widget_search .search .input-group-btn > .btn {
    background-color: transparent;
}

.widget_search .search .form-control {
    padding-left: 10px;
    height: 50px;
    border-radius: 0;
}

/* Widget Calendar Widget */
.widget_calendar #wp-calendar {
    width: 100%;
}

.widget_calendar #wp-calendar caption {
    margin-bottom: 10px;
}

/* Social Icon Widget */

/* Widget Twitter Entries */
.widget_twitter_entries > ul {
    color: #808080;
    line-height: 22px;
    list-style: none;
    padding: 0;
}

.tweet-post {
    font-style: italic;
    margin-bottom: 15px;
}

.tweet-post > a {
    font-style: italic;
    color: #1896ff;
    display: block;
    font-size: 13px;
}

.tweet-post > a:hover {
    color: #444;
}

/* Widget Recent Entries */
.widget_recent_entries > ul {
    font-size: 16px;
    list-style: none;
    padding: 0;
}

.widget_recent_entries > ul a {
    text-transform: uppercase;
    color: #4c4c4c;
    font-weight: bold;
}

.widget_recent_entries > ul a:hover {
    color: #808080;
}

.cat-item img {
    margin-top: 20px;
    margin-bottom: 20px;
}

.cat-item img:hover {
    opacity: 0.7;
}

.days-meta {
    color: #808080;
    font-size: 13px;
    display: block;
    font-style: italic;
}

/* Widget Categories */
.widget_categories > ul {
    color: #808080;
    line-height: 25px;
    padding-left: 0;
    list-style: none;
}

.widget_categories > ul a:hover {
    color: #333;
}

.cat-item a {
    text-transform: uppercase;
}

.sidebar li a,
.widget_tag_cloud a {
    color: #808080;
    font-size: 13px;
}

.sidebar li a:hover,
.widget_tag_cloud a:hover {
    color: #333;
}

.widget_nav_menu .menu-item li a {
    color: #808080;
    font-size: 13px;
    line-height: 1.5em;
}

.widget_nav_menu .sub-menu {
    margin: 0;
    position: relative;
}

.widget_nav_menu .sub-menu li {
    background-color: transparent;
    margin-left: 10px;
}

.widget_nav_menu .sub-menu li a {
    padding: 0 0px;
    text-transform: uppercase;
}

.widget_nav_menu .sub-menu .sub-menu li a {
    padding: 0;
}

/* -  */