/* Custom Stylesheet hash:15281195001529303214 dated 21 Jun, 2018 21:58:45+UTC */
/*BASES*/
table.table{
  display: none;
}
.admin-header{
  z-index: 4;
}
a{
  font-family: Roboto;
}
#display--heading{
  font-size: 24px;
}
.heading{
  font-family: 'Ubuntu';
}
.box > h1{
  font-weight: 700;
  padding-top: 20px;
}
.box > p{
  padding-bottom: 20px;
}
.cont > p{
  color: #5b5e6d;
  line-height: 2.13;
  font-size: 15px;
}
.header{
  text-align: center;
}
.header > h1 {
  font-weight: 600;
  margin-bottom: 50px;
  font-size: 30px;
}
.col-4 > h4{
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.75;
  color: #222;
}
.pt-100{
  padding-top: 100px;
}
.pt-100 > .header > h1{
  margin-bottom: 25px;
}
.mb-50{
  margin-bottom: 50px;
}
input {
  border-color: #ebebeb;
}
/*BASES - END*/
/*HEADER*/
.menu > .select-wrapper{
  display: inline-block !important;
}
.header-background{
  background-color: #f9f9f9;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 470px;
}
div.search--home{
  z-index: 3;
  position: relative;
  background-color: transparent !important;
  padding: 6.4em 2.5% 0em;
}
.header__top{
  border: none;
  box-shadow: none;
}
.branding__logo{
  max-width: 250px;
  max-height: 31.66px;
}
.search--home {
    padding: 7.4em 2.5% 7.4em;
}
.search--home{
  border: none;
  background-color: #f9f9f9;
}
#search{
  border-right: none;
}
#comments-meta > .share {
  display: none;
}
.share{
  display: none;
}
#comments-container{
  display: none;
}
h1{
  font-weight: 600;
  font-size: 17px;
}
.header > h1{
font-size: 30px;
}
/*HEADER - END*/

#categorylist-view{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.bg-full{
  width: 100%;
  background: #f9f9f9;
  padding: 100px 0;
}
.btn-contact{
  border: 1px solid #ebebeb;
  padding: 10px 20px;
  border-radius: 25px;
  margin-left: 10px;
}
.drill-default, .select{
  border-color: #fff;
  background-image: none;
}

.home-category{
  border: 1px solid #ebebeb;
  border-radius: 5px;
  cursor: pointer;
}
.home-category:hover{
  background-color: #ebebeb;
}

.flex{
  display: flex;
  justify-content: center;
  max-width: 940px;
  margin: auto;
}
.wrap{
  flex-wrap: wrap;
  min-width: 300px;
}
.flex > a{
  min-width: 300px;
  max-width: 305px;
}
.flex > a > .cont{
  min-height: 243px;
}
.box:first-child{
  flex: 50%;
}
.box > img{
  max-width: 500px;
  margin-right: -80px;
}
.row{
  display: flex;
  flex-wrap: wrap;
}
.col-6{
  width:47.5%;
}
.cont{
  padding: 30px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  margin: 10px;
  background: #fff;
  transition: 0.5;
}

.content{
  max-width: 940px;
  margin: auto;
}
.ic{
  margin: auto;
  margin-bottom: 30px;
  width: 46px;
}
.btn{
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 30px;
  padding: 15px 60px;
  color: #ff8b00;
  margin: 30px auto;
  text-align: center;
  width: 220px;
  display: block;
  font-size: 16px;
}
.btn-contact{
  font-weight: 400;
}
.btn-contact:hover, .btn:hover{
  border-color: #ff8b00;
  background: #fff;
  color: #ff8b00;
}
.button{
  color: #ff8b00;
  background-color: #fff !important;
  border-left: 1px solid #d1d5d7 !important;
}
.button:hover:enabled{
  background: #fff !important;
  border-color: #ff8b00 !important;
  color: #ff8b00;;
}
.button--primary{
  background: #fff !important;
  border-radius: 25px;
  border-color: #ebebeb;
  box-shadow: none;
}

/*FOOTER*/
.footer{
  border: none;
  padding: 0;
  background: #f9f9f9;
}
.footer-links {
  margin: 0;
  float: left;
  line-height: 82px;
}
.footer-links > li{
  display: inline-block;
  padding: 0 20px;
}
.footer-links > li > a {
  font-size: 14px;
  color: #5b5e6d;
}
.footer-links > li:first-child{
  margin-bottom: -5px;
}
.blog{
  margin-bottom: -2px;
}
.footer-links > li > a > img {
  height: 26px;
}
.footer-links > li > a:hover{
  color: #ff8b00;
}
.footer-ic{
  float: right;
  margin-top: 22px;
}
.footer-ic > li{
  display: inline-block;
  padding: 10px;
}
.footer-ic > li > a > img {
  height: 15px;
}

/*FOOTER - END*/


@media(max-width: 845px){
  .col-6{
    width: 100%;
  }
}
@media(max-width: 778px){
  .btn-contact{
    display: none;
  }
  .box > img{
    display: none;
  }
  .search--home > .flex > .box{
    padding: 0 20px;
  }
}

/*CATEGORY*/

ol > li > a {
  text-decoration: underline;
}
ol.listing > li > a {
  font-size: 14px;
}

ol.listing > li > a:hover{
  color: #E57D00;
}
.breadcrumb > li > a {
  text-decoration: none;
}
li > h2.heading{
  font-size: 18px;
}

.article__vote{
  display: none;
}
.author__wrap{
  display: none;
}

/*CATEGORY - END*/

/*new */

#categorylist-view > section.home-category{
  width: 49%;
  padding: 20px;
}
#categorylist-view > .layout--home {
  margin: 0;
  margin-bottom: 20px;
}
.layout__item--home{
  padding-left: 5px;
}
#contact > div > label.u-inlineblock{
  display: none !important;
}
.home-category > p{
  padding: 0 5px;
  line-height: 2.13;
  color: #5b5e6d;
  font-size: 15px;
}
.home-category > h1{
  color: #222;
  font-size: 17px;
}
#aside--article{
  max-width: 200px !important;
}
/*disabled*/


/*MOBILE*/
@media(max-width: 991px){
  .header > h1 {
    padding: 0 10px;
  }
  .header > p {
    padding: 0 10px;
  }
  .footer-links{
    float: none;
  }
  .footer-ic{
    display: none;
  }
  li.footer-logo{
    display: none;
  }
}
   div.search-wrapslim{
    padding-right: 0;
  }
@media(max-width: 778px){
  .branding{
    max-width: 100%;
  }
  .menu {
    text-align: right;
  }
  .menu > .select-wrapper{
    margin-right: 0 !important;
  }

  .flex > a {
    min-width: 100%;
  }
  .content > a > cont{
    margin: 0;
  }
  .btn-contact{
    display: inline;
  }
  #categorylist-view > section.home-category{
    width: 100%;
    padding: 20px;
  }
  div.search--home{
    padding-top: 1em;
  }
  .wrap--body{
    margin-top: 0;
  }
  .header-background{
    display: none;
  }
}
@media(max-width: 590px){
  .footer-links{
    float: none;
    line-height: 40px;
  }
  .footer-links > li {
    line-height: 20px;
  }
  .footer-links > li{
    padding: 0 10px;
  }
  .footer-links > li > a {
    font-size: 10px;
  }
  .contact-us{
    display: none;
  }
}

@media(max-width: 575px){
  .btn-contact{
    display: none;
  }
}
html, .select, .drill-default {
	font-family: Source Sans Pro, sans-serif;
}
a, a:hover, a:focus, a:active, .u-visuallink, .u-visuallink:hover,
.heading--blue,
.fr-toolbar .fr-command.fr-btn.fr-active,
.fr-popup .fr-command.fr-btn.fr-active,
.fr-desktop .fr-command.fr-active:hover,
.fr-desktop .fr-command.fr-active:focus,
.fr-desktop .fr-command.fr-active.fr-selected,
.fr-popup .fr-colors-tabs .fr-colors-tab:hover,
.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab,
.tab__notCurrent a:hover {
	color: #ff8b00;
}

.button--primary,
.button--primary:hover:enabled,
.button--primary:focus:enabled,
.button--primary:active:enabled,
.nav__menu a:hover, .nav__menu a:active, .dd__link:hover,
.fr-popup .fr-checkbox input:checked + span,
.fr-popup .fr-colors-tabs .fr-colors-tab[data-param1="background"]::after,
.fr-image-resizer .fr-handler,
.fr-image-progress-bar-layer > div.fr-loader span,
.autocomplete--field__item:hover, .autocomplete--field__item.is-selected {
	background-color: #ff8b00;
}

.textfield:focus,
.search-wrapslim .inputaddon__field:focus,
.file-btn:focus, .file-btn.is-active, .dz-drag-hover {
	border-color: #ff8b00;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 4px -1px #ff8b00;
}

.button--primary:focus:enabled, .button--primary:active:enabled,
.select:focus, .drill-default:focus, .drill-default.drill-focus {
	box-shadow: 0 0 3px 0 #ff8b00;
}

.tab > li,
.textfield.picker__input--active,
.textfield--heading:focus,
.pager__selected,
.tab__notCurrent:hover,
.picker__select--month:focus, .picker__select--year:focus,
.picker__day--highlighted, .picker__day--selected:hover,
.picker--focused .picker__day--selected, .picker__button--clear:focus,
.picker__button--close:focus,
.fr-popup .fr-input-line input[type="text"]:focus,
.fr-popup .fr-input-line textarea:focus,
.fr-popup .fr-checkbox input:checked + span,
.fr-popup .fr-checkbox input:focus + span,
.fr-image-resizer, .fr-image-upload-layer.fr-drop,
table td.fr-selected-cell, table th.fr-selected-cell,
.fr-table-resizer div,
.fr-popup .fr-table-size .fr-select-table-size > span.hover > span {
	border-color: #ff8b00;
}

input[type="checkbox"].switch:focus + div {
	box-shadow: 0 0 .2em 1px #ff8b00, 0 1px 1px hsla(0,0%,100%,.6);
}

.picker__day--today:before,
.picker__button--today:before {
	border-top-color: #ff8b00;
}