/*
Theme Name: English casino top
Theme URI:
Description:
Author:
Author URI: 
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=cyrillic,cyrillic-ext');

html{
  margin-top: 0!important;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000000;
    background-color: #FFFFFF;
}
a {
  text-decoration: none;
  outline: none;
}
a:focus , a:hover , a:visited {
  text-decoration: none;
  outline: none;
}
/*-----HEADER-----*/
.head-wrapp {
    background-color: #252121;
}
.logo {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    height: auto;
    padding: 10px 10px 10px 0;
}
nav.navbar {
    width: 100%;
}
nav.navbar-default {
  background-color: transparent;
  background-image: none;
  border: none;
  display: inline-block;
  margin: 0 auto;
  box-shadow: none;
}
.nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.62);
}
.navbar-default .navbar-toggle {
  border: 0;
  box-shadow: none;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-toggle {
  margin-right: 0;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: transparent;
  border: 0;
  box-shadow: none;
  float: right;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 1px;
}
.main-menu {
    display: inline-block;
    vertical-align: middle;
}
.main-menu ul {
    padding-left: 15px;
    margin: 0;
}
.main-menu ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    border-bottom: 1px solid transparent;
    position: relative;
    padding: 20px 0;
}
.main-menu ul li.active {
  color: #ff4d0a;
  border-bottom: 1px solid;
}
.main-menu ul li a {
    font-size: 15px;
    font-weight: 600;
    color: #dcd8d8;
}
.main-menu ul li a:hover{
    color: #ff4d0a;
    border-bottom: 1px solid;
    padding-bottom: 3px;
}

/*------SUB MENU------*/

.sub-menu {
    display: none;
}
.main-menu ul li:hover .sub-menu {
    display: block;
    position: absolute;
    background-color: #eef1f1;
    z-index: 11;
    top: 63px;
    right: 0px;
    width: 380px;
    height: auto;
    padding-left: 0;
    border-radius: 4px;
}
ul.sub-menu li {
    width: 32.33333%;
    margin: 0;
    padding: 2px 5px;
}
.main-menu ul >li:hover:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 24px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #eef1f1;
}
ul.sub-menu li:first-of-type  {
    display: none;
}
ul.sub-menu li a {
    display: inline-flex;
    width: 107px;
    height: 50px;
    background-color: #e1e6e6;
    border-radius: 5px;
    margin: 5px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
ul.sub-menu ul li a:hover{
    color: transparent;
    border-bottom: 0;
    padding-bottom: 0;
}
ul.sub-menu li a img {
    margin: auto;
    display: block;
    max-width: 100%;
    height: auto;
}

/*------SUB MENU------*/
.tumb {
    float: right;
    padding-left: 40px;
    padding-top: 20px;
}
.tumb .dropdown button {
    border: 0;
    background-color: transparent;
    text-transform: uppercase;
    outline: none;
    background: linear-gradient(-45deg, #FF6000 0%, #FF0032 100%);
    border-radius: 8px;
}
.tumb .dropdown button a{
    color: #fff;
}
.tumb .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.52);
    border: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
    min-width: 50px;
}
.tumb .dropdown-menu li {
    text-transform: uppercase;
    width: 50px;
    text-align: center;
}
.tumb>.dropdown-menu>li>a{
    font-size: 16px;
    color: #fff;
}
.dropdown-menu>li>a{
    font-size: 16px;
    color: #fff;
    padding: 6px 0;
}
@media (max-width:1200px){

}
@media (max-width:991px){
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        width: 80%;
    }
    .tumb {
        float: right;
        padding-left: 20px;
        padding-top: 20px;
    }
    .main-menu ul li:hover .sub-menu {
        display: block;
        position: absolute;
        background-color: #fff;
        z-index: 11;
        top: 63px;
        right: -140px;
        width: 380px;
        height: 195px;
        padding-left: 0;
        border-radius: 4px;
    }
}
@media (max-width:768px){
    .main-menu ul li:hover .sub-menu{
        display: none;
    }
    .main-menu ul >li:hover:after {
        display: none;
    }
  .logo {
    width: 130px;
    float: left;
  }
  .navbar-toggle {
      margin-top: 4px;
  }
  .navbar-collapse {
      padding-right: 8px;
      padding-left: 0;
  }
  .main-menu {
      display: table;
      float: right;
  }
  .main-menu ul li {
      display: block;
      text-align: right;
      margin: 10px 0px;
      padding-left: 25px;
      padding: 5px 0;
  }
  .tumb {
      padding-top: 15px;
      padding-left: 0;
      display: block;
      clear: both;
      float: right;
  }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        width: auto;
    }
}
@media (max-width:480px){

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

}
/*-----END HEADER-----*/
/*-----MAIN SLIDER-----*/
#home-slider {
    position: relative;
    height: 100%;
    max-height: 335px;
    overflow: hidden;
}
#home-slider .owl-prev ,#home-slider .owl-next{
  height: 49px;
  width: 32px;
  color: transparent;
  cursor: pointer;
  position: absolute;
  top: 33%;
}
#home-slider .owl-prev {
    background-image: url("img/prev.svg");
    left: 0;
    margin-left: 30px;
}
#home-slider .owl-next {
    background-image: url("img/next.svg");
    right: 0;
    margin-right: 30px;
}
.text-block {
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.text-block p {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    padding-right: 20px;
}
.text-block a {
    display: inline-block;
    background: linear-gradient(-45deg, #FF6000 0%, #FF0032 100%);
    padding: 10px;
    border-radius: 8px;
    color: #fff;
}
@media (max-width:1200px){

}
@media (max-width:991px){
  #home-slider .owl-prev, #home-slider .owl-next {
      height: 38px;
      width: 25px;
  }
  .text-block {
/*     margin-left: -240px; */
    float: left;
/*     color: #f2f2f2; */
    text-align: center;
    padding: 5%;
/*    background-color: #252020;*/
    background: rgba(37, 32, 32, 0.8);
    color: white;

  }
  
  .text-block p {
    font-size: 16px;
    opacity: 1;
    
  }
  .text-block a {
    display: inline-block;
    background: linear-gradient(-45deg, #FF6000 0%, #FF0032 100%);
    padding: 7px;
    border-radius: 8px;
    color: #fff;
    opacity: 1;
  }
}
@media (max-width:768px){
  
}
@media (max-width:480px){
.text-block {
      background-color: #252020;
  }
}
@media (max-width:320px){

}
/*-----END MAIN SLIDER-----*/
/*-----CONTENT-----*/
.text-about {
    background: linear-gradient(to right, #abacab, #a7a5a5);
    padding: 15px 0;
}
.text-about h1 {
    font-size: 42px;
    color: #000;
    text-align: center;
}
.text-about p {
    font-size: 16px;
    width: 70%;
    color: #000;
    text-align: center;
    margin: 0 auto;
}
.categoty-block1 , .categoty-block3{
  padding: 50px 0;
}
.categoty-block2{
  background: linear-gradient(-45deg, #20937B 0%, #209347 100%);
  padding: 50px 0;
}
.categoty-block4{
  background: linear-gradient(to right, #03A9F4, #2195d3);
  padding: 50px 0;
}
.categoty-block2 .panel-body, .categoty-block4 .panel-body {
    color: #fff;
}
.categoty-block1 h2 , .categoty-block3 h2{
    display: inline-block;
    font-size: 36px;
    color: #000;
    padding-right: 6px;
    margin: 0;
    padding-bottom: 10px;
}
.categoty-block1 p{
  font-size: 16px;
  color: #000;
  width: 100%;
  text-align: justify;
}
.categoty-block2 h2, .categoty-block4 h2 {
    display: inline-block;
    font-size: 36px;
    color: #fff;
    padding-right: 6px;
    margin: 0;
    padding-bottom: 10px;
}
.categoty-block2 p,.categoty-block4 p {
  font-size: 16px;
  color: #fff;
  width: 100%;
  text-align: justify;
}
.categoty-block2 .readmore2 ,.categoty-block4 .readmore4{
  color: #fff;
  border-bottom: 2px dotted #fff;
}
.categoty-block2 .all-categoty,.categoty-block4 .all-categoty{
  color: #fff;
  border-bottom: 2px dotted #fff;
}
.categoty-block2 .all-categoty:hover,.categoty-block4 .all-categoty:hover{
  color: #fff;
}
.all-categoty {
  font-size: 16px;
  color: #000;
  border-bottom: 2px dotted #000;
}
.all-categoty:hover{
  color: #000;
}
/*Fix accardion*/
.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}
.panel {
    box-shadow: none;
}
.panel-group {
    margin-bottom: 0;
}
.panel-group .panel {
    background-color: transparent;
}
.panel-group .panel-heading {
    border-bottom: 0;
    box-shadow: none;
    padding: 0;
}
.panel-body {
    padding: 10px 0;
}
.panel-title {
    color: #000;
    border-bottom: 2px dotted #000;
    display: inline-block;
}
.categoty-block2 .panel-title,.categoty-block4 .panel-title{
  border-bottom: 2px dotted #fff;
}
/*Fix accardion*/
.cat_item_wrp {
    height: 160px;
    background-color: #e1e6e6;
    /*margin-top: 20px;*/
    padding: 0 10px;
    border-radius: 8px 8px 0 0;
}
.casino-logo {
    text-align: center;
    display: flex;
    justify-content: center;
    height: 120px;
}
.casino-logo div {
    align-self: center;
}
.casino-logo div img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 100px;
}
.cat_item_wrp h3 {
    font-size: 18px;
    margin: 0;
    padding-left: 10px;
    float: left;
    padding: 7px 0 10px;
}
.cat_item-info {
    background-color: #FFFACD;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 5px 10px;
    height: 125px;
    overflow: hidden;

}
.cat_item-info div {
    color: #800000;
    font-size: 12px;
    font-size: 12px;
    text-transform: uppercase;
}
.cat_item-info p {
     color: #000;
     font-size: 12px;
     text-transform: uppercase;
     margin: 0;
     width: 100%;
     padding-top: 2px;
 }
.cat-item-rating {
    float: right;
}
.cat-item-rating img {
    width: 55px;
    height: auto;
}
.cat_item_btns a {
    color: #fff;
    font-size: 18px;
    width: 50%;
    text-align: center;
    padding: 4px 0;
}
.cat_item_btns a:first-child {
    float: left;
    border: 1px solid #ff0032;
    color: #ff0032;
    background: #FA8072;
    border-radius: 0 0 0 8px;

}
.cat_item_btns a:first-child:hover {
    border: 1px solid transparent;
    color: #fff;
    background: linear-gradient(-45deg, #FF6000 0%, #FF0032 100%);
    transition: .4s;
}
.cat_item_btns a:last-child {
    float: right;
    border-radius: 0 0 8px;
    background-color: #3CB371;
    border: 1px solid #8B0000;
    color: #ff0032;
    border-left: 0;
    transition: .4s;
}
.cat_item_btns a:last-child:hover {
    background: linear-gradient(-45deg, #FF6000 0%, #FF0032 100%);
    color: #fff;
}
@media (max-width:1200px){
    .categoty-block1 [class*="col"]:nth-child(4) ,
    .categoty-block2 [class*="col"]:nth-child(4),
    .categoty-block3 [class*="col"]:nth-child(4),
    .categoty-block4 [class*="col"]:nth-child(4){
        display: none;
    }
}
@media (max-width:991px) {
    .categoty-block1 [class*="col"]:nth-child(3),
    .categoty-block2 [class*="col"]:nth-child(3),
    .categoty-block3 [class*="col"]:nth-child(3),
    .categoty-block4 [class*="col"]:nth-child(3) {
        display: none;
    }

    .text-about h1 {
        font-size: 34px;
    }

    .text-about p {
        font-size: 14px;
        width: 100%;
        color: #000;
        text-align: justify;
        margin: 0 auto;
    }

    .categoty-block1 h2, .categoty-block3 h2, .categoty-block2 h2, .categoty-block4 h2 {
        font-size: 28px;
    }

    .categoty-block1 p, .categoty-block3 p, .categoty-block2 p, .categoty-block4 p {
        font-size: 16px;
        color: #000000;
        width: 100%;
    }
}
    @media (max-width: 768px) {
        .categoty-block1 [class*="col"]:nth-child(2),
        .categoty-block2 [class*="col"]:nth-child(2),
        .categoty-block3 [class*="col"]:nth-child(2),
        .categoty-block4 [class*="col"]:nth-child(2) {
            display: none;
        }

        .panel-title {
            font-size: 14px;
        }

        .all-categoty {
            font-size: 15px;
        }

        .casino-logo div img {
            width: auto;
        }
    }
    @media (max-width: 480px) {
        .text-about h1 {
            font-size: 24px;
        }

        .cat_item-info {
            font-size: 14px;
            height: 125px;
            overflow: hidden;
        }
    }
    @media (max-width: 320px) {

    }
    /*-----END CONTENT-----*/
    /*-----CATEGORY-----*/
    .content-block-2 {
        padding: 50px 0;
        background-color: #eee;
    }

    .content-table {
        background-color: #fff;
        border-left: 1px solid #d4d1d1;
        border-right: 1px solid #d4d1d1;
        border-bottom: 1px solid #a09c9c;
    }

    .content-table:first-child {
        border-radius: 8px 8px 0 0;
        border-top: 1px solid #d4d1d1;
    }

    .content-table:first-child .tumb-img {
        border-radius: 8px 0 0 0;
    }

    .content-table:last-child {
        border-radius: 0 0 8px 8px;
        border-bottom: 1px solid #d4d1d1;
    }

    .content-table:last-child .tumb-img {
        border-radius: 0 0 0 8px;
    }

    .tumb-img {
        width: 20%;
        display: inline-block;
        vertical-align: middle;
        background-color: #e1e6e6;
        min-height: 100px;
        padding: 15px;
    }

    .tumb-img img {
        margin: 0 auto;
        padding: 15px;
        display: block;
        max-width: 100%;
        height: auto;
    }

    .casino-name {
        width: 15%;
        display: inline-block;
        vertical-align: middle;
        padding: 20px 0;
        text-align: center;
    }

    .rating {
        padding-top: 5px;
    }

    .rating img {
        margin: 0 auto;
        display: block;
        max-width: 100%;
        height: auto;
    }

    .bonus1 div, .bonus2 div {
        color: #c5c2c2;
        font-size: 12px;
        text-transform: uppercase;
    }

    .bonus1 p, .bonus2 p {
        color: #000;
        font-size: 12px;
        text-transform: uppercase;
        margin: 0;
        width: 100%;
        padding-top: 2px;
    }

    .bonus1 {
        width: 40%;
        display: inline-block;
        vertical-align: middle;
        border-left: 1px solid #eee;
        padding: 15px 0;
        text-align: center;
    }

    .bonus2 {
        width: 20%;
        display: inline-block;
        vertical-align: middle;
        border-left: 1px solid #eee;
        padding: 15px 0;
        text-align: center;
    }

    .btns-more {
        width: 23%;
        display: inline-block;
        vertical-align: middle;
        border-left: 1px solid #eee;
        padding: 20px 0;
    }

    .btns-more a {
        background-color: #fff;
        border: 1px solid #FF0032;
        color: #FF0032;
        padding: 5px 10px;
        cursor: pointer;
        border-radius: 8px;
        font-size: 18px;
        margin: 0 auto;
        display: table;
        trasition: .4s;
    }

    .btns-more a:hover {
        background: linear-gradient(-45deg, #FF6000 0%, #FF0032 100%);
        color: #fff;
    }

    .catgory-text {
        padding: 20px 0;
    }

    .catgory-text h2 {
        display: block;
        font-size: 36px;
        color: #000;
        padding-right: 20px;
        margin: 0;
        padding-bottom: 10px;
    }

    .catgory-text p {
        font-size: 16px;
        color: #000;
        width: 100%;
        text-align: justify;
    }

    [class*="categoty-block"] .textwidget {
        display: inline-block;
    }

    @media (max-width: 991px) {
        .btns-more {
            width: 22%;
        }

        .bonus1 p, .bonus2 p {
            font-size: 12px;
        }

        .tumb-img {
            padding: 30px 5px;
        }

        .tumb-img img {
            padding: 0;
        }

        .casino-name {
            padding: 15px 0;
        }

        .bonus2 {
            padding: 10px 0;
        }
    }
    @media (max-width: 768px) {
        .tumb-img {
            width: 100%;
            display: block;
            background-color: #d2cccc;
            min-height: auto;
            padding: 30px 0;
        }

        .tumb-img img {
            height: auto;
            width: 180px;
        }

        .casino-name {
            width: 25%;
        }

        .bonus1, .bonus2 {
            width: 25%;
        }

        .btns-more a {
            font-size: 16px;
        }
    }
    @media (max-width: 480px) {
        .casino-name {
            width: 100%;
            padding: 5px 0;
        }

        .bonus1, .bonus2 {
            width: 100%;
            padding: 5px 0;
        }

        .bonus1, .bonus2 {
            width: 100%;
            padding: 5px 0;
        }

        .btns-more {
            width: 100%;
            padding: 5px 0 10px;
        }

        .btns-more a {
            padding: 5px 30px;
        }

        .content-block-2 {
            padding: 25px 0;
        }

        .catgory-text h2 {
            font-size: 26px;
        }

        .catgory-text p {
            font-size: 14px;
            width: 100%;
        }
    }

    /*-----END CATEGORY-----*/
    /*-----SINGLE-----*/
    .content-block-3 {
        background-color: #eee;
    }

    .title-about {
        background-color: #fff;
        margin: 10px 0;
        padding: 15px;
    }

    .title-info h1 {
        color: #212121;
        display: inline-block;
        font-size: 28px;
    }

    .rating-info {
        display: inline-block;
        vertical-align: middle;
        margin-left: 20px;
        padding-top: 10px;
        background-color: #eee;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        float: right;
    }

    .rating-info div {
        font-size: 17px;
        color: #232222;
        text-align: center;
    }

    .rating-info div span {
        font-size: 25px;
    }

    .rating-info img {
        margin: 0 auto;
        padding: 0 5px;
    }

    .title-info p {
        font-size: 14px;
        padding-top: 20px;
    }

    .title-info {
        width: 70%;
        float: left;
    }

    .title-about a {
        border: 1px solid #FF0032;
        color: #FF0032;
        padding: 7px 15px;
        margin-top: 15px;
        display: table;
        cursor: pointer;
        border-radius: 8px;
        text-transform: uppercase;
        font-size: 14px;
        clear: both;
        transition: .4s;
    }

    .title-about a:hover {
        background: linear-gradient(-45deg, #FF6000 0%, #FF0032 100%);
        color: #fff;
    }

    .single-text {
        background-color: #fff;
        margin: 5px 0 10px;
        padding: 15px;
    }

    .single-text img {
        display: block;
        margin: 0 auto;
        width: 95%;
        height: auto;
    }

    .single-text h2 {
        color: #212121;
        font-size: 26px;
    }

    .single-text p {
        color: #212121;
        font-size: 16px;
    }

    .go-to-site-2 {
        border: 1px solid #ff0032;
        color: #ff0032;
        padding: 7px 15px;
        margin-top: 15px;
        display: table;
        margin: 0 auto;
        cursor: pointer;
        border-radius: 8px;
        text-transform: uppercase;
        font-size: 14px;
        clear: both;
        transition: .4s;
    }

    .text1 p {
        color: #FF0032;
        border-bottom: 1px solid #c5c2c2;
    }

    .text2 {
        width: 56%;
    }

    .text2 p {
        color: #212121;
        border-bottom: 1px solid #c5c2c2;
    }

    .same-post {
        background-color: #FFA07A;
        margin: 10px 0;
        padding: 15px;
    }

    .same-post h2 {
        color: #212121;
        font-size: 26px;
    }

    .same-post .cat_item-info p {
        color: #000;
        font-size: 15px;
        /* text-transform: uppercase; */
        margin: 0;
        width: 100%;
        padding-top: 2px;
    }

    @media (max-width: 1200px) {

    }
    @media (max-width: 991px) {
        .rating-info {
            margin-top: 20px;
        }

        .title-about a {
            margin: 0 auto;
        }
    }
    @media (max-width: 768px) {

    }
    @media (max-width: 480px) {
        .title-info {
            width: 100%;
            float: none;
        }

        .title-info h1 {
            display: block;
            text-align: center;
        }

        .title-info p {
            font-size: 14px;
            padding-top: 0px;
        }

        .rating-info {
            display: table;
            margin: 0 auto 10px;
            margin-top: 0;
            float: none;
        }
    }
    @media (max-width: 320px) {

    }
    /*-----END SINGLE-----*/
    /*-----FOOTER-----*/
    .footer-wrp {
        background-color: #252121;
    }

    .copy-right {
        color: #fff;
        padding: 15px 0;
        font-size: 18px;
        float: left;
    }

    a#myTops {
        display: none;
        position: fixed;
        bottom: 35%;
        right: 20px;
        height: 70px;
        width: 70px;
        text-align: center;
        background: linear-gradient(-45deg, #FF6000 0%, #FF0032 100%);
        color: #fff;
        padding: 5px 10px;
        padding-top: 15px;
        cursor: pointer;
        border-radius: 50%;
    }

    .social-btn {
        float: right;
        padding-top: 15px;
    }

    @media (max-width: 480px) {
        .copy-right {
            font-size: 16px;
            float: none;
            display: block;
            text-align: center;
        }

        a#to-top {
            float: none;
            display: table;
            margin: 0 auto 10px;
        }
    }
    @media (max-width: 320px) {

    }
    /*-----END FOOTER-----*/
    /* ------Unavailable------ */
    .text_no_valible_wrp {
        text-align: center;
        padding-top: 50px;
        background-color: #eee;
        height: 100vh;
    }

    .text_no_valible_wrp a {
        color: #053db0;
    }

    /* .text_no_valible_wrp span{
      color: #233f90;
    } */
    .text_no_valible_wrp h2 a {
        display: table;
        margin: 10px auto;
        padding: 30px 15px;
        background-color: #f2de0b;
        border-radius: 6px;
        color: #000;
    }

    .post {
        border: 4px solid transparent;
        margin-top: 30px;
    }

    .post-143 {
        border: 4px solid #ff6000 !important;
        border-radius: 12px;
        position: relative;
    }

    .post-143:before {
        content: "hottest proposition";
        position: absolute;
        left: 0;
        top: -26px;
        text-transform: uppercase;
        color: #ff450e;
        right: 0;
        margin: 0 auto;
        text-align: center;
        font-weight: bold;
    }

    /* ------Unavailable------ */
    .wrapper_container [type="text"], .wrapper_container [type="email"], .wrapper_container textarea {
        width: 90%;
        margin: 0 auto;
        display: block;
    }

    /*Author */
    .a2a_svg {
        background-repeat: no-repeat;
        background-color: #ff6000;
        display: block;
        overflow: hidden;
        height: 32px;
        line-height: 32px;
        padding: 0;
        width: 32px;
        float: left;
        margin: 5px;
    }

    blockquote {
        position: relative;
        border: 0;
        padding: 0 0 0 50px;
        font-style: italic;
        line-height: 1.6;
        padding: 10px 20px;
        margin: 0 0 20px;
        font-size: 17.5px;
        border-left: 5px solid #eee;
    }

    blockquote:before {
        content: "\201D";
        color: #ff5b5b;
        font-size: 80px;
        position: absolute;
        left: 5px;
        top: 0;
        line-height: 1;
    }

    .author_ava {
        width: 40px;
        float: left;

    }

    .author_post_img {
        float: left;
    }

    input.search-field {
        border-radius: 4px;
        width: 100%;
        padding: 12px 20px;
        margin: 8px 0;
        box-sizing: border-box;
        background-color: white;
         background-image: url("searchicon.png");
        background-position: 10px 10px;
        background-repeat: no-repeat;
        padding-left: 40px;

    }

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

    .searchlabel {
        width: calc(100% - 92px);
    }

    .search-submit {
        padding: 15px 15px;
        background: #ccc;
        border: 0 none;
        cursor: pointer;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    /*Button for read more*/
    .myButton .myButton2 .myButton3 .myButton4 .myButton5 {
        box-shadow: inset 0px 0px 0px 0px #ffffff;
        background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
        background-color: #ffffff;
        border-radius: 5px;
        border: 1px solid #dcdcdc;
        display: inline-block;
        cursor: pointer;
        color: #666666;
        font-family: Arial;
        font-size: 15px;
        font-weight: bold;
        padding: 14px 50px;
        text-decoration: none;
        text-shadow: 0px 1px 0px #ffffff;
    }

    .myButton:hover .myButton2:hover .myButton3:hover .myButton4:hover .myButton5:hover {
        background: linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
        background-color: #f6f6f6;
    }

    .myButton:active .myButton2:active .myButton3:active .myButton4:active .myButton5:active {
        position: relative;
        top: 1px;
    }

    input[type=text] {
        padding: 5px;
        border: 2px solid #ccc;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    /*Contact Form*/
    input[type=text]:focus {
        border-color: #333;
    }

    input[type=email] {
        height: 37px;
        border: 2px solid #ccc;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    textarea.wpcf7-form-control.wpcf7-textarea {
        border: 2px solid #ccc;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    input[type=submit].wpcf7-submit {
        padding: 7px 15px;
        background: #252121;
        border: 0 none;
        cursor: pointer;
        -webkit-border-radius: 5px;
        border-radius: 0px 5px 5px 0px;
        width: 117px;
        color: white;
    }

    .wpcf7-form label {
        float: left;
        width: 200px;
    }

    .wpcf7-form {
        padding: 20px;
    }

    .wpcf7-form-control {
        width: 100%;
    }

    .form-contact-uniq label {
        float: inherit;
        width: 90%;
        display: block;
        margin: 0 auto;
        margin-bottom: 6px;
    }

    .form-contact-uniq > p {
        margin-bottom: 20px;
    }

    .form-contact-uniq input[type=submit].wpcf7-submit {
        -webkit-border-radius: 5px;
        border-radius: 5px;
        margin-top: 30px;
    }

    .form-contact-uniq p br {
        display: none;
    }

    @media (max-width: 420px) {
        .form-contact-uniq label {
            width: 100%;
        }

        .form-contact-uniq [type=text],
        .form-contact-uniq [type=email],
        .form-contact-uniq textarea {
            width: 100%;
        }
    }
    /*Footer Manu*/
    .menu-footer-menu-container {
        margin-top: 20px;
    }

    .footer-menu-uniq {
        list-style: none;
        margin: 0;
        padding: 0;
        display: block;
    }

    .footer-menu-uniq li {
        display: block;
        margin-bottom: 7px;
        color: #fff;
    }

    .footer-menu-uniq a {
        color: rgba(255, 255, 255, 0.7);
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -ms-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -ms-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        -ms-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
    }

    .footer-menu-uniq a:hover {
        color: rgba(255, 255, 255, 1);
    }

    /*-------------email-form---------------*/
    .email-form-inner-wrapper {
        display: flex;
        align-items: center;
    }

    .email-form-inner-wrapper .your-email {
        flex: 1;
        margin: 0 20px;
    }

    .email-form-inner-wrapper .your-email input {
        outline: none;
    }

    .email-form-inner-wrapper label {
        display: inline-flex;
        align-items: center;
        flex: 1;
        margin-bottom: 0;
    }

    .email-form-title {
        text-align: center;
        font-size: 20px;
        display: block;
        margin-bottom: 18px;
    }

    .email-form-inner-wrapper input[type=submit].submit-btn {
        color: #fff;
        background: linear-gradient(-45deg, #ff6000 0%, #ff0032 100%);
        border-radius: 6px;
        padding: 8px 15px 7px;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -ms-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -ms-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        -ms-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
        outline: none;
    }

    .email-form-inner-wrapper input[type=submit].submit-btn:hover {
        box-shadow: 2px 2px 9px rgba(255, 0, 50, 0.7);
    }

    @media (max-width: 700px) {
        .email-form-inner-wrapper, .email-form-inner-wrapper label {
            flex-direction: column;
            width: 100%;
        }

        .email-form-inner-wrapper .your-email {
            margin: 10px 0 20px 0;
            width: 100%;
        }
    }
.cat_item_wrp h3 {
    font-size: 14px;
}
.cat_item-info p {
    text-transform: none;
}
.item .text-block {
    bottom: 28%;
}

td, th {
    padding: 10px;
    border: 1px solid #ada6a6;
}

th {
    font-weight: 700;
}

tr:nth-child(even) {
    background-color: rgba(21, 171, 129, 0.5);
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
	margin-bottom: 20px;
}
