/*
Theme Name: Campoal
Theme URI: https://www.conikal.com/campoal/
Description: Campoal is the perfect WordPress theme to start your own petition platform with fundraising function. It provides a lot of flexible features for your users to start their campaign and you can earn money by charging services fee on each donation from supporters. Highly creative, featuring a clean & minimalistic design and packed with a lot of useful features, It can also be used for many purposes rather than platform, such as the social movement landing page with full signing functions or fundraising website for your organization in minutes.
Author: Conikal
Author URI: https://www.conikal.com/
Version: 1.9.2
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: blog, two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, sticky-post, threaded-comments, translation-ready
Text Domain: campoal
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS
----------------------------------------------------------------
# Normalize
    ## Forms
    ## Tables
    ## Block quote
    ## Button
    ## Header
    ## Override
# Typography
    ## Text color
    ## Toast
    ## Text type
    ## Font size
    ## Font type
    ## Truncation
# Site wrapper
# Homepage
    ## Homepage slideshow
    ## Homepage header
    ## Homepage caption
    ## Homepage featured
# Pages
    ## Pages caption
    ## Profile page
    ## Blog content
    ## Blog featured
    ## Media
    ## Submit petition
    ## Petition pages
    ## Dashboard page
    ## Taxonomy
    ## 404 Page
# Helpers
    ## Alignment
    ## Clearings
    ## Background color
    ## Caption
    ## Accessibility
    ## Galleries
    ## Contribution levle
# Modules
    ## Slick slider
    ## Bjax loader
    ## Media Upload
    ## Header menu
    ## Comments
    ## Citation
    ## Daterange Picker
    ## Header promo
    ## Advanced custom fields
# Widgets
    ## RSS widget
    ## Nav widget
    ## Archive widget
    ## Categories widget
    ## Text widget
    ## Calendar widget
    ## Meta widget
    ## Recent comments widget
    ## Recent entries widget
# Shortcodes
    ## Topic card category
    ## Updates timeline
    ## Testimonital
    ## Icon box
    ## Title shortcode
    ## Promo banners
# Plugins
    ## Visual Composer
    ## Contact Form 7
    ## Woocommerce
    ## Give plugin
    ## Flagged Content
# Back to top
# Google reCaptcha
# Responsive
--------------------------------------------------------------*/

/*-------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*-------------------------------------------------------------
## Forms
--------------------------------------------------------------*/
input,
textarea,
select {
    margin: 0;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    outline: 0;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    text-align: left;
    padding: .67857143em 1em;
    background: #fff;
    border: 1px solid rgba(34,36,38,.15);
    color: rgba(0,0,0,.87);
    border-radius: .28571429rem;
    -webkit-transition: box-shadow .1s ease,border-color .1s ease;
    transition: box-shadow .1s ease,border-color .1s ease;
    box-shadow: none; }
select {
    height: 38px; }
textarea:focus {
    -webkit-appearance: none; }
input:focus,
textarea:focus,
select:focus {
    color: rgba(0, 0, 0, 0.95);
    border-color: #85B7D9;
    border-radius: 0.28571429rem;
    background: #FFFFFF;
    box-shadow: 0px 0em 0em 0em rgba(34, 36, 38, 0.35) inset; }
input[type="submit"] {
    cursor: pointer;
    display: inline-block;
    min-height: 1em;
    outline: none;
    border: none;
    vertical-align: baseline;
    background: #E0E1E2 none;
    color: rgba(0, 0, 0, 0.6);
    margin: 0em 0.25em 0em 0em;
    padding: 0.78571429em 1.5em 0.78571429em;
    text-transform: none;
    text-shadow: none;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    border-radius: 0.28571429rem;
    box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
    transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
    will-change: '';
    -webkit-tap-highlight-color: transparent; }
hr {
    margin: 1rem 0;
    line-height: 1;
    height: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: rgba(0,0,0,.85);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent; }

p {
    color: #595959;
    width: 100%;
    margin: 10px auto;
    display: block;
    line-height: 22px; }

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle; }

pre {
    background-color: #f3f4f5;
    border-left: 4px solid #E0E1E2;
    page-break-inside: avoid;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1em 1.5em;
    display: block;
    word-wrap: break-word; }

dl {
    margin-bottom: 1.6em; }

dt {
    font-weight: bold; }

dd {
    margin-bottom: 1.6em;
    margin-left: 0; }

/*-------------------------------------------------------------
## Tables
--------------------------------------------------------------*/
table {
    width: 100%;
    background: #fff;
    margin: 1em 0;
    border: 1px solid rgba(34,36,38,.15);
    box-shadow: none;
    border-radius: .28571429rem;
    text-align: left;
    color: rgba(0,0,0,.87);
    border-collapse: separate;
    border-spacing: 0; }
table:last-child {
    margin-bottom: 0; }
table thead {
    box-shadow: none; }
table thead tr:first-child>th:first-child {
    border-radius: .28571429rem 0 0 0; }
table tr td:first-child,
table tr th:first-child {
    border-left: none; }
table tr td,
table tr th {
    border-left: 1px solid rgba(34,36,38,.1); }
table thead th {
    cursor: auto;
    background: #f9fafb;
    text-align: inherit;
    color: rgba(0,0,0,.87);
    padding: .92857143em .78571429em;
    vertical-align: inherit;
    font-style: none;
    font-weight: 700;
    text-transform: none;
    border-bottom: 1px solid rgba(34,36,38,.1);
    border-left: none; }
table td,
table th {
    -webkit-transition: background .1s ease,color .1s ease;
    transition: background .1s ease,color .1s ease;
    padding: .78571429em .78571429em;
    text-align: inherit; }
table tr td:first-child,
table tr th:first-child {
    border-left: none; }
table tr td,
table tr th {
    border-left: 1px solid rgba(34,36,38,.1); }
table tr:first-child td {
    border-top: none; }
table tr td {
    border-top: 1px solid rgba(34,36,38,.1); }
table tr td, table tr th {
    border-left: 1px solid rgba(34,36,38,.1); }
table tr:first-child td {
    border-top: none; }
table tr td {
    border-top: 1px solid rgba(34,36,38,.1); }
table tfoot tr:first-child>th:only-child {
    border-radius: 0 0 .28571429rem .28571429rem; }
table tfoot tr:first-child>th:last-child {
    border-radius: 0 0 .28571429rem 0; }
table tfoot tr:first-child>th:first-child {
    border-radius: 0 0 0 .28571429rem; }
table tr td:first-child, table tr th:first-child {
    border-left: none; }
table tfoot tr>th:first-child {
    border-left: none; }
table tr td,
table tr th {
    border-left: 1px solid rgba(34,36,38,.1); }
table tfoot th {
    cursor: auto;
    border-top: 1px solid rgba(34,36,38,.15);
    background: #f9fafb;
    text-align: inherit;
    color: rgba(0,0,0,.87);
    padding: .78571429em .78571429em;
    vertical-align: middle;
    font-style: normal;
    font-weight: 400;
    text-transform: none; }

/*-------------------------------------------------------------
## Block quote
--------------------------------------------------------------*/
blockquote {
    margin: 40px auto;
    text-align: center;
    color: #555555;
    padding: 45px;
    position: relative; }
blockquote p {
    font-size: 26px !important;
    line-height: 38px !important; }
blockquote::before{
    content: "\201C";
    color: #E0E1E2;
    font-size: 16rem;
    position: absolute;
    left: 45%;
    top: 40%;
    opacity: 0.1; }
blockquote::after{
    content: ''; }
blockquote span{
    display:block;
    font-style: normal;
    font-weight: bold;
    margin-top:1em; }
blockquote cite {
    color: #a0a0a0;
    font-size: 14px;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .04em; }

/*-------------------------------------------------------------
## Button
--------------------------------------------------------------*/
button,
.give-btn,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    cursor: pointer;
    display: inline-block;
    min-height: 1em;
    outline: 0;
    border: none;
    vertical-align: baseline;
    background: #e0e1e2 none;
    color: rgba(0,0,0,.6);
    margin: 0 .25em 0 0;
    padding: .78571429em 1.5em .78571429em;
    text-transform: none;
    text-shadow: none;
    line-height: 1em;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    border-radius: .28571429rem;
    box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34,36,38,.15) inset;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
    transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
    will-change: '';
    -webkit-tap-highlight-color: transparent; }

.ui.google.plus.button {
    background-color: #4285f4;
    box-shadow: 0 0 0 1px rgba(34,36,38,.15) inset; }
.ui.google.plus.loading.button {
    box-shadow: 0 0 0 1px rgba(34,36,38,.15) inset !important; }
.ui.google.plus.button:hover {
    background-color: #1d72ef; }
#googleSigninBtn > .icon,
#googleSignoutBtn > .icon {
    background-color: #ffffff;
    padding: 12px;
    margin: 1px !important;
    height: 95%;
    opacity: 1; }

/*-------------------------------------------------------------
## Heading
--------------------------------------------------------------*/
h6 {
    line-height: 1.2857em;
    margin: calc(2rem - .14285em) 0 1rem;
    font-size: 0.9375rem;
    font-weight: 700;
    padding: 0; }

/*-------------------------------------------------------------
## Override
--------------------------------------------------------------*/
.ui.card, .ui.cards>.card {
    -webkit-box-shadow: 0 0 2px 0 rgba(34,36,38,.1),0 2px 2px 0 rgba(34,36,38,.1);
    box-shadow: 0 0 2px 0 rgba(34,36,38,.1),0 2px 2px 0px rgba(34,36,38,.1); }
.petition-list-card,
.update-card {
    border: 0px !important;
    -webkit-box-shadow: 0 0 2px 0 rgba(34,36,38,.1),0 2px 2px 0 rgba(34,36,38,.1) !important;
    box-shadow: 0 0 2px 0 rgba(34,36,38,.1),0 2px 2px 0px rgba(34,36,38,.1) !important; }
.ui.segment,
.ui.segments,
.ui.toast-container .toast-box.floating,
.ui.toast-container .toast-box.hoverfloating:hover {
    border: .5px solid rgba(34,36,38,.1); }
.ui.toast-container .toast-box>.ui.message,
.ui.toast-container .toast-box>.ui.toast {
    padding: 20px; }
.update-list .update-card .ui.divider:not(.vertical):not(.horizontal) {
    border-top: 1px solid rgba(0,0,0,.05); }
.update-list {
    padding-top: 20px; }
.ui.raised.segment, .ui.raised.segments {
    -webkit-box-shadow: 0 4px 12px 0 rgba(0,0,0,.05);
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.05); }
.phone-code-dropdown {
    min-width: unset !important; }
.petition-list-card .place {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
.feature-content .victory-title .content,
.petition-list-card .ui.header.list-petition-title .content {
    width: 90%; }
.sign-petition-form {
    margin-bottom: 1em; }


/*-------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*-------------------------------------------------------------
## Text color
--------------------------------------------------------------*/
.text.white,
.text.white a,
.text.white p {
    color: #fff !important; }
.text.green,
.text.green a,
.text.green p {
    color: #016936 !important; }
.text.blue,
.text.blue a,
.text.blue p {
    color: #0E6EB8 !important; }
.text.grey,
.text.grey a,
.text.grey p {
    color: #a0a0a0 !important; }
.text.black,
.text.black a,
.text.black p {
    color: #333333 !important; }


/*-------------------------------------------------------------
## Toast
--------------------------------------------------------------*/
.ui.toast-container {
    z-index: 999; }
.ui.primary.toast,
.ui.toast.success,
.ui.toast.warning,
.ui.toast.failed,
.ui.toast.info {
    color: unset;
    background-color: #fff; }
.ui.toast-container .toast-box .ui.toast.success .ui.header {
    color: #21ba45 !important; }
.ui.toast-container .toast-box .ui.toast.warning .ui.header {
    color: #f2711c !important; }
.ui.toast-container .toast-box .ui.toast.failed .ui.header {
    color: #db2828 !important; }
.ui.toast-container .toast-box .ui.toast.info .ui.header {
    color: #2185d0 !important; }


/*-------------------------------------------------------------
## Text type
--------------------------------------------------------------*/
.text.uppercase {
    text-transform: uppercase; }
.text.right {
    text-align: right; }
.text.center {
    text-align: center;}

/*-------------------------------------------------------------
## Font size
--------------------------------------------------------------*/
.font.tiny,
.font.tiny p {
    font-size: 12px !important; }
.font.small,
.font.small p {
    font-size: 14px !important; }
.font.medium,
.font.medium p {
    font-size: 16px !important;
    line-height: 24px !important; }
.font.large,
.font.large p {
    font-size: 18px !important; }
.font.big,
.font.big p {
    font-size: 26px !important;
    line-height: 32px !important; }
.font.massive,
.font.massive p {
    font-size: 32px !important;
    line-height: 38px !important; }

/*-------------------------------------------------------------
## Font type
--------------------------------------------------------------*/
.type.fade {
  opacity: .5; }
.type.uppercase {
  text-transform: uppercase; }
.type.bold {
  font-weight: bold; }
.type.italic {
  font-style: italic; }
.type.fine-print {
  font-size: 0.85714286em; }
.type.strikethrough {
  text-decoration: line-through;
  opacity: .5; }
.type.underline {
  text-decoration: underline; }

/*-------------------------------------------------------------
## Truncation
--------------------------------------------------------------*/
.truncate {
    display: block !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }


/*-------------------------------------------------------------
# Site wrapper
--------------------------------------------------------------*/
.wrapper {
    padding-bottom: 90px;
    border-bottom: 1px solid rgba(34, 36, 38, .15);}
.wrapper.read {
    background-color: #fff; }
.wrapper.read.petition,
.wrapper.petition,
.wrapper.read.post {
    padding-top: 65px; }
.wrapper.read.search, .wrapper.search {
    padding-top: 80px; }
.page.content {
    padding-bottom: 60px; }
.footer {
    padding-top: 45px !important; }
.pagination {
    padding-top: 50px; }
.search-title {
    padding: 15px 0 25px 0; }
.not-found {
    margin-bottom: 60%; }
.ui.menu .item:before {
    width: 0; }
.ui.breadcrumb {
    padding: 30px 0; }
.petition-taxonomy-breadcrumbs {
    padding-left: 5px;
    margin-bottom: -30px !important; }
.none-breadcrumb {
    height: 60px; }
.respon-message {
    padding-bottom: 10px; }


/*-------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/*-------------------------------------------------------------
# Pages caption
--------------------------------------------------------------*/
.page-caption, .post-caption {
    position: absolute;
    z-index: 10;
    width: 100% }
.page-caption {
    top: 45%; }
.post-caption {
    top: 40%; }
.page-title,
.post-title {
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 46px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    -ms-word-wrap: break-word;
    word-wrap: break-word; }
.post-sub-title {
    opacity: 0.6; }
.page-title {
    margin-top: 25px;
    font-size: 38px; }
.page-profile {
    padding-top: 30px; }
.page-profile .avatar {
    width: 100px;
    float: left; }
.page-profile .name {
    color: #fff;
    padding: 10px; }
.page-profile .address {
    color: #fff; }


/*-------------------------------------------------------------
# Profile page
--------------------------------------------------------------*/
.radio-flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.radio-flex .radio-container {
  display: inline-block;
  width: 100%;
}
.radio-flex .radio-container p {
  margin: 0;
  padding: 12px 5px;
}
.radio-flex .radio-container .radio-options {
  display: -webkit-box;
  display: flex;
  background: #e6e6e6;
  border-radius: 8px;
  padding: 4px;
}
.radio-flex .radio-container .radio-options input {
  display: none;
}
.radio-flex .radio-container .radio-options input:checked + label {
  background: #fff;
  color: #333;
  box-shadow: 0 0 5px 0 rgba(96, 125, 139, 0.2);
}
.radio-flex .radio-container .radio-options label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: inline-block;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 1.05rem;
  padding: .78571429em 1.5em .78571429em;
  color: black;
  background: transparent;
  margin: 2px;
  border-radius: .28571429rem;
}


/*-------------------------------------------------------------
# Blog content
--------------------------------------------------------------*/
.single-post-simple .post-simple-title {
    padding: 60px 0; }
.single-post-simple .feature-image {
    margin: 40px 0; }
.single-post-simple .post-labels {
    margin-bottom: 40px; }
.single-post-simple .post-labels .ui.label {
    margin-left: 0; }
.post-center-image,
.blog-feature .feature-image,
.single-post-simple .feature-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
.post-center-image {
    height: 500px; }
.post-center-title {
    display: flex;
    align-items: center;
    height: 100%;
    padding-right: 30%; }
.post-caption .post-labels .ui.label,
.post-center-title .post-labels .ui.label {
    margin-left: 0px; }
.post-widget-sidebar {
    padding-left: 25px !important; }
.post-title-divider {
    display: inline-block;
    width: 75px;
    height: 1px;
    margin: 0px 0 10px 0;
    background-color: #ccc; }
.entry-content {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 20px; }
.entry-content p:first-child {
    margin-top: 0; }
.entry-content p {
    margin: 16px auto;
    word-break: break-word; }
.entry-content a:not(.item, .button) {
    text-decoration: underline; }

.entry-content.post.dropcap > p:first-child:first-letter {
    float: left;
    font-size: 80px;
    line-height: 60px;
    padding-top: 8px;
    padding-right: 10px; }

.post-related-section,
.post-author-section,
nav.post-navigation,
.petition-supporters-section,
.petition-comment-section,
.petition-citation-section .citation-list,
.give-updates-section {
    padding-top: 60px; }
.petition-advanced-infomaitons,
.petition-citation-section .citation-list {
    padding-bottom: 60px; }
.post-comment-section {
    padding: 60px 0; }

/* Post page navigation */
.page-links {
    clear: both;
    margin: 1.3333em 0; }

.page-links a,
.page-links > span {
    background-color: rgba(0,0,0,.05);
    border: 1px solid rgba(34,36,38,.15);
    border-radius: .28571429rem;
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    height: 2em;
    line-height: 2;
    margin: 0 0.3333em 0.3333em 0;
    text-align: center;
    width: 2em; }

.page-links a {
    -webkit-tap-highlight-color: rgba(0,0,0,.05);
    background-color: transparent;
    border: 1px solid rgba(34,36,38,.15) !important;
    color: rgba(0,0,0,.6); }

.page-links a:hover,
.page-links a:focus {
    background-color: rgba(0,0,0,.05);
    border-color: 1px solid rgba(34,36,38,.15);
    color: rgba(0,0,0,.95); }

.page-links > .page-links-title {
    border: 0;
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    height: auto;
    margin: 0;
    padding-right: 0.5em;
    width: auto; }

/* Articles navigation */
.navigation-post .ui.header > .content > .sub.header {
    text-transform: uppercase;
    font-size: 10px !important;
    letter-spacing: 2px;
    line-height: 12px;
    padding-bottom: 6px;  }
.navigation-post > .row > .previous > .ui.header,
.navigation-post > .row > .next > .ui.header {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis; }
.navigation-post > .row > .previous > .ui.header {
    padding-left: 30px; }
.navigation-post > .row > .next > .ui.header {
    padding-right: 30px; }
.navigation-post .pn-icon {
    position: absolute;
    font-size: 28px;
    line-height: 36px;
    top: 50%;
    margin-top: -18px; }
.navigation-post > .row > .previous > .pn-icon {
    left: 5px; }
.navigation-post > .row > .next > .pn-icon {
    right: 5px; }

/* List post */
.list-post-card {
    margin-bottom: 36px !important; }
.list-post-card .list-post-thumbnail {
    padding: 0px !important;
    min-height: 300px;
    background-color: #f2f3f4; }
.list-post-card .list-post-thumbnail img {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
.list-post-card .list-post-title {
    margin-top: 8px;
    -ms-word-wrap: break-word;
    word-wrap: break-word; }
.list-post-card .category-label,
.list-post-card .date-label {
    margin-left: 0px !important;
    margin-bottom: 8px;
    margin-top: 8px; }
.list-post-card .date-label {
    background-color: transparent; }
.list-post-card .date-label:hover {
    background-color: transparent !important; }
.list-post-card .list-post-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-top: 8px;
    padding-right: 28px;
    padding-bottom: 8px; }
.list-post-card .list-post-footer .list-post-author {
    margin-top: -4px !important; }
.list-post-card .meta-labels .ui.label {
    margin-left: 5px !important; }

/* Classic post card */
.classic-post-card {
    padding-bottom: 60px; }
.classic-post-card .overlay-header {
    margin: -180px 35px 0; }
.classic-post-card .overlay-header .overlay-title {
    -ms-word-wrap: break-word;
    word-wrap: break-word; }
.classic-post-card .overlay-header .date-label {
    background-color: transparent; }
.classic-post-card .behind-thumbnail {
    min-height: 280px;
    border-radius: 4px;
    background-color: #f3f4f5; }

/* Author seciton */
.author-section {
    border-radius: 4px !important; }
.author-title {
    padding-top: 16px !important; }

/*-------------------------------------------------------------
## Blog featured
--------------------------------------------------------------*/
.blog-feature {
    position: relative;
    background-color: #f3f4f5; }
.blog-feature .feature-item {
    margin: 0 !important; }
.blog-feature .feature-title {
    padding-top: 25%;
    margin-left: -50%;
    margin-right: 30%; }
.blog-feature .feature-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px; }
.single-post-simple .feature-image {
    height: 500px; }

/*-------------------------------------------------------------
## Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0; }

audio,
canvas {
    display: inline-block; }

embed,
iframe,
object,
video {
    margin-bottom: 1.6em;
    max-width: 100%;
    vertical-align: middle; }

p > embed,
p > iframe,
p > object,
p > video {
    margin-bottom: 0; }

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 1.6em; }

.wp-playlist.wp-playlist {
    padding-bottom: 0; }

.wp-playlist .wp-playlist-tracks {
    margin-top: 0; }

.wp-playlist-item .wp-playlist-caption {
    border-bottom: 0;
    padding: 10px 0; }

.wp-playlist-item .wp-playlist-item-length {
    top: 10px; }

/*-------------------------------------------------------------
## Submit petition
--------------------------------------------------------------*/
.submit-petition, .add-update {
    padding: 38px 0; }
.submit-petition .submit-petition-title .content,
.add-update .add-update-title .content {
    padding: 50px 0;
    font-size: 32px; }
.remove-field {
    position: relative;
    z-index: 999;
    margin-top: 22px;
    margin-left: -65px; }
.decision-search .results {
    width: 96% !important;
    margin-top: -10px !important;
    margin-left: 1rem !important; }
.decision-search .results .result .image {
    border-radius: 50% !important;
    width: 2.5em !important;
    height: 2.5em !important; }
.wp-editor-tools {
    background: #f5f5f5;
    padding-top: 5px;
    padding-left: 5px;
    border: 1px solid #e0e0e0;
    border-bottom: 0px;
    padding-bottom: 5px; }
#delete-embed {
    z-index: 10; }

/*-------------------------------------------------------------
## Petition pages
--------------------------------------------------------------*/
.petition-card > .petition-content,
.post-card > .post-content {
    min-height: 195px;
    padding: 18px !important; }
.post-card {
    min-height: 508px !important; }
.petition-content .meta .receiver i.icon {
    margin-left: 0px !important; }
.petition-content .excerpt {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
.petition-content.title-only,
.post-content.title-only {
    padding-top: 35% !important; }
.petition-content.title-only .view-counter,
.post-content.title-only .view-counter {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1.4em 1em;
    display: none; }
.card-petition-title{
    padding-top: 16px;
    padding-bottom: 6px; }
.card-petition-title.no-thumbnail {
    font-size: 22px !important;
    line-height: 28px !important;
    padding-top: 20%; }
.card-post-title {
    padding-top: 18px;
    -ms-word-wrap: break-word;
    word-wrap: break-word; }
.petition-content .description,
.post-content .description {
    color: rgba(0, 0, 0, .68); }
.list-petition-title,
.victory-title {
    padding-top: 6px !important; }
.victory-title .content .sub.header i.icon {
    margin-left: 0px !important; }
.list-petition-title > .content > .sub.header,
.victory-title > .content > .sub.header {
    padding-bottom: 12px; }
.petition-footer {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 26%);
    position: absolute;
    width: 100%;
    padding-top: 30px;
    bottom: 0; }
#content .petition-list-card:first-child {
    margin-top: 0 !important; }
.petition-list-card {
    margin: 2rem 0 !important; }
.petition-list-card .footer-border {
    border-top-color: rgba(0,0,0,.05) !important; }
.petition-card .ui.label>img,
.petition-list-card .ui.label>img,
.feature-footer .ui.label>img,
.search-results .search-results-item .content .extra>.ui.label>img,
.feature-petition .ui.image>.ui.ribbon.label>img {
    opacity: 1;
    margin: 0 .25rem 0 0;
    width: 1.18em !important;
    height: 1em !important;
    text-align: center;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
.feature-petition .ui.image>.ui.ribbon.label>img {
    left: calc(.05rem - 1.2em); }
.petition-card .ui.corner.label>img,
.petition-list-card .ui.corner.label>img {
    cursor: default;
    position: relative;
    top: .64285714em;
    left: .78571429em;
    font-size: 1.14285714em;
    margin: 0; }
.petition-card .content.petition-content .view-counter,
.petition-card .dimmer .content .view-counter,
.petition-list-card .dimmer .content .view-counter,
.petition-list-card .no-thumbnail .view-counter,
.list-post-thumbnail .view-counter {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: .75em 1em; }
.petition-card .content.petition-content .petition-location,
.petition-card .dimmer .content .petition-location,
.petition-list-card .dimmer .content .petition-location {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: .75em 1em; }
.petition-card .content.petition-content .view-counter,
.petition-card .content.petition-content .petition-location {
    bottom: 56px; }
.petition-list-card .dimmer,
.petition-list-card .petition-thumbnail img {
    border-radius: 4px; }

.petition-card .dimmer .content .view-counter i,
.petition-list-card .dimmer .content .view-counter i,
.petition-content.title-only .view-counter i,
.post-content.title-only .view-counter i,
.list-post-thumbnail .view-counter i {
    margin-left: 10px; }
.petition-card .extra {
    background-color: #fff !important; }
.petition-list-card .no-thumbnail {
    min-height: 195px !important; }
.custom-icon-image {
    display: inline !important;
    opacity: 1;
    margin: 0 .25rem 0 0;
    width: 1.18em !important;
    height: 1em !important;
    text-align: center;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
.letter-title {
    text-transform: uppercase;
    letter-spacing: .2em;
    margin: 10px 0; }
.sign-success {
    padding-top: 10%;}
.sign-success-alert {
    padding-top: 50px;
    padding-bottom: 20px;}
.supporter-card .content .supporter-comment {
    height: 50px;
    overflow: hidden; }
.sign-option {
    margin-top: 0 !important; }
.petition-location {
    padding-right: 0 !important; }
.petition-view {
    padding-left: 0 !important; }
#sign-sidebar {
    z-index: 999; }

/*-------------------------------------------------------------
## Dashboard page
--------------------------------------------------------------*/
#dashboard-sidebar-menu {
    z-index: 10;
    box-shadow: none !important;
    background-color: #ffffff !important;
    border-right: 1px solid rgba(34,36,38,.1); }
#dashboard-content {
    padding-top: 60px;
    padding-right: 40px;
    padding-left: 300px; }
#author-section {
    margin-top: 100px; }
.add-author-placeholder {
    padding-top: 32px;
    padding-bottom: 30px; }
.invite_message {
    height: 653px; }

/*-------------------------------------------------------------
## Taxonomy
--------------------------------------------------------------*/
.taxonomy-sidebar-left,
.taxonomy-sidebar-right {
    padding-top: 60px; }

/*-------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
.error-not-found {
    position: relative;
    padding-top: 15%; }
.error-not-found .not-found-content {
    position: relative;
    padding: 22% 0; }
.error-not-found .not-found-content .not-found-title {
    display: inline-block;
    text-transform: uppercase;
    font-size: 180px; }

/*-------------------------------------------------------------
## Account settings page
--------------------------------------------------------------*/
.gender-field {
    padding-top: 10px; }

/*-------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
/*-------------------------------------------------------------
# Homepage slideshow
--------------------------------------------------------------*/
#hero-container {
    background-color: #000;
    height: 675px;
    position: relative; }
#none-hero-container {
    height: 375px;
    position: relative; }
#none-hero-container-feature {
    height: 120px;
    position: relative; }
.page-hero-container, .post-hero-container {
    background-color: #333;
    height: 350px;
    position: relative; }
.page-hero, .post-hero {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    height: 350px; }
#blog-hero-container {
    background-color: #fff;
    height: 675px;
    position: relative; }
.blog-hero {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    height: 675px; }
.page-hero,
.blog-hero {
    -webkit-filter: grayscale(70%);
    filter: grayscale(70%); }

#slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 675px; }
#slideshow > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none; }
.slideshowShadow, .post-shadown, .page-shadown {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4); }
#bgvid {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1; }

/*-------------------------------------------------------------
# Homepage header
--------------------------------------------------------------*/
.home-header {
    position: absolute;
    width: 100%;
    z-index: 1060; }
.blog-header {
    height: 265px; }
.home-header .home-header-menu,
.app-header .app-header-menu,
.blog-header .blog-header-menu {
    margin: auto 0 !important; }
.blog-header .blog-header-menu {
    position: relative;
    top: 32%; }
.home-header .header-menu-link,
.app-header .header-menu-link,
.blog-header .header-menu-link {
    padding: 0 !important; }
.home-header .header-menu-item,
.app-header .header-menu-item,
.blog-header .header-menu-item   {
    padding: 5px 0 0 0 !important; }
.home-header.map {
    background: rgba(0, 0, 0, 0.50); }
.home-header .home-header-menu .logo a,
.app-header .app-header-menu .logo a {
    font-size: 18px; }
.home-header .home-header-menu .logo span,
.app-header .app-header-menu .logo span {
    font-size: 20px; }
.home-header .home-header-menu .logo img,
.blog-header .blog-header-menu .logo img {
    height: 40px;
    width: auto; }
.inverted-logo img, .fixed-logo img {
    height: 40px; }

/*-------------------------------------------------------------
# Homepage caption
--------------------------------------------------------------*/
.home-caption {
    position: relative;
    width: 100%;
    top: 225px;
    left: 0;
    z-index: 10; }
.home-title {
    font-size: 48px;
    color: #fff;
    font-weight: 500; }
.home-subtitle {
    font-size: 16px;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 50px;
    padding-left: 2px; }
.home-cta-button {
    margin-left: 2px !important; }

/*-------------------------------------------------------------
# Homepage featured
--------------------------------------------------------------*/
.home-feature {
    position: absolute;
    width: 100%;
    top: 545px;
    margin-left: 15px;
    z-index: 10; }
.home-feature-item {
    margin: 0 !important;}
.home-feature-item .victory-label {
    z-index: 1;
    overflow: hidden;}
.feature-content > .ui.grid>.column:not(.row).excerpt {
    padding-top: 0px !important; }
.home-feature.none-hero {
    top: 225px; }
.home-spotlight {
    margin-top: 380px;
    margin-bottom: 60px; }
.feature-card {
    padding: 0px !important;
    border: 0px !important; }
.feature-card .feature-right-content {
    padding-left: 0 !important; }
.feature-footer {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 26%);
    position: absolute;
    width: 100%;
    padding-top: 48px;
    bottom: 0; }
.feature-footer .place {
    padding-bottom: 8px;}
.update-excertp {
    font-size: 16px;
    line-height: 24px; }
.petition-title-block {
    padding: 60px 0 60px 0 !important; }


/*-------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
/*-------------------------------------------------------------
## Alignment
--------------------------------------------------------------*/
.alignnone {
    max-width: 100%;
    height: auto;
    margin: 5px 20px 20px 0;
    clear: left; }
.aligncenter,
div.aligncenter {
    text-align: center;
    display: block;
    margin: 5px auto 5px auto; }
.alignright {
    text-align: right;
    float:right;
    margin: 5px 0 20px 20px; }
.alignleft {
    text-align: left;
    float: left;
    margin: 5px 20px 20px 0; }
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px; }
a img.alignnone {
    max-width: 100%;
    height: auto;
    margin: 5px 20px 20px 0; }
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0; }
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.float.left {
    float: left; }
.float.right {
    float: right; }

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

.vertical.middle {
    vertical-align: middle; }
.vertical.bottom {
    vertical-align: bottom; }
.vertical.top {
    vertical-align: top; }

/*--------------------------------------------------------------
## Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.clearfix,
.clear:before,
.clear:after,
.clear,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.entry-content.post.dropcap > h1:nth-child(2),
.entry-content.post.dropcap > h2:nth-child(2),
.entry-content.post.dropcap > h3:nth-child(2),
.entry-content.post.dropcap > h4:nth-child(2),
.entry-content.post.dropcap > h5:nth-child(2),
.entry-content.post.dropcap > h6:nth-child(2),
.entry-content.post.dropcap > pre:nth-child(2),
.entry-content.post.dropcap > blockquote:nth-child(2),
.entry-content.post.dropcap > ul:nth-child(2),
.entry-content.post.dropcap > ol:nth-child(2) {
  content: '';
  display: table;
  clear: both; }

.clearfix:after,
.clear:after,
.entry-content:after,
.comment-content:after,
.entry-content.post.dropcap > hr:nth-child(2) {
  clear: both; }

/*-------------------------------------------------------------
## Background color
--------------------------------------------------------------*/
.color.white {
    background-color: #fff !important; }
.color.red {
    background-color: #B03060 !important; }
.color.orange {
    background-color: #FE9A76 !important; }
.color.yellow {
    background-color: #FFD700 !important; }
.color.olive {
    background-color: #32CD32 !important; }
.color.green {
    background-color: #016936 !important; }
.color.teal {
    background-color: #008080 !important; }
.color.blue {
    background-color: #0E6EB8 !important; }
.color.violet {
    background-color: #EE82EE !important; }
.color.purple {
    background-color: #B413EC !important; }
.color.pink {
    background-color: #FF1493 !important; }
.color.brow {
    background-color: #A52A2A !important; }
.color.grey {
    background-color: #A0A0A0 !important; }
.color.silver {
    background-color: #F2F3F5 !important; }
.color.black {
    background-color: #333 !important; }

/*-------------------------------------------------------------
## Caption
--------------------------------------------------------------*/
.wp-caption {
    border-radius: 2px;
    max-width: 100%; /* Image does not overflow the content area */
    text-align: center; }
.wp-caption.alignnone {
    margin: 5px 0px 20px 0px; }
.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: 100%;
    padding: 0;
    width: auto; }
.wp-caption p.wp-caption-text {
    color: #878787 !important;
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 6px; }

/*-------------------------------------------------------------
##  Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
        white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden; }

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;}
.display.none {
    display: none !important; }
.display.block {
    display: block !important; }
.display.flex {
    display: flex !important; }
.display.inline-block {
    display: inline-block !important; }
.ui.fixed.bottom.nag {
    bottom: 0; }

/*-------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.6em; }
.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%; }
.gallery-columns-2 .gallery-item {
    max-width: 50%; }
.gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
.gallery-columns-4 .gallery-item {
    max-width: 25%; }
.gallery-columns-5 .gallery-item {
    max-width: 20%; }
.gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
.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.11%; }
.gallery-icon img {
    margin: 0 auto; }
.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0; }
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none; }

.bypostauthor > article .fn:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Genericons";
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top; }

.bypostauthor > article .fn:after {
    content: "\f304";
    position: relative;
    top: 5px;
    left: 3px; }

/*-------------------------------------------------------------
## Contribution level
--------------------------------------------------------------*/
.level-badge::before,
.decision-maker-verified::before {
    content: "";
    position: absolute;
    top: 34px;
    left: 24px;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    width: .5em;
    height: .5em;
    vertical-align: baseline;
    background-color: #f3f4f5;
    padding: .5em;
    line-height: 1em;
    text-align: center;
    border-radius: 500rem;
    z-index: 99; }

.level-badge.small::before,
.decision-maker-verified.small::before {
    top: 34px;
    left: 32px; }

.level-badge.mini::before,
.decision-maker-verified.mini::before {
    top: 24px;
    left: 24px; }

.level-badge.large::before,
.decision-maker-verified.large::before {
    top: 20%;
    left: 76%;
    width: 1em;
    height: 1em;
    padding: 1em; }

/*-------------------------------------------------------------
## Modules
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Slick slider
--------------------------------------------------------------*/
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0; }
.slick-list:focus {
    outline: none; }
.slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block; }
.slick-track:before,
.slick-track:after {
    display: table;
    content: ''; }
.slick-track:after {
    clear: both; }
.slick-loading .slick-track {
    visibility: hidden; }
.slick-slide {
    display: none;
    float: left;
    margin: 0 0.75em;
    height: 100%;
    min-height: 1px; }
[dir='rtl'] .slick-slide {
    float: right; }
.slick-slide img {
    display: block; }
.slick-slide.slick-loading img {
    display: none; }
.slick-slide.dragging img {
    pointer-events: none; }
.slick-initialized .slick-slide {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px; }
.slick-loading .slick-slide {
    visibility: hidden; }
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
.slick-arrow.slick-hidden {
    display: none; }

/* featured petition */
.feature-navigation.slick-initialized.slick-slider .slick-slide img.ui.fluid.image {
    max-height: 87px; }

/* Slider loader */
.slick-loading .slick-list {
    background: #fff url('./images/ajax-loader.svg') center center no-repeat; }

/* Arrows */
.carousel-v1 .slick-prev,
.carousel-v1 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 25px;
    height: 45px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent; }
.carousel-v1 .slick-prev:hover,
.carousel-v1 .slick-prev:focus,
.carousel-v1 .slick-next:hover,
.carousel-v1 .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent; }
.carousel-v1 .slick-prev:hover:before,
.carousel-v1 .slick-prev:focus:before,
.carousel-v1 .slick-next:hover:before,
.carousel-v1 .slick-next:focus:before {
    opacity: 1; }
.carousel-v1 .slick-prev.slick-disabled:before,
.carousel-v1 .slick-next.slick-disabled:before {
    opacity: .25; }
.carousel-v1 .slick-prev:before,
.carousel-v1 .slick-next:before {
    font-family: 'Icons';
    font-size: 35px;
    line-height: 1;
    opacity: .75;
    color: #ccc;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.carousel-v1 .slick-prev {
    left: -30px; }
[dir='rtl'] .slick-prev {
    right: -30px;
    left: auto; }
.carousel-v1 .slick-prev:before {
    content: '\f053'; }
[dir='rtl'] .slick-prev:before {
    content: '\f053'; }
.carousel-v1 .slick-next {
    right: -30px; }
[dir='rtl'] .slick-next {
    right: auto;
    left: -30px; }
.carousel-v1 .slick-next:before {
    content: '\f054'; }
[dir='rtl'] .slick-next:before {
    content: '\f054'; }

/* Dots v1 */
.carousel-v1 .slick-dotted.slick-slider {
    margin-bottom: 30px; }
.carousel-v1 .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;}
.carousel-v1 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
.carousel-v1 .slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent; }
.carousel-v1 .slick-dots li button:hover,
.carousel-v1 .slick-dots li button:focus {
    outline: none; }
.carousel-v1 .slick-dots li button:hover:before,
.carousel-v1 .slick-dots li button:focus:before {
    opacity: 1; }
.carousel-v1 .slick-dots li button:before {
    font-family: 'Icons';
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '\f111';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.carousel-v1 .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black; }

/* Dot v2 */
.carousel-v2 .slick-vertical .slick-slide {
    border: 0; }
.carousel-v2 .slick-prev,
.carousel-v2 .slick-next {
    position:absolute;
    right:45px;
    display:block !important;
    border: 0;
    outline: none;
    font-size: 0;
    line-height: 0;
    background: transparent;
    z-index: 999; }
.carousel-v2 .slick-prev {
    bottom:45px; }
.carousel-v2 .slick-next {
    bottom:10px; }
.carousel-v2 .slick-prev:before,
.carousel-v2 .slick-next:before {
    font-family: 'Icons';
    font-size: 22px;
    line-height: 1;
    opacity: .75;
    color: #cfcfcf;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.carousel-v2 .slick-prev:before {
    content: '\f077'; }
.carousel-v2 .slick-next:before {
    content: '\f078'; }
.carousel-v2 .slick-dots {
    position:absolute;
    top:50%;
    right:30px;
    display:block;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    list-style: outside none none; }
.carousel-v2 .slick-dots li{
    position:relative }
.carousel-v2 .slick-dots li:before {
    position:absolute;
    top:50%;
    right:-30px;
    display:block;
    width:0;
    height:2px;
    content:'';
    -webkit-transition:width .5s ease-in-out;
    transition:width .5s ease-in-out;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    background-color: #005bea; }
.carousel-v2 .slick-dots li.slick-active:before{
    width: 30px; }
.carousel-v2 .slick-dots button{
    padding: 12px;
    font-size: 16px;
    color: #cfcfcf;
    background-color:transparent; }
.carousel-v2 .slick-dots .slick-active button{
    color: #424242; }
.carousel-v2 .slick-dots button:before{
    display:inline;
    content:'0'; }

/*--------------------------------------------------------------
## Bjax loader
--------------------------------------------------------------*/
.bjax-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    opacity: 0.8;
    filter: alpha(opacity=80);
    background-color: #fff;
    color: #788188; }
.bjax-bar {
    border-top: 1px solid #eaeef1;
    border-width: 2px;
    border-color: #60bed1; }
.bjax-bar.bjax-bar-error {
    border-color: #d9534f; }
.bjax-backdrop-error {
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 16px;
    color: #788188;
    text-align: center; }
.bjax-loading-wrapper {
    position: absolute;
    top: 40%;
    left: 49%; }

/*--------------------------------------------------------------
## Media upload
--------------------------------------------------------------*/
.box-upload {
    border: 2px dashed #dbd9db;
    border-radius: 8px;}

/*--------------------------------------------------------------
## Header menu
--------------------------------------------------------------*/
.header-menu,
.search-menu {
    background: #fff;
    min-height: 65px !important;
    -webkit-box-shadow: 0 0 2px 0 rgba(34,36,38,.1),0 2px 2px 0 rgba(34,36,38,.1);
    box-shadow: 0 0 2px 0 rgba(34,36,38,.1),0 2px 2px 0px rgba(34,36,38,.1);
    z-index: 1000 !important;
    transition: top 0.2s ease-in-out !important;
    margin: auto 0 !important;}
.search-menu-item {
    padding: 20px 10px 0 0 !important;
    height: 45px !important;
    width: 100% !important; }
.search-form {
    width: 100% !important; }
.post-search .search-field {
    min-width: 260px; }
.nav-up {
    top: -65px; }
#mobile-sign-btn {
    transition: bottom 0.2s ease-in-out !important; }
.sign-btn-down {
    bottom: -66px !important; }
.search-menu {
    z-index: 1001 !important; }
.home-menu,
.app-menu {
    margin: auto 0 !important;
    height: 65px; }
.home-menu .user-menu,
.home-menu .item,
.home-menu .ui.dropdown > .text {
    color: rgba(255,255,255,.8); }
.user-menu .menu .item {
    width: 100%; }
.user-menu .text .image {
    margin-right: 0 !important; }
.header-menu .item a,
.menu-home .nav-submenu .item a,
.category-menu .item a,
.category-menu .nav-submenu .item a {
    color: rgba(0,0,0,.87); }
.blog-menu .item,
.blog-menu .ui.dropdown > .text,
.blog-menu .user-menu .user-menu-label,
.blog-menu .user-menu .user-menu-label i,
.blog-menu #left-menu-btn i {
    color: #fff !important; }
.blog-menu .search-item {
    margin-right: 0px !important;
    padding-right: 0px !important; }
.blog-menu.second {
    margin-top: 45px !important;
    margin-left: -18px !important;
    margin-right: -18px !important; }
.mobile-menu-item {
    box-shadow: none !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid rgba(34,36,38,.1) !important; }
.mobile-menu-item .item {
    padding: .92857143em 1.14285714em !important;
    font-size: 1rem !important; }
.mobile-menu-item .item .title>.dropdown.icon {
    margin: 0 .25rem 0 0 !important; }
.mobile-menu-item.mobile-submenu {
    margin-top: 0 !important; }
.mobile-menu-item .mobile-submenu-item {
    margin-right: -15px !important; }

/*-------------------------------------------------------------
## Comment
--------------------------------------------------------------*/
.comments-area {
    margin-top: 50px; }
.comments-list {
    width: 100%; }
.ui.comments .comment .avatar img,
.ui.comments .comment img.avatar {
    border-radius: 500rem !important; }
.send-comment {
    position: absolute !important;
    right: 3.5%;
    top: 14px !important;
    box-shadow: none !important;
    background-color: #fff !important; }
.sign-comment, .fb-message-share {
    border: 0 !important;
    padding: 5px 0 !important;
    font-size: 16px !important; }
.add-comment-avatar {
    margin-top: 5px; }
.comment-respond {
    padding-top: 40px; }
.comment-sticky .comment-label {
    padding-top: 12px;
    background-color: #f3f4f5; }

/*-------------------------------------------------------------
## Citation
--------------------------------------------------------------*/
.ui.form.guest-sign,
.ui.form.sign-form,
.ui.accordion.accord-sign-options,
.ui.accordion.accord-guest-sign,
.ui.accordion .accordion.accord-share-facebook,
.ui.accordion.accord-donate,
.ui.accordion.accord-share-facebook {
    padding-bottom: 15px; }
.ui.accordion.accord-sign-parent .title {
    padding-top: 15px; }

.citation-list-content-left {
    padding-right: 0px !important; }

.stv-radio-buttons-wrapper {
    clear: both;
    display: inline-block;
    width: 100%; }

.stv-radio-button {
    position: absolute;
    left: -9999em;
    top: -9999em; }
.stv-radio-button + label {
    width: 50%;
    float: left;
    padding: .5em 1em;
    cursor: pointer;
    margin-right: -1px;
    color: #fff;
    background-color: unset !important;
    -webkit-box-shadow: 0 0 0 1px rgba(34,36,38,.15) inset !important;
    box-shadow: 0 0 0 1px rgba(34,36,38,.15) inset !important;
    margin: 0 !important; }
.stv-radio-button + label:first-of-type {
    border-radius: .28571429rem 0 0 .28571429rem;
    color:  }
.stv-radio-button + label:last-of-type {   
    border-radius: 0 .28571429rem .28571429rem 0; }
.stv-radio-button:checked + label.citation-yes,
.stv-radio-button:hover + label.citation-yes {
    background-color: #4cd964;
    color: #fff !important; }

.stv-radio-button:checked + label.citation-no,
.stv-radio-button:hover + label.citation-no {
    background-color: #ff3b30;
    color: #fff !important; }

label.citation-yes {
    border: 1px solid #4cd964;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    color: #4cd964; }

label.citation-no {
    border: 1px solid #ff3b30;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    color: #ff3b30; }

.switch {
    height: 50px;
    text-align: center;
    background: #4cd964;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 4px; }
.switch span {
    position: relative;
    width: 20px;
    height: 4px;
    top: 47%;
    left: 50%;
    background: #fff;
    display: block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 2px; }
.switch span:after {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 12px;
    margin-top: -8px;
    background: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 2px; }
input[type=radio] {
    display: none; }
.switch label {
    font-size: 1.1em;
    cursor: pointer;
    color: #f4f4f4;
    width: 25%;
    line-height: 50px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease; }
label[for=yes] {
    position: absolute;
    left: 10%;
    height: 20px; }
label[for=no] {
    position: absolute;
    right: 10%; }
#no:checked ~ .switch {
    background: #ff3b30; }
#no:checked ~ .switch span {
    background: #fff;
    margin-left: -8px; }
#no:checked ~ .switch span:after {
    background: #fff;
    height: 20px;
    margin-top: -8px;
    margin-left: 8px; }
#yes:checked ~ .switch label[for=yes] {
    color: #fff; }
#no:checked ~ .switch label[for=no] {
    color: #fff; }

.citation-opinion-progress.ui.progress>.label {
    text-align: left;}
.ui.label.citation-label {
    margin-left: unset !important;
    margin-right: .5rem;
    color: #fff !important; }
.citation-label-yes,
.citation-label-no {
    color: #fff !important; }
.opinion-labels {
    margin-top: 5px !important; }


/*--------------------------------------------------------------
# Daterange Picker
--------------------------------------------------------------*/
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-size: 15px;
  line-height: 1em;}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;}

.daterangepicker.opensleft:before {
  right: 9px;}

.daterangepicker.opensleft:after {
  right: 10px;}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;}

.daterangepicker.opensright:before {
  left: 9px;}

.daterangepicker.opensright:after {
  left: 10px;}

.daterangepicker.drop-up {
  margin-top: -7px;}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;}

.daterangepicker.single .drp-selected {
  display: none;}

.daterangepicker.show-calendar .drp-calendar {
  display: block;}

.daterangepicker.show-calendar .drp-buttons {
  display: block;}

.daterangepicker.auto-apply .drp-buttons {
  display: none;}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;}

.daterangepicker .drp-calendar.right {
  padding: 8px;}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;}

.daterangepicker th.month {
  width: auto;}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;}

.daterangepicker select.yearselect {
  width: 40%;}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;}

.daterangepicker .ranges li:hover {
  background-color: #eee;}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;}
  .daterangepicker .ranges ul {
    width: 140px;}
  .daterangepicker.single .ranges ul {
    width: 100%;}
  .daterangepicker.single .drp-calendar.left {
    clear: none;}
  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;}
  .daterangepicker {
    direction: ltr;
    text-align: left;}
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;}
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;}
  .daterangepicker .drp-calendar.right {
    margin-left: 0;}
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;}
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;}
  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;}
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .drp-calendar.left {
    clear: none !important; }
}

/*--------------------------------------------------------------
## Header promo
--------------------------------------------------------------*/
.header-promo {
    border-radius: unset !important;
    margin: unset !important;
}

/*--------------------------------------------------------------
## Advanced custom fields
--------------------------------------------------------------*/
.acf-field input[type="text"], .acf-field input[type="password"], .acf-field input[type="date"], .acf-field input[type="datetime"], .acf-field input[type="datetime-local"], .acf-field input[type="email"], .acf-field input[type="month"], .acf-field input[type="number"], .acf-field input[type="search"], .acf-field input[type="tel"], .acf-field input[type="time"], .acf-field input[type="url"], .acf-field input[type="week"], .acf-field textarea, .acf-field select {
    margin: 0;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    outline: 0;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    text-align: left;
    padding: .67857143em 1em !important;
    background: #fff;
    border: 1px solid rgba(34,36,38,.15);
    color: rgba(0,0,0,.87);
    border-radius: .28571429rem;
    -webkit-transition: box-shadow .1s ease,border-color .1s ease;
    transition: box-shadow .1s ease,border-color .1s ease;
    box-shadow: none;
}    

.acf-fields>.acf-field {
    padding: 10px 0 !important;
    border-top: unset !important; }
.acf-field .acf-label {
    margin: unset !important; }
.acf-url i {
    top: 10px !important;
    left: 10px !important; }
.acf-url input[type="url"] {
    padding-left: 36px !important; }

.acf-field input[type="checkbox"],
.acf-field input[type="radio"] {
    border: 1px solid #d4d4d5;
    color: #555;
    height: 16px;
    width: 16px;
    border-radius: 0; }
.acf-field input[type="radio"] {
    border-radius: 50%;
    padding: 1px !important; }
ul.acf-radio-list li, 
ul.acf-checkbox-list li {
    line-height: 28px !important; }
ul.acf-radio-list li input[type="checkbox"], 
ul.acf-radio-list li input[type="radio"], 
ul.acf-checkbox-list li input[type="checkbox"], 
ul.acf-checkbox-list li input[type="radio"] {
    margin: 5px 8px 0 0 !important; }

.acf-oembed {
    line-height: 1.21428571em;
    padding: .67857143em 1em;
    font-size: 1em;
    background: #fff;
    border: 1px solid rgba(34,36,38,.15);
    color: rgba(0,0,0,.87);
    border-radius: .28571429rem; }
.acf-oembed .canvas {
    background: #fff !important; }

.acf-form-submit {
    padding: 20px 0; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0;
  line-height: 1.6;
  padding-bottom: 45px;
  list-style: none;
  max-width: 400px;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    width: 100%; }
  .widget ul {
    margin-left: 0; }
  .widget h3 {
    font-size: 16px; }
  .widget h4, .widget h5 {
    line-height: 1.6; }widget
h3.widget-title {
  text-align: inherit;
  font-size: 16px;}

@media screen and (max-width: 991px) {
  .widget {
    padding: 15px 0; }
  .widget-title {
    margin-bottom: 20px; } }

section.widget:first-child .widget-title {
  margin-top: 5px; }

/*-------------------------------------------------------------
## RSS widget
--------------------------------------------------------------*/
.widget_rss {
        font-size: 14px; }
    .widget_rss h3.title {
        margin-bottom: 25px; }
    .widget_rss ul {
        list-style: none;
        padding: 0px;}
    .widget_rss li {
        padding-left: 0;
        padding: 10px 0px; }
    .widget_rss li:after {
        display: none; }
    .widget_rss .children {
        margin-top: 5px; }
    .widget_rss a {
        margin-right: 5px; }
    .widget_rss a:hover {
      text-decoration: underline; }
    .widget_rss ul {
        list-style: none; }
    .widget_rss ul a {
        font-weight: bold }
    .widget_rss .rss-date {
        color: rgba(0, 0, 0, 0.5);
        font-size: 13px; }
    .widget_rss .rssSummary {
        margin-top: 5px; }
    .widget_rss cite {
        margin-top: 5px;
        display: inline-block; }

.footer .widget_rss .rss-date {
    color: rgba(255, 255, 255, 0.5); }

/*-------------------------------------------------------------
## Nav widget
--------------------------------------------------------------*/
.widget_nav_menu,
.widget_pages {
    font-size: 14px; }
    .widget_nav_menu h3.title,
    .widget_pages h3.title {
        margin-bottom: 25px; }
    .widget_nav_menu ul,
    .widget_pages ul {
        list-style: none;
        padding-left: 16px}
    .widget_nav_menu li,
    .widget_pages li {
        padding-left: 0;
        padding: 4px 0 4px; }
        .widget_nav_menu li:after,
        .widget_pages li:after {
        display: none; }
    .widget_nav_menu > ul > li:first-child,
    .widget_pages > ul > li:first-child {
        padding-top: 0; }
    .widget_nav_menu .children,
    .widget_pages .children {
        margin-top: 5px; }
    .widget_nav_menu a,
    .widget_pages a {
        margin-right: 5px; }
        .widget_nav_menu a:hover,
        .widget_pages a:hover {
            text-decoration: underline; }
    .widget_nav_menu ul, .widget_nav_menu .menu,
    .widget_pages ul,
    .widget_pages .menu {
        list-style: none; }
    .widget_nav_menu .menu-item,
    .widget_pages .menu-item {
        font-size: 14px; }
        .widget_nav_menu .menu-item a,
        .widget_pages .menu-item a {
            display: block; }
        .widget_nav_menu .menu-item a:hover,
        .widget_pages .menu-item a:hover {
            text-decoration: underline; }
    .widget_nav_menu .menu ul,
    .widget_pages .menu ul {
        margin-top: 10px; }
    .widget_nav_menu .current-menu-item a,
    .widget_pages .current-menu-item a {
        color: #333; }
    .widget_nav_menu div.test,
    .widget_pages div.test {
        display: none;
        list-style: none; }

.widget_nav_menu > div > ul,
.widget_pages > ul {
    padding-left: 0px;
}

.widget_pages .children {
    margin-top: 10px; }

/*-------------------------------------------------------------
## Archive widget
--------------------------------------------------------------*/
.widget_archive {
    font-size: 14px; }
    .widget_archive h3.title {
        margin-bottom: 25px; }
    .widget_archive ul {
        list-style: none;
        padding-left: 0px; }
    .widget_archive li {
        padding-left: 0;
        padding: 4px 0 4px; }
        .widget_archive li:after {
            display: none; }
    .widget_archive > ul > li:first-child {
        padding-top: 0; }
    .widget_archive .children {
        margin-top: 5px; }
    .widget_archive a {
        margin-right: 5px; }
        .widget_archive a:hover {
            text-decoration: underline; }

/*--------------------------------------------------------------
## Categories widget
--------------------------------------------------------------*/
.widget_categories {
    font-size: 14px; }
    .widget_categories h3.title {
        margin-bottom: 25px; }
    .widget_categories ul {
        list-style: none;
        padding-left: 0px; }
    .widget_categories li {
        padding-left: 0;
        padding: 4px 0 4px; }
        .widget_categories li:after {
            display: none; }
    .widget_categories > ul > li:first-child {
        padding-top: 0; }
    .widget_categories .children {
        margin-top: 5px; }
    .widget_categories a {
        margin-right: 5px; }
    .widget_categories a:hover {
      text-decoration: underline; }

#sign-category .ui.secondary.menu {
    margin-left: unset;
    margin-right: unset; }

/*--------------------------------------------------------------
## Text widget
--------------------------------------------------------------*/
.widget_text {
    line-height: 1.6;
    font-size: 14px; }
    .widget_text h3.widget-title {
        margin-bottom: 20px; }
    .widget_text .textwidget img {
        max-width: 100%;
    }

.site-footer .widget_text, .site-footer .widget_text p {
    color: rgba(255, 255, 255, 0.6); }

/*--------------------------------------------------------------
## Calendar widget
--------------------------------------------------------------*/
.widget_calendar table {
    position: relative;
    text-align: center;
    border-radius: 4px}
    .widget_calendar table td, .widget_calendar table th {
        border: none;
        padding: 0; }

.widget_calendar caption {
    background-color: #333;
    color: #ffffff;
    width: 100%;
    height: 46px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    vertical-align: middle; }

.widget_calendar tfoot {
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
    vertical-align: middle;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0; }
    .widget_calendar tfoot tr, .widget_calendar tfoot #prev, .widget_calendar tfoot #next {
        display: block;
        font-weight: bold;
        font-size: 0px; }
        .widget_calendar tfoot tr a, .widget_calendar tfoot #prev a, .widget_calendar tfoot #next a {
        color: #ffffff; }
        .widget_calendar tfoot tr a:hover, .widget_calendar tfoot #prev a:hover, .widget_calendar tfoot #next a:hover {
            opacity: .6; }
    .widget_calendar tfoot tr {
        width: 100%; }
    .widget_calendar tfoot td {
        display: none; }
    .widget_calendar tfoot #prev {
        float: left; }
    .widget_calendar tfoot #next {
        float: right; }
    .widget_calendar tfoot #prev a:after, .widget_calendar tfoot #next a:after {
        content: '\f053';
        font-family: "Icons";
        font-size: 22px; }
    .widget_calendar tfoot #next a:after {
        content: '\f054'; }

.widget_calendar thead {
    line-height: 44px; }
    .widget_calendar thead tr th {
        color: #1f2023;
        font-size: 13px; }

.widget_calendar tbody {
    line-height: 44px; }
    .widget_calendar tbody tr td {
        color: #5a5a5a;
        border: 0px solid #ddd;
        text-align: center;
        font-size: 14px; }
        .widget_calendar tbody tr td#today {
            border-color: #333;
            border-collapse: separate;
            border-width: 1px;
            display: block;
            margin: -1px;
            position: relative; }
        .widget_calendar tbody tr td a {
            display: block;
            width: 100%;
            height: 100%;
            font-weight: bold; }
        .widget_calendar tbody tr td a:hover {
            background: rgba(0, 0, 0, 0.2); }

.site-footer .widget_calendar thead tr th {
    color: rgba(255, 255, 255, 0.6); }

.site-footer .widget_calendar tbody tr td {
    border-color: #555;
    color: white; }

/*--------------------------------------------------------------
## Meta widget
--------------------------------------------------------------*/
.widget_meta {
    font-size: 14px; }
    .widget_meta h3.title {
        margin-bottom: 25px; }
    .widget_meta ul {
        list-style: none;
        padding-left: 0px; }
    .widget_meta li {
        padding-left: 0;
        padding: 4px 0 4px; }
        .widget_meta li:after {
            display: none; }
    .widget_meta > ul > li:first-child {
        padding-top: 0; }
    .widget_meta .children {
        margin-top: 5px; }
    .widget_meta a {
        margin-right: 5px; }
        .widget_meta a:hover {
            text-decoration: underline; }
    .widget_meta ul li.cat-item {
        padding-bottom: 14px;
        padding-top: 14px; }
        .widget_meta ul li.cat-item:first-child {
            padding-top: 0; }

/*--------------------------------------------------------------
## Recent comments widget
--------------------------------------------------------------*/
.widget_recent_comments {
    font-size: 14px; }
    .widget_recent_comments h3.title {
        margin-bottom: 25px; }
    .widget_recent_comments ul {
        list-style: none;
        padding-left: 0px; }
        .widget_recent_comments li {
            padding-left: 0;
            padding: 4px 0 4px; }
        .widget_recent_comments li:after {
        display: none; }
        .widget_recent_comments > ul > li:first-child {
            padding-top: 0; }
    .widget_recent_comments .children {
        margin-top: 5px; }
    .widget_recent_comments a {
        margin-right: 5px; }
    .widget_recent_comments a:hover {
        text-decoration: underline; }
    .widget_recent_comments ul {
        font-size: 0px; }
        .widget_recent_comments ul span, .widget_recent_comments ul a {
            font-size: 14px; }
    .widget_recent_comments ul .comment-author-link {
        padding-right: 12px; }
        .widget_recent_comments ul .comment-author-link a {
            margin: 0; }
        .widget_recent_comments ul li > a {
            position: relative;
            font-weight: bold; }
        .widget_recent_comments ul li > a:after {
            content: '';
            background: currentColor;
            width: 3px;
            height: 3px;
            -webkit-border-radius: 5px;
                    border-radius: 5px;
            display: block;
            position: absolute;
            top: 7px;
            left: -8px; }

/*--------------------------------------------------------------
## Recent entries widget
--------------------------------------------------------------*/
.widget_recent_entries {
    font-size: 14px; }
    .widget_recent_entries h3.title {
        margin-bottom: 25px; }
    .widget_recent_entries ul {
        list-style: none;
        padding-left: 0px; }
    .widget_recent_entries li {
        padding-left: 0;
        padding: 4px 0 4px; }
        .widget_recent_entries li:after {
            display: none; }
    .widget_recent_entries > ul > li:first-child {
        padding-top: 0; }
    .widget_recent_entries .children {
        margin-top: 5px; }
    .widget_recent_entries a {
        margin-right: 5px; }
    .widget_recent_entries a:hover {
        text-decoration: underline; }
    .widget_recent_entries ul a {
        min-width: 100%;
        font-size: 14px;
        display: inline-block;
        margin-bottom: 3px; }


/*--------------------------------------------------------------
# Shortcodes
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Topic card category
--------------------------------------------------------------*/
.topic-cards {
    display: block;
    margin-bottom: 30px; }
.topic-card.snip:first-child {
    margin-top: 0 !important; }
.topic-card.snip {
    color: #fff;
    position: relative;
    overflow: hidden;
    margin: 10px 1%;
    width: 100%;
    height: 125px;
    border-radius: .28571429rem;
    background-color: #1a1a1a;
    color: #ffffff;
    text-align: left; }
.topic-card.snip * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.topic-card.snip img {
    max-width: 100%;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    vertical-align: top;
    opacity: .3;
    filter: grayscale(70%); }
.topic-card.snip .caption {
    position: absolute;
    padding: 20px 20px;
    bottom: 0;
    left: 0; }
.topic-card.snip h3,
.topic-card.snip p {
    color: #fff !important;
    margin: 0;
    padding: 0; }
.topic-card.snip h3 {
    margin-bottom: 8px;
    display: inline-block; }
.topic-card.snip p {
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.4em; }
.topic-card.snip .follow-topic {
    position: absolute;
    bottom: 25px;
    right: 20px;
    border-radius: 10em;
    cursor: pointer;
    display: inline-block;
    min-height: 1em;
    outline: 0;
    border: none;
    vertical-align: baseline;
    box-shadow: 0 0 0 2px #fff inset!important;
    background: transparent none;
    color: #fff;
    text-shadow: none!important;
    margin: 0 .25em 0 0;
    padding: .78571429em 1.5em .78571429em;
    font-weight: 700;
    line-height: 1em;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0; }
.topic-card.snip .follow-topic.following {
    background-color: #2185d0;
    box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset !important;
    text-shadow: none;
    background-image: none; }
.topic-card.snip .follow-topic.follow:hover {
    background-color: #e0e1e2;
    color: rgba(0,0,0,.6); }
.topic-card.snip:hover img,
.topic-card.snip.hover img {
    opacity: .05;
    -webkit-transform: scale(1);
    transform: scale(1); }
.topic-card.snip:hover a,
.topic-card.snip:hover button,
.topic-card.snip.hover button {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
.topic-card.snip.category {
    margin: 1px;
    height: 200px; }
.topic-card.snip.category img {
    max-width: 125%;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    vertical-align: top;
    opacity: .2;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50% ;
    -webkit-filter: grayscale(70%);
    filter: grayscale(70%); }
.topic-card.snip.category:hover img,
.topic-card.snip.category.hover img {
    opacity: .1;
    -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

/*--------------------------------------------------------------
## Updates timeline
--------------------------------------------------------------*/
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative; }
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px; }
.timeline > li {
    margin-bottom: 20px;
    position: relative; }
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table; }
.timeline > li:after {
    clear: both; }
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table; }
.timeline > li:after {
    clear: both; }
.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    position: relative;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
      -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    margin: 1rem 0;
    padding: 1.5em;
    border-radius: .28571429rem;
    border: 1px solid rgba(34,36,38,.15); }
.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " "; }
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " "; }
.timeline > li > .timeline-badge {
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 46px;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 32px;
    left: 50%;
    margin-left: -23px;
    background-color: #999;
    z-index: 100;
    border-radius: 50%; }
.timeline > li > .timeline-badge i.icon {
    margin-left: 2px; }
.timeline > li.timeline-inverted > .timeline-panel {
    float: right; }
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto; }
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto; }
.timeline-badge.primary {
    background-color: #2e6da4 !important; }
.timeline-badge.success {
    background-color: #3f903f !important; }
.timeline-badge.warning {
    background-color: #f0ad4e !important; }
.timeline-badge.danger {
    background-color: #d9534f !important; }
.timeline-badge.info {
    background-color: #5bc0de !important; }
.timeline-title {
    margin-top: 0;
    color: inherit; }
.timeline-heading > .text-muted > i.icon {
    margin-left: 0px !important; }
.text-muted {
    line-height: 28px; }
.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;}
.timeline-body > p + p {
    margin-top: 5px;}

/*--------------------------------------------------------------
## Testimonital
--------------------------------------------------------------*/
.testimonial-content {
    font-size: 18px;
    line-height: 22px;
    padding: 8px 0; }
.testimonial-content::before{
    content: "\201C";
    color: #E0E1E2;
    font-size: 16rem;
    position: absolute;
    left: 8px;
    top: 95px;
    opacity: 0.2; }

/*--------------------------------------------------------------
## Icon box
--------------------------------------------------------------*/
.infomation-header {
    font-size: 2em !important;
    font-weight: 400 !important; }
.icon-box .icon-header img {
    width: 6.2em;}
.ui.inverted.icon.header.icon-header {
    color: #fff !important; }

/*--------------------------------------------------------------
## Title shortcode
--------------------------------------------------------------*/
.title-divider {
    display: inline-block;
    width: 80px;
    height: 4px;
    margin: 0px 0 10px 0;
    background-color: #ccc; }
.title-divider.none {
    width: 0px !important;
    height: 0px !important; }
.title-divider.long {
    width: 200px !important; }
.title-divider.full {
    width: 100% !important; }di
.title-divider.inverted {
    background-color: #fff !important; }


/* ------------------------------------------------------------------------------------------------
*  Promo banners
* ------------------------------------------------------------------------------------------------*/
.promo-banner {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.promo-banner .wrapper-content-baner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.promo-banner .banner-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 1;
}
.promo-banner .banner-inner h1, .promo-banner .banner-inner h2, .promo-banner .banner-inner h3, .promo-banner .banner-inner h4, .promo-banner .banner-inner h5, .promo-banner .banner-inner h6 {
  margin-bottom: 20px;
  line-height: 1.3;
}
.promo-banner .banner-inner p {
  margin-bottom: 20px;
}
.promo-banner .banner-inner p:last-child, .promo-banner .banner-inner p:first-child {
  margin-bottom: 0;
}
.promo-banner .banner-inner .btn {
  margin-top: 0px;
  margin-bottom: 0px;
}
.promo-banner.increased-padding .banner-inner {
  padding: 6%;
}
.promo-banner.vertical-alignment-middle .banner-inner {
  top: 50%;
  transform: translateY(-50%);
  -sand-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.promo-banner.vertical-alignment-bottom .banner-inner {
  top: 100%;
  transform: translateY(-100%);
  -sand-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
.promo-banner.hover-1 {
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.promo-banner.hover-1 .main-wrapp-img {
  margin: -1px;
  backface-visibility: hidden;
  perspective: 800px;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 800px;
}
.promo-banner.hover-1 .main-wrapp-img .banner-image {
  -moz-transition: all 0.6s;
  -o-transition: all .6s;
  -webkit-transition: all .6s;
  transition: all .6s;
}
.promo-banner.hover-1:hover > .main-wrapp-img .banner-image {
  transform: scale(1.1);
  -sand-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.promo-banner.hover-2 {
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.promo-banner.hover-2 .main-wrapp-img {
  margin: -1px;
  backface-visibility: hidden;
  perspective: 800px;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 800px;
}
.promo-banner.hover-2 .main-wrapp-img .banner-image {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.promo-banner.hover-2 .banner-inner {
  padding: 30px;
}
.promo-banner.hover-2.color-scheme-dark .wrapper-content-baner:after, .promo-banner.hover-2.color-scheme-dark .wrapper-content-baner:before {
  border-color: rgba(0, 0, 0, 0.5);
}
.promo-banner.hover-2 .wrapper-content-baner:before, .promo-banner.hover-2 .wrapper-content-baner:after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  -moz-transition: opacity .45s, -moz-transform .45s;
  -o-transition: opacity .45s, -o-transform .45s;
  -webkit-transition: opacity .45s, -webkit-transform .45s;
  transition: opacity .45s, transform .45s;
}
.promo-banner.hover-2 .wrapper-content-baner:after {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -sand-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
}
.promo-banner.hover-2 .wrapper-content-baner:before {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(1, 0);
  -sand-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(1, 0);
  transform: scale(0, 1);
}
.promo-banner.hover-2:hover > .main-wrapp-img .banner-image {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -sand-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.promo-banner.hover-2:hover > .wrapper-content-baner:after, .promo-banner.hover-2:hover > .wrapper-content-baner:before {
  opacity: 1;
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -sand-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.promo-banner.hover-3 .main-wrapp-img .banner-image {
  -moz-transition: all 0.3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.promo-banner.hover-3 .banner-inner {
  -moz-transition: all 0.3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.promo-banner.hover-3 .banner-inner .hidden {
  visibility: visible;
  opacity: 0;
  -moz-transition: all 0.3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.promo-banner.hover-3.vertical-alignment-bottom .banner-image {
  margin-bottom: -20px;
}
.promo-banner.hover-3.vertical-alignment-bottom .banner-inner {
  top: 110%;
}
.promo-banner.hover-3.vertical-alignment-bottom:hover .banner-image {
  -o-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -sand-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
.promo-banner.hover-3.vertical-alignment-bottom:hover > .wrapper-content-baner .banner-inner {
  top: 100%;
}
.promo-banner.hover-3.vertical-alignment-middle .banner-image {
  margin-bottom: -20px;
}
.promo-banner.hover-3.vertical-alignment-middle .banner-inner {
  top: 55%;
}
.promo-banner.hover-3.vertical-alignment-middle:hover .banner-image {
  -o-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -sand-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
.promo-banner.hover-3.vertical-alignment-middle:hover > .wrapper-content-baner .banner-inner {
  top: 50%;
}
.promo-banner.hover-3.vertical-alignment-top .banner-image {
  margin-top: -20px;
}
.promo-banner.hover-3.vertical-alignment-top .banner-inner {
  top: -20%;
}
.promo-banner.hover-3.vertical-alignment-top:hover .banner-image {
  -o-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -sand-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.promo-banner.hover-3.vertical-alignment-top:hover > .wrapper-content-baner .banner-inner {
  top: 0%;
}
.promo-banner.hover-3:hover > .wrapper-content-baner .banner-inner, .promo-banner.hover-3:hover > .wrapper-content-baner .banner-inner .hidden {
  visibility: visible;
  opacity: 1;
}
.promo-banner.banner-1 .banner-inner {
  background: rgba(0, 0, 0, 0.5);
}
.promo-banner.banner-1.color-scheme-dark .banner-inner {
  background: rgba(255, 255, 255, 0.5);
}
.promo-banner.banner-1.hover-2 .banner-inner {
  padding: 15px;
  margin: 0 25px;
}
.promo-banner.banner-1.hover-2.vertical-alignment-bottom .banner-inner {
  margin-top: -25px;
}
.promo-banner.banner-1.hover-2.vertical-alignment-top .banner-inner {
  margin-top: 25px;
}
.promo-banner.banner-2 {
  background-color: #000000;
}
.promo-banner.banner-2 .banner-image {
  opacity: 0.7;
}
.promo-banner.banner-2.color-scheme-dark {
  background-color: #ffffff;
}
.promo-banner.banner-2.hover-1:hover .banner-image, .promo-banner.banner-2.hover-2:hover .banner-image, .promo-banner.banner-2.hover-3:hover .banner-image {
  opacity: 0.4;
}
.promo-banner.banner-3 .banner-inner, .promo-banner.banner-4 .banner-inner {
  padding: 30px;
}
.promo-banner.banner-3.color-scheme-dark .wrapper-content-baner:after, .promo-banner.banner-4.color-scheme-dark .wrapper-content-baner:after {
  border-color: rgba(0, 0, 0, 0.5);
}
.promo-banner.banner-3 .wrapper-content-baner:after, .promo-banner.banner-4 .wrapper-content-baner:after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.promo-banner.banner-3.hover-2 .wrapper-content-baner:after, .promo-banner.banner-4.hover-2 .wrapper-content-baner:after {
  opacity: 1;
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -sand-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.promo-banner.banner-3.hover-2 .wrapper-content-baner:before, .promo-banner.banner-4.hover-2 .wrapper-content-baner:before {
  display: none;
}
.promo-banner.banner-3.hover-2:hover > .wrapper-content-baner:after, .promo-banner.banner-4.hover-2:hover > .wrapper-content-baner:after {
  opacity: 1;
}
.promo-banner.banner-4 {
  background-color: #000000;
}
.promo-banner.banner-4 .banner-image {
  opacity: 0.6;
}
.promo-banner.banner-4.color-scheme-dark {
  background-color: #ffffff;
}
.promo-banner.banner-4.color-scheme-dark .banner-image {
  opacity: 0.7;
}
.promo-banner.banner-5 .wrapper-content-baner {
  width: auto;
  height: auto;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.6);
}
.promo-banner.banner-5.color-scheme-dark .wrapper-content-baner {
  background-color: rgba(255, 255, 255, 0.8);
}

.banners-carousel-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
}
.banners-carousel-wrapper .owl-item {
  padding-left: 15px;
  padding-right: 15px;
}


/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.wpb_wrapper i.icon, i.icon {
    vertical-align: baseline !important; }

/*--------------------------------------------------------------
## Contact form 7
--------------------------------------------------------------*/
.wpcf7 {
    position: relative;
    max-width: 100%; }
.wpcf7 > p {
    margin: 1em 0em; }
.wpcf7-form label {
    display: block;
    margin: 0 0 .28571429rem;
    color: rgba(0,0,0,.87);
    font-size: .92857143em;
    font-weight: 700;
    text-transform: none; }
.wpcf7-form-control-wrap {
    padding-right: 4px; }
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    vertical-align: top;
    margin: 0em;
    outline: none;
    -webkit-appearance: none;
    tap-highlight-color: rgba(255, 255, 255, 0);
    padding: 0.67861429em 1em;
    font-size: 1em;
    background: #FFFFFF;
    border: 1px solid rgba(34, 36, 38, 0.15);
    color: rgba(0, 0, 0, 0.87);
    border-radius: 0.28571429rem;
    box-shadow: 0em 0em 0em 0em transparent inset;
    -webkit-transition: color 0.1s ease, border-color 0.1s ease;
    transition: color 0.1s ease, border-color 0.1s ease; }
input:focus.wpcf7-form-control.wpcf7-text,
textarea:focus.wpcf7-form-control.wpcf7-textarea {
    color: rgba(0, 0, 0, 0.95);
    border-color: #85B7D9;
    border-radius: 0.28571429rem;
    background: #FFFFFF;
    box-shadow: 0px 0em 0em 0em rgba(34, 36, 38, 0.35) inset; }
textarea:focus.wpcf7-form-control.wpcf7-textarea {
    -webkit-appearance: none; }
input.wpcf7-form-control.wpcf7-submit {
    cursor: pointer;
    display: inline-block;
    min-height: 1em;
    outline: none;
    border: none;
    vertical-align: baseline;
    background: #E0E1E2 none;
    color: rgba(0, 0, 0, 0.6);
    margin: 0em 0.25em 0em 0em;
    padding: 0.78571429em 1.5em 0.78571429em;
    text-transform: none;
    text-shadow: none;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    border-radius: 0.28571429rem;
    box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
    transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
    will-change: '';
    -webkit-tap-highlight-color: transparent; }
div.wpcf7-response-output {
    position: relative;
    min-height: 1em;
    margin: 1em 0;
    background: #F8F8F9;
    padding: 1em 1.5em;
    line-height: 1.4285em;
    color: rgba(0,0,0,.87);
    -webkit-transition: opacity .1s ease,color .1s ease,background .1s ease,box-shadow .1s ease;
    transition: opacity .1s ease,color .1s ease,background .1s ease,box-shadow .1s ease;
    border-radius: .28571429rem;
    box-shadow: 0 0 0 1px rgba(34,36,38,.22) inset,0 0 0 0 transparent; }
div.wpcf7-mail-sent-ok {
    background-color: #FCFFF5;
    color: #2C662D;
    box-shadow: 0 0 0 1px #A3C293 inset,0 0 0 0 transparent;
    border: none !important; }
div.wpcf7-mail-sent-ng {
    box-shadow: 0 0 0 1px #C9BA9B inset,0 0 0 0 transparent;
    background-color: #FFFAF3;
    color: #573A08;
    border: none !important; }
div.wpcf7-spam-blocked {
    box-shadow: 0 0 0 1px #E0B4B4 inset,0 0 0 0 transparent;
    background-color: #FFF6F6;
    color: #9F3A38;
    border: none !important; }
div.wpcf7-validation-errors {
    box-shadow: 0 0 0 1px #C9BA9B inset,0 0 0 0 transparent;
    background-color: #FFFAF3;
    color: #573A08;
    border: none !important; }

/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce .product {
    margin-top: 30px; }
.woocommerce span.onsale {
    padding: 0px; }
.woocommerce p.stars a {
    height: 2em;
    width: 2em; }
.woocommerce .shop-title {
    margin-top: 80px !important;
    margin-bottom: -20px !important; }
.woocommerce .add_to_cart_button.loading i{
    animation: pulse .5s ease infinite alternate;
    -webkit-animation: pulse .5s ease infinite alternate; }
.woocommerce .add_to_cart_button.added{
    border-color: #21ba45 !important;
    background: #21ba45 !important;
    pointer-events: none; }
.woocommerce .add_to_cart_button.added i{
    color: #fff!important; }
.woocommerce #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background-color: #f3f4f5;}


/* checkout form */
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 50%; }
.woocommerce .select2-container--default .select2-selection--single {
    margin: 0;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    outline: 0;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    text-align: left;
    padding: .67857143em 1em;
    background: #fff;
    border: 1px solid rgba(34,36,38,.15);
    color: rgba(0,0,0,.87);
    border-radius: .28571429rem;
    -webkit-transition: box-shadow .1s ease,border-color .1s ease;
    transition: box-shadow .1s ease,border-color .1s ease;
    box-shadow: none; }
.woocommerce .select2-container .select2-selection--single {
    height: 40px; }
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px; }
.woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0; }
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 4px; }
.select2-search--dropdown {
    margin: 4px; }
.select2-dropdown, .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid rgba(34,36,38,.15); }
.select2-search--dropdown .select2-search__field {
    padding: .67857143em 1em; }
.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 40px; }
.select2-results__option {
    padding: 10px; }

/* add cart button */
.woocommerce #coupon_code, .woocommerce .quantity .qty {
    height: 42px; }
.woocommerce .quantity .qty {
    width: 5em; }
.woocommerce div.product form.cart .group_table td {
    vertical-align: middle; }
.woocommerce div.product form.cart .group_table td:first-child {
    text-align: left; }
.woocommerce .woocommerce-variation-add-to-cart {
    padding-top: 18px; }
.woocommerce .button.wc-forward {
    margin-right: 40px; }
.woocommerce .error-list {
    margin-top: 0px; }
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
    content: '\e01c';
    top: 50%;
    -webkit-animation: button-spin .6s linear;
    animation: button-spin .6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #21ba45; }

/* mini cart */
.mini-cart-popup {
    padding: 0px !important; }
.widget_shopping_cart {
    padding: .8em 0; }
.widget_shopping_cart .widgettitle {
    padding: 0 .8em; }
ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    font-weight: 600; }
.woocommerce-mini-cart__buttons.buttons > .button {
    width: 100%; }
.woocommerce-mini-cart-item.mini_cart_item > a.remove {
    font-size: 18px;
    height: 1em;
    width: 1em;
    color: #878787 !important;
    margin-top: .6em;
    margin-left: .8em; }
.woocommerce-mini-cart-item.mini_cart_item > a.remove:hover {
    background-color: #565656 !important;
    color: #fff !important; }
.woocommerce-mini-cart-item.mini_cart_item > .quantity {
    font-size: .8em;
    color: #878787 !important; }
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
    padding: .6em 1em .6em 2.8em; }
.widget_shopping_cart .cart_list li:hover, .woocommerce.widget_shopping_cart .cart_list li:hover {
    background-color: #f3f4f5; }
.widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    border-top: 1px solid rgba(34,36,38,.15);
    text-align: right;
    padding: 0.8em 1.4em; }
.woocommerce-mini-cart__buttons.buttons {
    padding: 0 1em !important; }

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: 100%; }

/* thumbnail product */
.woocommerce div.product div.images .flex-control-thumbs li {
    padding-right: 4px;
    padding-top: 4px;
    width: 20%; }
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: none; }

/* rating star */
.woocommerce .comment-form-rating {
    margin-top: 20px !important; }

/* product card */
.woocommerce .product-card .product-rating {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 999; }
.woocommerce .product-card .sale-label {
    z-index: 999; }
.woocommerce .product-card > .product-content {
    min-height: 195px;
    padding: 18px !important; }
.woocommerce .product-card > .product-content > .product-price {
    position: absolute;
    bottom: 68px; }
.woocommerce .product-card > .product-content > .product-price.not-button {
    bottom: 18px; }
.woocommerce .product-card .added_to_cart.wc-forward {
    display: none; }
.woocommerce .ui.four.cards .product-card > .product-content {
    min-height: 165px;
    padding: 18px !important; }

/* Notification */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
background-color: #f3f4f5; }
.woocommerce-message {
    border-top-color: #21ba45; }
.woocommerce-message::before {
    color: #21ba45; }
.woocommerce-info {
    border-top-color: #2185d0; }
.woocommerce-info::before {
    color: #2185d0; }

/*--------------------------------------------------------------
## Give plugin
--------------------------------------------------------------*/
.ui.inverted.dimmer>.content>.give-btn {
    color: rgba(0,0,0,.6); }
.give-form-title {
    display: none; }
.give-btn.give-btn-modal, .give-submit {
    font-size: 1.28571429rem;
    width: 100%; }
.give-progress-bar {
    height: 6px;
    position: relative;
    background: rgba(0,0,0,.1);
    border-radius: .28571429rem;
    overflow: hidden;
    margin: 1em 0 1.5em; }
.give-progress-bar span {
    border-radius: .28571429rem; }
form[id*=give-form] .give-donation-amount {
    margin: 0 0 15px !important; }
#give-recurring-form .form-row input[type=text],
#give-recurring-form .form-row input[type=tel],
#give-recurring-form .form-row input[type=email],
#give-recurring-form .form-row input[type=password],
#give-recurring-form .form-row input[type=url],
#give-recurring-form .form-row select,
#give-recurring-form .form-row textarea,
form.give-form .form-row input[type=text],
form.give-form .form-row input[type=tel],
form.give-form .form-row input[type=email],
form.give-form .form-row input[type=password],
form.give-form .form-row input[type=url],
form.give-form .form-row select,
form.give-form .form-row textarea,
form[id*=give-form] .form-row input[type=text],
form[id*=give-form] .form-row input[type=tel],
form[id*=give-form] .form-row input[type=email],
form[id*=give-form] .form-row input[type=password],
form[id*=give-form] .form-row input[type=url],
form[id*=give-form] .form-row select,
form[id*=give-form] .form-row textarea {
    margin: 0;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    outline: 0;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    text-align: left;
    padding: .67857143em 1em;
    background: #fff;
    border: 1px solid rgba(34,36,38,.15);
    color: rgba(0,0,0,.87);
    border-radius: .28571429rem;
    -webkit-transition: box-shadow .1s ease,border-color .1s ease;
    transition: box-shadow .1s ease,border-color .1s ease;
    box-shadow: none; }
form[id*=give-form] [disabled], .give-submit.give-btn.disabled {
    cursor: not-allowed;
    color: rgba(0,0,0,.6) !important;
    background-color: #e0e1e2 !important;
    padding: 15px; }
#give-recurring-form .form-row textarea:focus
form.give-form .form-row textarea:focus,
form[id*=give-form] .form-row textarea:focus {
    -webkit-appearance: none; }
#give-recurring-form .form-row input:focus
form.give-form .form-row input:focus,
form[id*=give-form] .form-row input:focus,
#give-recurring-form .form-row textarea:focus
form.give-form .form-row textarea:focus,
form[id*=give-form] .form-row textarea:focus,
#give-recurring-form .form-row select:focus
form.give-form .form-row select:focus,
form[id*=give-form] .form-row select:focus {
    color: rgba(0, 0, 0, 0.95);
    border-color: #85B7D9;
    border-radius: 0.28571429rem;
    background: #FFFFFF;
    box-shadow: 0px 0em 0em 0em rgba(34, 36, 38, 0.35) inset; }
form[id*=give-form] .give-donation-amount #give-amount,
form[id*=give-form] .give-donation-amount #give-amount-text,
form[id*=give-form] #give-final-total-wrap .give-final-total-amount {
    margin: 0;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    outline: 0;
    height: 42px;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    text-align: left;
    font-size: 1.14285714em;
    padding: .67857143em 1em;
    background: #fff;
    border: 1px solid rgba(34,36,38,.15);
    color: rgba(0,0,0,.87);
    border-radius: .28571429rem;
    -webkit-transition: box-shadow .1s ease,border-color .1s ease;
    transition: box-shadow .1s ease,border-color .1s ease;
    box-shadow: none; }
form[id*=give-form] .give-donation-amount #give-amount-text {
    padding: 4px 15px !important; }
form[id*=give-form] #give-final-total-wrap .give-final-total-amount {
    line-height: 20px; }
form[id*=give-form] .give-donation-amount .give-currency-symbol,
form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
    display: inline-block;
    line-height: 25px;
    vertical-align: baseline;
    background-color: #E8E8E8;
    background-image: none;
    padding: .5833em .833em;
    color: rgba(0,0,0,.6);
    text-transform: none;
    font-weight: 700;
    font-size: 1.14285714em;
    border: 0 solid transparent;
    -webkit-transition: background .1s ease;
    transition: background .1s ease;
    height: 42px; }
form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before,
form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
    border-top-left-radius: .28571429rem;
    border-bottom-left-radius: .28571429rem;
    border-left: 0 solid;
    border-right: none;
    margin-right: -4px; }
form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-after {
    border-top-right-radius: .28571429rem;
    border-bottom-right-radius: .28571429rem;
    border-right: 0 solid;
    border-left: none;
    margin-left: -4px; }
form[id*=give-form] .give-donation-amount input.give-amount-top {
    margin-right: 4px !important; }
[id*=give-form] div.give-form-content-wrap.give_post_form-content {
    margin: 15px;
    color: #A0A0A0; }
[id*=give-form] div.give-form-content-wrap.give_post_form-content p {
    color: #A0A0A0 !important; }
.give-modal .mfp-content {
    background: #fff;
    border: none;
    box-shadow: 1px 3px 3px 0 rgba(0,0,0,.2), 1px 3px 15px 2px rgba(0,0,0,.2);
    border-radius: .28571429rem;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn; }
[id*=give-form].give-display-modal .give-btn,
[id*=give-form].give-display-reveal .give-btn,
#give-recurring-form,
form.give-form, form[id*=give-form] {
    margin: 0; }
.give-submit-button-wrap span.give-loading-animation,
[id^=give-user-login-submit] span.give-loading-animation {
    display: none !important; }
.give-goal-progress .income, .give-goal-progress .raised {
    font-size: 1.28rem;
    line-height: 1.2857em; }
.petition-card .give-goal-progress .income,
.petition-card .give-goal-progress .raised {
    font-size: 1.1rem;
    line-height: 1.2857em; }
.give-feature {
    padding: 40px 0 !important; }
.give-feature-footer {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 26%);
    position: absolute;
    width: 100%;
    padding-top: 48px;
    padding-right: 42px;
    bottom: 16px; }
.sign-section .give-package-custom,
.sign-section .give-package-unit,
.give-single-sidebar .give-packages-section .give-form-content-wrap.give_pre_form-content,
.give-single-sidebar .give-packages-section .give-goal-progress {
    display: none; }
.give-single-content .entry-content p > img {
    width: 100%; }

/*--------------------------------------------------------------
## Flagged Content
--------------------------------------------------------------*/
.flaggedc-button.flaggedc-reveal-button.flaggedc-button-style-theme {
    min-width: 50px;
    font-size: 14px;
    font-weight: 400;
    text-align: left !important;
    padding: unset !important;
    margin: unset !important;
    background-color: unset !important; }
.ui.comments .comment .flaggedc-button.flaggedc-reveal-button.flaggedc-button-style-theme {
    font-size: .875em !important;
    color: rgba(0,0,0,.4) !important; }
.ui.comments .comment .flaggedc-button.flaggedc-reveal-button.flaggedc-button-style-theme .dashicons {
    font-size: 14px !important;
    padding-top: 5px; }
.ui.comments .comment .flaggedc-form-container {
    position: absolute;
    top: 4px;
    right: 0;
    margin: unset !important; }
.ui.comments .comment .flaggedc-button.flaggedc-reveal-button.flaggedc-button-style-theme:hover {
    color: rgba(0,0,0,.8) !important; }
.flaggedc-form-modal {
    border-radius: .28571429rem !important;
    max-width: 540px !important; }
.flaggedc-button {
    padding: .78571429em 1.5em .78571429em !important;
    border-radius: .28571429rem !important; }
.flaggedc-form-fields textarea,
.flaggedc-reason-container {
    width: 100% !important; }
.flaggedc-name-email-container .flaggedc-name-field {
    width: 48% !important;
    margin-right: 2% !important; }
.flaggedc-name-email-container .flaggedc-email-field {
    width: 48% !important;
    margin-left: 2% !important; }
.flaggedc-form-fields label {
    padding: 4px 0; }
.flaggedc-reason-radio-group-container [type=checkbox],
.flaggedc-reason-radio-group-container [type=radio] {
    margin-right: 6px; }
.flaggedc-form-inside {
    padding: unset !important; }
.flaggedc-form-modal {
    padding: 1.5rem !important }
.flaggedc-alert-box {
    margin-top: 30px; }

/*--------------------------------------------------------------
# Back to top
--------------------------------------------------------------*/
#back-to-top {
    position: fixed;
    z-index: 101;
    bottom: 45px;
    right: 50px;
    font-size: 36px;
    text-decoration: none;
    transition: opacity 0.3s ease-out;
    opacity: 0; }
#back-to-top:hover {
    color: #000; }
#back-to-top.show {
    opacity: 1; }


/*--------------------------------------------------------------
# Google reCaptcha
--------------------------------------------------------------*/
.conikal_reCaptcha .grecaptcha-badge {
    box-shadow: gray 0px 0px 1px !important; }

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media only screen and (min-width: 1920px) {
    .blog-feature .feature-title {
        padding-top: 20%;
        margin-left: -50%;
        margin-right: 50%; }
    #open-search-filter {
        display: none; }
}
@media only screen and (min-width: 992px) {
    .feature-card .featured-image {
        height: 310px !important;
        border-top-left-radius: .28571429rem !important;
        border-bottom-left-radius: .28571429rem !important; }
    .feature-content {
        padding-top: 6px !important;
        height: 275px !important;}
    .petition-title .content h1.entry-title,
    .update-title .content h1.entry-title,
    .post-title,
    .profile-title {
        font-size: 42px; }
    /*.petition-title .content .sub.header {
        padding-bottom: 18px; }*/
    .comment-input {
        width: 100% !important;
        padding: 10px !important;
        font-weight: 400 !important;
        overflow: hidden !important; }
    #dashboard-sidebar-btn,
    #open-search-filter {
        display: none; }
    .woocommerce .woocommerce-category-filter {
        display: none; }

    /* PETITION LIST */
    .petition-card:hover,
    .post-card:hover,
    .petition-card.active-hover,
    .post-card.active-hover,
    .product-card:hover,
    .icon-box:hover {
        box-shadow: 2.75px 7.52px 20px 0px rgba(0, 0, 0, 0.14) !important;
        -webkit-transform: translate(0, -3px) !important;
        -moz-transform: translate(0, -3px) !important;
        -ms-transform: translate(0, -3px) !important;
        -o-transform: translate(0, -3px) !important;
        transform: translate(0, -3px) !important;
        -webkit-transition: all 0.3s ease 0s !important;
        transition: all 0.3s ease 0s !important; }
    .ui.toast-container .toast-box.floating, .ui.toast-container .toast-box.hoverfloating:hover {
        box-shadow: 2.75px 7.52px 20px 0px rgba(0, 0, 0, 0.14) !important; }
    .petition-card:hover .petition-content.title-only .view-counter,
    .petition-card:hover .post-content.title-only .view-counter,
    .list-post-thumbnail:hover .view-counter {
        display: inline-block; }
    .petition-list-card:hover,
    .list-post-card:hover,
    .update-card:hover {
        box-shadow: 1.75px 2.52px 20px 0 rgba(0,0,0,.14) !important;
        -webkit-transition: all 0.3s ease 0s !important;
        transition: all 0.3s ease 0s !important; }
    .petition-list-card .place {
        display: none; }
    .petition-list-card:hover .place {
        display: block; }
    .share-column {
        padding-right: 30px !important; }
    .contribute-column {
        padding-left: 30px !important;
        border-left: 1px solid rgba(34,36,38,.15); }
    #sign-successful-modal {
        padding: 40px; }
    .user-menu {
        padding-right: 0 !important;
        margin-right: 0 !important; }
    .logo-text {
        padding-top: 10px !important; }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .feature-content {
        height: none !important; }
    .home-spotlight {
        margin-top: 128px !important; }
    .update-excertp {
        font-size: 14px !important; }
    .entry-content {
        font-size: 16px !important; }
    .petition-title .content h1.entry-title,
    .update-title .content h1.entry-title,
    .post-title,
    .profile-title {
        font-size: 30px !important;
        line-height: 36px !important; }
    .comment-input {
        width: 92% !important;
        padding: 10px !important;
        font-weight: 400 !important;
        overflow: hidden !important; }
    #send-comment {
        background-color: transparent !important; }
    .feature-navigation,
    #open-search-filter {
        display: none; }
    .bjax-loading-wrapper {
        left: 48.5%; }
    .inverted-logo img, .fixed-logo img {
        height: 40px; }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 49%;
        margin: 0 .2em 1em 0 }
    #sign-successful-modal {
        padding: 20px; }
    .home-header-menu .logo,
    .app-header-menu .logo {
        margin-top: 8px !important;
        margin-left: 8px !important; }
    .logo-text {
        padding-top: 10px !important; }
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .ui.form .fields>.field {
        padding-bottom: 8px; }
    #post-left-sticky {
        display: none; }
    #left-menu-btn {
        margin-right: -6px; }
    #back-to-top {
        display: none !important; }
    .user-menu-label {
        display: none !important; }
    .slideshowShadow {
        z-index: 0 !important; }
    .update-excertp {
        font-size: 14px !important; }
    .entry-content {
        font-size: 16px !important; }
    .blog-feature {
        display: none !important; }
    .post-center-title {
        padding-right: 0 !important; }
    .petition-title-block {
        padding-top: 40px !important;
        padding-left: 0 !important;
        padding-right: 0 !important; }
    .petition-title .content h1.entry-title,
    .update-title .content h1.entry-title {
        font-size: 26px !important;
        line-height: 32px !important; }
    .single-post-simple .feature-image {
        height: 300px !important; }
    .post-title,
    .profile-title {
        font-size: 32px !important;
        line-height: 36px !important;}
    .post-caption {
        top: 36%; }
    .post-content {
        height: auto; }
    .petition-list-card .petition-content {
        height: 195px; }
    .list-post-card .list-post-thumbnail {
        min-height: auto !important; }
    .list-post-card .list-post-thumbnail img {
        border-bottom-left-radius: 0px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px; }
    .list-post-card .list-post-footer {
        position: relative; }
    .list-post-card .list-post-author, .classic-post-author {
        display: none; }
    .classic-post-card .behind-thumbnail {
        min-height: 200px; }
    .classic-post-card .overlay-header {
        margin: -80px 10px 0; }
    .comment-input {
        width: 100% !important;
        padding: 10px !important;
        font-weight: 400 !important;
        overflow: hidden !important; }
    .ui.container.mobile-full {
        margin-left: 0 !important;
        margin-right: 0 !important; }
    .ui.container.mobile-full .ui.breadcrumb {
        padding-left: 10px !important; }
    .ui.container.mobile-full .ui.grid.mobile-full {
        margin: 0 !important; }
    .ui.container.mobile-full .ui.grid.mobile-full .column.mobile-full {
        padding-left: 0 !important;
        padding-right: 0 !important; }
    .ui.container.mobile-full .ui.grid.mobile-full .column.mobile-full .ui.segments {
        border-left: 0 !important;
        border-right: 0 !important;
        border-radius: 0 !important; }
    #control-menu {
        overflow: scroll !important; }
    .feature-navigation {
        display: none;}
    .not-found {
        padding: 0 10px; }
    .bjax-loading-wrapper {
        left: 45%;}
    .slick-next .slick-arrow {
        display: none !important;}
    .inverted-logo img, .fixed-logo img {
        height: 40px; }
    .blog-header {
        height: 85px !important; }
    .blog-header .blog-header-menu {
        top: 20%; }
    .blog-header .blog-header-menu .logo {
        padding-left: 16px; }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 49%;
        margin: 0 .1em .5em 0; }
    .woocommerce .woocommerce-category-menu {
        display: none; }
    #sign-successful-modal {
        padding: 10px; }
    .timeline > li > .timeline-panel {
        float: right;
        width: 80%; }
    .timeline > li > .timeline-panel:before, .timeline>li>.timeline-panel:after {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto; }
    .timeline:before, .timeline>li>.timeline-badge {
        left: 5%; }
    .hide-img-mobile {
        display: none !important; }
    #dashboard-content {
        padding: 0px !important; }
    #author-section {
        margin-top: 45px; }
    .sign-success {
        padding-top: 30%; }
    .error-not-found {
        padding-top: 35%; }
    form[id*=give-form] #give-final-total-wrap .give-final-total-amount {
        display: inline-block;
        margin-top: 5px; }
    .give-feature-footer {
        position: relative;
        padding-right: 0px; }
    .level-badge.large::before {
        top: 12%;
        left: 70%;
        width: 1em;
        height: 1em;
        padding: .8em; }
    .flaggedc-name-email-container .flaggedc-email-field {
        padding-top: 20px; }
    .flaggedc-name-email-container .flaggedc-email-field,
    .flaggedc-name-email-container .flaggedc-name-field {
        width: 100% !important;
        margin: unset !important; }
    #none-hero-container {
        height: unset; }
    .home-spotlight {
        margin-top: 100px;
        margin-bottom: unset; }
    .back-to-petition {
        padding-top: 0px !important;
        padding-bottom: 0px !important; }
    .citation-thumbnail {
        padding: 0px !important; }
}
