@media only screen and (max-width: 1024px) {
  .cbp-spmenu-vertical {
    width: 350px;
  }
  .cbp-spmenu-right {
    right: -350px;
  }
}

@media only screen and (max-width: 900px) {
  h1 {
    font-size: 32px;
  }
  .wrapper {
    width: 100%;
  }
  .content-area .wrapper {
    padding: 0 15px;
  }
  .header {
    padding: 30px 0;
  }
  .logo {
    margin-left: 15px;
  }
  .menu-toggle {
    margin-right: 15px;
  }
  .intro-text h1 {
    line-height: 43px;
  }
  .intro-text strong {
    font-size: 22px;
    margin-bottom: 60px;
  }
  .tell-me-more {
    font-size: 18px;
  }
  .author-text {
    width: 70%;
  }
  .author-img {
    width: 25%;
  }
  .news aside {
    width: 20%;
  }
  .news .news-detail {
    width: 77%;
  }
  .portfolio aside {
    width: 24.5%;
  }
  .portfolio .slider-sec {
    width: 72%;
  }
  .slick-dots {
    width: 24.5%;
  }
  /*  .contact-info-desktop {
    position: absolute;
    display: block;
    bottom: 70px;
    right: 70px;
  }*/
}

@media only screen and (min-width: 768px) {
  /*  .contact-info-desktop {
    position: absolute;
    display: block;
    bottom: 40px;
    right: 70px;
  }*/
  .contact-info-mobile {
    display: none;
  }
  #cssmenu {
    display: block !important;
  }
  .desktop-view {
    display: block;
  }
  .mobile-view {
    display: none;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {
  #menu-main-menu {
    max-height: 400px;
    overflow-y: scroll;
  }
  .cbp-spmenu {
    padding: 30px 50px;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 26px;
  }
  .content-area h1 {
    font-size: 24px;
  }
  h2, .news h2 {
    font-size: 21px;
  }
  .gradient {
    background: #f70940;
  }
  .header, .innerpage-header {
    text-align: center;
    padding: 25px 0 0;
    background: #f70940;
    position: relative;
  }
  .logo {
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .menu-toggle {
    float: none;
    display: block;
    background: #fff;
    margin-right: 0;
    padding: 3px 0;
  }
  .menu-toggle span {
    display: inline-block;
  }
  .menu-toggle span.livicon path {
    fill: #f70940;
  }
  .innerpage-header .logo {
    margin-bottom: 0;
  }
  .innerpage-header .menu-toggle {
    float: none;
    display: block;
  }
  #cssmenu {
    width: 100%;
    display: none;
  }
  #cssmenu ul ul {
    padding-left: 0;
  }
  #cssmenu ul ul li {
    border: none;
  }
  #cssmenu ul ul li a {
    color: #fff;
    font-size: 13px;
  }
  #cssmenu ul ul li:last-child {
    margin-bottom: 0;
  }
  #cssmenu ul ul ul li a {
    padding-left: 15px;
  }
  .cbp-spmenu {
    position: relative;
    background: #f70940;
    float: left;
    width: 100%;
    padding: 30px;
  }
  .cbp-spmenu .menu a {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
  }
  .cbp-spmenu .menu a:hover, #cssmenu ul ul li a:hover {
    color: #333
  }
  .cbp-spmenu-vertical, .innerpage-header .cbp-spmenu-vertical {
    width: 100%;
    /* max-height: 350px;
    overflow-y: scroll;*/
    box-shadow: none;
  }
  .cbp-spmenu-right {
    right: auto;
  }
  .cbp-spmenu-right.cbp-spmenu-open {
    right: auto !important;
  }
  .menu li {
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-align: left;
  }
  .close-btn {
    display: none;
  }
  #cssmenu .has-sub.open > a {
    color: #333;
  }
  #cssmenu .social-icon {
    float: none;
    display: inline-block;
    margin-top: 20px;
  }
  #cssmenu .social-icon a {
    color: #fff;
  }
  #cssmenu .social-icon a:hover {
    color: #333;
  }
  .contact-info {}
  .contact-info-desktop {
    position: relative;
    display: none;
  }
  .contact-info-mobile {
    display: block;
    padding-bottom: 20px;
  }
  .contact-info-mobile .btn {
    font-family: 'azo-sans-web', sans-serif;
    font-weight: 700;
    float: left;
    margin-right: 2%;
    border: 1px solid #fff;
    padding: 5px 14px;
    font-size: 14px !important;
    color: #f70940;
    text-transform: uppercase;
    background: #fff;
    border-radius: 7px;
    font-weight: 700;
    width: 48%;
    margin-bottom: 15px;
    text-align: left;
  }
  .contact-info-mobile .btn span {
    padding-top: 5px;
    display: inline-block;
  }
  .contact-info-mobile .btn i {
    float: right;
  }
  .contact-info-mobile .btn i img {
    margin-top: 5px;
  }
  .contact-info-mobile .btn:hover i path {
    fill: #fff;
  }
  .contact-info-mobile .btn.phone {
    padding-bottom: 8px;
  }
  .contact-info-mobile .btn.email {
    float: right;
    margin-right: 0;
    font-weight: 700 !important;
  }
  .contact-info-mobile .btn.map {
    width: 100%;
  }
  .contact-info-mobile .btn:hover {
    background: #f70940;
    color: #fff;
  }
  .grid figcaption a {
    font-size: 19px;
  }
  .intro-section {
    position: relative;
    padding-top: 50px;
  }
  .news aside {
    font-size: 12px;
  }
  .portfolio aside {
    width: 30.5%;
  }
  .portfolio .slider-sec {
    width: 65%;
  }
  .slick-dots {
    width: 30.5%;
  }
  .form-section h4, .checkbox-395 .wpcf7-list-item, .wpcf7-radio .wpcf7-list-item, .form-section p {
    width: 100%;
    text-align: left;
  }
  .form-section h4 br {
    display: none;
  }
  .form-section {
    float: left;
    width: 100%;
  }
  .header {
    padding: 15px 0 0;
  }
  .logo {
    margin-bottom: 10px;
  }
  #playpen {
    background: #F70940;
    padding-bottom: 50px;
    height: auto;
    float: left;
    width: 100%;
  }
  /*  .cbp-spmenu-vertical {
    max-height: 100%;
    overflow: auto;
  }*/
  .desktop-view {
    display: none;
  }
  .mobile-view {
    display: block;
  }
  .header.fixed-header {
    background: #f70940 none repeat scroll 0 0;
    padding-bottom: 0
  }
  .header.fixed-header .main-logo {
    display: block;
  }
  .header.fixed-header .fixed-logo {
    display: none;
  }
  footer {
    text-align: center;
    z-index: 999999;
  }
  .client-list ul {
    text-align: left;
    margin-bottom: 5%;
  }
  .content-area {
    padding-top: 35px !important;
  }
  /*  .content-area h2 {
    padding-top: 25px;
  }*/
  .content-area .wrapper {
    padding: 0 35px;
  }
  .intro-text strong br {
    display: block;
  }
  .intro-section, .intro-text {
    display: block;
  }
  .intro-text h1 {
    line-height: 34px;
  }
  .intro-text strong {
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 640px) {
  .slider-sec h2 {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  /*  .cbp-spmenu-vertical {
    max-height: 220px;
  }*/
  .portfolio article {
    padding: 15px 0;
  }
}

@media only screen and (max-width: 639px) {
  .content-area {
    text-align: center;
  }
  .author-text {
    width: 100%;
  }
  .portfolio .slider-sec, .portfolio aside, .client-list ul li, .author-img {
    width: 100%;
  }
  .news aside, .news .news-detail {
    width: 100%;
    padding-bottom: 15px;
  }
  .slick-dots {
    top: 10px !important;
    position: relative;
    right: 0;
    margin-bottom: 20px;
  }
  .portfolio-content h2 {
    display: none;
  }
  .portfolio-info {
    margin-top: 0;
  }
  .portfolio-info a {
    clear: both;
  }
  .portfolio-content p {
    text-align: left;
  }
  .popup-content p, .popup-content {
    font-size: 12px;
  }
  .popup-content {
    width: 85%;
    top: 10%;
  }
  .slick-dots {
    width: 100%;
  }
  .slick-dots li {
    float: none;
  }
}

@media only screen and (max-width: 480px) {
  .grid {
    padding-left: 20px;
    margin: 0 0 10px;
    padding-bottom: 20px;
  }
  h1 {
    font-size: 20px;
  }
  .intro-text h1 {
    line-height: 27px;
    padding-bottom: 10px;
  }
  .intro-text strong {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 35px;
  }
  .tell-me-more {
    font-size: 15px;
    padding: 10px 20px;
  }
  .featured-box li {
    width: 100%;
    margin-right: 0 !important;
  }
  .featured-box img {
    width: 100%;
  }
  .grid figcaption a {
    font-size: 15px;
  }
  .form-section .select-wrapper {
    width: 100%;
  }
  .client-list ul {
    width: 100%;
  }
}

@media only screen and (max-height: 800px) {
  /*#menu-main-menu {
  max-height: 320px;
  overflow-y: scroll;
}
*/
  .cbp-spmenu {
    padding: 40px 50px;
  }
  .close-btn {
    margin-bottom: 25px;
  }
  #cssmenu address {
    margin: 15px 0;
  }
  #cssmenu address p {
    padding-bottom: 10px;
  }
}