/*!/wp-content/themes/chotaweb/style.css*/@charset "UTF-8";

 /*(wpacu)(at)import url("https://fonts.googleapis.com/css?family=Fira+Sans:300,300i,400,500,500i,600,600i,700&display=swap" rel="stylesheet");

/*======================================================
/*======================================================
*
*   RECAPTCHA V3
*
======================================================*/
    .grecaptcha-badge { visibility: hidden; }
/*======================================================
/*======================================================
*
*   CONTACT FORM 
*
======================================================*/

 .wpcf7 input[type="submit"] {
     color: #ffffff;
     font-size: 14px;
     font-weight: 700;
     background: #D9212F;
	 padding: 15px 35px 15px 35px;
     border: none;
     border-radius: 5px;
     width: auto;
     text-transform: uppercase;
	 letter-spacing: 5px;
 }

 .wpcf7 input:hover[type="submit"] {
     background: #010506;
     transition: all 0.4s ease 0s;
 }
 .wpcf7 input:active[type="submit"] {
     background: #000000;
 }
.wpcf7 {
    text-align: center;
}
/* Various input boxes */
.wpcf7-form input, .wpcf7-form textarea {
border-color: #010506;
border-style: solid;
border-width: 1px;
padding: 4px;
font-size: 12px;
line-height: 26px;
font-weight: 200;	

-webkit-border-radius: .4em;
-moz-border-radius: .4em;
border-radius: .4em;

}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #D9212F;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #d9212f;
	}

/*======================================================
*
*  SOCIAL ICONS
*
======================================================*/
#lab_social_icon_footer {
  padding: 0px 0;

}

#lab_social_icon_footer a {
  color: #f7f7f7;
}

#lab_social_icon_footer .social:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

#lab_social_icon_footer .social {
  -webkit-transform: scale(0.8);
  /* Browser Variations: */
  
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
/*
    Multicoloured Hover Variations
*/

#lab_social_icon_footer #social-fb:hover {
  color: #3B5998;
}

#lab_social_icon_footer #social-tw:hover {
  color: #4099FF;
}

#lab_social_icon_footer #social-ln:hover {
  color: #0e76a8;
}

#lab_social_icon_footer #social-in:hover {
  color: #DD2A7B;
}
/*======================================================
 * 
/*======================================================
*
*   FONTS
*
======================================================*/

/*@font-face{font-family:'adelle';src:url(/fonts/adelle/Adelle-Regular.eot);src:local("Adelle Regular"), url(/fonts/adelle/Adelle-Regular.eot) format("embedded-opentype"), url(/fonts/adelle/woff/Adelle-Regular.woff) format("woff"), url(/fonts/adelle/Adelle-Regular.ttf) format("truetype");font-weight:300;font-style:normal
font-display:swap;}
*/
@font-face{font-family:'adelle';src:url(https://use.typekit.net/af/9fade4/000000000000000077359975/30/l?subset_id=2&fvd=n4&v=3) format("woff2"),url(https://use.typekit.net/af/9fade4/000000000000000077359975/30/d?subset_id=2&fvd=n4&v=3) format("woff"),url(https://use.typekit.net/af/9fade4/000000000000000077359975/30/a?subset_id=2&fvd=n4&v=3) format("opentype");font-weight:300;font-style:normal;font-display:swap;}
@font-face{font-family:'Fira Sans';src:url(https://cdn.jsdelivr.net/npm/@typopro/web-fira-sans@3.7.5/TypoPRO-FiraSans-Regular.eot);src:local("Fira Regular"), url(https://cdn.jsdelivr.net/npm/@typopro/web-fira-sans@3.7.5/TypoPRO-FiraSans-Regular.eot) format("embedded-opentype"), url(https://cdn.jsdelivr.net/npm/@typopro/web-fira-sans@3.7.5/TypoPRO-FiraSans-Regular.woff) format("woff"), url(https://cdn.jsdelivr.net/npm/@typopro/web-fira-sans@3.7.5/TypoPRO-FiraSans-Regular.ttf) format("truetype");font-weight:300;font-style:normal
font-display:swap;}

@font-face{font-family:'Fira Sans';src:url(https://cdn.jsdelivr.net/npm/@typopro/web-fira-sans@3.7.5/TypoPRO-FiraSans-Regular.woff) format('woff'),
url(https://cdn.jsdelivr.net/npm/@typopro/web-fira-sans@3.7.5/TypoPRO-FiraSans-Regular.eot) format('eot');font-weight:400;font-style:normal;font-display:fallback;}
 <link rel="preload" as="style" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"/>
    <link rel="preload" as="font" type="font/woff2" crossorigin href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0"/>
/*======================================================
*
*   VARIABLES
*
======================================================*/
/* Needed for Internet Explorer */ 


.svg-box {
    width: 100%;
    height: 100%;
    padding-top: 100%; /* Aspect ratio */ 
    position: relative;
}

.svg-box-content {
    position: absolute;
    top: 0;
    left: 0;
}
/* etc */

body {
  margin: 2em;

}



/*======================================================
*
*   HTML 5 RESET
*
======================================================*/
/* Baseline Normalize
 * normalize.css v2.1.2 | MIT License | git.io/normalize
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;  }
table {
  border-collapse: collapse;
  border-spacing: 0; }

*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*======================================================
*
*   GENERAL STYLES
*
======================================================*/
html {
  overflow-x: hidden; }

body {
  font-family: Fira Sans, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 150%;
  font-weight: 400;
  position: relative;
  overflow-x: hidden; }

img {
  width: 100%;
  height: auto; }

h1,
h2,
h3,
h4,
h5,
.subhead {
  line-height: 200%; }

p {
     font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 24px;
    margin: 0 0 1rem;
 }

h1 {
 font-family: Adelle, Arial, sans-serif;	
  font-size: 26px;
  font-weight: 500; }

h2 {
 font-family: Adelle, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.5625rem;
  font-weight: 400; }

h3 {
 font-family: Adelle, Arial, sans-serif;
 font-size: 16px;
  font-size: 1.25rem;
  font-weight: 300; }

h4 {
 font-family: Adelle, Arial, sans-serif;
  font-size: 12px;
  font-size: 1.125rem;
  font-weight: 200; }

h5 {
font-family: Fira Sans, Arial, sans-serif;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 100;
}
footerh5 {
 font-family: Adelle, Arial, sans-serif;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 100;
  margin-left: 0.7em;
  color:#f94855;
}
)a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a:focus {
    outline: 0; }

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto; }

.page-title {
  font-family: Adelle, Arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #D9212F;
  line-height: 1.35;
  width: 100%;
  display: block;
  text-align: center;
  opacity: 1;
  transition: all 0.15s ease-in-out; 
}

.title-teal {
  color: #D9212F;
  margin-bottom: 10px; }

.title-black {
  font-weight: 700;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px; }

.subhead {
  font-size: 16px;
  font-size: 1rem;
  font-size: 400; }

.arrow-link {
  margin-top: 35px;
  display: inline-block;
  color: #111;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 1px solid transparent; }
  .arrow-link:after {
    content: '';
    width: 10px;
    height: 11px;
    background-image: url(/wp-content/themes/chotaweb/../images/arrow.png);
    background-repeat: no-repeat;
    display: inline-block;
    background-color: transparent;
    margin-left: 10px;
    background-size: 10px 11px; }
  .arrow-link:hover {
    color: #bf2e3b;
    border-bottom: 1px dotted; }


ul {
  list-style: none;
  margin: 20px 0 40px;
  padding-left: 5px; }
  ul li {
    margin-bottom: 15px;
    padding-left: 1em;
    text-indent: -0.6em; }
    ul li:before {
      content: "•";
      color: #D9212F;
      position: relative;
      left: -10px; }

.container-padding {
  padding-top:70px;
  padding-bottom: 0px; }
  @media screen and (max-width: 1023px) {
    .container-padding {
      padding-top: 60px;
      padding-bottom: 0px; } }
  @media screen and (max-width: 767px) {
    .container-padding {
      padding-top: 60px;
      padding-bottom: 0px; } }


.home-icon img {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  font-weight: 600;
  width: 60px;
  height: 60px;
  line-height: 60px; }


@media screen and (max-width: 1023px) {
  .top-section {
    padding-top: 60px; } }

/*======================================================
*
*   HEADER
*
======================================================*/
body.home header .wave, body.home header .wave-top {
  opacity: 0; }

header {
  width: 100%;
  color: #010506;
  padding: 18px 0;
  position: absolute;
  top: 0;
  z-index: 9999;
  height: 100px;
  font-family: Adelle, sans-serif;	
  font-weight: 500;
  right: 0;
  left: 0; }
  @media screen and (max-width: 1300px) {
    header {
      height: 97px; } }
  header .container {
    position: relative;
    top: 0;
    z-index: 25;
    max-width: 100%;
    padding: 0; }
    @media screen and (min-width: 1024px) {
      header .container {
        padding: 0 15px; } }
    header .container .row {
      margin: 0;
      position: relative; }
  header .logo {
    flex: 0 0 16%;
    max-width: 16%;
    margin-left: 15px; }
    @media screen and (min-width: 1024px) {
      header .logo {
        margin: 0; } }
    @media screen and (min-width: 1200px) {
      header .logo {
        flex: 0 0 15%;
        max-width: 15%; } }
    header .logo img {
      width: 160px;
      height: auto; }
  header nav.menu {
    text-align: right;
    flex: 0 0 78%;
    max-width: 78%; }
    @media screen and (min-width: 1200px) {
      header nav.menu {
        flex: 0 0 80%;
        max-width: 80%; } }
    header nav.menu ul {
      margin: 0 15px;
      padding: 0; }
      @media screen and (min-width: 1024px) {
        header nav.menu ul {
          margin: 0; } }
      header nav.menu ul li {
        display: inline-block;
        text-transform: capitalize;
        padding: 13px 0; }
        header nav.menu ul li a {
          color: #290005;
          font-size: 18px;
          transition: color 0.5s;
          margin-left: 10px; }
          header nav.menu ul li a:hover {
            color: #D9212F; }
        header nav.menu ul li.current_page_item a {
          color: #D9212F; }
        header nav.menu ul li:before {
          content: ''; }
        @media screen and (min-width: 1024px) {
          header nav.menu ul li {
            margin-left: 30px;
            padding: 5px 0; } }
        @media screen and (min-width: 1200px) {
          header nav.menu ul li {
            margin-left: 40px; } }
        @media screen and (min-width: 1366px) {
          header nav.menu ul li {
            padding: 8px 0; } }
        @media screen and (max-width: 1023px) {
          header nav.menu ul li {
            display: block;
            width: 100%;
            margin-left: 0; } }
    @media screen and (max-width: 1023px) {
      header nav.menu {
        text-align: left;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        background: #ffe6e8;
        padding-top: 10px;
        margin-top: 10px;
        display: none; } }
    header nav.menu .menu-main-menu-container {
      display: inline-block; }
  header .menu-button {
    float: right;
    text-align: right;
    position: absolute;
    z-index: 999;
    right: 45px;
    cursor: pointer; }
    header .menu-button span {
      width: 35px;
      height: 3px;
      background: #000000;
      display: block; }
      header .menu-button span:first-child {
        margin-top: 9px; }
      header .menu-button span:nth-child(2) {
        margin: 7px 0; }
    @media screen and (min-width: 1024px) {
      header .menu-button {
        display: none; } }
  header .search-button {
    float: right;
    text-align: right;
    position: absolute;
    right: 15px;
    margin: 10px 0;
    padding: 0;
    cursor: pointer; }
    @media screen and (min-width: 1024px) {
      header .search-button {
        right: 0;
        margin: 7px 0; } }
    @media screen and (min-width: 1200px) {
      header .search-button {
        margin: 10px 0; } }
    header .search-button img {
      width: 22px;
      height: 22px; }
      @media screen and (min-width: 1024px) {
        header .search-button img {
          width: 16px;
          height: 16px; } }

.search-window {
  display: block;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0;
  transition: 0.3s all ease-in-out; }
  .search-window .container {
    display: table;
    position: relative;
    height: 100%;
    padding: 25px; }
    @media screen and (min-width: 768px) {
      .search-window .container {
        padding: 50px; } }
    @media screen and (min-width: 1200px) {
      .search-window .container {
        padding: 100px; } }
    .search-window .container .searchform {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      .search-window .container .searchform #searchsubmit {
        display: none; }
      .search-window .container .searchform #s {
        background-color: transparent;
        width: 100%;
        font-family: "Fira Sans";
        font-size: 26px;
        color: #f7f7f7;
        border: 0;
        outline: 0; }
        @media screen and (min-width: 1200px) {
          .search-window .container .searchform #s {
            font-size: 40px; } }
        .search-window .container .searchform #s::placeholder {
          font-style: italic; }
        .search-window .container .searchform #s::-ms-clear, .search-window .container .searchform #s::-ms-reveal {
          display: none;
          width: 0;
          height: 0; }
    .search-window .container .close {
      position: absolute;
      right: 25px;
      color: #f7f7f7;
      opacity: 1;
      transition: 0.3s all ease-in-out;
      text-shadow: none;
      outline: 0; }
      @media screen and (min-width: 768px) {
        .search-window .container .close {
          right: 50px; } }
      @media screen and (min-width: 1200px) {
        .search-window .container .close {
          right: 100px; } }
      .search-window .container .close:hover, .search-window .container .close:focus, .search-window .container .close:active {
        color: #D9212F;
        opacity: 1; }
      .search-window .container .close span {
        font-size: 30px; }
  .search-window.active {
    opacity: 1;
    z-index: 99999; }


/*======================================================
*
*   HOME
*
======================================================*/


.modal-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.modal-open .modal {
  overflow: auto; }

body.modal-open {
  padding-right: 0 !important; }

.modal.fade .modal-dialog {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

.modal {
  height: 70%;
  max-width: 1000px;
  margin: 112px 16px auto;
  padding: 0 !important;
  border-radius: 0.3rem; }
  @media (min-width: 768px) {
    .modal {
      height: 60%;
      margin: auto 16px; } }
  @media (min-width: 1024px) {
    .modal {
      height: 430px;
      margin: auto; } }
  .modal::-webkit-scrollbar {
    width: 5px; }
  .modal::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px; }

.ie .modal {
  right: 3%;
  left: 3%; }
  @media screen and (min-width: 1024px) {
    .ie .modal {
      right: 15%;
      left: 15%; } }

.modal-dialog {
  margin: auto;
  height: 100%; }
  @media screen and (min-width: 576px) {
    .modal-dialog {
      max-width: 1000px; } }
  .modal-dialog .modal-body p {
    font-size: 14px;
    font-size: 1rem;
    font-weight: 400; }
  .modal-dialog .name {
    margin-top: 0px;
    display: block;
    text-align: left;
    font-size: 25px;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 5px; }
  .modal-dialog .position {
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    display: block;
    margin-bottom: 0; }
  .modal-dialog .modal-header {
    position: relative;
    display: block;
    text-align: left; }
    .modal-dialog .modal-header .close {
      position: absolute;
      top: 0;
      right: 0;
      padding: 0px 0px 20px 0;
      margin: 0;
      outline: 0; }

.chrome .modal-dialog, .firefox .modal-dialog, .safari .modal-dialog {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }



/*======================================================
*
*   BLOG
*
======================================================*/
.news-title {
  background: url(/wp-content/themes/chotaweb/../images/blog.jpg) no-repeat;
  background-size: cover;
  color: #f7f7f7; }
  .news-title h1 {
    color: #f7f7f7; }

.news-blog {
  background: #e9e9e9; }
  .news-blog div[class^="col-"] {
    overflow: hidden; }
  .news-blog .image-container {
    height: 200px;
    width: 100%;
    background-color: #d1d1d1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .news-blog .image-container a {
      display: block;
      width: 100%;
      height: 100%; }
  .news-blog .text-container {
    background: #f7f7f7;
    padding: 25px 30px;
    color: #3e3e3f;
    text-align: center;
    height: 100%; }
    .news-blog .text-container .title {
      font-size: 18px;
      font-weight: 700px;
      margin-bottom: 10px; }
      .news-blog .text-container .title a {
        color: #3e3e3f; }
    .news-blog .text-container .excerpt {
      font-size: 14px;
      font-weight: 400; }
  .news-blog .news-wrap {
    margin: 20px 0 70px; }
    @media screen and (max-width: 767px) {
      .news-blog .news-wrap > div {
        margin-bottom: 16px;
        padding: 0; } }

.news-events {
  background: #e9e9e9; }
  .news-events .title {
    margin-bottom: 20px;
    font-size: 16px; }
    .news-events .title a {
      color: #000;
      font-weight: 700;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      .news-events .title a:hover {
        color: #D9212F; }
  .news-events .excerpt {
    font-size: 14px;
    color: #000;
    font-weight: 400; }
  .news-events .latest-articles {
    margin-bottom: 50px; }
    .news-events .latest-articles:nth-last-child(-n+2) {
      margin-bottom: 0; }
  .news-events .dates {
    font-size: 14px;
    font-weight: 700;
    margin-top: 30px; }

.press-releases .title {
  font-size: 16px;
  color: #000; }
  .press-releases .title a {
    color: #000;
    font-weight: 400;
    -webkit-transition: all 0.5s;
    /* Safari */
    transition: all 0.5s; }
    .press-releases .title a:hover {
      color: #D9212F; }
.press-releases .date {
  font-size: 14px;
  font-weight: 700; }

.page-template-page-news section h2 {
  font-size: 30px;
  font-size: 1.875rem; }

.single h1 {
    font-size: 33px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 2rem;
}
.single .entry-meta {
  display: block;
  width: 100%; }
  .single .entry-meta .post-categories {
    display: inline-block;
    margin: 0;
    padding-left: 0; }
    .single .entry-meta .post-categories li {
      display: inline-block;
      text-indent: 0;
      padding-left: 0; }
      .single .entry-meta .post-categories li:before {
        content: ''; }
      .single .entry-meta .post-categories li:after {
        content: ", "; }
      .single .entry-meta .post-categories li:last-child:after {
        content: ''; }
.single .entry-content {
  margin-top: 30px; }
.single a {
  color: #d9212f; }


.archive article,
.search-results article {
  margin-bottom: 50px;
  display: block; }
.archive .page-title,
.search-results .page-title {
  font-size: 32px;
  line-height: 36px;
  padding: 0 15px;
  margin-bottom: 42px; }
  @media screen and (min-width: 1024px) {
    .archive .page-title,
    .search-results .page-title {
      font-size: 40px;
      line-height: 46px; } }
.archive .archive-article a,
.search-results .archive-article a {
  color: #010506;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s; }
  .archive .archive-article a:hover,
  .search-results .archive-article a:hover {
    color: #D9212F; }
.archive .archive-article .image-container, .archive .archive-article .excerpt-container,
.search-results .archive-article .image-container,
.search-results .archive-article .excerpt-container {
  max-width: 600px;
  margin: 0 auto; }
  .archive .archive-article .image-container .read-more a, .archive .archive-article .excerpt-container .read-more a,
  .search-results .archive-article .image-container .read-more a,
  .search-results .archive-article .excerpt-container .read-more a {
    color: #D9212F; }
    .archive .archive-article .image-container .read-more a:hover, .archive .archive-article .excerpt-container .read-more a:hover,
    .search-results .archive-article .image-container .read-more a:hover,
    .search-results .archive-article .excerpt-container .read-more a:hover {
      color: #D9212F; }
.archive .archive-article .date,
.search-results .archive-article .date {
  font-size: 12px;
  display: block;
  margin-bottom: 10px; }
@media screen and (max-width: 767px) {
  .archive .archive-article .small-image,
  .search-results .archive-article .small-image {
    display: none; } }
.archive .navigation,
.search-results .navigation {
  margin-top: 50px; }
  .archive .navigation .nav-links,
  .search-results .navigation .nav-links {
    margin: 0 auto; }
  .archive .navigation .page-numbers,
  .search-results .navigation .page-numbers {
    border: 1px solid #e9e9e9;
    margin: 0 -1px 0 0;
    float: left;
    padding: 7px 15px;
    -webkit-transition: all 0.5s;
    /* Safari */
    transition: all 0.5s; }
    .archive .navigation .page-numbers:hover,
    .search-results .navigation .page-numbers:hover {
      background: #D9212F;
      color: #f7f7f7; }
  .archive .navigation a,
  .search-results .navigation a {
    color: #D9212F; }

@media screen and (max-width: 575px) {
  .sidebar {
    margin-top: 40px; } }

.blog-top-section {
  position: relative;
  background: url(/wp-content/themes/chotaweb/../images/blog.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 0px;
  margin: 0; }
  .blog-top-section .post-container {
    background: #e9e9e9;
    position: relative;
    }
    .blog-top-section .post-container .image-container {
      background-size: cover; }
      @media screen and (max-width: 992px) {
        .blog-top-section .post-container .image-container {
          height: 300px; } }
    .blog-top-section .post-container .text-container {
      padding: 50px; }
    .blog-top-section .post-container h1 {
      font-size: 30px; }
      .blog-top-section .post-container h1 a {
        color: #010506;
        -webkit-transition: all 0.5s;
        /* Safari */
        transition: all 0.5s; }
        .blog-top-section .post-container h1 a:hover {
          color: #D9212F; }

.blog-archive article {
  margin-bottom: 50px;
  margin-left: 0;
  margin-right: 0; }
.blog-archive .image-container {
  min-height: 250px;
  background-size: cover;
  background-position: center center;
  padding: 0; }
  .blog-archive .image-container a {
    display: block;
    width: 100%;
    height: 100%; }
.blog-archive .text-container h2 a {
  color: #010506;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s; }
  .blog-archive .text-container h2 a:hover {
    color: #D9212F; }
.blog-archive .text-container .date {
  font-size: 12px; }
  @media screen and (max-width: 767px) {
    .blog-archive .text-container .date {
      margin-top: 20px; } }
.blog-archive .text-container .categories {
  text-align: right; }
  @media screen and (max-width: 992px) {
    .blog-archive .text-container .categories {
      text-align: left; } }
  .blog-archive .text-container .categories ul {
    font-size: 12px;
    margin: 0;
    display: inline-block; }
    .blog-archive .text-container .categories ul li {
      display: inline-block; }
      .blog-archive .text-container .categories ul li:before {
        content: '';
        margin-right: 0; }
      .blog-archive .text-container .categories ul li:after {
        content: ','; }
      .blog-archive .text-container .categories ul li:last-child:after {
        content: '';
        margin-right: 5px; }
      .blog-archive .text-container .categories ul li a {
        color: #D9212F; }
.blog-archive .navigation {
  margin-top: 50px; }
  .blog-archive .navigation .page-numbers {
    border: 1px solid #e9e9e9;
    margin: 0 -1px 0 0;
    float: left;
    padding: 7px 15px;
    -webkit-transition: all 0.5s;
    /* Safari */
    transition: all 0.5s; }
    .blog-archive .navigation .page-numbers:hover {
      background: #D9212F;
      color: #f7f7f7; }
  .blog-archive .navigation a {
    color: #D9212F; }
@media screen and (max-width: 992px) {
  .blog-archive .blog-sidebar {
    margin-top: 30px; } }

.sidebar-block {
  margin-bottom: 30px; }
  .sidebar-block .title, .sidebar-block .widgettitle {
    padding: 10px 15px;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    background: #f0efed; }
  .sidebar-block ul {
    margin: 0;
    padding-left: 0;
    background: #faf9f7; }
    .sidebar-block ul li {
      list-style-type: none;
      border-top: 1px solid #f0efed;
      margin: 0;
      text-indent: 0;
      padding-left: 0; }
      .sidebar-block ul li a {
        padding: 10px 15px;
        display: block;
        color: #010506;
        -webkit-transition: all 0.5s;
        /* Safari */
        transition: all 0.5s;
        width: 100%; }
        .sidebar-block ul li a:hover {
          background: #D9212F;
          color: #f7f7f7; }
      .sidebar-block ul li:before {
        margin: 0;
        content: ''; }



/* FOOTER
--------------------------------------------- */
footer {
  padding: 90px 0;
  font-family: Fira Sans, Arial, sans-serif;
  background: #333333;
  color: #f7f7f7;
  position: relative;
  z-index: 10; }

  @media screen and (max-width: 767px) {
    footer {
      padding: 50px 0; }
      footer .menu {
        margin: 0;
         }
      footer .footer-menu-1 {
        order: 1; }
      footer .footer-menu-2 {
        order: 2; }
      footer .footer-menu-3 {
        order: 3; }
      footer .copyright {
        order: 4;
        margin-top: 30px; } }
  footer .copyright img {
    width: 170px;
    height: auto; }
  footer .copyright p {
    font-weight: 400;
    color: #f7f7f7;
    display: inline-block;
    margin-top: 22px;
    font-size: 14px;
    display: block; }
  footer .menu {
    margin: 0;
}
    footer .menu li {
      margin-bottom: 5px; }
      footer .menu li a {
        color: #f7f7f7;
        font-size: 14px;
        line-height: 30px;
        font-weight: 400;
        -webkit-transition: color 0.5s;
        /* Safari */
        transition: color 0.5s; }
        footer .menu li a:hover {
          color: #f94855; }
      footer .menu li:before {
        content: '';
        margin-right: 0; }



.vl {
  border-left: 1px solid green;
  height: 180px;
}