<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------------------------------------
[Table of contents]

1. WordPress Core
2. Articles

-------------------------------------------------------------------*/
/* 1. WordPress Core */
.page-links {
    display: block;
    height: 0;
    clear: both;
}

.navigation.pagination {
    margin: 30px 0 0;
}

.pager {
    padding: 20px 0 0;
    margin-bottom: 0px;
}

.post .entry-content li {
    list-style: inherit !important;
}

.pager li {
    display: inline;
    list-style: none;
}

.pager .previous&gt;a, .pager .previous&gt;span {
    float: left;
}

.pager .next&gt;a, .pager .next&gt;span {
    float: right;
}

.pager li&gt;a, .pager li&gt;span {
    transition: all 0.3s;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    border-radius: 0px;
    border: 2px solid #81d344;
    background: #81d344;
    display: inline-block;
    width: 210px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.pager li&gt;a i.icon-long-arrow-right {
    margin-left: 15px;
}

.pager li&gt;a i.icon-long-arrow-left {
    margin-right: 15px;
}

.pager li&gt;a:hover {
    color: #FFF;
    background: #222;
    border-color: #222;
}

.relative {
    position: relative !important;
}

.bypostauthor {
    position: relative;
}

.gallery-caption {
    position: relative;
}

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

div.wpcf7-response-output {
    margin: 0;
    padding: 1.2em 1em;
}

.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: 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%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

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

.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: 15px 0 0;
    font-size: 14px;
    padding: 0 4px 5px;
}

.sticky_text {
    background: #857F79;
    padding: 10px;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
    margin: 1px 0 10px;
}

.sticky p, .sticky a {
    /* color: #FFF; */
}

.post-button {
    padding: 9px 20px;
    font-size: 15px;
    text-transform: none;
    border: 0;
    font-weight: 500;
    float: right;
    position: absolute;
    right: 0;
    background: #077ce6;
    border-radius: 0;
    color: #fff;
    letter-spacing: 0px;
    bottom: -40px;
}

.post-button:hover {
    color: #fff;
    background: #222;
}

.more-link {
    color: #428BCA;
}

article ul {
    list-style-type: inherit;
    padding: 0 20px;
}

.page article .article-img {
    margin-bottom: 40px;
}

.nav-links span.current {
    border: 2px solid #1c86fb !important;
    color: #fff !important;
    background: #1c86fb;
}

.nav-links a.page-numbers, .nav-links span.current {
    border: 2px solid #efefef;
    padding: 5px 14px;
    color: #262626;
    display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
    word-spacing: 0px;
}

footer.footer-top {
    padding: 15px 0 30px;
}

.copyright {
    margin: 0;
}

.social-icons li {
    float: right;
    list-style: none;
}

.social-icons a {
    /* opacity:0.5; */
    color: #fff;
    font-size: 22px;
    margin-left: 10px;
}

#widget-area {
    /* margin-bottom: 60px; */
    /* padding: 40px 30px; */
}

#widget-area .widget img {
    max-width: 100%;
}

#widget-area .widget:last-child {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

#widget-area #searchform {
    position: relative;
    max-height: 50px;
}

#widget-area .menu {
    opacity: 1 !important;
}

#widget-area #searchform input#searchsubmit {
    position: absolute;
    right: 0px;
    top: 0px;
    background: rgba(249, 241, 230, 0);
    border: 0;
    background: #2c97de;
    color: #322C2C;
    margin-left: 0;
    height: 40px;
    padding: 0 15px;
    color: #fff;
    border: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#widget-area #searchform input[type="text"] {
    width: 76%;
    -webkit-box-sizing: content-box;
    font-size: 14px;
    font-weight: 100;
    position: relative;
    overflow: hidden;
    border: none;
    background: #ffffff;
    background-clip: padding-box;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 40px;
    padding: 0 20px;
}

label.screen-reader-text {
    display: none;
}

span.comment-author-link {
    color: #222;
}

.comment-form-comment {
    color: #222;
}

.widget ul li {
    list-style: none;
    display: list-item;
}

.widget ul li ul li {
    list-style: inherit !important;
    list-style-position: outside;
}

.widget table thead th, table tbody td, table tr td {
    display: table-cell;
    padding: 8px;
    vertical-align: top;
    text-align: left;
    border-top: 1px solid #E5E5E5;
}

.widget table thead tr th {
    font-size: 14px;
    font-weight: normal;
}

.widget table tr td, table tbody tr td {
    font-size: 12px;
    color: #333;
}

.widget #calendar_wrap caption {
    text-align: left;
    font-size: 14px;
    padding: 0 0 20px;
}

.widget select {
    width: 100%;
    padding: 10px;
    margin: 0 0 15px;
    border: 2px solid #E1E2E6;
    border-radius: 3px;
    font-weight: 700;
}

.widget {
    margin-bottom: 40px;
    position: relative;
}

footer li.widget {
    list-style: none;
}

footer #newsletter {
    margin-top: 15px;
}

footer .widget {
    margin-bottom: 0px;
}

.widget ul {
    margin: 0;
    padding: 0;
}

.widget ul li&gt;ul {
    padding: 15px 0 0 15px;
}

.woo-sidebar .widget {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.woo-sidebar .widget ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}

#widget-area .widget ul&gt;li {
    padding: 0 0 10px;
}

.widget ul li a {
    text-transform: capitalize;
    color: #000;
}

footer .widget ul li a {
    color: #CCC0C0;
}

#primary.eventsPage {
    padding: 60px 0;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 500;
    display: -webkit-box;
}

#primary {
    padding: 40px 0 0;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

#primary iframe {
    max-width: 100%
}

section.page {
    padding: 0;
}

.post-meta-first {
    margin-bottom: 15px;
    padding-bottom: 0px;
    font-weight: normal;
    text-transform: capitalize;
    font-size: 14px;
}

.post-meta-second {}

.post-meta-second span i, .post-meta-first span i {
    margin: 0 6px 0 6px;
    padding-right: 3px;
    font-size: 14px;
    vertical-align: inherit;
}

.post-meta-second span:first-child i, .post-meta-first span:first-child i {
    margin-left: 0
}

.entry-title {
    margin: 0;
    margin-bottom: 10px;
    color: #222222;
}

.entry-title a {
    padding: 0;
    color: #2B2F3E;
    font-size: 24px;
    text-decoration: inherit;
}

.entry-content p iframe {
    max-width: 100%;
}

.entry-content h1,
.entry-content h4 {
    color: #333;
}

.article-img, .blog-bg {
    /* margin-bottom: 20px; */
}

article img {
    max-width: 100%;
    height: auto !important;
}

.posts article:last-child {
    border: none !important;
    margin-bottom: 0px;
    padding-bottom: 0;
}

.navigation h2 {
    display: none;
}

.tags-links {
    border-right: 2px solid #ddd;
    padding: 0px 10px 0 0px;
    display: inline-block;
    margin: 0px 10px 0px 0;
}

p.category {
    padding: 0px 10px 0 0px;
    display: inline-block;
    margin: 0px 10px 0px 0;
}

.meta {
    margin: 20px 0;
    font-size: 12px;
}

code {
    white-space: normal;
}

.single-post article {
    margin-bottom: 14px;
}

.container-for-comments {
    background: #fff;
    padding: 40px;
}

.container-for-comments .children {
    margin-bottom: 70px;
}

.comments ul {
    margin: 0;
    padding: 0;
}

.comments ul li {
    list-style: none;
    margin-bottom: 15px;
}

.comments ul li span .photo {
    padding: 0 !important;
}

.comments ul li span {
    float: left;
    margin-right: 30px;
}

.comments ul li .who-comment {
    margin-left: 100px;
    border: 1px solid #EEE;
    padding: 8px 25px 20px;
}

.children {
    margin-bottom: 30px;
}

.text-bold, .comment-reply-title {
    font-size: 18px;
    margin-bottom: 30px;
    color: #222222;
}

.comment-form textarea {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #eee;
}

.comment-form .submit {
    border: none;
    margin: 9px 0;
    display: inline-block;
    position: relative;
    outline: none;
    cursor: pointer;
    transition: all 0.3s;
    padding: 6px 18px;
    text-transform: inherit;
    display: inline-block;
    max-width: 216px;
    padding: 12px;
    background: #333;
    color: #fff;
    border-color: #333;
}

.breadcrumbs {
    margin-top: 20px;
    font-size: 13px;
}

.right .breadcrumbs {
    text-align: right;
}

.breadcrumbs.left {
    text-align: left;
}

span.bredcrumb-separator {
    margin: 0 5px;
}

.content-container {
    position: relative;
    margin-bottom: 0px;
}

.content-container footer span {
    position: absolute;
    top: -60px;
    left: 0px;
    background: #2EB267;
    padding: 5px 10px;
    color: #FFF;
}

.content-container footer span a {
    color: #FFF;
}

.align-center.edit-buttons {
    text-align: center;
    position: relative;
}

.align-center.edit-buttons span a {
    color: #FFF;
}

.align-center.edit-buttons span {
    text-align: center;
    position: absolute;
    top: 0px;
    background: #2EB267;
    color: #FFF;
    padding: 5px 10px;
}

.video-responsive {
    width: 100%;
}

.video-responsive iframe {
    width: 100%;
}

.pager .next&gt;a i {
    margin-top: -4px;
    vertical-align: middle;
    margin-left: 8px;
}

.pager .previous&gt;a i {
    margin-top: -4px;
    vertical-align: middle;
    margin-right: 8px;
}

.navbar-header .logo {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    line-height: 60px;
}

.wpcf7-response-output.wpcf7-validation-errors {
    display: inline-block !important;
    margin: 15px !important;
    width: 95% !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.strong {
    font-weight: 600;
}

#share-buttons {
    margin: 6px 0;
    margin-bottom: 40px;
}

#share-buttons i {
    font-size: 19px;
    color: #222;
}

#share-buttons a {
    position: relative;
    padding-right: 10px;
}

#share-buttons a:after {
    background: rgba(255, 255, 255, 0);
    bottom: 0;
    content: "";
    height: 4px;
    left: -4px;
    top: 15px;
    position: absolute;
    width: 12px;
    border-radius: 0;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin-bottom: 20px !important;
}

.entry-content h1 {
    font-size: 36px;
}

.entry-content h2 {
    font-size: 30px;
}

.entry-content h3 {
    font-size: 24px;
}

.entry-content h4 {
    font-size: 18px;
}

.entry-content h5 {
    font-size: 14px;
}

.entry-content h6 {
    font-size: 12px;
}

.entry-content p {
    font-size: 16px;
    color: #222;
    margin: 0 0 20px;
}

.navbar-custom .navbar-brand img {
    max-width: 125px;
    width: 100%;
    max-height: 50px;
}

.navbar-header .navbar-brand {
    display: table;
}

.post-password-form input[type=password] {
    width: auto;
    margin: 15px;
    background: none repeat scroll 0 0 #FFF;
    border: 1px solid #CCC;
    border-radius: 5px 5px 5px 5px;
    font-size: 13px;
    padding: 6px;
    vertical-align: middle;
}

.post-password-form input[type=submit] {
    transition: all 0.3s;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    font-weight: 700;
    background: #077ce6;
}

.gallery-content ul {
    padding: 0;
}

.gallery-content ul li {
    list-style: none;
}

/*  2.  Articles   */
#respond {}

#respond input {
    display: inherit;
    width: 19%;
    margin-bottom: 15px;
    padding: 5px 5px 7px;
    font-size: 15px;
}

article.page {}

.search-results article, article.hentry {
    margin-bottom: 70px;
    background: #fff;
}

.page article.hentry {
    /* border-bottom: 0px; */
    /* padding-bottom: 0px; */
    /* margin-bottom: 0px; */
}

.single article.hentry {
    margin-bottom: 40px;
    border-bottom: 0px;
    padding-bottom: 0px;
}

.post-container {
    padding: 20px 40px 20px;
    position: relative;
}

.format-standard .post-container, .search-results .post-container {
    padding: 30px 40px 25px;
}

.format-standard .article-img {
    margin-bottom: 0;
}

article.hentry.format-aside .hentry-box {
    background: #eee;
}

article.hentry .entry-wrap {
    padding: 43px 35px 35px 35px;
}



.blog article.hentry .entry-wrap {
    margin-top: -1px;
}

.post-thumb {
    position: relative;
}

.format-standard .post-thumb,
.format-status .post-thumb,
.format-gallery .post-thumb,
.format-quote .post-thumb,
.format-link .post-thumb,
.format-image .post-thumb,
.format-chat .post-thumb {
    overflow: hidden;
    margin-bottom: 30px;
}

.post-thumb img {
    width: 100%;
    height: inherit;
    display: block;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.format-aside p {
    margin: 0;
}

.format-gallery .post-thumb .flexslider {
    margin: 0;
}

.format-video .media-element {
    padding: 0px;
}

.format-chat .chat-transcript {
    color: #908f8f;
}

.format-chat .chat-transcript p {
    padding: 7px 10px;
    margin: 4px 0;
}

.format-chat .chat-transcript p:nth-child(even) {
    background: #f5f5f5;
}

.entry-title a:hover {
    color: #F37A5C;
}

.page-title {
    margin-bottom: 30px;
}

.entry-meta {
    margin: -12px 0 0 2px;
    font-size: 14px;
    padding: 0 0 20px 0;
    text-transform: capitalize;
}

.entry-meta li, .blog-meta ul li {
    display: inline-block;
    padding: 2px 6px;
    position: relative;
    background-clip: padding-box;
}

.entry-meta li:first-child, .blog-meta li:first-child {
    padding-left: 0;
}
.post-container:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.accent {
    border-bottom: 1px solid #fe544a;
    width: 50px;
    margin-bottom: 40px;
    margin-top: -1px;
}

.single .entry-meta {
    margin-top: 30px
}

.entry-meta a:hover {
    color: #00c1ef;
}

.entry-meta .post-icon {
    position: relative;
    top: -2px;
}

.entry-meta&gt;span {
    margin-right: 11px;
}

.entry-meta span:before {
    font-family: 'FontAwesome';
    font-size: 14px;
    padding-right: 10px;
}

.entry-meta .published:before {
    content: '\f133';
}

.format-standard .entry-meta .format:before {
    content: '\f0f6';
}

.format-gallery .entry-meta .format:before {
    content: '\f03e';
}

.format-image .entry-meta .format:before {
    content: '\f083';
}

.format-link .entry-meta .format:before {
    content: '\f0c1';
}

.format-chat .entry-meta .format:before {
    content: '\f0e6';
}

.format-quote .entry-meta .format:before {
    content: '\f10d';
}

.format-video .entry-meta .format:before {
    content: '\f03d';
}

.format-audio .entry-meta .format:before {
    content: '\f001';
}

.format-aside .entry-meta .format:before {
    content: '\f016';
}

.entry-meta .comment-count:before {
    content: '\f0e5';
}

.entry-meta .edit:before {
    content: '\f044';
    position: relative;
    top: 1px;
}

.page .entry-content {
    padding: 40px;
    display: inline-block;
    width: 100%;
}

.entry-content div,
.entry-content ul,
.entry-content ol,
.entry-content table {
    margin-bottom: 20px;
    list-style-type: decimal;
}

.entry-content ol {
    list-style: decimal;
    padding-left: 20px;
}

.entry-content ul {
    list-style: disc;
    padding-left: 20px;
    padding-left: 20px;
}

.entry-content ul ul {
    list-style: circle;
    padding-left: 20px;
}

.entry-content ul ol ul {
    list-style: disc;
    padding-left: 20px;
}

.divider {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    margin: 20px 0 40px;
}

.entry-content a {}

.read-more {
    margin: 0 !important;
}

.more-link {
    margin: 0 !important;
    color: #fff !important;
}

/* Link / Quote Post Format ------------- */
.format-quote .entry-media,
.format-status .entry-media,
.format-link .entry-media {
    padding: 30px;
    background-repeat: repeat;
    background-position: center center;
}

.content-quote-format-wrapper {
    float: left;
    width: 100%;
    height: auto;
}

.content-quote-format-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.content-quote-format-textwrap {
    position: relative;
    z-index: 2;
}

.format-status .entry-media h3 {
    margin: 0;
}

.format-quote .entry-media h3,
.format-link .entry-media h3,
.entry-media h3 a {
    font-size: 14px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 30px;
    color: #fff;
    text-decoration: none;
}

.format-quote .entry-media p,
.format-link .entry-media p a {
    color: #fff;
    font-size: 16px;
    width: 100%;
    margin: 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.content-quote-format-textwrap h3 span[class*='icon-'] {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    margin-right: 5px;
}

/* Entry Status - Twitter */
.hentry .entry-status-twitter .twitter-tweet-rendered {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
    border: none !important;
    box-shadow: none !important;
}

.format-status .entry-media h3 {
    margin: -17px 0 0;
}

.comment-form-author, .comment-form-email {
    width: 48%;
    float: left;
}

.comment-form-email {
    margin-left: 4%;
}


#widget-area .widget_text {
    min-height: 20px;
}

.widget-title {
    position: relative;
}

.widget-title:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 5px;
    background-color: #FFED91;
    border-radius: 50%;
}

.uppercase {
    text-transform: uppercase;
}

.right .breadcrumbs {
    text-align: center;
}

.breadcrumbs.left {
    text-align: center;
}

div.wpcf7-mail-sent-ok {
    background: #398F14;
    border: 2px solid #398f14;
    color: #fff;
}

.nav .open&gt;a, .nav .menu-item-has-children.open&gt;a:hover, .nav .menu-item-has-children.open&gt;a:focus {
    background-color: inherit !important;
    border-color: inherit !important;
}

.navbar-nav&gt;li&gt;.dropdown-menu {
    margin-top: 15px;
    border-top-right-radius: 4px;
    border-top-left-radius: 3px;
}

.dropdown-menu&gt;li&gt;a, a.breadcrumb-item {
    text-decoration: none;
}

.dropdown-menu li {
    margin-bottom: 15px;
}

.dropdown-menu li:last-child {
    margin-bottom: 0px;
}

p {
    margin: 10px 0 15px;
}

#gallery-1 .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: left;
    width: 21%;
}

.container.bootstrap {
    margin-left: auto !important;
    margin-right: auto !important;
}

.widget-title {
    font-weight: bold;
    color: #fff;
}

.widget ul {
    color: #000;
}

.widget ul li a {
    text-decoration: none;
    color: #FFED91;
}

#widget-area .widget a {
    text-decoration: none;
    color: #1784fb;
}

.latest-content span {
    color: #FFF;
}

.widget a:hover {
    color: #FFF;
}

.widget ul li a:hover {
    color: #3192fb;
}

#widget-area #searchform input#searchsubmit {
    color: #333;
}

#widget-area #searchform input#searchsubmit {
    background-color: #FFED91;
}

#share-buttons i:hover {
    color: #1784fb;
}

#share-buttons i:hover {
    color: #1784fb;
}

.entry-title a:hover {
    color: #1784fb;
}

.entry-title a {
    color: #222222;
}

span.breadcrumb-current {
    color: #FFED91;
}

a.button-post {
    background: rgba(76, 143, 255, 0.8);
    border: 1px solid #4c8fff;
    width: 160px;
    line-height: 40px;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    margin-right: 10px;
}

a.button-post:hover {
    background: rgba(76, 143, 255, 1);
}

.button-info i.iconi {
    font-size: 120px;
    line-height: 1em;
}

.quote-slider .overlay {
    background: rgba(41, 70, 97, 0.8);
    z-index: 0;
}

.menu li ul&gt;li {
    display: block;
    /* line-height: 34px; */
    /* border-bottom: 1px solid #c8cace; */
}

#widget-area #searchform input#searchsubmit {
    background-color: #077ce6;
    color: #fff;
}

#widget-area .widget-title {
    color: #222;
    padding-left: 28px;
    margin-bottom: 20px;
    font-size: 20px;
    text-transform: uppercase;
}

.widget-title:after {
    background: #077ce6;
    bottom: 0;
    content: "";
    height: 6px;
    left: -4px;
    top: 12px;
    position: absolute;
    width: 22px;
    border-radius: 0;
    border-radius: 18%;
}

#widget-area .widget ul li a {
    text-decoration: none;
    color: #585858;
}

.breadcumbs {
    color: #999999;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

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

span.breadcrumb-current {
    color: #4c8fff;
    font-weight: 600;
}

.search-form-input {
    padding: 10px 3px 10px 20px;
}

body.search article .searchform {
    margin: 0 auto;
    width: 73%;
    float: left;
}

body.search article .searchform input[type="text"] {
    float: left;
    line-height: 30px;
    width: 80%;
    padding: 9px 0 7px 15px;
    font-size: 12px;
    color: #c5c5c5;
    background: #efefef;
    border: 1px solid #efefef;
}

body.search article .searchform input[type="submit"] {
    float: left;
    line-height: 46px;
    position: relative;
    width: 20%;
    z-index: 9999;
    top: 0px;
    background: #4c8fff;
    border: none;
    color: #fff;
}

body.error404 .index .searchform {
    margin: 0 auto;
    width: 77%;
    float: left;
}

body.error404 .index .searchform input[type="text"] {
    outline: 0;
    float: left;
    line-height: 30px;
    width: 80%;
    padding: 9px 0 7px 15px;
    font-size: 12px;
    border: 0px solid #efefef;
    background: #edf0f9;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: 0;
}

body.error404 .index .searchform input[type="submit"] {
    float: left;
    line-height: 44px;
    position: relative;
    width: 20%;
    z-index: 9999;
    top: 0px;
    background: #82d344;
    border: none;
    color: #fff;
}

footer .widget .widget-head {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
}

footer .widget input#email {
    background: transparent;
    border: none;
    max-width: 100%;
}

footer .widget input.wpcf7-form-control.wpcf7-submit {
    background: #f8cf27 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #222;
    font-weight: 700;
    padding: 12px 30px 7px;
    text-transform: uppercase;
}

/* responsive options

	1200px
	991px
	768px
	480px

*/
@media (max-width: 1200px) {}

@media (max-width: 991px) {
    #widget-area {
        margin: 40px 0 0;
    }

    #widget-area #searchform input[type="text"] {
        width: 90%;
    }

    footer .widget {
        margin-bottom: 40px;
    }

    footer .widget-title {
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    #widget-area #searchform {
        position: relative;
        max-height: 50px;
        margin-top: 90px;
    }

    .dropdown-menu li a {
        white-space: inherit;
        padding: 5px 30px !important;
    }

    .dropdown-menu {
        position: relative !important;
        top: -10px !important;
    }
}

@media (max-width: 480px) {}

/* updates for wordpress defaults */
.flexslider {
    padding: 0;
    margin-bottom: 0px;
    border: none;
}

.flex-control-nav {
    display: none;
}

.flex-direction-nav a {
    /* width: 50px; */
    /* height: 50px; */
}

.post-container {}

.article-img, .blog-bg, .post-thumb {
    /* margin-bottom: 20px!important; */
}

.entry-meta {
    /* font-weight: 600; */
}

.template-cover-text .uppercase {
    font-size: 50px;
    margin-left: -4px;
    margin-bottom: 10px;
    color: #fff;
}

.template-cover-text .col-md-8 {
    margin-top: 170px;
    color: #fff;
}

.index-header {
    overflow: hidden;
    position: relative;
}

.index-header h2 {
    margin-bottom: 10px;
}

.breadcrubms {
    text-transform: capitalize;
    color: #fff;
}

.breadcrubms a {
    text-transform: capitalize;
    color: #fff;
}

.wpcf7 br {
    display: none;
}

.m-bottom-50 {
    margin-bottom: 50px
}

.dropdown-menu li {
    display: block !important;
}

.dropdown-menu {
    position: absolute;
    top: 35px;
    left: -15px;
    z-index: 1000;
    /* display: none; */
    float: left;
    width: auto !important;
    min-width: 100%;
    padding: 15px !important;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #222;
    border-radius: 0px;
}

.dropdown-menu&gt;li&gt;a:focus, .dropdown-menu&gt;li&gt;a:hover {
    color: #262626;
    text-decoration: none;
    background-color: rgba(245, 245, 245, 0);
}

.dropdown-menu&gt;.active&gt;a, .dropdown-menu&gt;.active&gt;a:focus, .dropdown-menu&gt;.active&gt;a:hover {
    color: #288dfb;
    text-decoration: none;
    background-color: rgba(51, 122, 183, 0);
    outline: 0;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 18px;
}

#primary-menu li a {
    color: #fff;
}

body.error404 .index .post-container {
    padding: 40px 40px;
    position: relative;
    background: #fff;
}

.comments .comment p {
    margin: 10px 0 15px;
}

.comments .comment span {
    color: #077ce6;
    font-weight: 500;
    text-transform: none;
}

.widget_rss ul li {
    padding: 0 0 40px !important;
}

#widget-area .widget_rss ul li a {
    color: #1784fb;
}

#c2e1f5 .post-button {
    position: relative;
    background: #88b7d5;
}

.post-button:after {
    bottom: 100%;
    right: 15px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #077ce6;
    border-width: 6px;
    margin-left: -6px;
}

.comment-respond {
    margin-top: 50px
}

.comment-respond .comment-reply-title {
    margin-bottom: -5px;
}

.primary-menu, .primary-menu li {
    position: relative
}

#main_header.header_after_scroll .menu ul li .dropdown-menu li a {
    color: #fff;
}

/*------------------------------------------------------------------
[Table of contents]

1. WordPress Core
2. Articles

-------------------------------------------------------------------*/
/* 1. WordPress Core */
#blog {
    position: relative;
    background: #edf0f9;
    padding-top: 80px;
    padding-bottom: 80px;
}

.navigation.pagination {
    margin: 30px 0 0;
}

.pager {
    padding: 20px 0 0;
    margin-bottom: 0px;
}

.post .entry-content li {
    list-style: inherit !important;
}

.pager li {
    display: inline;
    list-style: none;
}

.pager .previous&gt;a, .pager .previous&gt;span {
    float: left;
}

.pager .next&gt;a, .pager .next&gt;span {
    float: right;
}

.pager li&gt;a, .pager li&gt;span {
    transition: all 0.3s;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    border-radius: 0px;
    border: 2px solid #81d344;
    background: #81d344;
    display: inline-block;
    width: 210px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.pager li&gt;a i.icon-long-arrow-right {
    margin-left: 15px;
}

.pager li&gt;a i.icon-long-arrow-left {
    margin-right: 15px;
}

.pager li&gt;a:hover {
    color: #FFF;
    background: #222;
    border-color: #222;
}

.relative {
    position: relative !important;
}

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

div.wpcf7-response-output {
    margin: 0;
    padding: 1.2em 1em;
}

.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: 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%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

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

.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: 15px 0 0;
    font-size: 14px;
    padding: 0 4px 5px;
}

.sticky_text {
    background: #857F79;
    padding: 10px;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
    margin: 1px 0 10px;
}

.sticky p, .sticky a {
    /* color: #FFF; */
}

.post-button {
    padding: 9px 20px;
    font-size: 15px;
    text-transform: none;
    border: 0;
    font-weight: 500;
    float: right;
    position: absolute;
    right: 0;
    background: #077ce6;
    border-radius: 0;
    color: #fff;
    letter-spacing: 0px;
    bottom: -40px;
}

.post-button:hover {
    color: #fff;
    background: #222;
}

.more-link {
    color: #428BCA;
}

article ul {
    list-style-type: inherit;
    padding: 0 20px;
}

.page article .article-img {
    margin-bottom: 40px;
}

.nav-links span.current {
    border: 2px solid #1c86fb !important;
    color: #fff !important;
    background: #1c86fb !important;
}

.nav-links a.page-numbers, .nav-links span.current {
    border: 2px solid #ffffff;
    padding: 5px 14px;
    color: #262626;
    background: #fff;
    display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
    word-spacing: 0px;
}

footer.footer-top {
    padding: 15px 0 30px;
}

.copyright {
    margin: 0;
}

.social-icons li {
    float: right;
    list-style: none;
}

.social-icons a {
    color: #fff;
    font-size: 22px;
    margin-left: 10px;
}


label.screen-reader-text {
    display: none;
}

span.comment-author-link {
    color: #222;
}

.comment-form-comment {
    color: #222;
}

.widget ul li {
    list-style: none;
    display: list-item;
}

.widget ul li ul li {
    list-style: inherit !important;
    list-style-position: outside;
}

.widget table thead th, table tbody td, table tr td {
    display: table-cell;
    padding: 8px;
    vertical-align: top;
    text-align: left;
    border-top: 1px solid #E5E5E5;
}

.widget table thead tr th {
    font-size: 14px;
    font-weight: normal;
}

.widget table tr td, table tbody tr td {
    font-size: 12px;
    color: #333;
}

.widget #calendar_wrap caption {
    text-align: left;
    font-size: 14px;
    padding: 0 0 20px;
}

.widget select {
    width: 100%;
    padding: 10px;
    margin: 0 0 15px;
    border: 2px solid #E1E2E6;
    border-radius: 3px;
    font-weight: 700;
}

.widget {
    margin-bottom: 40px;
    position: relative;
}

footer li.widget {
    list-style: none;
}

footer #newsletter {
    margin-top: 15px;
}

footer .widget {
    margin-bottom: 0px;
}

.widget ul {
    margin: 0;
    padding: 0;
}

.widget ul li&gt;ul {
    padding: 15px 0 0 15px;
    list-style-type: disc;
    color: #077ce6;
}

.woo-sidebar .widget {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.woo-sidebar .widget ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}

#widget-area .widget ul&gt;li {
    padding: 0 0 10px;
}

.widget ul li a {
    text-transform: capitalize;
    color: #000;
}

footer .widget ul li a {
    color: #CCC0C0;
}

#primary.eventsPage {
    padding: 60px 0;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 500;
    display: -webkit-box;
}

#primary {
    padding: 40px 0 0;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

#primary iframe {
    max-width: 100%
}

section.page {
    padding: 0;
}

.post-meta-first {
    margin-bottom: 15px;
    padding-bottom: 0px;
    font-weight: normal;
    text-transform: capitalize;
    font-size: 14px;
}

.post-meta-second {}

.post-meta-second span i, .post-meta-first span i {
    margin: 0 6px 0 6px;
    padding-right: 3px;
    font-size: 14px;
    vertical-align: inherit;
}

.post-meta-second span:first-child i, .post-meta-first span:first-child i {
    margin-left: 0
}

.entry-title {
    margin: 0;
    margin-bottom: 10px;
    color: #222222;
}

.entry-title a {
    padding: 0;
    color: #2B2F3E;
    font-size: 24px;
    text-decoration: inherit;
}

.entry-content p iframe {
    max-width: 100%;
}

.entry-content h1,
.entry-content h4 {
    color: #333;
}

.article-img, .blog-bg {
    /* margin-bottom: 20px; */
}

article img {
    max-width: 100%;
    height: auto !important;
}

.posts article:last-child {
    border: none !important;
    margin-bottom: 0px;
    padding-bottom: 0;
}

.navigation h2 {
    display: none;
}

.tags-links {
    border-right: 2px solid #ddd;
    padding: 0px 10px 0 0px;
    display: inline-block;
    margin: 0px 10px 0px 0;
}

p.category {
    padding: 0px 10px 0 0px;
    display: inline-block;
    margin: 0px 10px 0px 0;
}

.meta {
    margin: 20px 0;
    font-size: 12px;
}

code {
    white-space: normal;
}

.single-post article {
    margin-bottom: 14px;
}

.container-for-comments {
    background: #fff;
    padding: 40px;
}

.container-for-comments .children {
    margin-bottom: 70px;
}

.comments ul {
    margin: 0;
    padding: 0;
}

.comments ul li {
    list-style: none;
    margin-bottom: 15px;
}

.comments ul li span .photo {
    padding: 0 !important;
}

.comments ul li span {
    float: left;
    margin-right: 30px;
}

.comments ul li .who-comment {
    margin-left: 100px;
    border: 1px solid #EEE;
    padding: 8px 25px 20px;
}

.children {
    margin-bottom: 30px;
}

.text-bold, .comment-reply-title {
    font-size: 18px;
    margin-bottom: 30px;
    color: #222222;
}

.comment-form textarea {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #eee;
}

.comment-form .submit {
    border: none;
    margin: 9px 0;
    display: inline-block;
    position: relative;
    outline: none;
    cursor: pointer;
    transition: all 0.3s;
    padding: 6px 18px;
    text-transform: inherit;
    display: inline-block;
    max-width: 216px;
    padding: 12px;
    background: #333;
    color: #fff;
    border-color: #333;
}

.breadcrumbs {
    margin-top: 20px;
    font-size: 13px;
}

.right .breadcrumbs {
    text-align: right;
}

.breadcrumbs.left {
    text-align: left;
}

span.bredcrumb-separator {
    margin: 0 5px;
}

.content-container {
    position: relative;
    margin-bottom: 0px;
}

.content-container footer span {
    position: absolute;
    top: -60px;
    left: 0px;
    background: #2EB267;
    padding: 5px 10px;
    color: #FFF;
}

.content-container footer span a {
    color: #FFF;
}

.align-center.edit-buttons {
    text-align: center;
    position: relative;
}

.align-center.edit-buttons span a {
    color: #FFF;
}

.align-center.edit-buttons span {
    text-align: center;
    position: absolute;
    top: 0px;
    background: #2EB267;
    color: #FFF;
    padding: 5px 10px;
}

.video-responsive {
    width: 100%;
}

.video-responsive iframe {
    width: 100%;
}

.pager .next&gt;a i {
    margin-top: -4px;
    vertical-align: middle;
    margin-left: 8px;
}

.pager .previous&gt;a i {
    margin-top: -4px;
    vertical-align: middle;
    margin-right: 8px;
}

.navbar-header .logo {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    line-height: 60px;
}

.wpcf7-response-output.wpcf7-validation-errors {
    display: inline-block !important;
    margin: 15px !important;
    width: 95% !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.strong {
    font-weight: 600;
}

#share-buttons {
    margin: 6px 0;
    margin-bottom: 40px;
}

#share-buttons a {
    position: relative;
    padding-right: 10px;
}

#share-buttons a:after {
    background: rgba(255, 255, 255, 0);
    bottom: 0;
    content: "";
    height: 4px;
    left: -4px;
    top: 15px;
    position: absolute;
    width: 12px;
    border-radius: 0;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin-bottom: 20px !important;
}

.entry-content h1 {
    font-size: 36px;
}

.entry-content h2 {
    font-size: 30px;
}

.entry-content h3 {
    font-size: 24px;
}

.entry-content h4 {
    font-size: 18px;
}

.entry-content h5 {
    font-size: 14px;
}

.entry-content h6 {
    font-size: 12px;
}

.entry-content p {
    font-size: 16px;
    color: #222;
    margin: 0 0 20px;
}

.navbar-custom .navbar-brand img {
    max-width: 125px;
    width: 100%;
    max-height: 50px;
}

.navbar-header .navbar-brand {
    display: table;
}

.post-password-form input[type=password] {
    width: auto;
    margin: 15px;
    background: none repeat scroll 0 0 #FFF;
    border: 1px solid #CCC;
    border-radius: 5px 5px 5px 5px;
    font-size: 13px;
    padding: 6px;
    vertical-align: middle;
}

.post-password-form input[type=submit] {
    transition: all 0.3s;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    font-weight: 700;
    background: #077ce6;
}

.gallery-content ul {
    padding: 0;
}

.gallery-content ul li {
    list-style: none;
}

.sticky {
    background: #dfe4f1 !important;
    border: 0px solid #cacaca;
}

/*  2.  Articles   */
#respond {}

#respond input {
    display: inherit;
    width: 19%;
    margin-bottom: 15px;
    padding: 5px 5px 7px;
    font-size: 15px;
}

article.page {}

.search-results article, article.hentry {
    margin-bottom: 70px;
    background: #fff;
}

.single article.hentry {
    margin-bottom: 40px;
    border-bottom: 0px;
    padding-bottom: 0px;
}

.search-no-results .post-container {
    background: #fff;
    padding: 40px;
}

.post-container {
    padding: 20px 40px 20px;
    position: relative;
}

.format-standard .post-container, .search-results .post-container {
    padding: 30px 40px 25px;
}

.format-standard .article-img {
    margin-bottom: 0;
}

article.hentry.format-aside .hentry-box {
    background: #eee;
}

article.hentry .entry-wrap {
    padding: 43px 35px 35px 35px;
}



.blog article.hentry .entry-wrap {
    margin-top: -1px;
}

.post-thumb {
    position: relative;
}

.format-standard .post-thumb,
.format-status .post-thumb,
.format-gallery .post-thumb,
.format-quote .post-thumb,
.format-link .post-thumb,
.format-image .post-thumb,
.format-chat .post-thumb {
    overflow: hidden;
    margin-bottom: 30px;
}

.post-thumb img {
    width: 100%;
    height: inherit;
    display: block;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.format-aside p {
    margin: 0;
}

.format-gallery .post-thumb .flexslider {
    margin: 0;
}

.format-video .media-element {
    padding: 0px;
}

.format-chat .chat-transcript {
    color: #908f8f;
}

.format-chat .chat-transcript p {
    padding: 7px 10px;
    margin: 4px 0;
}

.format-chat .chat-transcript p:nth-child(even) {
    background: #f5f5f5;
}

.entry-title a:hover {
    color: #F37A5C;
}

.page-title {
    margin-bottom: 30px;
}

.entry-meta {
    margin: -12px 0 0 2px;
    font-size: 14px;
    padding: 0 0 20px 0;
    text-transform: capitalize;
}

.entry-meta li, .blog-meta ul li {
    display: inline-block;
    padding: 2px 6px;
    position: relative;
    background-clip: padding-box;
}

.entry-meta li:first-child, .blog-meta li:first-child {
    padding-left: 0;
}

.accent {
    border-bottom: 1px solid #fe544a;
    width: 50px;
    margin-bottom: 40px;
    margin-top: -1px;
}

.single .entry-meta {
    margin-top: 30px
}

.entry-meta a:hover {
    color: #00c1ef;
}

.entry-meta .post-icon {
    position: relative;
    top: -2px;
}

.entry-meta&gt;span {
    margin-right: 11px;
}

.entry-meta span:before {
    font-family: 'FontAwesome';
    font-size: 14px;
    padding-right: 10px;
}

.entry-meta .published:before {
    content: '\f133';
}

.format-standard .entry-meta .format:before {
    content: '\f0f6';
}

.format-gallery .entry-meta .format:before {
    content: '\f03e';
}

.format-image .entry-meta .format:before {
    content: '\f083';
}

.format-link .entry-meta .format:before {
    content: '\f0c1';
}

.format-chat .entry-meta .format:before {
    content: '\f0e6';
}

.format-quote .entry-meta .format:before {
    content: '\f10d';
}

.format-video .entry-meta .format:before {
    content: '\f03d';
}

.format-audio .entry-meta .format:before {
    content: '\f001';
}

.format-aside .entry-meta .format:before {
    content: '\f016';
}

.entry-meta .comment-count:before {
    content: '\f0e5';
}

.entry-meta .edit:before {
    content: '\f044';
    position: relative;
    top: 1px;
}

.page .entry-content {
    padding: 40px;
    display: inline-block;
    width: 100%;
}

.entry-content div,
.entry-content ul,
.entry-content ol,
.entry-content table {
    margin-bottom: 20px;
    list-style-type: decimal;
}

.entry-content ol {
    list-style: decimal;
    padding-left: 20px;
}

.entry-content ul {
    list-style: disc;
    padding-left: 20px;
    padding-left: 20px;
}

.entry-content ul ul {
    list-style: circle;
    padding-left: 20px;
}

.entry-content ul ol ul {
    list-style: disc;
    padding-left: 20px;
}

.divider {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    margin: 20px 0 40px;
}

.entry-content a {}

.read-more {
    margin: 0 !important;
}

.more-link {
    margin: 0 !important;
    color: #fff !important;
}

/* Link / Quote Post Format ------------- */
.format-quote .entry-media,
.format-status .entry-media,
.format-link .entry-media {
    padding: 30px;
    background-repeat: repeat;
    background-position: center center;
}

.content-quote-format-wrapper {
    float: left;
    width: 100%;
    height: auto;
}

.content-quote-format-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.content-quote-format-textwrap {
    position: relative;
    z-index: 2;
}

.format-status .entry-media h3 {
    margin: 0;
}

.format-quote .entry-media h3,
.format-link .entry-media h3,
.entry-media h3 a {
    font-size: 14px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 30px;
    color: #fff;
    text-decoration: none;
}

.format-quote .entry-media p,
.format-link .entry-media p a {
    color: #fff;
    font-size: 16px;
    width: 100%;
    margin: 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.content-quote-format-textwrap h3 span[class*='icon-'] {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    margin-right: 5px;
}

/* Entry Status - Twitter */
.hentry .entry-status-twitter .twitter-tweet-rendered {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
    border: none !important;
    box-shadow: none !important;
}

.format-status .entry-media h3 {
    margin: -17px 0 0;
}

.comment-form-author, .comment-form-email {
    width: 48%;
    float: left;
}

.comment-form-email {
    margin-left: 4%;
}

.tagcloud a {}

#widget-area .widget_text {
    min-height: 20px;
}

.widget-title {
    position: relative;
}

.widget-title:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 5px;
    background-color: #FFED91;
    border-radius: 50%;
}

.uppercase {
    text-transform: uppercase;
}

.right .breadcrumbs {
    text-align: center;
}

.breadcrumbs.left {
    text-align: center;
}

div.wpcf7-mail-sent-ok {
    background: #398F14;
    border: 2px solid #398f14;
    color: #fff;
}

.nav .open&gt;a, .nav .menu-item-has-children.open&gt;a:hover, .nav .menu-item-has-children.open&gt;a:focus {
    background-color: inherit !important;
    border-color: inherit !important;
}

.navbar-nav&gt;li&gt;.dropdown-menu {
    margin-top: 15px;
    border-top-right-radius: 4px;
    border-top-left-radius: 3px;
}

.dropdown-menu&gt;li&gt;a, a.breadcrumb-item {
    text-decoration: none;
}

.dropdown-menu li {
    margin-bottom: 15px;
}

.dropdown-menu li:last-child {
    margin-bottom: 0px;
}

p {
    margin: 10px 0 15px;
}

#gallery-1 .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: left;
    width: 21%;
}

.container.bootstrap {
    margin-left: auto !important;
    margin-right: auto !important;
}

.widget-title {
    font-weight: bold;
    color: #fff;
}

.widget ul {
    color: #000;
}

.widget ul li a {
    text-decoration: none;
    color: #FFED91;
}

#widget-area .widget a {
    text-decoration: none;
    color: #1784fb;
}

.latest-content span {
    color: #FFF;
}

.widget a:hover {
    color: #FFF;
}

.widget ul li a:hover {
    color: #3192fb;
}

#widget-area #searchform input#searchsubmit {
    color: #333;
}

#widget-area #searchform input#searchsubmit {
    background-color: #FFED91;
}

#share-buttons i:hover {
    color: #1784fb;
}

#share-buttons i:hover {
    color: #1784fb;
}

.entry-title a:hover {
    color: #1784fb;
}

.entry-title a {
    color: #222222;
}

span.breadcrumb-current {
    color: #FFED91;
}

.entry-title {}

a.button-post {
    background: rgba(76, 143, 255, 0.8);
    border: 1px solid #4c8fff;
    width: 160px;
    line-height: 40px;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    margin-right: 10px;
}

a.button-post:hover {
    background: rgba(76, 143, 255, 1);
}

.button-info i.iconi {
    font-size: 120px;
    line-height: 1em;
}

.quote-slider .overlay {
    background: rgba(41, 70, 97, 0.8);
    z-index: 0;
}

.menu li ul&gt;li {
    display: block;
    /* line-height: 34px; */
    /* border-bottom: 1px solid #c8cace; */
}

#widget-area #searchform input#searchsubmit {
    background-color: #077ce6;
    color: #fff;
}

#widget-area .widget-title {
    color: #222;
    padding-left: 28px;
    margin-bottom: 20px;
    font-size: 20px;
    text-transform: uppercase;
}

.widget-title:after {
    background: #077ce6;
    bottom: 0;
    content: "";
    height: 6px;
    left: -4px;
    top: 12px;
    position: absolute;
    width: 22px;
    border-radius: 0;
    border-radius: 18%;
}

#widget-area .widget ul li a {
    text-decoration: none;
    color: #585858;
}

.breadcumbs {
    color: #999999;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

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

span.breadcrumb-current {
    color: #4c8fff;
    font-weight: 600;
}

.search-form-input {
    padding: 10px 3px 10px 20px;
}

body.search article .searchform {
    margin: 0 auto;
    width: 73%;
    float: left;
}

body.search article .searchform input[type="text"] {
    float: left;
    line-height: 30px;
    width: 80%;
    padding: 9px 0 7px 15px;
    font-size: 12px;
    color: #000000;
    background: #efefef;
    border: 1px solid #efefef;
}

body.search article .searchform input[type="submit"] {
    float: left;
    line-height: 46px;
    position: relative;
    width: 20%;
    z-index: 9999;
    top: 0px;
    background: #4c8fff;
    border: none;
    color: #fff;
}

body.error404 .index .searchform {
    margin: 0 auto;
    width: 77%;
    float: left;
}

body.error404 .index .searchform input[type="text"] {
    outline: 0;
    float: left;
    line-height: 30px;
    width: 80%;
    padding: 9px 0 7px 15px;
    font-size: 12px;
    border: 0px solid #efefef;
    background: #edf0f9;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: 0;
}

body.error404 .index .searchform input[type="submit"] {
    float: left;
    line-height: 44px;
    position: relative;
    width: 20%;
    z-index: 9999;
    top: 0px;
    background: #82d344;
    border: none;
    color: #fff;
}

footer .widget .widget-head {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
}

footer .widget input#email {
    background: transparent;
    border: none;
    max-width: 100%;
}

footer .widget input.wpcf7-form-control.wpcf7-submit {
    background: #f8cf27 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #222;
    font-weight: 700;
    padding: 12px 30px 7px;
    text-transform: uppercase;
}

/* responsive options

	1200px
	991px
	768px
	480px

*/
@media (max-width: 1200px) {}

@media (max-width: 991px) {
    #widget-area {
        margin: 40px 0 0;
    }

    #widget-area #searchform input[type="text"] {
        width: 90%;
    }

    footer .widget {
        margin-bottom: 40px;
    }

    footer .widget-title {
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    #widget-area #searchform {
        position: relative;
        max-height: 50px;
        margin-top: 90px;
    }
}

@media (max-width: 480px) {}

/* updates for wordpress defaults */
.flexslider {
    padding: 0;
    margin-bottom: 0px;
    border: none;
}

.flex-control-nav {
    display: none;
}

.flex-direction-nav a {
    /* width: 50px; */
    /* height: 50px; */
}

.post-container {}

.article-img, .blog-bg, .post-thumb {
    /* margin-bottom: 20px!important; */
}

.entry-meta {
    /* font-weight: 600; */
}

.template-cover-text .uppercase {
    font-size: 50px;
    margin-left: -4px;
    margin-bottom: 10px;
    color: #fff;
}

.template-cover-text .col-md-8 {
    margin-top: 170px;
    color: #fff;
}

.index-header {
    overflow: hidden;
    position: relative;
}

.index-header h2 {
    margin-bottom: 10px;
}

.breadcrubms {
    text-transform: capitalize;
    color: #fff;
}

.breadcrubms a {
    text-transform: capitalize;
    color: #fff;
}

.wpcf7 br {
    display: none;
}

.m-bottom-50 {
    margin-bottom: 50px
}

.dropdown-menu li {
    display: block !important;
    float: none !important;
}

.dropdown-menu {
    position: absolute;
    top: 35px;
    left: auto;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    width: auto !important;
    min-width: 100%;
    padding: 15px !important;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #222;
    border-radius: 0px;
}

.dropdown-menu&gt;li&gt;a:focus, .dropdown-menu&gt;li&gt;a:hover {
    color: #262626;
    text-decoration: none;
    background-color: rgba(245, 245, 245, 0);
}

.dropdown-menu&gt;.active&gt;a, .dropdown-menu&gt;.active&gt;a:focus, .dropdown-menu&gt;.active&gt;a:hover {
    color: #288dfb;
    text-decoration: none;
    background-color: rgba(51, 122, 183, 0);
    outline: 0;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 18px;
}

#primary-menu li a {
    color: #fff;
}

body.error404 .index .post-container {
    padding: 40px 40px;
    position: relative;
    background: #fff;
}

.comments .comment p {
    margin: 10px 0 15px;
}

.comments .comment span {
    color: #077ce6;
    font-weight: 500;
    text-transform: none;
}

.widget_rss ul li {
    padding: 0 0 40px !important;
}

#widget-area .widget_rss ul li a {
    color: #1784fb;
}

#c2e1f5 .post-button {
    position: relative;
    background: #88b7d5;
}

.post-button:after {
    bottom: 100%;
    right: 15px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #077ce6;
    border-width: 6px;
    margin-left: -6px;
}

.comment-respond {
    margin-top: 50px
}

.comment-respond .comment-reply-title {
    margin-bottom: -5px;
}

.primary-menu, .primary-menu li {
    position: relative
}

.acele-content h1 {
    font-size: 40px;
    margin-bottom: 20px;
}

.acele-content h4 {
    font-size: 16px;
    margin-top: 10px;
}

#main_header.header_after_scroll .menu ul li .dropdown-menu li a {
    color: #fff;
}

.error404 h3 {
    font-size: 20px;
    letter-spacing: 1px;
}

.recent ol {
    list-style-type: circle;
    list-style-image: none;
    padding-left: 17px;
}

.recent ol li {
    margin-bottom: 5px;
}

.recent-heading {
    margin-bottom: 15px;
}

.header_after_scroll .text-logo {
    display: none !important;
}

.text-logo-2 {
    display: none !important;
}

.header_after_scroll .text-logo-2 {
    display: block !important;
}
</pre></body></html>