/*-=Small screens=-*/
@media only screen and (max-width: 640px) {
  /* TOP BAR Mobile STYLING */
  .top-bar {
    height: auto;
    background: rgba(2, 83, 119, 0.8);
    /* change background color if you need */
  }
  .top-bar .toggle-topbar.menu-icon {
    margin-top: -17px;
  }
  .top-bar .title-area {
    height: 70px;
  }

  .top-bar-section ul {
    overflow: auto;
    max-height: calc(100vh - 70px);
  }
  .top-bar-section ul li > a {
    font-family: "Montserrat-Regular", sans-serif;
    color: white;
    /* change color of text if you need */
    font-size: 13px;
    background: #025377;
    /* change background color if you need */
  }
  .top-bar-section ul li:hover > a {
    background: #6da3c7 !important;
    /* change background color if you need */
  }
  .top-bar-section ul li.current-menu-item > a:not(.button), .top-bar-section ul li.current-page-ancestor > a:not(.button) {
    background: #6da3c7 !important;
    /* change background color of current menu item if you need */
  }
  .top-bar-section .menu {
    display: none;
  }
  .top-bar-section .dropdown {
    clip: auto;
    height: auto;
    display: none;
    width: 100%;
    position: static !important;
  }
  .top-bar-section .dropdown > li a {
    padding-left: 30px;
  }
  .top-bar-section .has-dropdown > a:after {
    display: none;
  }
  .top-bar-section ul li.has-dropdown a.dropdown-toggle {
    display: block;
    position: absolute;
    width: 50px;
    height: 44px;
    right: 0;
    top: 0;
    color: #fff;
    z-index: 100;
    text-align: center;
  }
  .top-bar-section ul li.has-dropdown a.dropdown-toggle i.fa {
    font-size: 13px;
    line-height: 1;
    height: 13px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .top-bar.expanded .opnd > .dropdown-toggle i.fa {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .top-bar.expanded .title-area {
    background: rgba(2, 83, 119, 0.8);
  }
  .top-bar.expanded .toggle-topbar a {
    color: #fff;
  }
  .top-bar.expanded .toggle-topbar a span {
    box-shadow: none !important;
  }
  .top-bar.expanded .toggle-topbar a span:after {
    box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 20px;
    line-height: 26px;
  }

  input:-moz-placeholder, textarea:-moz-placeholder {
    font-size: 14px;
  }
  input::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 14px;
  }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 14px;
  }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 14px;
  }

  .custom-button-white {
    font-size: 14px;
    padding: 10px 20px;
    margin-top: 15px;
  }

  .header {
    position: fixed;
    padding: 10px 0;
    z-index: 100;
  }
  .header__menu {
    display: block;
  }
  .header .logo {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 15px;
  }
  .header .logo img, 
  .header .logo svg, 
  .page-template-template-blog .header .logo svg, 
  .single .header .logo svg {
    max-height: 50px;
    max-width: 50px;
    fill: #ffffff;
  }
  .header .button-one {
    display: none;
  }

  .home-top-block .top-block {
    position: relative;
  }

  .slider-container {
    position: relative;
  }
  .slider-container.top-block {
    padding: 10px 0;
    background-color: #025377;
  }
  .slider-container.featured {
    padding: 10px 0;
  }
  .slider-container.featured .slick-dots {
    bottom: -30px;
  }
  .slider-container h2 {
    margin-bottom: 15px;
    letter-spacing: 2px;
    font-size: 20px;
  }
  .slider-container__slider {
    margin-bottom: 30px;
  }

  .home-content-block {
    padding: 20px 0;
  }
  .home-content-block__one {
    padding: 20px 0;
  }
  .home-content-block__one span {
    font-size: 30px;
  }
  .home-content-block__one h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .home-content-block__one h4 {
    font-size: 20px;
  }
  .home-content-block__one p {
    margin-bottom: 15px;
  }
  .home-content-block__one a.custom-button {
    font-size: 14px;
    padding: 12px 16px;
    letter-spacing: 0;
    display: inline-block;
  }
  .home-content-block__image img {
    margin: 0;
  }

  .testimonials {
    padding: 20px 20px 40px;
  }
  .testimonials h2 {
    padding: 20px 0;
  }
  .testimonials__slider-container .testimonials-slider .slick-slide {
    padding: 0;
  }
  .testimonials__slider-container .testimonials-slider .slick-slide h4 {
    font-size: 20px;
  }
  .testimonials__slider-container .testimonials-slider .slick-slide h5 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .testimonials__slider-container .testimonials-slider .slick-slide p {
    font-size: 14px;
    line-height: 18px;
  }
  .testimonials__slider-container .testimonials-prev {
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
  .testimonials__slider-container .testimonials-next {
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
  .testimonials__slider-container .slick-dots {
    bottom: -20px;
  }

  .prev {
    left: 10px;
  }

  .next {
    right: 10px;
  }

  .start-block {
    padding: 60px 0 0;
    min-height: 400px;
  }
  .start-block h1 {
    margin-bottom: 50px;
  }

  .start-top {
    height: 400px;
  }
  .start-top__content {
    width: 100%;
  }
  .start-top__content h1 {
    font-size: 30px;
  }
  .start-top__content h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .start-top__content h4 {
    font-size: 18px;
  }

  .tabs {
    bottom: 20px;
  }
  .tabs .tab-title > a {
    font-size: 14px;
    padding: 4px;
    letter-spacing: 1px;
  }
  .tabs .tab-title.active > a::after {
    border-bottom: 10px solid #eff1f3;
    bottom: -20px;
  }

  .subscribe-block {
    padding: 20px 0 100px;
  }
  .subscribe-block h4 {
    font-size: 18px;
  }
  .subscribe-block h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .subscribe-block__features {
    margin: 20px 0;
  }
  .subscribe-block__features-one:first-child, .subscribe-block__features-one:last-child {
    text-align: center;
  }
  .subscribe-block__features img {
    margin-bottom: 16px;
  }
  .subscribe-block__features h4 {
    margin-bottom: 30px;
  }
  .subscribe-block form .gform_body {
    width: 64%;
  }
  .subscribe-block form .gform_body input {
    font-size: 14px;
  }
  .subscribe-block form .gform_footer {
    width: 36%;
  }
  .subscribe-block form .gform_footer button, .subscribe-block form .gform_footer .button, .subscribe-block form .gform_footer input[type='submit'], .subscribe-block form .gform_footer input[type='reset'] {
    font-size: 14px;
    padding: 10px;
    letter-spacing: 0;
  }

  .training__top {
    min-height: auto;
    position: relative;
  }
  .training__top-text {
    padding: 120px 30px 20px;
    margin: 0 auto;
  }
  .training__top-text h1 {
    margin: 0 0 40px;
  }
  .training__video {
    padding: 20px 0;
  }
  .training__video-subtitle {
    letter-spacing: 2px;
    margin: 0 auto 30px;
  }
  .training__video-block {
    padding: 0 20px;
  }
  .training__video-video {
    height: auto;
    margin-bottom: 20px;
    width: auto;
  }
  .training__video-video .flex-video {
    padding: 0;
    margin: 0;
  }
  .training__video-video .flex-video iframe {
    position: relative;
  }
  .training__video-course-title {
    margin-bottom: 15px;
    line-height: 26px;
  }
  .training__video-coursetax {
    margin-bottom: 20px;
  }
  .training__video-course-image {
    margin-right: 10px;
  }
  .training__video-course-price {
    margin-bottom: 20px;
  }
  .training__features .row {
    padding: 0;
  }
  .training__features-one-feature {
    padding: 0 15px;
    margin-bottom: 50px;
  }
  .training__features-image {
    margin: 0 auto 10px;
  }
  .training__courses {
    padding: 50px 15px 50px;
  }
  .training__courses .row {
    padding: 0;
  }
  .training__courses-title {
    margin: 0 auto 20px;
  }
  .training .courses-slider .slick-slide {
    padding: 0 30px;
  }
  .training .courses-slider .slick-slide .course-content {
    padding: 15px;
  }
  .training .courses-slider .slick-slide .course-content .table-view {
    margin-bottom: 15px;
  }
  .training .courses-slider .slick-slide .course-content .left_part {
    margin-bottom: 20px;
  }
  .training .courses-slider .slick-slide .course-content .left_part span {
    font-size: 12px;
    line-height: 16px;
  }
  .training .courses-slider .slick-slide .course-content .left_part img {
    max-width: 50px;
    float: right;
  }
  .training .courses-slider .slick-slide .course-content .right_part span {
    font-size: 12px;
    padding: 3px 18px 3px 22px;
    line-height: 18px;
  }
  .training .courses-slider .slick-slide .course-content p {
    font-size: 14px;
    color: #949494;
    margin-bottom: 20px;
    line-height: 20px;
  }
  .training .courses-slider .slick-slide .course-content .custom-button {
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
  }

  .slick-prev {
    left: 0;
  }

  .slick-next {
    right: 0;
  }

  .guides {
    padding-top: 120px;
    padding-bottom: 30px;
  }
  .guides h1 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .guides h2 {
    margin-bottom: 20px;
  }
  .guides h6 {
    padding: 20px 0;
  }
  .guides a, .guides p, .guides li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .guides__navigation {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    max-width: 280px;
    right: -280px;
    width: 100%;
    padding: 15px 0;
  }
  .guides__navigation .guide_button {
    width: 40px;
    height: 44px;
    left: -40px;
  }
  .guides__navigation h4 {
    padding: 0 15px;
  }
  .guides__navigation-one {
    padding: 10px 15px;
  }
  .guides__navigation-one p {
    font-size: 14px;
    line-height: 22px;
  }
  .guides__navigation-one.first span {
    margin-bottom: 10px;
  }
  .guides__content-title {
    padding: 15px;
    margin: 20px 0;
  }
  .guides__content-title .guide-chapter {
    margin-bottom: 10px;
  }
  .guides__content-title h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .guides.products .guides__main-guide img {
    margin: 30px 0;
  }
  .guides.products .guides__main-guide h2 {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 30px;
  }
  .guides.products .guides__main-guide span {
    font-size: 14px;
    color: #c7c7c7;
    padding: 7px 15px 42px;
    display: block;
  }
  .guides.products .guides__main-guide .custom-button {
    margin-top: 30px;
    font-size: 14px;
    padding: 10px;
    letter-spacing: 0;
    text-align: center;
  }
  .guides.products .guides__content-title {
    padding: 30px;
    margin: 30px 0;
  }
  .guides.products .guides__content-title .guide-counter {
    font-size: 40px;
    line-height: 50px;
  }
  .guides.products .guides__content-title h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 18px 0 0;
  }
  .guides.products .product_link {
    margin-bottom: 30px;
  }
  .guides.products .product_link__left, .guides.products .product_link__right {
    font-size: 14px;
  }
  .guides.products .product_link__left {
    width: 100%;
    color: #09cac7;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
  }
  .guides.products .product_link__left span {
    letter-spacing: 2px;
  }
  .guides.products .product_link__right {
    width: 100%;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px;
  }
  .guides.products ul li h5 {
    font-size: 16px;
  }

  .blog-page {
    margin-top: 150px;
    margin-bottom: 30px;
  }
  .blog-page article {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .blog-page__top-post {
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0;
  }
  .blog-page__top-post-image {
    height: 200px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
  }
  .blog-page__top-post-content {
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
  }
  .blog-page__top-post-content h2 {
    font-size: 28px;
    line-height: 33px;
  }
  .blog-page__top-post-content p {
    margin-bottom: 15px;
  }
  .blog-page__content {
    padding: 30px 0;
  }
  .blog-page__content .sidebar {
    padding: 0 15px;
  }

  .post-grid-item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }

  .sidebar {
    padding: 0 15px;
  }

  aside.widget ul li {
    padding: 10px;
  }
  aside.widget.sub_widget {
    background-size: contain;
  }

  .single-page__top-block h1 {
    padding: 120px 15px 0;
    font-size: 30px;
    line-height: 36px;
  }
  .single-page__top-block h6 {
    padding: 15px;
  }
  .single-page__top-block span {
    padding: 15px 15px 30px;
  }
  .single-page__content {
    padding: 30px 0;
  }
  .single-page__content-text {
    padding-right: 15px;
    padding-left: 15px;
  }
  .single-page__content h5 {
    font-size: 16px;
  }
  .single-page__content h5 a {
    font-size: 16px;
  }
  .single-page__content a, .single-page__content p {
    font-size: 14px;
  }
  .single-page__author {
    margin-top: 30px;
  }
  .single-page__author img {
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0, 0);
  }
  .single-page__author h4 {
    font-size: 16px;
  }
  .single-page__related {
    padding: 30px 0;
  }
  .single-page__related-item {
    margin-bottom: 30px;
  }

  .default__top-block {
    padding: 80px 15px 30px;
  }
  .default__top-block h1 {
    line-height: 40px;
  }
  .default__content {
    padding: 30px 0;
  }
  .default__content-subtitle {
    margin-bottom: 30px !important;
  }
  .default__content p {
    line-height: 26px;
  }
  .default__content-link {
    padding: 15px;
  }
  .default__content:after {
    width: 170px;
  }
  .default__quote {
    padding: 30px 15px;
  }
  .default__quote-text {
    font-size: 22px;
    line-height: 32px;
  }
  .default__quote-text:before {
    left: -25px;
    font-size: 100px;
    line-height: 100px;
    width: 55px;
    top: -35px;
  }
  .default__quote-text:after {
    right: -10px;
    font-size: 100px;
    width: 55px;
    line-height: 100px;
    top: 95%;
  }
  .default__quote-author {
    text-transform: uppercase;
    color: #b2c0cb;
    margin: 45px 0 0;
    letter-spacing: 4px;
  }
  .default__values {
    padding: 30px 0;
  }
  .default__values-one h5 {
    margin-bottom: 30px;
  }
  .default__three {
    padding: 30px 0;
    position: relative;
  }
  .default__three:after {
    width: 170px;
  }
  .default__three h2 {
    margin: 0 0 30px;
  }
  .default__three-one {
    margin-bottom: 30px;
  }
  .default__posts {
    padding: 40px 0;
  }
  .default__posts h2 {
    margin: 0 0 50px;
  }
  .default__posts-one-image {
    margin-top: 30px;
    border: none;
  }

  blockquote {
    padding: 30px 15px;
    max-width: 100%;
    margin: 0;
  }
  blockquote p {
    font-size: 22px !important;
    line-height: 32px !important;
  }
  blockquote p:before {
    left: -25px;
    font-size: 100px;
    line-height: 100px;
    width: 55px;
    top: -35px;
  }
  blockquote p:after {
    right: -10px;
    font-size: 100px;
    width: 55px;
    line-height: 100px;
    top: 95%;
  }

  .footer {
    padding: 20px 0 0;
  }
  .footer.sticky-footer {
    position: relative;
  }
  .footer__logo img {
    max-height: 80px;
  }
  .footer__logo:after {
    display: none;
  }
  .footer ul {
    margin-bottom: 0;
  }
  .footer ul li, .footer ul li:nth-child(2) {
    margin: 0 15px 15px;
    display: block;
    width: 100%;
  }
  .footer ul li.menu-item-has-children .sub-menu, .footer ul li:nth-child(2).menu-item-has-children .sub-menu {
    display: none;
    margin-bottom: 0;
  }
  .footer ul li.menu-item-has-children .sub-menu.active, .footer ul li:nth-child(2).menu-item-has-children .sub-menu.active {
    display: block;
  }
  .footer ul li.menu-item-has-children .sub-menu li, .footer ul li:nth-child(2).menu-item-has-children .sub-menu li {
    margin: 0;
  }
  .footer ul li.menu-item-has-children > a:after, .footer ul li:nth-child(2).menu-item-has-children > a:after {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-left: 10px;
    background-image: url("../images/arrow_bottom.png");
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: 50%;
  }
  .footer ul li.menu-item-has-children > a.active:after, .footer ul li:nth-child(2).menu-item-has-children > a.active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .footer__social-link {
    padding-left: 0;
    padding-right: 18px;
    margin-bottom: 20px;
    display: inline-block;
  }
  .footer__right-content {
    padding-right: 15px;
  }
  .footer__right-content p, .footer__right-content a {
    font-size: 13px;
    line-height: 28px;
    text-align: left !important;
  }
  .footer__right-content a {
    color: #ffffff;
    text-decoration: none;
  }

  .error-page {
    padding: 100px 15px 40px;
  }

  .tabs dd > a, .tabs .tab-title > a {
    min-width: auto;
  }

  .small-padding, .no-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* max-width 640px and lower. Use this for mobiles only */
/*-=Medium screens=-*/
@media only screen and (min-width: 641px) {
  /* TOP BAR STYLING */
  .top-bar {
    display: table-cell;
    vertical-align: middle;
    background: transparent;
  }

  .white .top-bar-section li:not(.has-form) > a:not(.button),
  .white .top-bar-section li.has-dropdown > a:not(.button) {
    color: #ffffff;
  }
  .white .top-bar-section li:not(.has-form) > a:not(.button):hover,
  .white .top-bar-section li.has-dropdown > a:not(.button):hover {
    color: #ffffff;
    box-shadow: 0 3px 0 #ffffff;
  }
  .white .top-bar-section li.current-menu-item > a:not(.button),
  .white .top-bar-section li.current_page_ancestor > a:not(.button) {
    color: #ffffff;
    background: transparent;
    box-shadow: 0 3px 0 #ffffff;
  }
  .white .top-bar-section ul li:hover:not(.has-form) > a {
    background: transparent;
    color: #ffffff;
  }
  .white .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    color: #ffffff;
    background: transparent;
  }
  .white .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    color: #ffffff;
    background: transparent;
  }
  .white .top-bar-section .has-dropdown > .dropdown li .dropdrown_menu li:hover a {
    color: #ffffff;
  }
  .white .top-bar-section ul li:hover:not(.has-form) > a {
    color: #ffffff;
    box-shadow: 0 3px 0 #ffffff;
  }

  .top-bar-section {
    /* Dropdown Styling*/
  }
  .top-bar-section ul {
    background: transparent;
  }
  .top-bar-section ul li {
    background: transparent;
  }
  .top-bar-section li:not(.has-form),
  .top-bar-section li.has-dropdown {
    padding: 0 20px 0 16px;
    text-align: left;
  }
  .top-bar-section li:not(.has-form) > a:not(.button),
  .top-bar-section li.has-dropdown > a:not(.button) {
    /* Regular menu item style */
    color: #6da3c7;
    background: transparent;
    font-family: "Montserrat-Regular", sans-serif;
    padding: 6px 0 0;
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
  }
  .top-bar-section li:not(.has-form) > a:not(.button):hover,
  .top-bar-section li.has-dropdown > a:not(.button):hover {
    color: #6da3c7;
    background: transparent;
    box-shadow: 0 3px 0 #6da3c7;
  }
  .top-bar-section li:not(.has-form) > a:not(.button):after,
  .top-bar-section li.has-dropdown > a:not(.button):after {
    display: none;
  }
  .top-bar-section li.current-menu-item > a:not(.button),
  .top-bar-section li.current_page_ancestor > a:not(.button),
  .top-bar-section li.current-menu-ancestor > a:not(.button) {
    /* Style of Current page and Ancestor page */
    color: #6da3c7;
    background: transparent;
    box-shadow: 0 3px 0 #6da3c7;
  }
  .top-bar-section ul li:hover:not(.has-form) > a {
    /* Parent link style on dropdown hover */
    background: transparent;
    color: #6da3c7;
    box-shadow: 0 3px 0 #6da3c7;
  }
  .top-bar-section .dropdown {
    left: 0;
    padding: 10px;
    background: #025377;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    /* Regular link in dropdown */
    color: #ffffff;
    background: transparent;
    display: inline-block;
    width: auto;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button),
  .top-bar-section .dropdown li.current-menu-item > a:not(.button) {
    /* Dropdown link on hover */
    color: #ffffff;
    background: transparent;
    box-shadow: 0 3px 0 #ffffff;
  }
  .top-bar-section .has-dropdown > .dropdown li .dropdrown_menu li a {
    /* Dropdown in dropdown */
    background: blue;
  }
  .top-bar-section .has-dropdown > .dropdown li .dropdrown_menu li:hover a {
    color: #ffffff;
    text-decoration: underline;
    background: transparent;
  }

  /* Align Menu to the right
      .top-bar-section { float:right; } */
  /* Align Menu to the center
      .top-bar-section { float:none; text-align: center; }
      .top-bar-section ul{display: inline-block;} */
  .has-dropdown .dropdown-toggle {
    display: none;
  }

  .guides__navigation {
    max-width: 290px;
    right: 0;
  }
  .guides__content-container {
    width: calc(100% - 290px);
    float: left;
  }

  .header-all-guides,
  .all-products-subscribe {
    width: calc(100% - 290px);
  }
}
/* min-width 641px */
@media only screen and (min-width: 470px) and (max-width: 641px) {
  .tabs dd > a, .tabs .tab-title > a {
    width: 180px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .pagination {
    padding: 30px 0px;
  }

  .pagination ul li {
    padding: 0;
    margin: 0;
  }

  ul.pagination li a {
    padding: 0;
  }

  .pagination ul li a, .pagination ul li span {
    font-size: 16px;
  }

  .top-bar-section li:not(.has-form) {
    padding: 0 16px 10px !important;
  }

  .tabs dd > a, .tabs .tab-title > a {
    min-width: 250px;
  }

  /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 24px;
  }

  .header {
    padding: 15px 0;
  }
  .header .logo img {
    max-width: 80px;
  }

  .slider-container {
    position: relative;
  }
  .slider-container.top-block {
    padding: 20px 0;
  }
  .slider-container.featured {
    padding: 20px 0;
  }
  .slider-container.featured .slick-dots {
    bottom: -35px;
  }
  .slider-container h2 {
    margin-bottom: 15px;
    letter-spacing: 2px;
    font-size: 20px;
  }
  .slider-container__slider {
    margin-bottom: 30px;
  }

  .slick-dots {
    margin: 0;
    bottom: -35px;
    left: 0;
  }

  .home-content-block {
    padding: 20px 0;
  }
  .home-content-block__one {
    padding: 20px 0;
  }
  .home-content-block__one span {
    font-size: 30px;
  }
  .home-content-block__one h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .home-content-block__one h4 {
    font-size: 20px;
  }
  .home-content-block__one p {
    margin-bottom: 15px;
  }
  .home-content-block__one a.custom-button {
    font-size: 14px;
    padding: 12px 16px;
    letter-spacing: 0;
    display: inline-block;
  }
  .home-content-block__image img {
    margin: 0;
    width: 60%;
  }

  .start-top {
    height: 400px;
  }
  .start-top__content {
    width: 100%;
  }
  .start-top__content h1 {
    font-size: 40px;
  }
  .start-top__content h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .start-top__content h4 {
    font-size: 18px;
  }

  .tabs {
    bottom: 20px;
  }
  .tabs .tab-title > a {
    font-size: 14px;
    padding: 8px 12px;
    letter-spacing: 1px;
  }
  .tabs .tab-title.active > a::after {
    border-bottom: 10px solid #eff1f3;
    bottom: -20px;
  }

  .training__top {
    min-height: 500px;
  }
  .training__top-text {
    padding: 160px 30px 80px;
    margin: 0 auto;
  }
  .training__video {
    padding: 40px 0;
  }
  .training__video-block {
    margin-bottom: 20px;
  }
  .training__video-subtitle {
    margin: 0 auto 40px;
  }
  .training__video-course-title {
    margin-bottom: 15px;
  }
  .training__video-coursetax {
    margin-bottom: 15px;
  }
  .training__video p {
    margin-bottom: 15px;
  }
  .training__video-course-price {
    margin-bottom: 15px;
  }
  .training__features {
    padding: 40px 0;
  }
  .training__features .row {
    padding: 0 15px;
  }
  .training__features-one-feature {
    padding: 0 15px;
  }
  .training__courses {
    padding: 40px 0 80px;
  }
  .training__courses .row {
    padding: 0 30px;
  }
  .training__courses-title {
    margin: 0 auto 60px;
    color: #ffffff;
    letter-spacing: 6px;
  }

  .slick-prev {
    left: -15px;
  }

  .slick-next {
    right: -15px;
  }

  .sidebar {
    padding: 0 15px;
  }

  .blog-page {
    margin-top: 170px;
    margin-bottom: 20px;
  }
  .blog-page__top-post {
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog-page__top-post-content h2 {
    font-size: 28px;
    line-height: 33px;
  }
  .blog-page__top-post-content p {
    margin-bottom: 15px;
  }
  .blog-page__content .sidebar {
    padding: 0 15px;
  }

  .post-grid-item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }

  .default__top-block {
    padding: 160px 15px 60px;
  }
  .default__quote-text {
    font-size: 24px;
    line-height: 32px;
  }
  .default__quote-text:before {
    left: -55px;
    font-size: 100px;
    line-height: 100px;
    width: 45px;
    top: -12px;
  }
  .default__quote-text:after {
    top: 70%;
    right: -35px;
    font-size: 100px;
    width: 55px;
    line-height: 100px;
  }
  .default__quote-author {
    text-transform: uppercase;
    color: #b2c0cb;
    margin: 45px 0 0;
    letter-spacing: 4px;
  }
  .default__three-one h4 {
    font-size: 20px;
  }
  .default__three-one p {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
  }
  .default__posts {
    padding: 40px 0;
  }
  .default__posts h2 {
    margin: 0 0 50px;
  }
  .default__posts-one-image {
    margin-top: 30px;
    border: none;
  }

  .guides h1 {
    line-height: 46px;
    margin-bottom: 30px;
  }
  .guides.products .product_link {
    margin-bottom: 30px;
  }
  .guides.products .product_link__left, .guides.products .product_link__right {
    font-size: 14px;
  }
  .guides.products .product_link__left {
    width: 100%;
    color: #09cac7;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
  }
  .guides.products .product_link__left span {
    letter-spacing: 2px;
  }
  .guides.products .product_link__right {
    width: 100%;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px;
  }

  .guides.products .guides__main-guide h2 {
    line-height: 48px;
  }

  .small-padding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .single-page__top-block h1 {
    padding: 140px 15px 0;
  }
  .single-page__top-block h6 {
    padding: 15px;
  }
  .single-page__top-block span {
    padding: 15px 15px 30px;
  }
  .single-page__content {
    padding: 30px 0;
  }
  .single-page__content h5 {
    font-size: 16px;
  }
  .single-page__content h5 a {
    font-size: 16px;
  }
  .single-page__content a, .single-page__content p {
    font-size: 14px;
  }
  .single-page__author {
    margin-top: 30px;
  }
  .single-page__author img {
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0, 0);
    max-width: 70px;
  }
  .single-page__author h4 {
    font-size: 16px;
  }
  .single-page__related {
    padding: 30px 0;
  }
  .single-page__related-item {
    margin-bottom: 30px;
  }

  .single-page__content-text {
    padding: 0 45px;
  }

  aside.widget.widget_search h5 {
    padding: 0 0 16px;
  }

  .no-padding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer {
    padding: 30px 0 0;
  }
  .footer ul li, .footer ul li:nth-child(2) {
    margin: 0 15px 15px;
  }
  .footer ul.sub-menu {
    margin-left: 0;
  }
  .footer ul.sub-menu li {
    margin: 0;
  }
  .footer ul.sub-menu li a {
    color: #afc2ca;
    text-transform: capitalize;
  }
  .footer__social-link {
    margin-bottom: 10px;
  }
  .footer__right-content {
    padding-right: 30px;
  }
  .footer__right-content a {
    padding-left: 0;
    padding-right: 18px;
  }

  .top-bar-section li:not(.has-form) > a:not(.button), .top-bar-section li.has-dropdown > a:not(.button) {
    font-size: 12px;
  }

  .top-bar-section li:not(.has-form) {
    padding: 0 8px 10px !important;
  }

  .guides {
    padding-left: 0;
    padding-right: 0;
  }
  .guides h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .guides h2 {
    font-size: 30px;
    margin: 0 0 30px;
    line-height: 38px;
  }

  .header-all-guides {
    max-width: 70%;
    float: left;
  }
  .header-all-guides .top-bar,
  .header-all-guides .logo {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
    height: auto;
  }
  .header-all-guides .logo {
    margin-bottom: 0;
  }
  .header-all-guides span {
    display: none;
  }
  .header-all-guides .top-bar-section {
    float: none;
    text-align: center;
  }
  .header-all-guides .top-bar-section ul {
    display: inline-block;
  }

  .all-products {
    padding-top: 215px;
  }

  .header-all-guides {
    max-width: 70%;
    float: left;
  }
  .header-all-guides .top-bar,
  .header-all-guides .logo {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
  }
  .header-all-guides .logo {
    margin-bottom: 0;
  }
  .header-all-guides .top-bar-section {
    float: none;
    text-align: center;
  }
  .header-all-guides .top-bar-section ul {
    display: inline-block;
  }

  .full-width {
    width: 100%;
  }

  .all-products-footer .footer__logo {
    text-align: center;
    margin-bottom: 20px;
  }
  .all-products-footer .footer__logo:after {
    display: none;
  }
  .all-products-footer .footer__right-content {
    text-align: left !important;
  }
  .all-products-footer .footer__right-content p {
    text-align: left !important;
  }

  .all-products-subscribe .subscribe-block form .gform_footer input {
    font-size: 14px;
  }

  blockquote {
    padding: 30px 15px;
    max-width: 100%;
    margin: 0;
  }
  blockquote p {
    font-size: 22px !important;
    line-height: 32px !important;
  }
  blockquote p:before {
    left: -25px;
    font-size: 100px;
    line-height: 100px;
    width: 55px;
    top: -35px;
  }
  blockquote p:after {
    right: -10px;
    font-size: 100px;
    width: 55px;
    line-height: 100px;
    top: 95%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1300px) {
  .blog-page__top-post {
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog-page__content .sidebar {
    padding: 0 15px;
  }

  .guides.products .product_link__left span {
    letter-spacing: 0;
  }
  .guides.products .product_link__right {
    padding: 18px 12px 19px;
  }

  .header-all-guides .top-bar,
  .header-all-guides .logo {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
  }
  .header-all-guides .logo {
    margin-bottom: 65px;
  }
  .header-all-guides span {
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    left: 50%;
    top: 110px;
    padding-right: 0;
  }
  .header-all-guides .top-bar-section {
    float: none;
    text-align: center;
  }
  .header-all-guides .top-bar-section ul {
    display: inline-block;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .full-width.large-3 {
    width: 100%;
  }

  .guides.products .row {
    max-width: 930px;
  }
  .guides.products .product_link__left, .guides.products .product_link__right {
    font-size: 16px;
  }
  .guides.products .product_link__left {
    width: 70%;
    padding: 18px 12px;
  }
  .guides.products .product_link__right {
    width: 30%;
    height: auto;
  }
  .guides.products .product_link__right span img {
    margin-left: 15px;
  }
  .guides.products .product_characteristics__slider {
    padding-right: 15px;
  }
  .guides.products .product_characteristics__one {
    padding-left: 15px;
    border-bottom: none;
  }
  .guides.products .product_characteristics__one-left, .guides.products .product_characteristics__one-right {
    border-bottom: 1px solid #d8dfe5;
  }

  .all-products-footer .footer__right-content {
    text-align: left !important;
  }
  .all-products-footer .footer__right-content p {
    text-align: left !important;
    line-height: 22px;
  }
  .all-products-footer ul#menu-footer-menu {
    display: inline-block;
    text-align: left;
  }
  .all-products-footer .footer__social-link {
    padding-left: 0;
    padding-right: 18px;
    margin-bottom: 20px;
  }
}
/*-=Large screens=-*/
@media only screen and (min-width: 1025px) {
  .all-products .guides__navigation {
    padding-top: 18px;
  }

  /* min-width 1025px, large screens */
  .header-all-guides .logo {
    margin-bottom: 0;
  }
  .header-all-guides span {
    display: none;
  }

  .all-products {
    padding-top: 240px;
  }

  .training__top-text {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: 50%;
    margin-left: -265px;
  }

  .single-page__content-text {
    padding: 0 45px;
  }
}
@media only screen and (min-width: 1400px) {
  .all-products-footer {
    width: calc(100% - 290px);
  }
}
@media only screen and (max-width: 480px) {
  .pagination {
    padding: 0;
  }

  .pagination ul li {
    padding: 0;
    margin: 0;
  }

  ul.pagination li a {
    padding: 0;
  }

  .pagination ul li a, .pagination ul li span {
    font-size: 16px;
  }
}
