/*
Theme Name: Public Opinion - Ignition Child
Theme URI: https://www.cssigniter.com/themes/public-opinion/
Author: CSSIgniter
Author URI: https://www.cssigniter.com/
Description: Child theme for Public Opinion - Ignition
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ignition-public-opinion
Text Domain: ignition-public-opinion-child
*/

/*
 * Add your custom styles below. The parent theme's styles are loaded automatically by default.
 * If you need to change this, see functions.php
 */
 .acf-search-wrap.opened {
     position: fixed;
     top: 0;
     background: #fff;
     width: 100%;
     left: 0;
     padding: 20px;
     padding-bottom: 20px;
     z-index: 1111111;
     height: 100%;
     overflow: auto;
     padding-top: 40px;
     padding-bottom: 40px;
     transition: 0.5s
 }
 .open-filter {
     position: fixed;
     z-index: 111111;
     background: orange;
     bottom: 0;
     left: 0;
     width: 100%;
     text-align: center;
     padding: 4px 0;
     color: #fff !important;
     display: none;
 }
 .close-filter {
    float: right;
    margin-top: -24px;
    font-size: 20px;
    color: red;
    display: none;
}
.acf-search-wrap.opened .close-filter {
    display: block;
}
@media only screen and (max-width: 991px) {
  .open-filter {
      display: block;
  }
}








 .acf-search button {
     margin-top: 20px;
     float: right;
 }
 .open-search-modal {
    background: orange;
    float: left;
    display: block;
    line-height: 49px;
    padding: 0 20px;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: 0.2s;
    margin-top: 0px;
}

.open-search-modal:hover {
    background: #000;
}

 .search-block.post_beneficiary label {
    width: 25%;
    float: left;
}

.close-search-modal {
    float: right;
    text-transform: uppercase;
    color: #9f1818;
    font-weight: bold;
}
.sixcolumn h2 {
    padding-top: 7px;
    font-size: 17px;
}
.search-block-modal-bck {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000ad;
    z-index: 11111;
    display: none;
}


 .search-block-modal {
     position: fixed;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 111111;
     top: -1180px;
     transition: 0.7s
 }
 .search-block-modal.opened {
     top: 50px;
     overflow-y: scroll;
     padding-bottom: 40px
 }
 .search-block-modal-content {
     background: #fff;
     width: 100%;
     max-width: 1350px;
     margin: 0 auto;
     display: flow-root;
 }
.search-block {
    width: 100%;
    margin-bottom: 10px;
}
.search-block-sidebar {
    width: 300px;
    float: left;
    padding: 10px;
}
.search-block-content {
    width: calc(100% - 310px);
    float: left;
    padding: 10px;
    margin-left: 10px;
}
.search-block-imputs label {
    float: left;
    width: 25%;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
}

.search-block-sidebar .search-block-imputs label {
    float: left;
    width: 100%;
}


.search-block-imputs-left label,
.search-block-districts label,
.search-block-sidebar .search-block-imputs label {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
}
.search-block-imputs-left label input,
.search-block-districts label input,
.search-block-sidebar .search-block-imputs label input {
  margin-right: 10px;
}

.search-block-sidebar .search-block-imputs label input{
  margin-right: 10px;
}

.search-block.post_beneficiary {
    margin-bottom: 30px;
}

.search-block-imputs input {
    margin-right: 6px;
}
.search-block-content h4,
.search-block h4 {
    width: 100%;
    margin: 0;
        margin-bottom: 0px;
    margin-bottom: 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #1e73be;
    font-size: 18px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-transform: uppercase;
    display: flex
}
.search-block h5 {
    width: 100%;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #1e73be;
    font-size: 15px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.search-block-imputs {
    width: 100%;
}
.search-block-images {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    margin-top: 10px;
}
.search-block-single-image-block {
    float: left;
    width: 25%;
    background: #e8e8e8;
    position: relative;
    overflow: hidden;
}

.search-block-single-image-block h2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    font-weight: normal;
    padding: 29px 20px 20px 20px;
    font-size: 19px;
    cursor: pointer;
}
.search-block-single-image-block:hover h2 {
    background: #00000061;
    color: #fff;
}
.search-block-single-image {
    text-align: center;
}
.search-block-single-image img {
    width: 100px;
}
.btns.more-places {
    margin-right: 5px;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    color: #1e73be;
    padding: 1px 5px;
    line-height: 18px;
}
.search-block-districts label {
    display: none;
    width: 25%;
    float: left;
}
.reset-selection {
  display: none;
}


.tabs-container .tab {
  display: none;
}
.tabs-container .tab.active {
  display: block;
}


.search-block-single-image-block.sixcolumn {
    width: 16.66%;
}







.tabs-container-list {
    float: left;
    width: 100%;
}

.tabs-container-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}
.tabs-container-list ul li {
    float: left;
}
.topButtons {
    float: right;
}
.tabs-container-list ul li a {
    background: #1e73be;
    color: #fff;
    position: relative;
    padding: 4px 30px;
    text-transform: uppercase;
    font-size: 15px;
}

.tabs-container-list ul li a:after {
    content: "";
    position: absolute;
    top: 0;
    width: 6px;
    height: 100%;
    background-color: currentColor;
    transform: skewX(-15deg);
    z-index: 0;
    display: block;
    right: -3px;
}



.tabeu-link:before {
    content: "";
    position: absolute;
    top: 0;
    width: 6px;
    height: 100%;
    background-color: currentColor;
    transform: skewX(-15deg);
    z-index: 0;
    display: block;
    left: -3px;
}

.tabs-container-list ul li a.active {
    background: #00aef2;
}




.topButtons a {
    background: #000;
    color: #fff;
    position: relative;
    padding: 4px 18px;
    text-transform: uppercase;
    font-size: 13px;
    cursor: pointer;
}


.topButtons a:after {
    content: "";
    position: absolute;
    top: 0;
    width: 6px;
    height: 100%;
    background-color: currentColor;
    transform: skewX(-15deg);
    z-index: 0;
    display: block;
    right: -3px;
}

.topButtons a:before {
    content: "";
    position: absolute;
    top: 0;
    width: 6px;
    height: 100%;
    background-color: currentColor;
    transform: skewX(-15deg);
    z-index: 0;
    display: block;
    left: -3px;
}




.search-breadcrumbs {
    float: right;
    margin-bottom: 10px;
}
.search-breadcrumbs a{
    font-size: 14px;
    color: #fff!important;
    background: #000;
    position: relative;
    padding: 4px 18px!important;
    text-transform: uppercase;
    cursor: pointer;
}

.search-breadcrumbs a:after {
    content: "";
    position: absolute;
    top: 0;
    width: 6px;
    height: 100%;
    background-color: currentColor;
    transform: skewX(-15deg);
    z-index: 0;
    display: block;
    right: -3px;
}

.search-breadcrumbs a:before {
    content: "";
    position: absolute;
    top: 0;
    width: 6px;
    height: 100%;
    background-color: currentColor;
    transform: skewX(-15deg);
    z-index: 0;
    display: block;
    left: -3px;
}

.search-block-content {
    position: relative;
}
 .submitwrap {
   float: right;
}

.submitwrap button {
    background: #1e73be;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    padding: 9px 23px;
}

.search-breadcrumbs a.reset-selection {
    background: orange !important;
}


.text-search-input-wrap {
    padding: 15px;
    display: none;
    float: left;
    width: 100%;
}


input.text-search-input {
  display: none;
  border: 2px solid #1e73be
}


.btnsearch {
  display: none;
}
.btnsave {
  display: block;
}

.open-search-modal-with-input {
    background: #00aff2;
    float: left;
    display: block;
    line-height: 49px;
    padding: 0 20px;
    text-transform: uppercase;
    transition: 0.4s;
    margin-top: 0px;
    text-decoration: none !important;
}

.text-search-input-wrap label {
    float: left;
    width: auto;
    margin-top: 9px;
    margin-right: 20px;
}
.text-search-input-wrap label input{
    margin-right: 6px;
}




.submitwrap button.btnsearch {
    display: none;
}

.mec-wrap h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 20px;
}

.mec-wrap h4{
 font-weight: bold;
}

.mec-wrap .col-md-4{
    flex: 0 0 25%;
    max-width: 25%;
}


.mec-wrap .col-md-8{
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 60px;
}
.messageform.sendFail {
    padding: 10px;
    background: #ff000014;
    border-left: 4px solid red;
}
.messageform.sendOK {
    padding: 10px;
    background: #12ff2114;
    border-left: 4px solid green;
}
.logged-in #menu-item-6546 {
    display: none;
}
.logged-in #menu-item-6545 {
    display: none;
}
@media only screen and (min-width: 1440px){
.mec-container {
    width: 1360px;
}
}


#menu-top-menu {
    position: absolute;
    left: 0;
    top: -8px;
    width: auto;
    height: 49px;
}
#menu-top-menu li {
    border-right: 1px solid var(--ignition-top-bar-border-color);
    height: 100%;
    float: left;
    padding-top: 16px;
    padding-left: 14px;
}

.save-post-like i {
    margin-right: 10px;
}
.save-post-like {
    font-size: 14px !important;
    text-transform: uppercase;
    border: 2px solid #191919;
    border-radius: 4px;
    background: #191919;
    color: #fff !important;
    padding: 2px 10px !important;
    margin-top: -4px;
}
.save-post-like.liked {
    background: #fff!important;
    color: #191919!important;
}

.acf-search button[type="submit"] {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.saveddlists {
    list-style: none;
    margin: 0;
        margin-bottom: 0px;
    padding: 0;
}
label[for="save_newsletter"] {
  margin-top: 10px;
}
.submitwrap input[name="search_name"] {
    float: left;
    width: 279px;
    line-height: 38px;
    height: 38px;
}
.submitwrap {
    float: right;
    width: 400px;
}
.btnsearch {
    float: right;
}
.nosavedsearch a {
    float: none;
    display: inline-table;
    color: #fff;
}
.nosavedsearch a:hover {
    color :#fff
}



/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #1E73BE;
}

input:focus + .slider {
  box-shadow: 0 0 1px #1E73BE;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}


.head-content-slot-item .open-search-modal-with-input {
    display: none;
}

.slidepane {
    float: right;
    display: none;
}
.close-search-modal.ontop {
  display: none;
}
#menu-item-6588 {
    display: none;
}
.logged-in #menu-item-6588 {
    display: block;
}

.search-row {
    float: left;
    width: 100%;
    margin-bottom: 13px;
}

.search-row.checkbox .search-row-body {
    max-height: 230px;
    overflow: hidden;
    overflow-y: auto;
}

@media only screen and (max-width: 1350px){
  .search-block.post_beneficiary label,
  .search-block.post_beneficiary label {
      width: 33.33%;
      float: left;
  }
}
@media only screen and (max-width: 1050px){
  .search-block.post_beneficiary label,
  .search-block.post_beneficiary label {
      width: 50%;
      float: left;
  }
  .search-block-modal.opened {
    top: 0;
  }
  .search-block-modal-content {
      height: 100%;
      overflow: auto;
  }
  .search-block-single-image-block.sixcolumn {
    width: 25%
  }
}

.head-intro-inner .head-content-slot-item {
  border-right: none
}
#menu-top-menu li {
  border-right: none
}

@media only screen and (max-width: 992px){
  #menu-top-menu {
    position: relative;
    left: 0;
    top: 0px;
    width: auto;
    height: auto;
  }
  #menu-top-menu li {
      padding-top: 0px;
      border-right: none;

  }
}
@media only screen and (max-width: 950px){
  .search-block-districts label,
  .search-block.post_beneficiary label,
  .search-block.post_beneficiary label {
      width: 100%;
      float: left;
  }
  .search-block-single-image-block.sixcolumn {
    width: 33.33%
  }
}
@media only screen and (max-width: 720px){
  .slidepane {
      display: block;
  }
  .close-search-modal,
  .slidepanelist {
    display: none;
  }
  .close-search-modal.ontop {
      display: block;
      margin-right: 10px;
      margin-top: 3px;
  }
  .search-block-content,
  .search-block-sidebar {
    width: 100%;
    margin: 0
  }
  .search-breadcrumbs {
      float: left;
      width: 100%;
  }
}
.entry-meta-top-wrap::after, .entry-meta-top-wrap::before {
    background-color: inherit;
}
.mec-wrap li {
  font-family: 'Roboto Condensed',sans-serif;
  font-weight: 300;
  color: #616161;
  font-size: 14px;
  line-height: 1.8;
}

.single .page-title-content {
  width: 100%;
}

.entry-meta-category {
	width: 100%;
}
