h1, h2, h3, h4, h5, h6 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  margin: 0;
  padding: 0;
	color:#343434;
}

p, a, span, ul, ul li {
   font-family: 'Roboto', sans-serif;
  margin: 0;
  padding:0;
}
/*=====================
    header
======================*/

/*-----top_bar-------*/
.header .top_bar {
  background: #000;
  padding: 8px 0;
}
.header .top_bar_left {
  float: left;
}
.header .top_bar_right {
  float: right;
}
.header .contain li a {
  color: #fff;
  text-transform: capitalize;
}
.header .top_bar_left .contain li a:hover, .header .top_bar_right .contain li a:hover {
  color: #00a1e4;
  text-transform: capitalize;
  transition: .5s all ease-in-out;
  text-decoration: none;
}
#menu-item-10 a i {
    color: #fff;
}
/*------- logo --------*/
.header .main_logo {
  padding: 20px 15px;
  text-align: left;
}
.header .logo_img a {
  display: block;
  color: #00a1e4;
  text-decoration: none;
}
.header .logo_img a:hover, .header .logo_img a:focus, .header .logo_img a:active {
  display: block;
  color: #00a1e4;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.header .logo_img .logo {
  font-weight: bold;
  font-size: 50px;

}
#colophon {
  text-align: center;
  overflow: hidden;
}
.wpcf7-form .suscribe_text input[type="text"] {
    width: 65%;
    padding: 10px;
    border: 1px solid #e4e1e1;
    outline: 0;
    margin-right: 10px;
}

/*------- navbar --------*/
#menucss li:first-child a {
    margin-left: 0;
}
.header .header_menu {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.navbar {
  margin: 0;
  padding: 0;  
}

.search-submit {
  color: #fff;
    background-color: #00a1e4;
    border-color: #00a1e4;
  border: 0;
  outline: 0;
}
.search-submit:hover {
  color: #fff;
    background-color: #000;
    border-color: #00a1e4;
  
}
.header .header_menu .header_seach input[type="search"] {
  outline: 0;
  border: 1px solid #ddd;
}
.header .header_menu .header_seach input[type="search"]:hover, .header .header_menu .header_seach input[type="search"]:focus, .header .header_menu .header_seach input[type="search"]:active {
  outline: 0;
  border: 1px solid #00a1e4;
  box-shadow: none;
}
.header .header_menu .search_item {
  margin-top: 8px;
  float: right;
}
.header .header_menu .search_item .navbar-form {
  padding: 0;
  margin: 0;
  float: right;
}
header.page-header h4 {
    font-size: 25px;
}
ul#top-social-icons li{
  display: inline-block;
  padding-right: 5px;
    padding-left: 5px;
}
input.search-field {
  display: block;
  font-style: normal;
  width: 100%;
  height: 34px;
  padding: 6px 6px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
/*=====================
    front_news
======================*/
.front_news {
  padding: 30px 0;
}
.front_news .contain {
  position: relative;
  width: 100%;
}
.front_news .contain img:hover {
  opacity: 0.7;
}
.front_news .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
}
.front_news .caption .cat-title  {
    display: block;
    margin: 10px 0 0 0;
}
.front_news .caption .cat-title a {
    color: #fff;
    background: #00a1e4;
    padding: 2px 8px;
}
.front_news .caption .cat-title .the-date {
    float: left;
}
.front_news .caption .cat-title .opinion {
    float: right;
}
.front_news .caption, .caption h3 {
    color: #fff;
 }
.front_news .nopadd {
  padding: 0 6px 0 0;
}
.front_news .nopadd2 {
  padding: 6px 3px 0 0;
}
.front_news .nopadd4 {
  padding: 6px 0 0 3px;
  overflow: hidden;
}
.front_news .nopadd3 {
  padding: 0;
}

/*=====================
    memories
======================*/
.main_contain {
  position: relative;
  padding-top: 40px;
}
.main_contain .memory_block .news_title:before {
    position: absolute;
    content: "";
    display: block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #000;
    left: 17px;
    bottom: -7px;
}
.main_contain .memory_block .news_title {
  position: relative;
  margin-bottom: 20px;
}
.main_contain .memory_block .news_title h3 {
  display: block;
  background: #000;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 7px 10px;
  text-transform: capitalize;
}
.main_contain .memory_block {
  margin: 0 0 50px 0;
}
.main_contain .slider .post-carousel-box img:hover {
  opacity: 0.7;
}
.main_contain .slider .post-carousel-box {
  position: relative;
}
.main_contain .slider .post-carousel-box .caption {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  left: 0px;
  bottom: 00px;
  padding: 15px;
  color: #fff;
  background: rgba(0,0,0,0.5);
}
.main_contain .slider .post-carousel-box .caption span {
  margin-top: 10px;
  display: block;
}
.main_contain .slider .post-carousel-box .caption h2 {
  color: #fff;
}
.main_contain .slider #post-carousel .owl-nav {
    margin-top: 0;
    display: none;
}
.main_contain .slider #post-carousel .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #00a1e4;
}

h2.widget-title {
  position: relative;
  margin-bottom: 20px;
}
h2.widget-title:before {
    position: absolute;
    content: "";
    display: block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #000;
    left: 5%;
    bottom: -7px;
}
h2.widget-title {
  display: block; 
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 7px 10px;
  text-transform: capitalize;
}

.post.type-post.status-publish {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.post.type-post.status-publish div p img {
    height: 290px;
    width: 385px;
}
.post.type-post.status-publish div p img:hover {
  opacity: 0.7;
}
.post.type-post.status-publish div p{
margin: 10px 0;
padding: 0;
text-align: justify;
line-height: 1.8;
}
.main_contain .memory_block #owl-post1 .owl-item img:hover {
  opacity: 0.7;
}
.main_contain .memory_block .thumbnails_detail {
  position: relative;
  margin-bottom: 20px;
  margin-top: 10px;
}

.main_contain .memory_block .thumbnails_detail span {
  margin: 5px 0 0 0;
}

.cat > a {
  font-size: 13px;
  color: #6eb48c;
  line-height: 1.2;
  margin: 0 18px 0 0;
  padding-right: 10px;
  display: inline-block;
  vertical-align: top;
  background: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  font-weight: normal;
  margin-bottom: 5px;
  position: relative;
  text-decoration: none;
}
.cat > a:hover {
  color: #000;
}
.cat > a:after {
    content: "";
    display: inline-block;
    border: 1px solid;
    font-size: 12px;
    margin-left: 13px;
    position: absolute;
    top: 54%;
    margin-top: -3px;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-color: #00a1e4;
}
.cat > a:last-child:after {
  margin-right: 0;
  padding: 0;
  display: none;
}
p.comments-link a {
    color: #000;
}
h2.entry-post-title {
    margin: 0 0 5px;
}
.by {
    margin: 0 -5px;
}
h2.entry-post-title a {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding: 0;
  margin: 0;
  transition: 0.5s all ease-in-out;
}
h2.entry-post-title a:hover {
  text-decoration: none;
  color: #00a1e4;
  transition: 0.5s all ease-in-out;
}
h1.entry-title {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin: 0 0 10px;
  padding: 0;
  margin: 0;
  transition: 0.5s all ease-in-out;
} 
h4.post-page-title {
  text-align: center;
  font-weight: lighter;
  line-height: 24px;
  margin: 0;
  font-size: 30px;
}
.by span {
  display: inline-block;
  color: #888888;
}
.by span i {
    margin: 0 6px;
}
.by span a {
  color: #000;
}
.by span:after {
    content: "";
    width: 1px;
    height: 10px;
    background: #DEDEDE;
    margin: 0 11px 0 15px;
    border-right: 1px solid;
    background: none;
    opacity: 0.6;
    display: inline-block;
}
.by span:last-child:after {
    display: none;
}
.main_contain .memory_block .thumbnails_contain {
  margin: 15px 0;
}
.main_contain .memory_block .thumbnails {
  position: relative;
}
.main_contain .memory_block .icon:hover {
  color: #fff;
}
.main_contain .memory_block #owl-post2 .owl-dots {
    margin-top: 0;
    display: none;
}
.main_contain .memory_block #owl-post2 .owl-nav {
  position: absolute;
  top: 48%;
  width: 100%;
}
.main_contain .memory_block #owl-post2 .owl-nav .owl-prev  {
    opacity: 1;
    cursor: default;
    left: 15px;
    position: absolute;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    color: #000;
    line-height: 26px;
    font-size: 20px;
}
.main_contain .memory_block #owl-post2 .owl-nav .owl-next  {
    opacity: 1;
    cursor: default;
    right: 15px;
    position: absolute;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    color: #000;
    line-height: 26px;
    font-size: 20px;
}
.search-submit {
  display: inline-block;
  padding: 6px 12px;
  font-style: normal;
  margin-bottom: 2.5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/*----- about part -----*/

.tweets_icon.text-center i {
    font-size: 35px;
    color: #00a1e4;
}

.main_contain .right_side .memory_block .about_widget img {
    margin-bottom: 15px;
}
.main_contain .right_side .memory_block .about_widget_heading {
    color: #313131;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 16px;
    line-height: 1.3;
    margin-bottom: 10px;
    position: relative;
  text-align: center;
}
.main_contain .right_side .memory_block .about_widget_heading p:before {
    content: "";
    display: inline-block;
    width: 60px;
    position: absolute;
    margin-left: -30px;
    left: 50%;
    bottom: 0;
    border-top: 1px solid #00a1e4;
}
.main-content-section .padding-none {
  padding-left: 0;
  padding-right: 0;
}
.main_contain .right_side .about_con {
  margin: 15px 0 0 0;
}
.main_contain .right_side .about_con p {
    font-size: 13px;
    line-height: 1.8;
  text-align: center;
}
a.social_icons i {
    height: 35px;
    width: 35px;
    background: transparent;
    color: #000;
    border-radius: 50%;
    border: 1px solid #d8d8d8;
    line-height: 32px;
    margin: 0 6px;
}
a.social_icons i:hover {
  border: 1px solid #00a1e4;
  background: #00a1e4;
  color: #fff;
  transition: 0.5s all ease-in-out;
}
ul {
    list-style-type: none;
}
.right_side .news_con {
  text-align: center;
}
.right_side .news_con p {
  line-height: 1.8;
  margin-bottom: 10px;
  color: #000;
}
section#categories-2 ul li a {
    font-weight: normal;
}
.owl-nav {
    display: none;
}
.main_contain .right_side .news_con input[type="text"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #e6e6e6;
  outline: 0;
  font-size: 12px;
  margin-top: 10px;
}
.main_contain .right_side .news_con input[type="submit"] {
  width: 100%;
  padding: 10px;
  outline: 0;
  border: 1px solid #00a1e4;
  background: none;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px
}
.main_contain .right_side .news_con input[type="submit"]:hover {
  color: #fff;
  background: #00a1e4;
  transition: .5s all ease-in-out;
}
.main_contain .right_side .con_meg img:hover {
  opacity: 0.7;
  transition: .5s all ease-in-out;
}
.main_contain .right_side .con_meg {
  position: relative;
}
.main_contain .right_side .con_meg_over {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 15px;
  background-color: rgba(0,0,0,0.5);
  display: block;
}
.main_contain .right_side .con_meg_over p {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
  color: #fff;
}
.main_contain .right_side .con_meg_over a {
  padding: 8px 20px;
  background: #00a1e4;
  color: #fff;
  margin-bottom: 20px;
}
.main_contain .right_side .con_meg_over a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #000;
}
.main_contain .right_side .tweets_icon, .twiter_test, .twiter_date, .twiter_cate {
  margin: 20px 0 0 0;
}
.main_contain .right_side .twiter_test {
    color: #8e8e8e;
    line-height: 1.8;
}
.main_contain .right_side .twiter_date {
  color: #ccc;
}
.main_contain .right_side .twiter_cate {
  position: relative;
}
.main_contain .right_side .twiter_cate:before {
  position: absolute;
  display: block;
  content: "";
  height: 1px;
  width: 40px;
  left: 0;
  top: 10px;
  background: #00a1e4;
}
.main_contain .right_side .twiter_cate:after {
  position: absolute;
  display: block;
  content: "";
  height: 1px;
  width: 40px;
  right: 0;
  top: 10px;
  background: #00a1e4;
}
.main_contain .right_side .twiter_cate span {
  display: inline-block;
}
.main_contain .right_side .replay, .replay2 {
  position: relative;
  font-style: italic;
  color: #00a1e4;
}
.main_contain .right_side .replay:after {
  content: "/";
    margin: 0 5px;
    font-size: 13px;
    color: #6eb48c;
}
.main_contain .right_side .replay:hover, .main_contain .right_side .replay2:hover {
  text-decoration: none;
  color: #000;
}
.owl-dots,
ul.catege_list_widger.comment_border {
    margin: 20px;
}
.main_contain .right_side #owl-post3 .owl-nav {
    display: none;
}
.owl-dot.active span{
    background: #00a1e4; 
    border: 1px solid #00a1e4;
}
.main_contain .right_side #owl-post3  .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: 1px solid #00a1e4;
}


/*-- post --*/
.widget ul li {
  padding-bottom: 10px;
    margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
      text-align: left;
      font-style: normal;
}
.widget ul li:last-child {
  border-bottom: 0px solid #ccc;
  font-style: normal;
}
.main_contain .right_side .posted_list .recent_post_list_left {
  float: left;
  width: 28%;
  margin-right: 20px;
  position: relative;
}
.main_contain .right_side .posted_list .recent_post_list_left img:hover {
  opacity: 0.7;
}
.main_contain .right_side .posted_list .recent_post_list_right {
  float: right;
  width: 65%;
}
span.post-date {
    display: inherit;
}
.widget ul li a {
  color: #000;
    font-size: 14px;    
    text-decoration: none;
    font-style: normal;
}
.widget ul li a:hover {
  color: #00a1e4;
}
.main_contain .right_side .posted_list {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.continue_read {
    color: #00a1e4;
}
.continue_read:hover {
    text-decoration: none;
    color: #00a1e4;
}
/*-- //post --*/

/*-- comment --*/
.main_contain .right_side .posted_comment {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main_contain .right_side .comment_border li {
  padding-bottom: 10px;
    margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.main_contain .right_side .cmt-box li, .main_contain .right_side .cmt-box li a {
  padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
  border-bottom: 0px solid #ccc;
  color: #888;
}
.main_contain .right_side .cmt-box li {
  padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
  border-bottom: 0px solid #ccc;
}
.main_contain .right_side .comment_border li:last-child {
  border-bottom: 0px solid #ccc;
}
.main_contain .right_side .posted_comment .recent_comment_list_left {
  float: left;
  width: 28%;
  margin-right: 20px;
  position: relative;
}
.main_contain .right_side .posted_comment .recent_comment_list_left img:hover {
  opacity: 0.7;
}
.main_contain .right_side .posted_comment .recent_comment_list_right {
  float: right;
  width: 65%;
}
.main_contain .right_side .posted_comment .recent_comment_list_right h3 {
  color: #000;
    font-size: 16px;
    font-weight: bold;
  margin: 0 0 15px;
}
.main_contain .right_side .posted_comment .recent_comment_list_right h3 a {
  color: #000;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
.main_contain .right_side .posted_comment .recent_comment_list_right h3 a:hover {
  color: #00a1e4;
}
.main_contain .right_side .comment_list {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.comment-form input, .comment-form textarea {
    display: inline-block;
    width: 100%;
    margin: 0px 0;
    padding: 8px 12px;
    color: #a2a2a2;
    background: transparent;
    border-radius: 0px;
    border: 1px solid;
    box-shadow: inherit;
    outline: 0;
}
.comment-form input[type="submit"] {
    width: auto;
    padding: 15px 30px;
    margin-top: 10px;
}
form.wpcf7-form p {
  font-size: 22px;
  font-weight: bold;
  color: #525252;
  font-style: italic;
  margin-bottom: 30px;
}
input#submit:hover {
    color: #fff;
    background: #6eb48c;
}
.comment-form label {
    color: #292828;
}
p.comment-notes,
.logged-in-as {
    margin: 0 0 7px;
}
p.logged-in-as a{
  color: #000;
}
.comment-respond h3 {
    margin: 0 0 10px;
}
a.url{
  color: #000;
}
.comment span {
    display: none;
}
h2.comments-title {
    display: none;
}
.comment .comment-author img{
float: left;
margin: 0 0 15px;
max-height: 50px;
max-width: 50px;
}
.comment b {
    font-weight: normal;
    padding-left: 15px;
}
div#comments,
nav.navigation.post-navigation {
    padding: 0 0 0 10px;
}
.comment-body {
    padding: 0 0px 30px;
}
.navigation.pagination{
margin: 0px 0 30px;
}
/*-- //comment --*/
.memory_block_search{
  
  margin-bottom: 30px;
}

/*-- categories --*/
 .right_side .catege_list_widger {
  margin: 0;
  padding: 0;
  list-style: none;
}
 section#categories-2 ul li {
  margin: 0;
  padding: 0;
  line-height: 2.5;
}

 section#categories-2 ul li a:hover {
  text-decoration: none;
  color: #00a1e4;
}
 section#categories-2 ul li a {
  color: #000;
  display: block;
  text-align: justify;
}
 
.right_sidebar,
.single_right_siedbar,
aside#secondary {
    display: inline-block;
    float: none;
    color: #888888;
    font-weight: normal;
    width: 100%;  
    margin-right: -26px;
}
.textwidget p img {
    width: 100%;
    height: 100%;
}
ul.catege_list_widger.comment_border li img {
    height: 75px;
    width: 90px;
}
aside#secondary section {
    padding: 0 0 0px;
}
.widget div p {
    padding: 12px 0 7px;
    text-align: left;
    font-style: normal;
}
.secondary-widget-area
{
  margin-bottom: 30px;
}
/*-- //categories --*/

/*=====================
    footer
======================*/

section h1 {
  font-size: 50px;
  font-weight: bold;
  color: #000;
}

.wpcf7-form .suscribe_text input[type="submit"] {
  padding: 10px 15px;
  outline: 0;
  background: #000;
  color: #fff;
  border: 0px solid #e4e1e1;
  position: absolute;
    margin-top: 12px;
    margin-left: 5px;
}
.wpcf7-form .suscribe_text input[type="submit"]:hover {
  padding: 10px 15px;
  outline: 0;
  background: #00a1e4;
  color: #fff;
  border: 0px solid #e4e1e1;
}
.footer_bottom {
  background: #000;
  padding: 40px 0;
}
.footer_bottom .footer-socials-borde {
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom: 1px solid #1b1b1b;
}
.footer_bottom .footer-socials {
  margin: 0;
  padding: 0;
}
.footer_bottom .footer-socials li {
  margin-right: 25px;
}
.footer_bottom .footer-socials li a {
  font-size: 18px;
  font-weight: bold;
  color: #969696;
}
.footer_bottom .footer-socials li a i {
  margin-right: 8px;
}
.footer_bottom .design p {
  color: #888888;
  margin: 0 0 20px;
  padding: 0;
  font-style: italic;
}
.footer_bottom .design a {
  text-decoration: none;
  color: #888888;
  font-style: italic;
}
.footer_bottom .design a:hover {
  text-decoration: none;
  color: #00a1e4;
  font-style: italic;
}
h2.screen-reader-text {
    display: none;
}
#back-to-top {
    z-index: 9999;
    text-align: center;
    color: #888888;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
}

#back-to-top.show {
    opacity: 1;
}
a#back-to-top:hover {
    color: #00a1e4;
}
/*==================================
      Blog Pages
===============================*/
.main_blog {
  padding: 0 0 0;
}
.breadcrumb_blog li span {
  color: #00a1e4;
}
.breadcrumb_blog li a {
  color: #888888;
}
.float--left {
  float: left;
  margin: 30px 0 0;
}
.float--right {
  float: right;
}
span.page-numbers.current {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #00a1e4;
    border-color: #00a1e4;
}
.nav-links > a,
.nav-links > span,
.nav-previous > a,
.nav-next >a {
    color: #888888;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.nav-previous > a:hover,
.nav-next >a:hover {
  background: #4bb138;
  text-decoration: none;
}
.post-navigation .nav-links .nav-previous a:hover,
.post-navigation .nav-links .nav-next a:hover {
    color: #ffffff;
}

/*==================================
      About Pages
===============================*/
#about {
  padding: 40px 0;
}

#about .breadcrumb {
    padding: 0;
}
#about .about_discription .title {
  font-weight: bold;
    font-size: 22px;
    margin-bottom: 15px;
}
#about .about_discription .contain p {
  margin-bottom: 30px;
  line-height: 2.0;
}
#about .icon {
  margin-top: 30px;
}
.abo_head2 p {
  line-height: 2.0;
}
.padding30 {
  padding: 50px 0;
}
.about_vision {
  padding: 0;
  margin: 0;
  list-style: none;
}
.about_vision .info--block {
  margin-bottom: 20px;
}
.about_vision .info--block .icon i {
  margin-bottom: 15px;
  color: #00a1e4;
  font-size: 35px;
}
.about_vision .info--block .title .h5 {
  margin-bottom: 15px;
  color: #000;
  font-size: 17px;
  font-weight: bold;
}

.about_vision .info--block .content {
  line-height: 1.8;
}

/*==================================
      Contact Pages
===============================*/
#contact {
  padding: 40px 0;
}
#contact .breadcrumb {
  padding: 0;
}
#contact .map_con iframe {
  width: 100%;
  height: 350px;
} 
#contact .contact_space {
  margin-top: 30px;
}
#contact .contact_info  {
  list-style: none;
}
#contact .contact_info .title {
  margin-bottom: 20px;
}
#contact .contact_info  .title .h5 {
  font-weight: bold;
  color: #000;
  font-size: 16px;
}
#contact .contact_info  .title i {
  margin-right: 10px;
  color: #000;
  font-size: 15px;
}
#contact .contact_info  .content {
  margin-bottom: 50px;
}
#contact .contact_info  .content a {
  color: #000;
  font-size: 13px;
}
#contact .contact_detail label {
  width: 100%;
  margin-top: 20px;
}
.wpcf7-form label input[type="text"], .wpcf7-form label input[type="email"] {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  height: 40px;
  outline: 0;
  border-radius: 0;
  margin-top: 12px;
}
.wpcf7-form label textarea.wpcf7-textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  min-height: 235px;
  outline: 0;
  border-radius: 0;
  margin-top: 12px;
}
.wpcf7-form label input[type="text"]:hover, .wpcf7-form label input[type="email"]:hover, .wpcf7-form label textarea.wpcf7-textarea:hover, .wpcf7-form label input[type="text"]:focus, .wpcf7-form label input[type="email"]:focus, .wpcf7-form label textarea.wpcf7-textarea:focus {
  border: 1px solid #00a1e4;
  outline: 0;
}
.wpcf7-form .wpcf7-form-control.wpcf7-submit {
  padding: 10px 30px;
  background: #00a1e4;
  color: #fff;
  border-radius: 0;
  margin-top: 30px;
    outline: 0;
    border: 0;
}
.wpcf7-form .wpcf7-form-control:hover.wpcf7-submit:hover {
  color: #fff;
  background: #000;
  
}
.wpcf7-form .wpcf7-form-control.wpcf7-submit {
  float: right;
}
span.screen-reader-text {
    display: none;
}
/*================
    Responsive
==================*/
@media (max-width: 993px) {
  .header .header_menu .search_item {
      float: none;
      margin: 0 auto;
      width: 100%;
      text-align: center;
      margin-top: 8px;
  }
}
@media (max-width: 768px) {
  .container.padding-none {
      margin: 0;
  }
  .header .top_bar_left, .header .top_bar_right {
      float: none;
      text-align: center;
  }
  .header .main_logo {
      padding: 20px 15px;
      text-align: center;
  }
  .right_sidebar, .single_right_sidebar, aside#secondary {
     margin-right: 0;
  }
 .header .header_menu .search_item {
    float: right;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
}
  .header .header_menu {
      border-top: 1px solid #e4e4e4;
      border-bottom: 0px solid #e4e4e4;
  }
   
}
.fixed-header {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 9999999;
    min-height: 50px;
    width: 100%;
}

/* WordPress default css start */
.wp-caption {
    background: #fff;
    border: 0px solid #f0f0f0;
    max-width: 100%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: left;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption p.wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    margin: 0;
    text-align: left;
    padding: 10px 4px 0px;
}
.wp-caption a {
    color: #fff;
}

iframe,
embed {
    max-width: 100%;
}
.sticky .entry-date {
    display: none;
}

.bypostauthor {}
/*Gallery-section*/
.wp-caption,
.gallery {
    margin-bottom: 1.6842em;
}
.gallery { margin: 0 auto 18px; display: flow-root; }

.gallery-caption {
    background-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    max-height: 50%;
    opacity: 1;
    padding: 6px 8px;
    position: relative;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
}
.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.gallery-item:hover .gallery-caption {
    opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


.gallery .gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item { width: 50%; padding: 0 10px 10px 0; }
.gallery-columns-3 .gallery-item { width: 33%; padding: 0 10px 10px 0; }
.gallery-columns-4 .gallery-item { width: 25%; padding: 0 10px 10px 0; }
.gallery img {
    box-shadow: 0px 0px 4px #999;
    border-radius: 0px;

}
.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
    max-width: 100%;
    height: auto;
}
.gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px;
}
.gallery br+br { display: none; }
/*Gallery-section*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    display: inline;
    float: right;
}
.single-blog-social a[rel~='nofollow'] {
    outline: 0em dotted transperant;
    outline-offset: 0em;
}
/* WordPress default css end */



/*-- latest changes --*/
#calendar_wrap #wp-calendar {
  width: 100%;
      margin-bottom: 15px;
}
#calendar_wrap #wp-calendar tr td {
  text-align: left;
  font-style: normal;
  text-align: center;
}
#calendar_wrap #wp-calendar tr td a {
    color: #fff;
    display: block;
    text-decoration: none;
    background: #000;
}
#monster-widget-placeholder-12 .wp-caption img {
  max-width: 100%;
  height: 100%;
}
#monster-widget-placeholder-12 select, #archives-dropdown--1 {
  width: 100%;
  padding: 5px 10px;
  overflow: hidden;
  font-style: normal;
  margin-bottom: 15px;
}
.footer_bottom ul {
  list-style: none;
}
.footer_bottom ul li {
  display: inline;
  text-align: center;
}

#secondary select#cat {
    width: 100%;
    padding: 5px 10px;
    font-style: normal;
    margin-bottom: 15px;
}
.widget_search .search-form {
  margin-bottom: 15px;
  display: block;
}
.main-content-section {
  margin-top: 20px;
}
.suscribe_text.text-center {
    display: inline-flex;
}

#breadcrumbs.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    width: max-content;
    float: right;
    background: transparent;
}
.footer #text-2 .suscribe_text input {
  display: inline-flex;
}

#secondary ul li a.rsswidget {
    display: block;
    font-size: 20px;
    font-style: normal;
    text-align: left;
}
#secondary .rss-date {
  text-align: left;
  color: #ccc;
  display: block;
  margin-bottom: 15px;
}
#secondary .rssSummary {
  text-align: left;
  line-height: 1.7;
  font-size: 16px;
  margin-bottom: 15px;
  display: block;
}
#secondary cite {
  text-align: left;
  display: block;
  color: #ccc;
}
#secondary h2.widget-title {
    display: block;
    background: #000;
    color: #fff;
    text-align: left;
    font-size: 16px;
    padding: 10px;
    text-transform: capitalize;
    font-style: normal;
}
#monster-widget-placeholder-3 #wp-calendar caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #000;
    font-style: normal;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
}
#monster-widget-placeholder-3 #wp-calendar th {
  font-style: normal;
  font-weight: bold;
}
#monster-widget-placeholder-3 #wp-calendar th {
  padding: 7px;
  border: 1px solid #ccc;
  text-align: center;
}
#monster-widget-placeholder-3 #wp-calendar td {
  border: 1px solid #ccc;
  text-align: center;
}
#secondary .widget-title a.rsswidget {
  color: #fff;
}
#monster-widget-placeholder-12 .textwidget strong {
    font-style: normal;
    text-align: left;
    font-weight: bold;
    font-size: 17px;
    margin: 0;
    padding: 0;
}
.header .top_bar_right .contain i {
  color: #fff;
}

.ul#header-top-menu li:first-child {
  padding-left: 0;
  margin-left: 0;
}
#breadcrumbs {
    display: block;
    text-align: right;
    width: max-content;
    float: right;
    background: transparent;
    padding-right: 0;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #fff;
}
.header .top_bar_left a {
    color: #fff;
}
#menucss i {
  color: #000;
}


.entry-header {
  margin: 10px 0;
  display: block;
  text-decoration: none;
  transition: 0.5s all;
}
.entry-header a {
   text-decoration: none;
}
.entry-header a:hover {
  color: #00a1e4;
  transition: 0.5s all;
  text-decoration: none;
}
h1.entry-title {
  margin: 10px 0;
}
nav.post-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.comment-form label {
    color: #292828;
    font-size: 19px;
    margin-top: 20px;
}
p.comment-notes,
.logged-in-as {
    margin: 0 0 7px;
}
p.logged-in-as a{
  color: #000;
}
.comment-respond h3 {
    margin: 0 0 10px;
}
.thumbnails_detail h2.grid_title a {
  text-decoration: none;
}
.thumbnails_detail h2:hover {
  color: #00a1e4;
}
#comments .comment-form .form-submit {
  margin-bottom: 20px;
}

#header-top-menu li ,#header-top-menu ul li {
  display: inline-block;
  margin-right: 10px;
}
#header-top-menu li a ,#header-top-menu ul li a{
  text-transform: capitalize;
}

.news_title:before {
    position: absolute;
    content: "";
    display: block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #000;
    left: 17px;
    bottom: -7px;
}
.news_title {
  position: relative;
  margin-bottom: 20px;
}
.news_title h3 {
  display: block;
  background: #000;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 7px 10px;
  text-transform: capitalize;
}


#comments .comment-list, #comments{
  list-style: none;
  margin-top: 20px;
  padding-left: 0;
}
#comments .comment-list .children {
  list-style: none;
  margin-top: 20px;
}
.comment b {
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
}
#comments .comment-metadata time {
  padding-left: 1.2em;
  color: #ccc;
}
#comments .comment-content {
  padding-left: 3.3em;
  font-size: 14px;
}
.reply a {
    padding-left: 3.3em;
    color: #00a1e4;
}
.logo_img img {
  text-align: center;
}
.header-logo .logo-fixed img, .header-logo .custom-logo-link .logo-dark {
    margin-right: auto;
}
.header-right-content {
  float: right;
}

.tagcloud {
  margin-bottom: 15px;
}
.tagcloud .tag-cloud-link {
  display: inline-block;
  padding: 5px 10px;
  background: #6d6d6d;
  color: #fff;
  text-decoration: none;
  font-style: normal;
  font-size: 14px !important;
  font-weight: normal;
  text-align: left;
  margin: 0 5px 5px 0;
  transition: 0.5s all;
}
.tagcloud .tag-cloud-link:hover {
  background: #000;
  transition: 0.5s all;
}
.main_contain .text-center {
  text-align: left;
}
.entry-content table, .entry-content {
  width: 100%;
  margin-bottom: 15px;
}
.entry-content table tr td {
  border: 1px solid #ccc;
  text-align: center;
  padding: 5px;
}
.entry-footer .cat {
  display: block;
}
.entry-footer .cat a {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
}
.entry-footer .tags-links a {
    color: #454545;
    transition: 0.5s all;
    padding: 5px;
    display: inline-block;
}
.entry-footer .tags-links a:hover {
  color: #2ab392;
  text-decoration: none;
  transition: 0.5s all;
}
.wp-caption img, .entry-content img, .post.type-post.status-publish div p img {
  max-width: 100%;
  height: auto;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-bottom: 15px;
}
.wp-caption-text a {
  color: #000;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
    padding: 0 10px 10px 0;
}
.gallery-columns-6 .gallery-item {
    width: 16%;
    padding: 0 10px 10px 0;
}
.gallery-columns-7 .gallery-item {
    width: 14%;
    padding: 0 10px 10px 0;
}
.gallery-columns-8 .gallery-item {
    width: 12%;
    padding: 0 10px 10px 0;
}
.gallery-columns-9 .gallery-item {
    width: 11%;
    padding: 0 10px 10px 0;
}
.entry-content ul {
  list-style: circle;
}
.post-1173 .entry-content ul li span {
  font-size: 14px !important;
}

.logo-light a h4 {
  font-size:70px;
  line-height:90px;
  font-weight:500;
  color:#343434;
  text-transform: capitalize;
}
#cssmenu > ul > li > a {
  color:#343434;
  padding: 20px 0;
  text-transform: capitalize;
}
#cssmenu > ul > li > a:hover:after, #cssmenu > ul > li > a.active:after {
  background:#00a1e4;
}
.header .header_menu {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
.main_contain {
  padding-top: 30px;
}
.navbar {
  min-height:initial;
}
#secondary h2.widget-title {
  background: none;
    color: #343434;
    font-size: 26px;
    line-height: 20px;
    border-bottom: 2px solid #ccc;
    padding: 0 0 10px;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
}
h2.widget-title:before {
  content:none;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 img {
    width: 100px;
    height: 67px;
    margin: 0 15px 0 0;
}
.secondary-widget-area .social-media-button-container a {
  margin:0 4px 0 0;
}
.rpwwt-widget ul li {
    margin: 0 0 15px;
    padding: 0 0 15px;
}
.rpwwt-widget ul li:last-child {
    margin: 0 0 0;
    padding: 0 0 3px;
}
.sow-headline-container .sow-headline a {
  text-decoration:none;
  font-family: 'Barlow Semi Condensed', sans-serif;
  text-transform:uppercase;
}
.sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item h3 a {
  float:none;
  font-size:18px;
  padding:0 0 10px;
  display: inline-block;
  font-family: 'Barlow Semi Condensed', sans-serif;
  text-transform:uppercase;
}
.sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item h3 {
  text-align:left;
}
.so-widget-sow-post-carousel .sow-carousel-title {
  display:inline-block;
  width:100%;
}
ul.sow-carousel-items li.sow-carousel-item {
  max-width: 239.8px;
  margin-bottom: 0;
  border-bottom: 2px solid #ccc;
}
#secondary h2.widget-title:after {
  position: absolute;
    content: "";
    width: 100px;
    bottom: -2px;
    left: 0;
    border-bottom: 2px solid #00a1e4;
}
.sow-headline-container .decoration .decoration-inside {
  position:relative;
}
.sow-headline-container .decoration .decoration-inside:after {
  position: absolute;
    content: "";
    width: 100px;
    bottom: 0px;
    left: 0;
    border-bottom: 2px solid #00a1e4;
}
.widget ul li a:hover, section#categories-2 ul li a:hover, .sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item h3 a:hover {
    color: #00a1e4;
}
.footer_bottom {
    background: #343434;
}
.header .top_bar {
    background: #343434;
}
.main_contain .memory_block {
    margin: 0 0 30px 0;
}
.footer {
   padding-top: 30px;
    background-color: #00a1e4;
}
.main_contain .memory_block {
  margin:0 -15px;
}
.main_contain .memory_block .thumbnails_detail {
  margin:0;
}
.thumbnails_detail a {
  text-decoration:none;
  color:#343434;
}
.thumbnails_detail a h2 {
    font-size: 20px;
    line-height: 20px;
    padding: 0 0 15px;
    border-bottom: 2px solid #cccccc;
    position: relative;
    margin: 0;
}
.thumbnails_detail a h2:after {
  position: absolute;
    content: "";
    width: 100px;
    bottom: -2px;
    left: 0;
    border-bottom: 2px solid #00a1e4;
}
.thumbnails_detail a:hover, .thumbnails_detail h2:hover {
  color:#00a1e4;
}
.main_contain .memory_block .story_contain .thumbnails {
  margin-bottom:30px;
}
.main_contain .memory_block .thumbnails_detail span {
  margin: 0;
}
.main_contain .memory_block .thumbnails_contain {
  margin: 0;
}
.by {
  margin: 15px -5px 12px;
  line-height: 10px;
}
.story_contain {
  margin-bottom: 50px;
}
.thumbnails_contain p {
  line-height:26px;
}
.pagination {
  margin:0;
  padding: 0 15px;
}
span.page-numbers.current {
  background-color: #00a1e4;
  border-color: #00a1e4;
}
.pagination .nav-links a {
  border-color: #00a1e4;
}
.single-post .post-thumbnail {
  margin-bottom:30px;
}
.single-post h2 {
    line-height: 20px;
    font-size: 26px;
    padding: 0 0 12px;
    border-bottom: 2px solid #ccc;
    text-transform: uppercase;
    position: relative;
}
.single-post h2:after {
  position: absolute;
    content: "";
    width: 100px;
    bottom: -2px;
    left: 0;
    border-bottom: 2px solid #00a1e4;
}
.entry-header {
  margin: 0 0 24px;
}
.post.type-post.status-publish div p {
  line-height:26px;
}
.entry-content {
    margin-bottom: 22px;
}
nav.navigation.post-navigation {
  padding: 0;
  margin-top: 24px;
}
div#comments {
    padding: 0;
}
.comments-area .comment-respond h3 {
  line-height: 20px;
    font-size: 26px;
    padding: 0 0 12px;
    border-bottom: 2px solid #ccc;
    text-transform: uppercase;
    position: relative;
}
.comments-area .comment-respond h3:after {
  position: absolute;
    content: "";
    width: 100px;
    bottom: -2px;
    left: 0;
    border-bottom: 2px solid #00a1e4;
}
#comments {
    margin-top: 24px;
}
.comment-form label {
    color: #343434;
    font-size: 17px;
    margin-top: 20px;
    font-weight: normal;
}
input#submit:hover {
    color: #fff;
    background: #00a1e4;
}
.memory_block .entry-header {
  padding:0;
  margin:0;
}
.memory_block .entry-content .so-widget-sow-google-map p {
  text-align:center;
}
.contact-form p {
  padding:0 !important;
  line-height: 17px;
}
.contact-form h4 {
  text-transform:uppercase;
}
.contact-form label {
  font-weight:500;
  text-transform:uppercase;
  margin-bottom:0px;
  width:100%;
}
.contact-form label br {
  display:none;
}
.contact-form label span {
  font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 15px;
    display: inline-block;
    width: 100%;
}
.wpcf7-form label  input[type="text"], .wpcf7-form label input[type="email"] {
  height:37px;
  margin:0;
}
.wpcf7-form label textarea.wpcf7-textarea {
  height:235px;
  margin-top:0;
}
.wpcf7-form .wpcf7-form-control.wpcf7-submit {
    margin-top: 0;
    background: none;
    color: #a2a2a2;
    border: 1px solid #a2a2a2;
}
.wpcf7-form .wpcf7-form-control:hover.wpcf7-submit:hover {
  color: #fff;
  background: #00a1e4;
  border: 1px solid #00a1e4;
}
.newsletter-heading p {
  padding:0 !important;
}
.newsletter-form .wpcf7-form label input[type="email"] {
    margin: 0;
    height: 42px;
    font-weight: normal;
    border: 1px solid #fff;
}
.newsletter-form .wpcf7-form .suscribe_text input[type="submit"] {
  margin:0;
  color: #fff;
  background: #00a1e4;
  border: 1px solid #00a1e4;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight:normal;
}
.newsletter-form .ajax-loader {
  display:none !important;
}
.newsletter-form label {
  margin:0;
  width:80%;
}
.contact-form label span.wpcf7-form-control-wrap {
  margin-bottom:31px;
}
.news_title h3 {
  background: none;
    color: #343434;
    font-size: 26px;
    line-height: 20px;
    border-bottom: 2px solid #ccc;
    padding: 0 0 10px;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.news_title h3:after {
    position: absolute;
    content: "";
    width: 100px;
    bottom: 0px;
    left: 0;
    border-bottom: 2px solid #00a1e4;
}
.story_contain .thumbnails a.post-thumbnail {
  margin-bottom:30px;
  display:block;
}
.news_title:before {
  content:none;
}
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
}
.secondary-widget-area {
    margin-bottom: 50px;
}
.search-results form.search-form {
    padding: 0px 0 30px;
}

.thumbnails_contain a.read_more_link{
    background: #00a1e4;  
    color: #fff;
    padding: 6px 12px;
    border-radius: 3px;
    margin-right: 5px;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
}

.thumbnails_contain a.read_more_link {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}
.thumbnails_contain a.read_more_link:before {
    content: "\f138";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.thumbnails_contain a.read_more_link:hover:before, .thumbnails_contain a.read_more_link:focus:before, .thumbnails_contain a.read_more_link:active:before{
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}
/* footer top */
.news_letter .suscribe_text .footer-widget h1 {
        background: none;
    color: #343434;
    font-size: 26px;
    line-height: 20px;
    border-bottom: 2px solid #ccc;
    padding: 0 0 10px;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
    text-align:left;
}
.news_letter .suscribe_text .footer-widget h1:after {
    position: absolute;
    content: "";
    width: 100px;
    bottom: -2px;
    left: 0;
    border-bottom: 2px solid #00a1e4;
}
.news_letter .suscribe_text .footer-widget {
    width: 33.33%;
    padding: 0 15px;
}
.news_letter .suscribe_text.text-center {
    display: inline-flex;
    max-width: 1170px;
    width: 100%;
    margin-bottom:50px;
}
.news_letter .suscribe_text .footer-widget img {
    margin:0 15px 0 0;
}
.rpwwt-widget ul li a span {
    font-size: 15px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    line-height: 10px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.rpwwt-post-author::before {
    content: "\f007";
    margin-right: 5px;
    font: normal normal normal 14px/1 FontAwesome;
}
.rpwwt-post-date::before {
    content: "\f133";
    margin-right: 5px;
    font: normal normal normal 14px/1 FontAwesome;
}
.rpwwt-post-author, .rpwwt-post-date {
    font-size: 13px;
    color: #666;
    margin-top: 5px;
}
.footer .footer-widget .rpwwt-post-author,.footer .footer-widget .rpwwt-post-date ,
.footer .footer-widget .entry-content p,.footer .footer-widget .entry-title,
.footer .widget.footer-widget ul li a{
  color: #fff;
}
.footer .news_letter .suscribe_text .footer-widget h1:after{
  border-bottom: 2px solid #343434; 
}

.single-post-content img {
  width:100%;
}
.single-post-content h1 {
  background: none;
    color: #343434;
    font-size: 26px;
    line-height: 20px;
    border-bottom: 2px solid #ccc;
    padding: 0 0 10px;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
    text-align: left;
}
.single-post-content h1:after {
    position: absolute;
    content: "";
    width: 100px;
    bottom: -2px;
    left: 0;
    border-bottom: 2px solid #00a1e4;
}
.nav-previous > a:hover, .nav-next >a:hover {
  background: #00a1e4;
}
.cat > a {
      background: #00a1e4;
    color: #fff;
    padding: 3px 5px;
    border-radius: 3px;
    margin-right: 5px;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
  font-size: 12px !important;
    font-weight: normal !important;
}


@media screen and (max-width: 1024px) {
.button {
  position: relative;
  left: 15px;
  right:auto;
}
  .button.menu-opened {
    left: auto;
  right:15px;
  }
}



@media (max-width: 992px) {
   select.selectmenu {
      margin-top: 10px;
      padding: 5px;
      color: #111;
      line-height: 30px;
      font-size: 13px;
      cursor: pointer;
      display: block;
      width: 90%;
      float: left;
  }
  #menucss {
    width: 100%;
  }
  .header .header_menu .search_item {
      
  }
}
@media (max-width: 991px) {
  .search_item label {
      display: inline-block;
      max-width: 69%;
      margin-bottom: 5px;
      font-weight: bold;
  }
}

@media (max-width: 768px) {
  select.selectmenu {      
      width: 100%;
  }
  #comments .comment-list .children {
    list-style: none;
    margin-top: 20px;
    padding-left: 0;
  }
  .header-logo .logo-fixed img, .header-logo .custom-logo-link .logo-dark {
    margin-left: auto;
    margin-right: auto;
}
  .header-right-content {
      float: none;
      margin-top: 10px;
      text-align: center;
  }
  .news_letter .suscribe_text .footer-widget{
    width:100%;
    margin-top: 50px;
  }
}

@media (max-width: 500px) {
  .footer_bottom .footer-socials li {
      margin-right: 0;
      width: 100%;
      margin-bottom: 20px;
      display: block;
  }
}
.sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item h3 a
{
  float: left;
}