
@media screen and (max-width: 1060px) {
  body.boxed-layout {
    width: 90%;
  }
  .boxed-layout #page {
    width: 100%;
  }
  .ed-container {
    width: 99%;
  }

  /*---------------------------------------------------
  HEADER SECTION
  ----------------------------------------------------*/
  .boxed-layout header#masthead.fixed {
    width: 90%;
    right: 0;
    margin: 0 auto;
  }
  .site-branding {
    width: 23%;
  }
  .menu-wrap {
    width: 75%;
  }
  #site-navigation ul.nav-menu li a {
    padding: 20px 13px;
  }
  .header-social, #masthead, .classic .site-branding.logo-center, .about, .our-services .service-block-wrapper, .awesome-feature .aw-block-wrapper, .portfolio #portfolio-grid, .our-team-member, 
  .call-to-action-video .cta-video, .blog .blog-wrap, .call-to-action-form, .promo-wdgt, .our-testimonial, .top-footer, .site-info, .no-sidebar #primary {
    padding-right: 10px;
    padding-left: 10px;
  }
  #masthead.classic {
    padding-right: 0;
    padding-left: 0;
  }
  #masthead.classic .site-branding, #masthead.classic .responsive-header {
    padding-right: 10px;
    padding-left: 10px; 
  }
  .search-icon i {
    color: #777;
    cursor: pointer;
  }
  .search-icon .wl-search {
    padding-right: 10px;
    padding-left: 10px;
  }
  .header-social .search-icon .search-field {
    float: left;
    margin-right: 5px;
  }
  .header-social .search-icon .search-submit {
    width: auto;
    padding: 0 13px;
    float: left;
    height: 44px;
  }
  .header-social .search-icon .search-field {
    width: 75%;
  }  
  .stat-counter .statcounters {
    margin-left: 35px;
  }
  .static .client-slider {
    margin-left: 10px;
    width: 15%;
    vertical-align: middle;
  }
  .clients-logo .clients-logo-wrapper.static {
    padding-top: 0;
  }
  .clients-logo .static a {
    width: auto;
    margin-left: 0;
  }

  /*-------------------------------------------------------
  RESPONSIVE NAVIGATION 
  --------------------------------------------------------*/
  
  .boxed-layout #site-navigation.main-navigation, .boxed-layout .menu-wrap {
    display: none;
  }
  .boxed-layout #nav, .boxed-layout .responsive-header {
    display: inline-block;
  }
  .boxed-layout .responsive-header{
    float: right;
  }
  .boxed-layout .responsive-header.menu-right{
    float: left;
  }
  .boxed-layout #nav-open-btn.nav-btn:before {
    content: "\f0c9";
    font-family: fontawesome;
    color: #fff;
    font-size: 30px;
    position: relative;
    background: #cc444d;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 5px;
    display: inline-block;
    right: 0;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
  }
  .boxed-layout #nav-open-btn.nav-btn:hover:before {
    background: #fff;
    color: #cc444d;
  }
  .boxed-layout #nav-open-btn.nav-btn {
    display: inline-block;
    margin: 10px 0 0;
    width: auto;
    color: transparent;
    font: 0/0 a;
    height: 45px;
    position: relative;
    line-height: 45px;
    text-align: center;
    border-radius: 5px;
  }
  .boxed-layout .menu-center #nav-open-btn.nav-btn {
    display: inline;
  }

  .boxed-layout #nav .close-btn {
    background: none repeat scroll 0 0 #f15740;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 14px;
    height: 24px;
    line-height: 22px;
    opacity: 1;
    text-align: center;
    text-indent: 0;
    width: 25px;
    position: absolute;
    top: -35px;
    right: 10px;
    cursor: pointer;
  }

  .boxed-layout #nav .close-btn:hover {
    background: #fff;
    color: #f15740;
  }

  .boxed-layout #nav {
    padding-top: 50px;
    position: fixed;
    top: 0;
    background: #6b2126;
    z-index: 99999;
    overflow-Y: scroll;
    width: 75%;
    height: 100%;
    right: 100%;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
  }
  .boxed-layout #nav.show {
    right: inherit;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
  }

  .boxed-layout #nav ul {
    margin-left: 0;
  }

  .boxed-layout #nav ul.sub-menu {
    margin-left: 20px;
    border-left: 1px solid #8a3137;
    list-style: none;
  }

  .boxed-layout #nav li a {
    position: relative;
    font-weight: 300;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    padding: 5px 15px;
    color: #fff;
    border-bottom: 1px solid #8a3137;
  }

  .boxed-layout #nav ul.sub-menu > li a:after {
    background: none;
  }

  .boxed-layout #nav li a:focus, .boxed-layout #nav li a:hover, .boxed-layout #nav li a:active, 
  .boxed-layout #nav li.current-menu-item > a, 
  .boxed-layout #nav li.current-menu-ancestor > a {
    background: #8a3137;
  }

  /*------------------------------------------------------------
  SEQUENCE SLIDER
  -------------------------------------------------------------*/
  .seq .seq-model {
    height: 75%;
    margin-left: 50px;
    width: 40%;
  }
  /*-------------------------------------------------------
  SERVICE SECTION
  --------------------------------------------------------*/
  .service-block-wrapper .service-block {
    margin-right: 30px;
    width: 30%;
  }
  .our-services .service-title b {
    font-size: 18px;
  }
  .service-block:hover .service-title b {
    color: #cc444d;
  }
  /*-------------------------------------------------------
  PORTFOLIO SECTION
  --------------------------------------------------------*/
  .portfolio.section-gap #portfolio-grid .portfolios, .portfolio-home-grid-sizer {
    position: static !important;
    height: auto;
  }

  /*---------------------------------------------------------
  CHOOSE PLAN SECTION
  ----------------------------------------------------------*/
  .choose-plans .plan-price {
    font-size: 40px;
    line-height: 50px;
  }
  .choose-plans table tr th a {
    line-height: 95px;
  }

  /*------------------------------------------------
  BLOG SECTION
  -------------------------------------------------*/
  .blog-image {
    width: 30%;
  }
  .blog-title-comment, .blog-content {
    width: 65%;
  }

  /*------------------------------------------------
  CALL TO ACTION SECTION
  -------------------------------------------------*/
  .promo-wdgt .widget-title {
    width: 70%;
    font-size: 40px;
    margin-right: 30px;
  }
  .our-testimonial .testimonial-block .testimonial-image {
    margin-right: 20px;
  }

  /*-----------------------------------------------------
  FOOTER SECTION
  ------------------------------------------------------*/
  .top-footer .footer-block-1, .top-footer .footer-block-2, .top-footer .footer-block-3, .top-footer .footer-block-4 {
    width: 23%;
  }
  .top-footer .footer-block-1, .top-footer .footer-block-2, .top-footer .footer-block-3 {
    margin-right: 20px;
  }
  /*----------------------------------------------------
  INNER PAGE LAYOUT
  -----------------------------------------------------*/
  /*-----------------------------------------------------
  SIDEBARS LAYOUT
  -----------------------------------------------------*/
  .left-sidebar #secondary-left, .right-sidebar #primary, .left-sidbar-right {
    padding-left: 10px;
  }
  .left-sidebar #primary, .right-sidebar #secondary-right, .both-sidebar #secondary-right {
    padding-right: 10px;
  }
  .shortcode-cta-form .cta-form {
    width: 45%;
  }
  .shortcode-cta-form .bttn {
    display: block;
    width: 170px;
  }
  /*------------------------------------------------
  INNER TEAM PAGE
  -------------------------------------------------*/
  .team-block-wrapper.type-grid.column-5 .team-block:nth-of-type(5n) {
    margin-right: 0;
  }
  .team-block-wrapper.type-grid.column-5 .team-block {
    min-height: 220px;
    width: 17%;
  }
  .team-block-wrapper.type-grid.column-4 .team-block:nth-of-type(4n) {
    margin-right: 0;
  }
  .team-block-wrapper.type-grid.column-3 .team-block:nth-of-type(3n) {
    margin-right: 0;
  }
  /*------------------------------------------------------
  INNER BLOG PAGE
  -------------------------------------------------------*/
  .archive-list.blog_layout5 article, .archive-list.blog_layout6 article {
    width: 82%;
  }
  .archive-list.blog_layout6 article:nth-of-type(even) {
    width: 85%;
  }
  .archive-list.blog_layout5 .archive-thumbnail, .archive-list.blog_layout6 .archive-thumbnail {
    left: -100px;
  }
  .archive-list.blog_layout6 article:nth-child(even) .archive-thumbnail {
    right: -100px;
  }
  .archive-list.blog_layout5 .text-content, .archive-list.blog_layout6 .text-content {
    margin-left: 110px;
  }
  .archive-list.blog_layout6 article:nth-child(even) .text-content {
    margin-right: 130px;
  }

}

@media screen and (max-width: 980px) {
  .site-branding {
    width: auto;
  }
  .seq .seq-model {
    width: 35%;
    height: 60%;
  }
  .seq .seq-title {
    margin-right: 0%;
  }
  /*-------------------------------------------------------
  RESPONSIVE NAVIGATION 
  --------------------------------------------------------*/
  /*.csstransforms3d.csstransitions.js-ready.js-nav .boxed-layout #nav {
    transform: translate3d(-93.5%, 0px, 0px);
  }*/
  #site-navigation.main-navigation, .menu-wrap {
    display: none;
  }
  #nav, .responsive-header {
    display: inline-block;
  }
  .responsive-header{
    float: right;
  }
  .responsive-header.menu-right{
    float: left;
  }
  #nav-open-btn.nav-btn:before {
    content: "\f0c9";
    font-family: fontawesome;
    color: #fff;
    font-size: 30px;
    position: relative;
    background: #cc444d;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 5px;
    display: inline-block;
    right: 0;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
  }
  #nav-open-btn.nav-btn:hover:before {
    background: #fff;
    color: #cc444d;
  }
  #nav-open-btn.nav-btn {
    display: inline-block;
    margin: 10px 0 0;
    width: auto;
    color: transparent;
    font: 0/0 a;
    height: 45px;
    position: relative;
    line-height: 45px;
    text-align: center;
    border-radius: 5px;
  }
  .menu-center #nav-open-btn.nav-btn {
    display: inline;
  }

  #nav .close-btn {
    background: none repeat scroll 0 0 #f15740;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 14px;
    height: 24px;
    line-height: 22px;
    opacity: 1;
    text-align: center;
    text-indent: 0;
    width: 25px;
    position: absolute;
    top: -35px;
    right: 10px;
    cursor: pointer;
  }

  #nav .close-btn:hover {
    background: #fff;
    color: #f15740;
  }

  #nav {
    padding-top: 50px;
    position: fixed;
    top: 0;
    background: #6b2126;
    z-index: 99999;
    overflow-Y: scroll;
    width: 75%;
    height: 100%;
    right: 100%;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
  }
  #nav.show {
    right: inherit;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
  }

  #nav ul {
    margin-left: 0;
  }

  #nav ul.sub-menu {
    margin-left: 20px;
    border-left: 1px solid #8a3137;
    list-style: none;
  }

  #nav li a {
    position: relative;
    font-weight: 300;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    padding: 5px 15px;
    color: #fff;
    border-bottom: 1px solid #8a3137;
  }

  #nav ul.sub-menu > li a:after {
    background: none;
  }

  #nav li a:focus, #nav li a:hover, #nav li a:active, 
  #nav li.current-menu-item > a, 
  #nav li.current-menu-ancestor > a {
    background: #8a3137;
  }

  /*---------------------------------------------------
  CSS FOR GLOBAL CLASS
  ----------------------------------------------------*/
  .home-title, .clients-logo .clients-logo-title b, .stat-counter-title {
    font-size: 35px;
  }
  .home-title b {
    padding: 0 10px;
  }
  .our-services .btn-wrapper a, .awesome-feature .btn-wrapper a, .blogs .btn-wrapper .btn, .blogs .btn-wrapper a {
    margin-top: 0;
  }

  /*----------------------------------------------
  CHOOSE PLANS
  -----------------------------------------------*/
  .choose-plans .plan-price {
    font-size: 30px;
    line-height: 40px;
  }

}

@media screen and (max-width: 800px) {
  /*---------------------------------------------------
  SEQUENCE SLIDER
  ----------------------------------------------------*/
  .seq .seq-model {
    height: 75%;
    margin-left: 0;
    width: 40%;
  }
  .seq .seq-title {
    width: 50%;
  }
  .static .client-slider {
    margin-left: 30px;
    width: 27%;
  } 
  .seq .seq-title .subtitle {
    font-size: 14px;
  }

  /*---------------------------------------------------
  CSS FOR GLOBAL CLASS
  ----------------------------------------------------*/
  .home-title, .clients-logo .clients-logo-title b, .stat-counter-title {
    font-size: 30px;
  }
  .home-title b {
    padding: 0 5px;
  }
  .home-description {
    font-size: 16px;
    line-height: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  /*---------------------------------------------------
  ABOUT SECTION
  ----------------------------------------------------*/
  .about .about-img {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .about .about-excerpt.home-description {
    float: none;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 25px;
  }
  .about .about-excerpt strong {
    font-size: 18px;
    line-height: 25px;
  }

  /*-------------------------------------------------
  SERVICES SECTION
  --------------------------------------------------*/
  .service-block-wrapper .service-block {
    width: 45%;
    margin-right: 30px;
  }
  .service-block-wrapper .service-block:nth-child(even) {
    margin-right: 0;
  }
  .our-services .service-icons {
    line-height: inherit;
  }
  .our-services .service-title b {
    font-size: 16px;
    font-weight: bold;
    padding: 0 5px;
  }
  
  .our-services .service-content {
    line-height: 22px;
  }

  /*-----------------------------------------------------
  AWESOME FEATURE SECTION
  ------------------------------------------------------*/
  .awesome-feature .awesome-icons, .awesome-feature .aw-content {
    float: none;
    width: 100%;
    text-align: center;
  }
  .awesome-feature .aw-title, .awesome-feature .aw-excerpt {
    text-align: center;
  }

  /*-------------------------------------------------------
  PORTFOLIO SECTION
  --------------------------------------------------------*/
  .portfolio #portfolio-grid {
    height: auto !important;
  }
  .portfolio-home-grid-sizer, .portfolios {
    width: 50%;
    height: auto;
    position: static !important;
  }
  
  /*-----------------------------------------------------
  STAT COUNTER SECTION
  ------------------------------------------------------*/
  .stat-counter .statcounters {
    margin: 65px auto 0;
    width: 48%;
  }

  /*-----------------------------------------------------
  CALL TO ACTION SECTIONS
  ------------------------------------------------------*/
  .call-to-action-video .cta-wrap-left {
    margin-right: 20px;
    width: 45%;
  }
  .call-to-action-video .cta-wrap-right {
    width: 50%;
  }
  .cta-title_simple, .cta-title {
    font-size: 22px;
  }
  
  .promo-wdgt .widget-title {
    width: 67%;
    margin-right: 30px;
  }
  .promo-wdgt div.ed-align-center {
    width: 26%;
  }

  /*----------------------------------------------------
  CHOOSE PLAN SECTION
  -----------------------------------------------------*/
  .choose-plans {
    background: #fff;
    padding: 50px 0;
  }
  .choose-plans .title:after {
    border-bottom: 1px solid #e5e5e5;
    content: "";
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
  }
  .choose-plans .title {
    font-size: 30px;
    position: relative;
    text-align: center;
    display: block;
  }
  .choose-plans .title b {
    padding: 0 5px;
    position: relative;
    z-index: 1;
    background: #fff none repeat scroll 0 0;
  }
  .plans-desc.home-description {
    margin-bottom: 30px;
    display: block;
  }
  .choose-plans table thead {
   display: none;
  }

  .choose-plans table tr:nth-child(2n){
   background: #ccc;
  }
  .choose-plans table tr:nth-child(odd) {
    background: #f1f1f1;
  }
  .choose-plans table tr td, .choose-plans table tr th:first-child, .choose-plans table tr td:first-child {
    width: 80%;
    margin: 0 auto;
    padding-right: 0px;
    display: block;
    padding-left: 30%;
    position: relative;
    font-size: 14px;
    color: #444;
  }
  .choose-plans table tr.btn-group td {
    width: 30%;
    padding-left: 10px;
    padding-right: 0;
    display: inline-block;
    margin-top: 10px;
  }
  .choose-plans table tr td.column-2, .choose-plans table tr td.column-3, .choose-plans table tr td.column-4 {
    text-align: left; 
  }
  .choose-plans table tr td.column-2, .choose-plans table tr td.column-3{
    right: 0;
  }
  .choose-plans table tr td.column-1 span::before {
    display: none;
  }
  .choose-plans table tr.btn-group td:first-child {
    display: none;
  }
  .choose-plans table tr td:before {
    position: absolute;
    width: 35%;
    padding-right: 10px;
    left: 0;
    white-space: nowrap;
    content: attr(data-title);
    font-weight: bold;
    color: #444;
  }
  .choose-plans table tr.btn-group td:before {
    display: none;
  }
  .choose-plans table tr td .bttn {
    margin-top: 0;
    box-shadow: none;
    display: inline-block;
    margin-right: 0;
    padding: 5px 20px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .choose-plans table tr td .fa.fa-check {
    color: #475084;
  }
  .choose-plans table tr td .fa.fa-times {
    color: #cc444d;
  }

  /*------------------------------------------------------
  BLOG SECTION
  -------------------------------------------------------*/
  .blog-in-wrap {
    margin-right: 20px;
  }
  .blog-in-wrap:nth-child(even) {
    margin-right: 0;
  } 
  .blog-image {
    width: 100%;
    margin-bottom: 20px;
    float: none;
    text-align: center;
  }
  .blog-title-comment, .blogs .blog-content {
    float: none;
    width: 100%;
  }

  /*-------------------------------------------------------
  TESTIMONIAL SECTION
  --------------------------------------------------------*/
  .our-testimonial .testimonial-block {
    margin-right: 30px;
  }
  .our-testimonial .testimonial-block:nth-of-type(2n+1) {
    padding-left: 30px;
  }
  .our-testimonial .testimonial-block:nth-of-type(even) {
    padding-right: 30px;
  }
  .our-testimonial .testimonial-block .testimonial-image {
    margin-right: 0;
    float: none;
    margin: 0 auto 20px auto;
  }
  .testimonial-hover {
    float: none;
    width: 100%;
  }
  .our-testimonial .testimonial-block .testimonial-image::after {
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 170px;
    text-align: center;
  }

  /*----------------------------------------------------------
  FOOTER SECTION
  -----------------------------------------------------------*/
  .top-footer .footer-block-1, .top-footer .footer-block-2, .top-footer .footer-block-3, .top-footer .footer-block-4 {
    width: 45%;
  }
  .top-footer .footer-block-1, .top-footer .footer-block-2 {
    margin-bottom: 35px;
  }
  .top-footer .footer-block-2 {
    margin-right: 0;
  }

  /*----------------------------------------------------
  INNER PAGE LAYOUT
  -----------------------------------------------------*/
  /*-----------------------------------------------------
  SIDEBARS LAYOUT
  -----------------------------------------------------*/
  .left-sidebar #secondary-left, .left-sidebar #primary, .right-sidebar #primary, .right-sidebar #secondary-right, 
  .both-sidebar #primary, .both-sidebar #secondary-right, .both-sidebar #secondary-left, .left-sidbar-right {
    float: none;
    width: 100%;
    padding: 0 10px;
  }
  .left-sidebar #secondary-left, .both-sidebar #secondary-left {
    margin-bottom: 30px;
  }
  .right-sidebar #secondary-right, .both-sidebar #secondary-right {
    margin-top: 30px;
  }
  /*-------------------------------------------------
  GRID LAYOUT
  --------------------------------------------------*/
  .ed-span1, .ed-span2, .ed-span3, .ed-span4, .ed-span5 {
    width: 50%;
  }
  /*-------------------------------------------------------
  TESTIMONIAL SHORTCODE
  --------------------------------------------------------*/
  .shortcode-testimonial-block .testimonial-content {
    width: 75%;
  }
  /*------------------------------------------------------
  TEAM SHORTCODE
  -------------------------------------------------------*/
  .shortcode-team-block .team-image.square {
    width: 250px;
    height: 240px;
  }
  /*--------------------------------------------------------
  CALL TO ACTION SHORTCODE LAYOUT
  ---------------------------------------------------------*/
  .ed_call_to_action .ed_call_to_action_content, .shortcode-cta-video .cta-wrap-left {
    margin-bottom: 30px;
    margin-right: 0;
    width: 100%;
  }
  .ed_call_to_action.right .ed_call_to_action_button, .ed_call_to_action.left .ed_call_to_action_button, .ed_call_to_action.center .ed_call_to_action_button {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .shortcode-cta-video .cta-wrap-right {
    width: 100%;
  }
  .shortcode-cta-form .cta-form-desc {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .shortcode-cta-form .cta-form {
    float: none;
    margin-top: 30px;
    width: 100%;
  }
  /*-----------------------------------------------------
  INNER TEAM PAGE
  ------------------------------------------------------*/
  .team-block-wrapper.type-grid.column-3 .team-block, .team-block-wrapper.type-grid.column-4 .team-block, .team-block-wrapper.type-grid.column-5 .team-block {
    min-height: auto;
    width: 45%;
  }
  .team-block-wrapper.type-grid.column-5 .team-block:nth-of-type(2n) {
    margin-right: 0;
  }

}

@media screen and (max-width: 580px) {
 /*---------------------------------------------------
  SEQUENCE SLIDER
  ----------------------------------------------------*/
  .seq .seq-model {
    height: 75%;
    margin-left: 0;
    width: 100%;
  }
  .seq .seq-title {
    bottom: 0;
    margin: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    text-align: center;
  }
  .seq .subtitle {
    color: #fff;
    line-height: 20px;
    margin-top: 10px;
  }
  .seq .seq-title h2 {
    font-weight: bold;
    font-size: 18px;
    padding: 0;
  }

  /*---------------------------------------------------
  CSS FOR GLOBAL CLASS
  ----------------------------------------------------*/
  .home-title, .clients-logo .clients-logo-title b, .stat-counter-title, .choose-plans .title {
    font-size: 25px;
  }
  .nav-links .nav-previous, .nav-links .nav-next {
    float: none;
    width: 100%;
  }

  /*-----------------------------------------------------
  SERVICE SECTION
  ------------------------------------------------------*/
  
  .service-block-wrapper .service-block {
    float: none;
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
  /*---------------------------------------------------
  AWESOME FEATURES
  ----------------------------------------------------*/
  .awesome-feature .aw-left, .awesome-feature .aw-right {
    float: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  
  /*-----------------------------------------------------------
  HOME PORTFOLIO SECTION
  ------------------------------------------------------------*/
  .portfolio #portfolio-grid {
    height: auto !important;
  }
  .portfolio-home-grid-sizer, .portfolios {
    float: none;
    height: auto;
    margin: 0 auto;
    width: 80%;
  }
  
  .portfolio.section-gap #portfolio-grid .portfolios {
    float: none;
    width: 100%;
    display: block;
    position: static !important;
    height: auto;
  }
  #portfolio-grid .port-wrap {
    margin-right: 0;
  }
  .our-services .service-icons {
    width: 80%;
    margin: 0 auto;
  }

  /*-------------------------------------------------
  CALL TO ACTION SECTIONS
  --------------------------------------------------*/
  .call-to-action .cta-link > a {
    font-size: 16px;
  }
  .call-to-action-video .cta-wrap-left, .call-to-action-form .cta-content-wrap, .promo-wdgt .widget-title {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .promo-wdgt .widget-title {
    text-align: center;
  }
  .call-to-action-video .cta-wrap-right, .call-to-action-form .cta-form, .promo-wdgt div.ed-align-center {
    width: 100%;
  }

  /*----------------------------------------------------
  TEAM SECTION
  -----------------------------------------------------*/
  .blog-in-wrap {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  
  /*-------------------------------------------------
  CLIENT SECTION
  --------------------------------------------------*/
  .clients-logo .clients-logo-title {
    margin-bottom: 0;
  }
  .clients-logo .clients-logo-title b {
    padding: 0 5px;
  }
  
  /*-----------------------------------------------------------
  TESTIMONIAL SECTION
  ------------------------------------------------------------*/
  .our-testimonial .testimonial-block {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .our-testimonial .testimonial-block:nth-of-type(2n+1) {
    padding-left: 0  
  }

  /*-----------------------------------------------------
  FOOTER SECTION
  ------------------------------------------------------*/
  .footer-block {
    float: none;
  }
  .top-footer .footer-block-1, .top-footer .footer-block-2, .top-footer .footer-block-3, .top-footer .footer-block-4 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 35px;
  }
  .menu-copyrt {
    float: none;
  }
  .footer-menu ul li {
    float: none;
    display: inline-block;
    margin-bottom: 20px;
  }
  .copyright {
    line-height: 25px;
    margin-bottom: 20px;
  }
  .wl_footer_social {
    float: none;
    line-height: 20px;
    margin-bottom: 20px;
  }

  /*-------------------------------------------------
  GRID LAYOUT
  --------------------------------------------------*/
  .ed-span1, .ed-span2, .ed-span3, .ed-span4, .ed-span5 {
    width: 100%;
  }

  /*------------------------------------------------------
  TESTIMONIAL SHORTCODE LAYOUT
  -------------------------------------------------------*/
  .shortcode-testimonial-block .testimonial-img-wrap::after {
    display: none;
  }
  .shortcode-testimonial-block .testimonial-img-wrap, .shortcode-testimonial-block:nth-of-type(2n+1) .testimonial-img-wrap {
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
  .shortcode-testimonial-block .testimonial-image.round, .shortcode-testimonial-block .testimonial-image.square {
    height: 150px;
    margin: 0 auto;
    width: 150px;
  }
  .shortcode-testimonial-block .testimonial-content, .shortcode-testimonial-block:nth-of-type(2n+1) .testimonial-content {
    border-left: medium none;
    border-right: medium none;
    float: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  /*-------------------------------------------------
  TEAM SHORTCODE LAYOUT
  --------------------------------------------------*/
  .shortcode-team-block {
    float: none;
    margin-bottom: 30px;
    margin-right: 0;
    margin-top: 30px;
    width: 100%;
  }
  .shortcode-team-block .team-image.square {
    height: 270px;
    width: 280px;
  }

  /*--------------------------------------------------------
  HORIZONTAL TABS GROUP
  ---------------------------------------------------------*/
  .ed_tab_wrap.horizontal .ed_tab_group::before {
      border-bottom: 1px solid #fff;
      color: #fff;
      content: "Tabs";
      font-family: Droid Sans;
      font-size: 18px;
      font-weight: bold;
      padding: 5px 10px;
      width: 100%;
  }
  .ed_tab_wrap.horizontal .ed_tab_group::after {
      color: #fff;
      content: "";
      font-family: fontawesome;
      font-size: 14px;
      position: absolute;
      right: 10px;
      top: 5px;
  }
  .ed_tab_wrap.horizontal .ed_tab_group {
      background: #cc444d none repeat scroll 0 0;
      border-bottom: none;
      margin-bottom: 20px;
      position: relative;
      padding-left: 0;
  }
  .ed_tab_wrap.horizontal .ed_tab_group .tab-title::before {
      color: #fff;
      content: "";
      font-family: fontawesome;
      font-size: 16px;
      margin-right: 5px;
  }
  .ed_tab_wrap.horizontal .ed_tab_group .tab-title {
      background: transparent none repeat scroll 0 0;
      border: medium none;
      border-radius: 0;
      color: #fff;
      display: inline-block;
      width: 100%;
      border-bottom: 1px solid #9d2f37;
      padding: 5px 15px;
      margin-right: 0;
  }
  .ed_tab_wrap.horizontal .ed_tab_group .tab-title:hover, .ed_tab_wrap.horizontal .ed_tab_group .active, 
  .ed_tab_wrap.horizontal .ed_tab_group .tab-title.active:hover {
      background: #9d2f37 none repeat scroll 0 0;
      
  }
  .ed_tab_wrap.vertical .tab-title.active::before, .ed_tab_wrap.vertical .tab-title.active::after {
    display: none;
  }
  .ed_tab_wrap.vertical .ed_tab_group{
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .ed_tab_wrap.vertical .ed_tab_content {
      float: none;
      width: 100%;
  }
  .ed_tab_content {
      margin-bottom: 40px;
  }
  /*------------------------------------------------
  INNER TEAM PAGE LAYOUT
  -------------------------------------------------*/
  .team-block-wrapper.type-grid.column-3 .team-block, .team-block-wrapper.type-grid.column-4 .team-block, .team-block-wrapper.type-grid.column-5 .team-block {
    min-height: auto;
    width: 100%;
  } 

  .team-block-wrapper.type-grid .team-block {
      float: none;
  }
  .team-block-wrapper.type-list .team-image {
    float: none;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .testimonial-inner .testimonial-inner-image {
    float: none;
    margin-bottom: 20px;
    text-align: center;
  }

  /*------------------------------------------------------
  INNER PORTFOLIO LIST VIEW
  -------------------------------------------------------*/
  .portfolio-listing.list #portfolio-grid .portfolio-image {
    float: none;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }  
  .portfolio-listing.list #portfolio-grid .port-wrap:hover .portfolio-content, .portfolio-listing.list .portfolio-content {
    float: none;
    width: 100%;
  }

  /*------------------------------------------------------
  INNER BLOG PAGE
  -------------------------------------------------------*/
  .blog_layout2 .archive-thumbnail, .blog_layout3 article .archive-thumbnail {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; 
    text-align: center;
  }

  .blog_layout2 .text-content, .blog_layout3 article .text-content {
    float: none;
    width: 100%;
  }
  .archive-list.blog_layout5 article, .archive-list.blog_layout6 article, .archive-list.blog_layout6 article:nth-of-type(even) {
    float: none;
    width: 100%;
    margin-top: 150px;
    padding: 10px;
  }
  .archive-list.blog_layout5 .archive-thumbnail, .archive-list.blog_layout6 .archive-thumbnail, 
  .archive-list.blog_layout6 article:nth-child(even) .archive-thumbnail {
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -100px;
  }
  .archive-list.blog_layout5 .text-content, .archive-list.blog_layout6 .text-content, .archive-list.blog_layout6 article:nth-child(even) .text-content {
    margin-left: 0;
    margin-right: 0;
    margin-top: 110px;
    text-align: center;
  }
  .archive-list.blog_layout5 .bttn, .archive-list.blog_layout6 .bttn {
    float: none;
  }

}

/*-----------------------------------------------------
STYLE FOR LANDSCAPE VIEW
------------------------------------------------------*/
@media screen and (max-width: 580px) and (orientation: landscape) {
  .header-social .search-icon .search-field {
    width: 100%;
  }
  .team-block-wrapper.type-list .team-text-wrap {
    float: none;
    width: 100%;
  }
      
  .stat-counter .statcounters {
    margin-left: 35px;
  }
  .static .client-slider {
    margin-left: 30px;
    width: 40%;
  }

  /*---------------------------------------------------
  AWESOME FEATURES
  ----------------------------------------------------*/
  .awesome-feature .aw-left, .awesome-feature .aw-right {
    float: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .awesome-feature .awesome-icons {
    float: left;
    width: 22%;
    text-align: left;
  }
  .awesome-feature .aw-content {
    display: inline-block;
    float: right;
    width: 74%;
  }
  .awesome-feature .aw-title, .awesome-feature .aw-excerpt {
    text-align: left;
  }
  /*-----------------------------------------------------
  STAT COUNTER SECTION
  ------------------------------------------------------*/
  .stat-counter .statcounters {
    margin: 65px auto 0;
    width: 48%;
  }
  /*------------------------------------------------------
  BLOG SECTION
  -------------------------------------------------------*/
  .blog-image {
    float: left;
    width: 30%;
    margin-bottom: 20px;
  }
  .blog-title-comment, .blogs .blog-content {
    float: left;
    width: 65%;
  }

  /*-------------------------------------------------------
  TESTIMONIAL SECTION
  --------------------------------------------------------*/
  .our-testimonial .testimonial-block .testimonial-image {
    margin-right: 30px;
  }
}

/*-----------------------------------------------------
STYLE FOR PORTRAIT VIEW
------------------------------------------------------*/
@media screen and (max-width: 580px) and (orientation: portrait) {
  /*-----------------------------------------------
  HEADER SECTION
  ------------------------------------------------*/
  .header-social .ed-header-text {
    float: none;
  }
  .search-icon {
    border-left: none;
    margin-left: 0;
    border-right: 1px solid #777;
    padding-right: 10px;
    float: none;
    display: inline-block;
  }
  .header-social .search-icon .search-field {
    width: 65%;
  }
  .header-social .ed_header_social {
    display: inline-block;
    float: none;
  }
  .static .client-slider {
    margin-left: 0;
    width: 100%;
  }
  .choose-plans table tr td .bttn {
    line-height: 20px;
  }
  .our-services .service-icons {
    width: auto;
  }
  .portfolio-home-grid-sizer, .portfolios {
    width: auto;
  }

  /*-------------------------------------------
  AWESOME FEATURES
  --------------------------------------------*/
  .awesome-feature .aw-left, .awesome-feature .aw-right {
    float: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .awesome-feature .awesome-icons {
    float: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .awesome-feature .aw-content {
    float: none;
    width: 100%;
    text-align: center;
  }
  .awesome-feature .aw-title, .awesome-feature .aw-excerpt {
    text-align: center;
  }
  /*-----------------------------------------------------
  STAT COUNTER SECTION
  ------------------------------------------------------*/
  .stat-counter .statcounters {
    margin: 65px auto 0;
    width: 100%;
  }
  /*------------------------------------------------------
  BLOG SECTION
  -------------------------------------------------------*/
  
  .blog-image {
    margin-right: 0;
    float: none;
    margin-bottom: 10px;
    text-align: center;
  }
  .blog-title-comment, .blog-content {
    float: none;
    width: 100%;
  }
  /*--------------------------------------------------------
  TESTIMONIAL SECTION
  ---------------------------------------------------------*/
  .our-testimonial .testimonial-block .testimonial-image {
    float: none;
    margin: 0 auto 20px;
  }
  .testimonial-hover {
    float: none;
    width: 100%;
  }
  .our-testimonial .testimonial-block .testimonial-image::after {
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 170px;
    text-align: center;
  }
  
}

