/*
Theme Name: Columbus Language Academy
Theme URI: https://columbus.org.ua/
Author: Columbus Language Academy
Author URI: https://columbus.org.ua/
Version: 1.0
*/

/* Custom common styles */
html,
body {
  width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
}

.h1, .h2, h1, h2 {
  margin-bottom: 1.8rem;
}

.h3, h3 {
  font-size: 1.5rem;
}

.h2, h2 {
  font-size: 1.8rem;
}

.h1, h1 {
  font-size: 2.1rem;
}
    
ul.nav {
  list-style: none;
}

input {
  overflow: visible;
  display: block;
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  font-size: 2rem;
  text-align: center;
}

footer ul {
  list-style-type: none;
}

.icon {
  float: left;
  vertical-align: middle;
  height: 60px;
  margin: 0 20px 40px 0;
  padding: 6px;
  border-left: 4px solid #e0156b;
  border-bottom: 4px solid #ed6d03;
  border-radius: 30px;
}

.banner-caption {
  font-size: 43px;
}

.section-headding {
  font-size: 30px;
}

.section-sub-headding {
  font-size: 23px;
}

.logo-text {
  font-size: 14px;
}

.free-text {
  font-size: 20px;
}

.free-sub-text {
  font-size: 12px;
}

.custom-middle-icon-size {
  height: 50px;
  width: 50px !important;
}

.number-big {
  font-size: 100px;
  line-height: .7;
}

.number-small {
  font-size: 50px;
  line-height: 1;
}

/* Custom colors */
.custom-main-bg {
  background: #000;
}

.custom-main-color {
  color: #000;
}

.custom-light-bg {
  background: #f1f1f1;
}

.custom-prymary-bg {
  background: #e0146c;
}

.custom-prymary-color {
  color: #e0146c;
}

.custom-prymary-border-color {
  border-color: #e0146c;
}

.custom-secondary-bg {
  background: #ee7000;
}

.custom-secondary-color {
  color: #ee7000;
}

.custom-secondary-border-color {
  border-color: #ee7000;
}

.custom-hover-bg:hover {
  background: rgba(255, 255, 255, .3);
}

.custom-gradient-bg {
  background: -moz-linear-gradient(0deg, rgba(224, 20, 108, 1) 0%, rgba(238, 112, 0, 1) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(224, 20, 108, 1)), color-stop(100%, rgb(238, 112, 0)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(0deg, rgba(224, 20, 108, 1) 0%, rgba(238, 112, 0, 1) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(0deg, rgba(224, 20, 108, 1) 0%, rgba(238, 112, 0, 1) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(0deg, rgba(224, 20, 108, 1) 0%, rgba(238, 112, 0, 1) 100%);
  /* ie10+ */
  background: linear-gradient(90deg, rgba(224, 20, 108, 1) 0%, rgb(238, 112, 0) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0146c', endColorstr='#ee7000', GradientType=1);
  /* ie6-9 */
}

/* Header styles */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.header-contacts {
  font-size: 14px;
  height: 40px;
  overflow: hidden;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

.custom-toggler {
  right: .25rem;
  top: .25rem;
  border: none;
  z-index: 10;
}

.custom-toggler:focus {
  outline: none;
}

.navbar-dark .custom-toggler .navbar-toggler-icon {
  background-image: none;
  width: auto;
  height: auto;
}

.main-nav-width {
  width: 100%;
}

.side-nav-width {
  width: 155px;
}

.side-nav-height {
  height: 100vh;
}

.side-nav {
  position: fixed;
  top: 80px;
  left: 0;
}

.side-nav-item {
  height: 70px;
  font-size: 14px;
}

.side-nav-link {
  position: relative;
}

.side-nav-item .side-nav-link::before {
  content: '';
  display: block;
  width: 8px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: width .25s;
  -o-transition: width .25s;
  -moz-transition: width .25s;
  transition: width .25s;
  z-index: 10;
}

.side-nav .side-nav-item:nth-child(1) .side-nav-link::before {
  background: #e0146a;
}

.side-nav .side-nav-item:nth-child(2) .side-nav-link::before {
  background: #e2175f;
}

.side-nav .side-nav-item:nth-child(3) .side-nav-link::before {
  background: #e31f56;
}

.side-nav .side-nav-item:nth-child(4) .side-nav-link::before {
  background: #e52b4c;
}

.side-nav .side-nav-item:nth-child(5) .side-nav-link::before {
  background: #e73643;
}

.side-nav .side-nav-item:nth-child(6) .side-nav-link::before {
  background: #e84138;
}

.side-nav .side-nav-item:nth-child(7) .side-nav-link::before {
  background: #ea4c30;
}

.side-nav .side-nav-item:nth-child(8) .side-nav-link::before {
  background: #ea5427;
}

.side-nav .side-nav-item:nth-child(9) .side-nav-link::before {
  background: #ec5d1f;
}

.side-nav .side-nav-item:nth-child(10) .side-nav-link::before {
  background: #ed6416;
}

.side-nav .side-nav-item:last-child .side-nav-link::before {
  background: #ee7000;
}

.side-nav .side-nav-item:last-child {
  /* height: calc(100% - 700px); */
  height: 100vh;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.side-nav .side-nav-item:last-child .side-nav-link::before {
  width: 8px;
}

.side-nav-item:hover .side-nav-link::before {
  width: 100%;
}

.side-nav .side-nav-item:last-child:hover {
  background: transparent;
}

.side-nav-text {
  z-index: 1000;
}

.content-container {
  margin-top: 80px;
  min-height: 100vh;
}

/* Banner */

.btn .btn-link {
  text-decoration: none;
  text-decoration-color: transparent;
}

.btn-link.prymary {
  background-color: #fff;
}

.btn-link.secondary {
  font-size: 13px;
}

.btn-link.secondary:hover {
  background-color: transparent;
}

.socio {
  display: inline-block;
}

.banner-text {
  top: 0;
  left: 0;
}

article {
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}