@import "../../../atlanta/assets/css/style.min.css";


/****************************************************************
 
-------------------------- GENERAL ------------------------------
 
****************************************************************/ 


/* -- ***** Anti alias all the text 
 ---------------------------------------------------------------*/ 


* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



/****************************************************************
 
----------------------------- HEADER ----------------------------
 
***************************************************************/

#header {
    background-color: transparent !important;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 9999;
    transition: all 0.7s;
    height: 140px;
    margin: 0 8%;
}


.home #header {
    margin-right: 8%;
    max-width: 1000px;
}


body:not(.home) #header {
    margin: 0;
    padding: 0 8%;
}



/* -- ***** Sticky
---------------------------------------------------------------*/


header#header.htmline-sticky-header-on { 
    /*background-color:rgba(255,255,255,1) !important;*/ 
    
    background: rgba(255,255,255,0);
    background: -webkit-gradient(linear, right top, left top, from(rgba(255,255,255,0)), color-stop(30%, rgba(255,255,255,0)), color-stop(45%, rgba(255,255,255,0.95)), to(rgba(255,255,255,0.95)));
    background: -o-linear-gradient(right, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0.95) 45%, rgba(255,255,255,0.95) 100%);
    background: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0.95) 45%, rgba(255,255,255,0.95) 100%);
}


header#header .logo-img .logo-img-sticky-mobile {
    display:none;
}



/* -- ***** Logo
---------------------------------------------------------------*/

.logo {
    margin-top: -30px !important;
    position: relative;
    z-index: 99;
}



.logo .logo-img a > img.logo-img-secondary {
    max-width: 173px;
}

/* -- ***** Topbar 
---------------------------------------------------------------*/

#top-bar {
    background: transparent !important;
    position: relative;
    margin-top: 32px;
}


#top-bar p {
    margin-bottom: 0;
}


.call-us-line {
    margin-right: 31px;   
    vertical-align: sub;
}


.call-us-line a {    
    letter-spacing: 2px;
     margin-left: 3px;
}


.top-bar-details-container {
    padding-left: 220px;
}

/* -- ***** Menu
 ---------------------------------------------------------------*/ 

#header.logo-left .nav-main {
    margin-top: 21px;
    margin-left: 33px;
    float: left;
}


.sf-menu li {
    border-top: none;
}


/* luch */
.sf-menu  li.menu-item {
    background: rgba(255,255,255,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 22%, rgba(255,255,255,0) 79%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(22%, rgba(255,255,255,1)), color-stop(79%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 22%, rgba(255,255,255,0) 79%, rgba(255,255,255,0) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 22%, rgba(255,255,255,0) 79%, rgba(255,255,255,0) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 22%, rgba(255,255,255,0) 79%, rgba(255,255,255,0) 100%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 22%, rgba(255,255,255,0) 79%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
    text-shadow: 1px 1px 5px rgba(255, 255, 255, 1);
}


.sf-menu a > span {
    line-height: 1em !important;
    display: list-item !important;
}  


.sf-menu li.active a, 
.sf-menu li.current-menu-item > a {
    color: #000 !important;
}



.sf-menu > li > a {
    padding: 20px 0.5em !important;
}


.sf-menu li:first-child {
    border-left: none;
}



/* -- ***** Menu -> Submenu
 ---------------------------------------------------------------*/ 
 
 .nav-main .sf-menu .sub-menu { display:none; }
 
 .sf-menu ul {
    top: 28px !important;
 }   
 
 .sf-menu .sub-menu {
    width: 12.5em; /* 17.5em*/
}
 
.sf-menu>li>.sub-menu {
    margin-top: 0;
}
 
.sf-menu li ul {
    top: 47px !important;
}

.sf-menu .sub-menu li a {
    line-height: 2em !important;
}


.sf-menu .sub-menu li:first-child {
    margin-top: 11px;
}

.sf-menu .sub-menu li:last-child {
    margin-bottom: 11px;
}


.sf-menu li ul li a > span { 
    display: inline !important;
}


.sf-menu>li>a>span.sf-sub-indicator {
    display: none !important;
}


.sf-menu li ul li { 
    border: none;
}


.sf-menu li:hover ul,
.sf-menu li ul {
    left: 10px !important;
    border-left: 1px solid #43b9d3;
}



/* Line hover animation */

.sf-menu > li:not(.menu-item-has-children):hover >  a:after { 
    display: block;  
    animation: shortToLongWidth 0.5s 1 normal forwards;
}


.sf-menu > li:not(.menu-item-has-children) >  a:after {
  display: none; 
  content: ''; 
  position: absolute;
  left: 0px;
  right: 0;
  margin: 0 auto;
  top: 45px;
  width: 0px;
  height: 1px;
  background-color: #43b9d3;
}






/* -- ***** Menu -> Mobile Menu
---------------------------------------------------------------*/ 


/* -- ***** Menu -> Mobile Menu -> Toggle button
---------------------------------------------------------------*/ 
 
.navbar-toggle {
    border: none;
    background: transparent !important;
    float: left;
    padding-left: 0;
}
    
.navbar-toggle .icon-bar {
    display: block;
    width: 26px;
    height: 4px;
    border-radius: 0;
    background-color: #000;
}    


.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 3px;
}




/* -- ***** Menu -> Mobile Menu -> Menu
---------------------------------------------------------------*/

.nav-main .navbar-collapse .mobile-menu {
  /*  border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;*/
    width: 13em;
}


.nav-main .navbar-collapse .mobile-menu a { 
    background: #FFF;
    color: rgba(0,0,0,.8) !important;    
} 


.mobile-menu .menu-item-has-children > a { 
    background-color: transparent; 
    position: relative; 
}


.mobile-menu .menu-item-has-children > a span {
    display: inline-block;
    position: relative;
    min-width: 165px;
}


.mobile-menu .menu-item-has-children > a span:after { 
    font-family: 'FontAwesome'; 
    font-weight: normal; 
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    text-align: center; 
    speak: none; 
    text-transform: none; 
    position: absolute; 
}


.nav-main .navbar-collapse .mobile-menu > li .sub-menu li a span {
    font-size: 18px;    
}

.mobile-menu .menu-item-has-children > a span:after { 
    content: '\f107'; 
    font-size: 30px;
    top: 0;
}

.mobile-menu .menu-item-has-children.visible > a span:after { 
    content: '\f106'; 
}

.mobile-menu ul.sub-menu { 
    display: none !important; 
    visibility: hidden !important;  
    transition: all 1.5s ease-in-out;
}

.mobile-menu .visible > ul.sub-menu { 
    display: block !important; 
    visibility: visible !important; 
}


.mobile-menu>a:hover, 
.mobile-menu li.current-menu-item > a {
    background-color: #FFF;
    color: #000 !important;
    margin: 0;
}


.nav-main .navbar-collapse .mobile-menu>li {
    margin-bottom: 15px;
}

.nav-main .navbar-collapse .mobile-menu>li a {
    padding: 0 0 0 15px;
    font-size: 22px;
    border: none;
}






.nav-main .navbar-collapse .mobile-menu > li .sub-menu li a span { 
    margin-left: 20px; 
}


.nav-main .navbar-collapse .mobile-menu>li a {
    text-align: left;
}


.mobile-menu .menu-item-has-children > a span:after { 
    right: -25px;
}

.mobile-menu .menu-item-has-children > a:after { 
    right: 20px; 
}
 




/****************************************************************
 
----------------------------- Pages ----------------------------
 
***************************************************************/


.home #content {
    margin: 128px 8% 0;
}

body:not(.home) #content {
    margin: 0 8% 0;
}

#primary #content #main {
    padding: 0;
}


body:not(.home) #primary #content #main {
    margin: 0;
}



/* Right */

.page-right-section {
    width: 68.8%;
    height: 100%;
    min-height: 100vh;
    background-color: rgba(255,255,255,0.8);
    padding-top: 188px;
}


body:not(.format-cpt-event-type):not(.format-cpt-post):not(.format-cpt-testimonial):not(.page-template-page-template-process) .page-right-section_inner {
    opacity: 0;
    animation: FadeIn 2s;
    -moz-animation: FadeIn 2s;
    -webkit-animation: FadeIn 2s;
    -o-animation: FadeIn 2s;
    animation-fill-mode: forwards;
    animation-delay: 0.7s;
}
    
    
/* Left */    

.page-left-section,
.page-left-section_triangle-mask {
    width: 34.22%; /* 34.2%;*/
    min-height: 100vh;
}

.page-left-section {
    height: 100%;
    position: fixed;     
    background-size: 100% !important;
            
    -webkit-mix-blend-mode: multiply;
    -moz-mix-blend-mode: multiply;
    -o-mix-blend-mode: multiply;
    -ms-mix-blend-mode: multiply;
    mix-blend-mode:multiply;

    top: 0;
    will-change: opacity; 
}
    

.page-left-section_triangle-mask {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
}



/* -- ***** Main
---------------------------------------------------------------*/

.home {
    overflow: hidden;
}


.home  #primary #content {
    margin: 0;
}


.split {
  height: 100%;
  width: 50%;
  position: fixed;
  z-index: 1;
  top: 0;
  overflow: hidden;
  /*overflow-x: hidden;*/
  padding-top: 20px;
}

.left {
  right: 0;
}

.right {
  left: 0;
}



#responsive-iframe {
    border: none;
    position: fixed;
    top: 0;
    right: -10%;
    height: 100%;
    width: 60%;
    overflow: hidden;
}


.home-iframe-slogan {
    font-size: calc( 34px + (93 - 34) * (100vw - 768px) / (1920 - 768) );
    font-family: "Open Sans Hebrew";
    font-weight: 300;
    letter-spacing: 10px;
    line-height: 1.164;
    color: rgb(172, 172, 172);
        
    position: absolute;
    bottom: 10%;
    right: 22.2%;
    z-index: 3;
    text-align: right;
    width: 100%;
    
    /* Hide on load*/
    opacity: 0; 
    display: none;
}


.home-iframe-slogan span {
    /*background: #fff;*/
    padding-bottom: 3%;
}


.centered {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}





.hl-practice {
    position: absolute;
    /*top: 25%;*/
    top: 19%;
    left: 0;
    right: 0%;
    text-align: left;
    max-width: 750px;
    margin-left: 35%;  
}


.hl-practice:not(.intro-text):before {
    content: '';
    position: absolute;
    width: 443px;
    height: 417px;
    top: 0;
    cursor: pointer;
    z-index: 2;
}


.hl-practice .hl-practice__title {
    font-size: 33px;
    font-weight: 500;
    color: #000;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}



#areas-of-practice .hl-practice:nth-child(odd)  .hl-practice-inner .hl-practice__title,
#areas-of-practice .hl-practice:nth-child(odd)  .hl-practice-inner .hl-practice__read-more {
    color: #fe9821;
}



#areas-of-practice .hl-practice:nth-child(even)  .hl-practice-inner .hl-practice__title,
#areas-of-practice .hl-practice:nth-child(even)  .hl-practice-inner .hl-practice__read-more {
    color: #00b2c7;
}


.hl-practice .hl-practice__read-more,
.hl-practice .hl-practice__text {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1.8;  
}

.hl-practice .hl-practice__read-more {
    padding-top: 20px;
    display: inline-block;
}


.hl-practice-text-half {
    padding: 18% 30px !important;
    transform: skew(18deg);
    position: relative;
    z-index: 3;
    background: #fff;
    min-height: 490px;
}



.hl-practice {
    visibility: hidden;
}


.hl-practice.active {
    visibility: visible;
}



.hl-practice.intro-text {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0%;
    max-width: 750px;
    color: #000;
    line-height: 1.8;
    font-size: 17px;
    font-weight: 300; 
}


.hl-practice.intro-text .intro-text-read-more {
    margin: 0 auto 0;
    line-height: 1em;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 31px;
    color: #000;
    
    position: relative;
    top: 20px;
    z-index: 999999999999;
    
}





.hl-practice.active:not(.intro-text) .intro-text-read-more,
.hl-practice.active:not(.intro-text) .intro-text-read-more-up {
    position: absolute;
    z-index: 999;
    left: 4%;
    margin: 40px auto 0;
    text-align: center;
    
    line-height: 1em;
    text-align: center;
    font-size: 31px;
    color: #000 !important;
    
    transform: skew(-18deg);
} 


.hl-practice.active:not(.intro-text) .intro-text-read-more-up {
    top: -90px;
    left: 3%;
}



.hl-practice.intro-text {
    font-size: 17px;
    font-weight: 500;
    font-family: 'Heebo', Arial, sans-serif;
    color: #000;      
}


.hl-practice.intro-text h1 {
    font-size: 39px;
    font-weight: 500;
    font-family: 'Heebo', Arial, sans-serif ;
    color: #00ACA3; /*#00b2c7;*/
}



.hl-practice.intro-text h2 {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Heebo', Arial, sans-serif;
    color: #fe9821;  
    margin-bottom: 0;
}



.hl-practice.intro-text ul {
    list-style: none;
    margin-left: -10px;
    padding: 0;
}


.hl-practice.intro-text ul li {
    list-style: none;
    display: inline-block;
}


.hl-practice.intro-text ul li:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: auto;
    margin: 0 10px;
    background: url("/wp-content/themes/atlanta-child/assets/images/list-bullet.png") no-repeat;
    vertical-align: middle;
}






.hl-practice:before,
.hl-practice .hl-practice-text-half,
.hl-practice .hl-practice-inner {
opacity: 0;
   
}


.hl-practice.active .intro-text-read-more .fa-angle-down:before {
    color: #000 !important;
}




/* Border */
.hl-practice.active .hl-practice-text-half {
    animation-delay: 0.2s;
    animation-duration: 0.2s;
    animation-name: FadeIn;    
    animation-fill-mode: forwards;
}


/* Image */
.hl-practice.active:before { 
    animation-delay: 0.4s;
    animation-duration: 0.4s;
    animation-name: FadeInRight;    
    animation-fill-mode: forwards;
}



/* Text */
.hl-practice.active .hl-practice-inner { 
    position: relative;
    
    animation-delay: 0.4s;
    animation-duration: 0.4s;
    animation-name: fadeInPercent;    
    animation-fill-mode: forwards;
}




.hl-practice:before {
    left: -312px;
}

.hl-practice-text-half {
    border-left: 1px solid #000;
}


.hl-practice.intro-text {
    text-align: left;
    margin-left: 16%;  
    margin-right: 0;
}



/* First paragraph list */

.our-solutions {
    list-style: none;
    margin: 5px 0 0 0 !important;
    display: flex;
    flex-wrap: wrap;
}


.our-solutions  > * {
    -webkit-box-flex: 0;
            flex: 0 0 30%;
}

.our-solutions li:before {
    display: none !important;
}


.our-solutions li {
    position: relative;
    /*margin-left: 21px;*/
}

.our-solutions li .our-solutions__solution-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 1rem;
}

.our-solutions li img {
   max-width: 75px;
}


.our-solutions li .our-solutions__title h2 {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    margin: 0;
    transform: skew(18deg);
}

.bxslider-wrap { visibility: hidden; }



/* -- ***** Pages
---------------------------------------------------------------*/

#primary .page-title h1 {
    margin-bottom: 48px;
    font-weight: 500 !important;
}


.page-content-section {
    max-width: 820px;
}


.page-content-section.wide {
    max-width: 1050px;
}

/* -- ***** About
---------------------------------------------------------------*/


.page-template-page-template-about .page-content-section {
    max-width: 820px;
}


.hl-team-member {
    margin-top: 50px;
}

.hl-team-member .hl-team-member__title h3 {
    font-size: 27px;
    font-weight: 500;
    text-align: left;
    border-bottom: 2px solid #41d6da;
    padding-bottom: 10px;
}


.hl-team-member__image {
    text-align: center;
    margin-bottom: 30px;
}


.hl-team-member__image img {
    border-radius: 50%;
    border: 2px solid #41d6da;
    padding: 8px;
}

.hl-team-member__title {
    text-align: center;
}



.about-logos {
    margin: 40px 0;
}    



/* -- ***** Contact
---------------------------------------------------------------*/

/*.page-template-page-template-contact .page-content-section {
    max-width: 820px;
}*/

.hl-conact-from-container {
    margin-top: 65px;
}


.hl-conact-from-container .pojo-form .label-field {
    font-size: 16px;
    font-weight: 300;
    width: 11%;
    float: left;
}    



.hl-conact-from-container .pojo-form .field-group {
    margin-bottom: 30px;
}



.hl-conact-from-container .pojo-form .field-group.form_field_3.column-12 {
    margin-bottom: 42px;
}



.hl-conact-from-container .pojo-form .field {
    border: none !important;
    border-bottom: 1px solid #000 !important;
    position: relative;
    top: -25px;
    width: 88%;
    background-color: transparent !important;
}
    
    

.hl-conact-from-container .pojo-form textarea.field {
    border: 1px solid #000 !important;
    top:4px;
    resize: vertical;
}



.hl-conact-from-container .pojo-button-wrap .button {
    border: none;
    font-size: 22px;
    font-weight: 300;
    padding: 0;
    line-height: 1.227;
}


.hl-conact-from-container .pojo-button-wrap .button:hover,
.hl-conact-from-container .pojo-button-wrap .button:focus {
    background: transparent;
}




.hl-conact-from-container .pojo-form.form-align-left .form-message {
    padding-right: 5px;
    margin: 0 !important;
} 

    
.hl-conact-from-container .pojo-form.form-align-left .help-inline {
    float: right;
}    





/* -- ***** Blog
---------------------------------------------------------------*/


.hl-rect-item {
  display: flex;
  position: relative;
  background-color: #ededed;
  flex-wrap: wrap;
  margin-top: 80px;
  
}



.hl-rect-item__text, 
.hl-rect-item__image {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}



.hl-rect-item__image {
  width: 50%;
}


.hl-rect-item__image img {
  height: 100%;
  width: 100%;
  object-fit:cover;
}


.hl-rect-item .hl-rect-item__image a {
    max-width: 100%;
    margin: 0 !important;
    height: 100%;
}



.hl-rect-item__text {
    width: 50%;
    transform: skew(18deg);
    background: #ededed;
    padding: 20px 40px 60px;
    position: relative;
    left: -80px;
}    




.hl-rect-item__text .entry-title,
.hl-rect-item__text .entry-title a {
    font-size: 23px;
    font-weight: 500;
    color: #000;
}






.hl-rect-item__text .entry-excerpt {
    font-size: 16px;
    font-weight: 300;
    color: #000;   
}


.hl-rect-item .entry-meta .read-more,
.hl-rect-item .entry-meta .read-more a {
    font-size: 16px;
    font-weight: 300;
    color: #000;  
}


.hl-rect-item .entry-meta {
    border: none;
    float: none;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 20px;
    display: inline-block;
}


.hl-rect-item  .entry-meta:after {
    display: none;
}



.hl-rect-item__mobile {
    display: none;
}




/* Animation - desktop */



.hl-rect-item .hl-rect-item__text .media-body,
.hl-rect-item .entry-meta {
    opacity: 0; 
}


.hl-rect-item.active .hl-rect-item__text .media-body,
.hl-rect-item.active .entry-meta {
    animation-delay: 0.3s;
    animation-duration: 0.3s;
    animation-name: FadeIn;    
    animation-fill-mode: forwards;
}



.hl-rect-item.active .hl-rect-item__text {
    animation-delay: 0.2s;
    animation-duration: 0.5s;
    animation-name: imageCoverMoveRightBlog;
    animation-fill-mode: forwards;   
}



/* Animation - mobile */

.hl-rect-item__mobile .hl-rect-item-mobile__title .media-heading.entry-title {
    opacity: 0; 
}


.hl-rect-item__mobile.active .hl-rect-item-mobile__title .media-heading.entry-title {
    animation-delay: 0.3s;
    animation-duration: 0.3s;
    animation-name: FadeIn;    
    animation-fill-mode: forwards;
}



.hl-rect-item__mobile.active .hl-rect-item-mobile__title {
    animation-delay: 0.2s;
    animation-duration: 0.5s;
    animation-name: imageCoverMoveRightBlogMobile;
    animation-fill-mode: forwards;   
}





/* -- ***** Testimonials
---------------------------------------------------------------*/
/*
.format-cpt-testimonial .page-content-section {
    max-width: 820px;
}*/


.hl-testimonial {
    opacity: 0;
}


.hl-testimonial__top-container {
    display: table;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
    
.hl-testimonial__image {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
    min-width: 150px;
}


.hl-testimonial__image a {
    display: block;
    position: relative;
    pointer-events:none;
}

.hl-testimonial__image img {
    padding-top: 10px;
}

    
.hl-testimonial__title {

    display: table-cell;
    width: 86%;
    position: relative;
    vertical-align: middle;    
    transform: skew(18deg);
    
    border-right: none;
    border-right: 1px solid #000;
    padding-left: 0;
    padding-right: 20px;
}


.hl-testimonial .media-heading {
    margin: 0;
}

.hl-testimonial .hl-testimonial__title .entry-title,
.hl-testimonial .hl-testimonial__title .entry-title a {
    color: #000;
    font-size: 25px;
    font-weight: 400;  
}


.hl-testimonial__person-name {
    float: right;
}    
    



/* -- ***** Event Types
---------------------------------------------------------------*/


.format-cpt-event-type .page-content-section {
    max-width: 100%;
}


.hl-event-type {
    margin-top: 0;
    padding: 0;    
    margin-bottom: 60px;
}


.hl-event-type__top-container {
    display: table;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
    
.hl-event-type__image {
    display: table-cell;
    position: relative;
    vertical-align: middle;
}


.hl-event-type__image a {
    display: block;
    position: relative;
    /*clip-path: polygon(0px 0px, 66.49% -49%, 31% 147%, 0px 146.73%);*/
    clip-path: polygon(0px 0px, 32.43% -39.83%, 61.54% 119.98%, 2px 111.98%);
    
}

.hl-event-type__image img {
    min-width: 370px;
}



.hl-event-type__title-inner {
    position: relative;
    top: -41px;
    height: 125px;
}


    
.hl-event-type__title {

    display: table-cell;
    width: 40%;
    position: relative;
    vertical-align: middle;    
    transform: skew(18deg);

    border-right: none;
    border-right: 1px solid #000;
    
    padding: 80px 15px;
    left:auto;
    left: -191px;
    min-width: 327px;
}

.hl-event-type .hl-event-type__title .entry-title a {
    color: #000;
    font-size: 25px;
    font-weight: 300;  
}

.hl-event-type .media-heading {
    margin: 0;
}



.hl-event-type__text {
    color: #000;
    font-size: 16px;
    font-weight: 300;     
}


.hl-event-type-visible-mobile {
    display: none;
}



.hl-event-type__title:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 65px;
    background: #FFF;
}


/* Animation - Desktop */

.hl-event-type .hl-event-type__image,
.hl-event-type .hl-event-type__title,
.hl-event-type .hl-event-type__title-inner {
opacity: 0;
   
}


/* Border */
.hl-event-type.active .hl-event-type__title {
    animation-delay: 0.2s;
    animation-duration: 0.2s;
    animation-name: FadeIn;    
    animation-fill-mode: forwards;
}


/* Image */
.hl-event-type.active .hl-event-type__image { 
    animation-delay: 0.4s;
    animation-duration: 0.4s;
    animation-name: FadeInImageEvents;
    animation-fill-mode: forwards;
}



/* Text */
.hl-event-type.active .hl-event-type__title-inner { 
    animation-delay: 0.4s;
    animation-duration: 0.4s;
    animation-name: fadeInPercent;    
    animation-fill-mode: forwards;
}


/* Animation - Mobile */


.hl-event-type-mobile .hl-event-type-mobile__image,
.hl-event-type-mobile .hl-event-type-mobile__title,
.hl-event-type-mobile .hl-event-type-mobile__title-inner {
opacity: 0;
   
}


/* Border */
.hl-event-type-mobile.active .hl-event-type-mobile__title {
    animation-delay: 0.2s;
    animation-duration: 0.2s;
    animation-name: FadeIn;    
    animation-fill-mode: forwards;
}


/* Image */
.hl-event-type-mobile.active .hl-event-type-mobile__image { 
    animation-delay: 0.4s;
    animation-duration: 0.4s;
    animation-name: FadeInImageEvents;
    animation-fill-mode: forwards;
}



/* Text */
.hl-event-type-mobile.active .hl-event-type-mobile__title-inner { 
    animation-delay: 0.4s;
    animation-duration: 0.4s;
    animation-name: fadeInPercent;    
    animation-fill-mode: forwards;
}


.hl-event-type-mobile__title:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100px;
    background: #FFF;
}



/* -- ***** Single Event
---------------------------------------------------------------*/

.single-event-type .page-content-section {
   max-width: 100%;
}


.single-event-type  .ms-skin-pojo .ms-lightbox, 
.single-event-type  .ms-skin-pojo .ms-lightbox.ms-slide-link {
    transform: scale(0.5);
    bottom: 0;
    right: 0;
}



.single-event-type .ms-skin-pojo .ms-nav-next, 
.single-event-type .ms-skin-pojo .ms-nav-prev {
    transform: scale(0.65);
    filter: invert(1);
}


.single-event-type .ms-skin-pojo .ms-nav-prev {
    left: 0;
}

.single-event-type .ms-skin-pojo .ms-nav-next {
    right: 0;
}

.single-event-type  .event-bottom-text {
    margin-top: 60px;
}






/* -- ***** Gallery
---------------------------------------------------------------*/

.single-pojo_gallery .page-content-section {
    max-width: 940px;
}


.gallery-thumbnail {
    padding: 0;
}

.gallery .gallery-item {
    position: relative;    
    padding: 2px;
}

/*
.gallery .gallery-item img {
    filter: grayscale(100%) opacity(0.15) brightness(160%);
    -webkit-filter: grayscale(100%) opacity(0.15) brightness(160%);
    transition: .5s ease;
}

.gallery .gallery-item img:hover {
    opacity: 1;
}


.gallery .gallery-item img:hover {
    filter: none;
    -webkit-filter: none;
}
*/

.gallery .gallery-caption {
    display:none;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    pointer-events: none;
    color: #000;
    
    font-size: 22px;
    font-weight: 300;
}

/*
.gallery .gallery-item:hover .gallery-caption {
    opacity: 0;
}
*/



/* -- ***** Gallery Archive
---------------------------------------------------------------*/


.post-type-archive-pojo_gallery .page-content-section {
    max-width: 940px;
}


.gallery-archive {
    margin: 0 auto;
}

.gallery-archive .gallery-item {
    float:left;
    position: relative;    
    padding: 2px !important;
}

.gallery-archive .gallery-item img {
    filter: grayscale(100%) opacity(0.15) brightness(160%);
    -webkit-filter: grayscale(100%) opacity(0.15) brightness(160%);
    transition: .5s ease;
}

.gallery-archive .gallery-item img:hover {
    opacity: 1;
}


.gallery-archive .gallery-item img:hover {
    filter: none;
    -webkit-filter: none;
}


.gallery-archive .gallery-caption {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    pointer-events: none;
    color: #000;
    
    font-size: 22px;
    font-weight: 300;
}


.gallery-archive .gallery-item:hover .gallery-caption {
    opacity: 0;
}



.gallery-archive.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}



.gallery-archive  .gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 5px;
    margin: 0;
}


.gallery-archive .gallery-item a {
    display: block;
}


.gallery-archive  img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border: none;
    -webkit-transition: .4s;
    transition: .4s;
}


/* -- ***** Process
---------------------------------------------------------------*/

.page-template-page-template-process  .page-right-section_inner {
    max-width: 1016px;
    overflow: hidden;
}


.hl-lines--visible-desktop {
    display: block;
}

.hl-lines--visible-mobile {
    display: none;
}

.hl-lines {
    margin-top: 60px;
}


.hl-lines__line-item {
    display: flex;
}


.hl-lines__line-item__line-col,
.hl-lines__line-item__line-text {
    position: relative;
    transform: skew(-18deg);
    background: transparent;
     
}


.hl-lines__line-item__line-text {
    overflow: hidden;
}


.odd  .hl-lines__line-item__line-col:after,
.even .hl-lines__line-item__line-col:after {
    content: '';
    width: 1px;
    background: #000;
    position: absolute;
    top:0;
    
    /* Animation */
    height: 0%;
}



.hl-lines__line-item.active  .hl-lines__line-item__line-col:after {
    animation-delay: 0.5s;
    animation-duration: 0.5s;
    animation-name: processStreachLine;    
    animation-fill-mode: forwards;
}



.odd .hl-lines__line-item__line-col:after {
    left: auto;
    right: 0;
}

.even .hl-lines__line-item__line-col:after {
    right: auto;
    left: -2px;
}


.hl-lines__line-item__line-text {
    opacity: 0;
}


.hl-lines__line-item.active .hl-lines__line-item__line-text {
        
    animation-delay: 0.8s;
    animation-duration: 0.5s;
    animation-name: FadeIn;    
    animation-fill-mode: forwards;
}


.even .hl-lines__line-item__line-text,
.even .hl-lines__line-item__line-col {
    transform: skew(18deg);
}


.hl-lines__line-item__line-text_inner {
    padding: 68px 28px;
}


.hl-lines__line-item__number {
    background: #000;
    color: #fff;
    position: absolute;
    top: 60px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    padding: 13px;
    font-family: 'Times new roman'; 
}


.hl-lines__line-item__number-inner {
  position: relative;  
}


.hl-lines__line-item__text h2 {
    font-size: 23px;
    font-weight: 300;
    margin: 0;
}


.hl-lines__line-item__text ul {
    padding: 0 !important;
    list-style-position: inside;
}





/* ODD COL */

.hl-lines__line-item.odd  .hl-lines__line-item__number {
    right:auto;
    left: -12px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    
    border-bottom-right-radius: 90px;
    border-top-right-radius: 90px;
    
    transform: skew(18deg) rotate(13deg) !important;  
}


.hl-lines__line-item.odd .hl-lines__line-item__number-inner {
    right: auto;
    left: 4px;
    transform: skew(0deg) rotate(-13deg) !important;
}



.hl-lines__line-item.odd .hl-lines__line-item__line-col:before {
    content: '';
    position: absolute;
    top: 83px;
    right: 27px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    opacity: 0;
    transform: skew(18deg);
}


.hl-lines__line-item.odd.active .hl-lines__line-item__line-col:before {
    animation-delay: 0.5s;
    animation-duration: 0.8s;
    animation-name: fadeInLeftProcessIcon;
    animation-fill-mode: forwards;
}


/* Even COL */


.hl-lines__line-item.even  .hl-lines__line-item__number {
    left: auto;
    right: -12px;    
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    
    border-bottom-left-radius: 90px;
    border-top-left-radius: 90px;
    
    transform: skew(-18deg) rotate(-13deg) !important;
}


.hl-lines__line-item.even .hl-lines__line-item__number-inner {
    left: auto;
    right: 4px;
    transform: skew(0deg) rotate(13deg) !important;
}


.hl-lines__line-item.even .hl-lines__line-item__text {
    text-align: left;
    direction: rtl;
}


.hl-lines__line-item.even .hl-lines__line-item__line-col:before {
    content: '';
    position: absolute;
    top: 83px;
    left: 27px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    opacity: 0;
    transform: skew(-18deg);
}


.hl-lines__line-item.even.active .hl-lines__line-item__line-col:before {
    animation-delay: 0.5s;
    animation-duration: 0.8s;
    animation-name: fadeInRightProcessIcon;
    animation-fill-mode: forwards;
}




.hl-lines--visible-mobile .hl-lines__line-item .hl-lines__line-item__line-col:before {
    width: 60px;
    height: 60px;
}

.hl-lines--visible-mobile .hl-lines__line-item.even.active .hl-lines__line-item__line-col:before {
    left: auto;
    right: 48px;
    animation-name: fadeInLeftProcessIcon;
}


/****************************************************************
 
----------------------------- Footer ----------------------------
 
***************************************************************/
    
    
/* -- ***** Copyright
---------------------------------------------------------------*/    

#copyright {   
    margin: 50px 8% 20px 0;
    background: transparent !important;
    /*width: 58.8%;*/
    max-width: 820px;
    position: relative;
}


.home #copyright {
    position: absolute;
    bottom: 0;
    left: 9%;
    max-width: 750px;
}



.footer-text {
    text-align: left;
    direction: rtl;
    color: rgba(0,0,0,.5);
    font-weight: 200;
}



.footer-text a {
    color: rgba(0,0,0,.5);
}



.single-pojo_gallery #copyright,
.post-type-archive-pojo_gallery #copyright {
    max-width: 940px;
}


.single-event-type #copyright {
   max-width: 100%;
}


    
/****************************************************************
 
----------------------- Global Elements ------------------------
 
****************************************************************/

ul.msm-social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    
    position: relative;
    top: -9px;
}


ul.msm-social-icons li {
    display: inline-block;
    height: 16px;
}

ul.msm-social-icons li img {
    vertical-align: bottom;
}


ul.msm-social-icons li {
    margin-left: 16px;
}


.hl-practice ul,
.page-content-section  ul {
    padding-left: 0;
}

.hl-practice ul li:before,    
.page-content-section  ul li:before {
    margin-left: auto;
    margin-right: -1em;

}


/* Accssabilty */

#enable-toolbar button#enable-toolbar-trigger .keyboard-shorcut, 
body.keyboard-navigation #enable-toolbar .keyboard-shorcut {
    opacity: 0 !important;
}



/* -- ***** Floating contact bar
---------------------------------------------------------------*/

.hl-floating-contact-bar {
    
    position: fixed;
    bottom: 0;
    z-index: 9999;
    color: #fff;
    background: rgba(255,255,255,0.98);
    height: 50px;
    width: 100%;
    padding: 0 15px;
    overflow: hidden;
}


.hl-floating-contact-bar ul.msm-social-icons {
    top: 6px;
}



.hl-floating-contact-bar ul.phones-list {
    list-style: none;
    margin: 0;
    padding: 0;
    
    text-align: right;
    position: relative;
    top: 6px;
}


.hl-floating-contact-bar ul.phones-list li {
    display: inline-block;
}


.hl-floating-contact-bar ul.phones-list li:first-child {
    margin-left: 15px;
}


.hl-floating-contact-bar ul.phones-list li a {
    display: inline-block;
    border-radius: 50%;
}


.hl-floating-contact-bar ul.phones-list li a,
.hl-floating-contact-bar ul.phones-list li i:before 
{
    width: 40px;
    height: 40px;
    line-height: 40px;
}


.hl-floating-contact-bar ul.phones-list li a.phone {
    background: #000;
}


.hl-floating-contact-bar ul.phones-list li a.whatsup {
    background: #25d366;
}


.hl-floating-contact-bar ul.phones-list li a.whatsup i { 
    font-size: 32px;
    
}


.hl-floating-contact-bar ul.phones-list li a.phone i { 
    font-size: 23px;    
}


.hl-floating-contact-bar ul.phones-list li i:before {
    font-size: 28px;
    font-weight: 400;
    color: #FFF;
    font-family: fontawesome;
    display: block;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}



.hl-floating-contact-bar .col-xs-5,
.hl-floating-contact-bar .col-xs-7 {
    float: right;
}


/* -- ***** Outsourced Marketing
---------------------------------------------------------------*/

.page-template-page-template-outsourced-marketing .page-right-section_inner {
    max-width: 1240px;
    position: relative;
    z-index: 1;
}


/* -- ***** Circle Element
---------------------------------------------------------------*/

.hl-circle-big {
    position: relative;
    height:236px;
    width:236px;
    padding: 21px;
    border-radius: 50% 50%;
    margin: 10px auto 24px;
    background:transparent;
}


.hl-circle-main-text {
  display:block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  text-align:center;
  font-size: 17px;
}


.hl-circle {   
    border-radius: 50%;
    width: 30px;
    height: 30px;
    /*background-color: red;*/
    background-color: transparent;
    display: block;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    margin: -15px;
    
    /* For Anim */
    visibility: hidden;
    
}

.hl-circle:after {
  content:'';
  transform: rotate(90deg);
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  
}


.hl-one { transform: rotate(0) translate(100px);         }
.hl-two { transform: rotate(-30deg) translate(100px);    }
.hl-three { transform: rotate(-60deg) translate(100px);  }
.hl-four { transform: rotate(-90deg) translate(100px);   }
.hl-five { transform: rotate(-120deg) translate(100px);  }
.hl-six { transform: rotate(-150deg) translate(100px);   }
.hl-seven { transform: rotate(-180deg) translate(100px); }

.hl-one-neg { transform: rotate(-210deg) translate(100px);   }
.hl-two-neg{ transform: rotate(-240deg) translate(100px);    }
.hl-three-neg { transform: rotate(-270deg) translate(100px); }
.hl-four-neg { transform: rotate(-300deg) translate(100px);  }
.hl-five-neg { transform: rotate(-330deg) translate(100px);  }




/* Inner Page galleries */
.page-content-section .ms-view {
    background: transparent !important;
}



/* Anim */

@-moz-keyframes showEffect {
    0% { display: none; visibility: hidden; }
    100% { display: block; visibility: block;  }

}
@-webkit-keyframes showEffect {
    0% { display: none; visibility: hidden; }
    100% { display: block; visibility: block;  }

}
@keyframes showEffect {
    0% { display: none; visibility: hidden; }
    100% { display: block; visibility: block;  }
}


@keyframes fadeInd {
  99% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}


/* -- ***** Animation
---------------------------------------------------------------*/


/* Line widen */

@keyframes shortToLongWidth {
  0% {}
  100% { width: 27px }  
}



@keyframes FadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}


.fadeIn {
    animation-name: FadeIn;
    animation-duration: 3s;
}


@keyframes FadeInRight {
    from {
            right:   -100px;
            opacity: 0;
         }
    to {
            right: -312px;
            opacity: 1;
       }
}


@keyframes FadeInImagePercent {
    from {
            right:   0;
            opacity: 0;
         }
    to {
            right: -65%;
            opacity: 1;
       }
}






@keyframes FadeInImageEvents {
    from {
            right:   10%;
            opacity: 0;
         }
    to {
            right:   0;
            opacity: 1;
       }
}





@keyframes imageCoverMoveRightBlog {
    from {
            right:   -200px;
         }
    to {
            right:   -74px;
       }
}



@keyframes imageCoverMoveRightBlogMobile {
    from {
            right:   -123px;
         }
    to {
            right:   -43px;
       }
}



@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}



@-webkit-keyframes fadeInLeftProcessIcon {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    /*-webkit-transform: none;*/
    /*transform: none;*/
    transform: skew(18deg) !important;
  }
}

@keyframes fadeInLeftProcessIcon {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    /*webkit-transform: none;*/
    /*transform: none;*/
    transform: skew(18deg) !important;
  }
}




@-webkit-keyframes fadeInRightProcessIcon {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    /*-webkit-transform: none;*/
    /*transform: none;*/
    transform: skew(18deg) !important;
  }
}

@keyframes fadeInRightProcessIcon {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    /*webkit-transform: none;*/
    /*transform: none;*/
    transform: skew(18deg) !important;
  }
}




@keyframes fadeInPercent {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);*/
      transform: translate(20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}



@keyframes FadeInImageMobile {
    from {
            right:   20.4%;
            opacity: 0;
         }
    to {
            right: 15.6%;
            opacity: 1;
       }
}


@-webkit-keyframes FadeInTitleLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40%, 0, 0);
    transform: translate3d(40%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}





@keyframes processStreachLine {
  from {
    height: 0;
  }
  to {
    height: 100%; 
  }
}



@keyframes processShowRightNumber {
  from {
    right: -41px;
  }
  to {
    right: -12px;
  }
}



@keyframes processShowLeftNumber {
  from {
    left: -41px;
  }
  to {
    left: -12px;
  }
}






.pojo-load-more.button {
    border: none;
    font-size: 22px;
    font-weight: 300;
    padding: 0;
    line-height: 1.227;   
}



p {
    margin: 0 0 20px;
}


.hl-practice-mobile ul,
.hl-practice ul,
.page-content-section ul {
    list-style: none;
}


.hl-practice ul li:before,
.page-content-section ul li:before {
    content: "\2022";
    color: #7d7d7d;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-right: auto;
    margin-left: -1em;
}



.page-content-section ul li:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/wp-content/themes/atlanta-child/assets/images/list-bullet.png) no-repeat;
    margin-left: auto;
    margin-right: 10px !important; 
}



/*-----------------------------------------------------------*/
/*----------------------- Responsive ------------------------*/
/*-----------------------------------------------------------*/



@media (min-width: 992px) {

.container {
    max-width: 100% !important;
    padding: 0 !important;
}


}


@media screen and  (min-width: 990px) and (orientation: portrait) {

    #responsive-iframe {
        max-height: 954px;
    }
    
    .home-iframe-slogan {
        bottom: 34% !important;
    }

}






@media (min-width: 1575px) and (max-width: 1685px) {


/* -- ***** Event Types
---------------------------------------------------------------*/

.hl-event-type__title {
    min-width: 294px;
}

    
  /* 1575 - 1685 */   

}



@media (min-width: 1469px) and (max-width: 1625px) {
 
    /* -- ***** Main
    ---------------------------------------------------------------*/
    
    .hl-practice.intro-text h1 {
        font-size: 32px;
    }   

} /* 1469 - 1625 */



@media screen and (max-width: 1469px) {
 
 
/* -- ***** Main
---------------------------------------------------------------*/


.our-solutions li .our-solutions__title h2 {
    font-size: 14px;
}    
       

} /* 1469 */



@media screen and (max-width: 1024px) {
 
 
/* -- ***** Main
---------------------------------------------------------------*/


.our-solutions li img {
    max-width: 54px;
}
     

} /* 1024 */



@media (min-width: 1349px) and (max-width: 1469px) {

/* -- ***** Main
---------------------------------------------------------------*/

.hl-practice.intro-text h1 {
    font-size: 32px;
}

/* Home-> carousel */
.bx-wrapper .bx-controls-direction a {
    display: none;
}

/* -- ***** Event Types
---------------------------------------------------------------*/

    .hl-event-type__title {
        min-width: 260px;
    }

    
} /* 1349 - 1469 */




@media (min-width: 991px) and (max-width: 1349px) {
    

/****************************************************************
 
----------------------------- Pages ----------------------------
 
***************************************************************/


/* -- ***** Main
---------------------------------------------------------------*/

.hl-practice.intro-text h1 {
    font-size: 30px;
}    
    

.hl-practice.intro-text {
    top: 16%;
}    


.hl-practice.active:not(.intro-text) .intro-text-read-more-up {
    right: 13%;
}
    
/* -- ***** Event Types
---------------------------------------------------------------*/    

.hl-event-type__title {
    right:auto;
    /*padding: 80px 15px 80px 70px;*/    
    left: -273px;
    min-width: 245px;
}    


.hl-event-type__image a {
   /* clip-path: polygon(0px -55.79%, 44% -45.40%, 8.38% 149.23%, 0px 100%);*/
}



    
} /* 992 - 1349 */




@media (min-width: 768px) and (max-width: 991px) {
    

/****************************************************************
 
----------------------------- Pages ----------------------------
 
***************************************************************/


/* -- ***** Main
---------------------------------------------------------------*/

.hl-practice.active:not(.intro-text) .intro-text-read-more-up {
    right: 15%;
}
    
    
/* -- ***** Event Types
---------------------------------------------------------------*/   


.hl-event-type {
    padding: 0;
    margin-bottom: 40px;
} 

.hl-event-type__title {
    width: 75%;
   /* padding: 80px 15px 80px 80px;*/
    min-width: unset;
    right: auto;


    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0.65) 45%, rgba(255,255,255,1) 53%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(30%, rgba(255,255,255,0)), color-stop(45%, rgba(255,255,255,0.65)), color-stop(53%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0.65) 45%, rgba(255,255,255,1) 53%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0.65) 45%, rgba(255,255,255,1) 53%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0.65) 45%, rgba(255,255,255,1) 53%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0.65) 45%, rgba(255,255,255,1) 53%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
    
    background: white;
}

.hl-event-type__title-inner {
    width: 100%;
}

.hl-event-type__image {
    display: flex;
    width: 100%;
    position: absolute;
    top: 51%;
    transform: translateY(-50%);
}

.hl-event-type__image img {
    min-width: unset;
}

    
} /* 768 - 991 */




@media (min-width: 768px) and (max-width: 990px) {



/****************************************************************
 
----------------------------- Pages ----------------------------
 
***************************************************************/

/* -- ***** Main
---------------------------------------------------------------*/

#responsive-iframe {
    max-height: 733px;
}



.hl-practice {
    margin-right: 25%;
}


.hl-practice-text-half {
    padding: 6px 30px;
}

.hl-practice .hl-practice__read-more, 
.hl-practice .hl-practice__text {
    font-size: 15px;
}

.hl-practice:before {
    width: 84%;
    height: 100%;
    right: -64%;
    top: 0;
    background-size: contain !important;
}


.hl-practice.active:before {
       animation-name: FadeInImagePercent;  
}


    
} /* 768 - 1050 */




@media (max-width: 991px) {


/****************************************************************
 
----------------------------- HEADER ----------------------------
 
***************************************************************/

/* -- ***** Menu
---------------------------------------------------------------*/ 
 
    .navbar-collapse.collapse:not(.in) {
        display: none !important;
    }
    


/* -- ***** Single Event
---------------------------------------------------------------*/

.single-event__gallery_container {
    margin-top: 37px;
}


.single-event-type .event-bottom-text {
    margin-top: 40px;
}
    

} /* 991px */




@media (min-width: 768px) and (max-width: 1349px) {
       
    
/****************************************************************
 
----------------------------- HEADER ----------------------------
 
***************************************************************/

#top-bar {
    max-width: 665px;
}

header#header {
    margin: 0;
    padding-left: 25px;
}

.container {
    padding: 0 !important;
    margin-right: 0;
    margin-left: 0;
    
    max-width: calc(665px - 43px) !important;
}


.logo {
    margin-top: -32px !important;
}


/* Change to hamburger */

.home #header {
    margin-right: 0 !important;
    max-width: 600px;
}

header#header .visible-sm:not(.mobile-menu) {
    display: block!important;
}


header#header .hidden-sm {
    display: none!important;
}
  
.menu-open .mobile-menu {
    display: block !important;
}  
  


/* -- ***** Mobile Menu 
---------------------------------------------------------------*/

.nav-main .navbar-collapse .mobile-menu {
    width: 41.32em;
    padding-top: 30px;
    padding-bottom: 5px;
    padding-right: 25px;
}


header.htmline-sticky-header-on .nav-main .navbar-collapse .mobile-menu {
    background: #FFF;
}    


.nav-main .navbar-collapse .mobile-menu {
    border: none;
    background-image: -webkit-linear-gradient(to bottom, rgba(255,255,255,0.1) 0%, rgba(255,255,255,1) 10%);
    background-image: -moz-linear-gradient(to bottom, rgba(255,255,255,0.1) 0%, rgba(255,255,255,1) 10%);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%, rgba(255,255,255,1) 10%);
}



/****************************************************************
 
----------------------------- Pages ----------------------------
 
***************************************************************/

/* -- ***** Main container
---------------------------------------------------------------*/

#content {
    max-width: 665px !important;
    padding-right: 43px!important;
    margin-right: 0;
    margin-left: 0;
}

#primary #content #main {
    max-width: 665px;
    padding: 0;
}

body:not(.home) #primary #content #main {
    max-width: 100%;
    width: 100%;
}


body:not(.home) .container {
    padding: 0 !important;
    margin-right: 0;
    margin-left: 0;
    max-width: 100% !important;
    width: 100%;
}


body:not(.home) #content {
    max-width: 100% !important;
    padding-right: 0!important;
}





/* -- ***** Main
---------------------------------------------------------------*/
#top-bar,
.hl-practice.intro-text,
.hl-practice .hl-practice__read-more, 
.hl-practice .hl-practice__text {
    font-size: 16px !important;
}

     
} /* 768 - 991 */





@media (min-width: 768px) and (max-width: 1090px) {
    
    
  .page-left-section {
        background-size: contain !important;
        min-height: 2000px;
  }
  
  
  .page-left-section_triangle-mask {
        -webkit-mask-size: contain !important;
        min-height: 2000px;
  }  
    
    
} /* 768 - 1090 */




@media (max-width: 767px) {



/****************************************************************
 
----------------------------- HEADER ----------------------------
 
***************************************************************/

.home #header {
    margin-right: 0 !important;
}

#header {
    transition: none !important;
    margin:0;
    padding: 0 18px;
}

body:not(.home) #header {
    padding: 0 18px !important;
}

body.menu-open  #header {
    margin:0;
    padding: 0 18px;
    background: #fff !important;
    transition: none !important;
}



.container.logo-menu-container {
    padding: 0;
}



/* -- ***** Logo
---------------------------------------------------------------*/
    
header#header.htmline-sticky-header-on .logo-img .logo-img-secondary {
    display: none !important;
}   


header#header.htmline-sticky-header-on .logo-img .logo-img-sticky-mobile {
    display: block;
}    



header#header.htmline-sticky-header-on { 
    background-color:rgba(255,255,255,1) !important; 
}

header#header.htmline-sticky-header-on .logo {
    padding: 0;
    margin: 24px 0 5px !important;
}


header#header.htmline-sticky-header-on .navbar-toggle {
    margin-top: 18px;
    padding-right: 0;
}


header#header.htmline-sticky-header-on .logo .logo-img {
    max-width: 94px;
}



/* -- ***** Menu -> Submenu
---------------------------------------------------------------*/
#header.logo-left .nav-main {
    margin-top: 0;

}


.nav-main .navbar-collapse .mobile-menu {
    width: 100%;
}



html.noscroll {
    overflow: hidden;
}

body.noscroll {
    overflow: visible;
    height: 100%;
}


.navbar-collapse {
    height: 80vh;
    max-height: 500px !important;
    /*
    overflow-y: scroll;
    overflow-x: hidden;*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    
}

body.menu-open #header .nav-main {
    width: 100vw;
    height: 100vh;
    background: #fff;
}


/* -- ***** Menu -> Submenu -> Hamburger
---------------------------------------------------------------*/ 


.logo-img-secondary {
    margin-top: 32px;
}


.navbar-toggle {
    margin-top: 18px;
}


/****************************************************************
 
----------------------------- Pages ----------------------------
 
***************************************************************/

/* -- ***** Main
---------------------------------------------------------------*/

.home {
    overflow-y: visible;
}


.home #primary .container {
    padding: 0;
}

.mobile-top-section {
    position: fixed !important;
    top: 0;
    left: 0 !important;
    z-index: 1;
}


#areas-of-practice-mobile {
    overflow: hidden;
}

.home-mobile #responsive-iframe.mobile {
    top: 10px;
    left: 0;
    height: 540px;
    width: 100%;
    transform: scale(1.4) translate(-7.9%, 13%);
}

.mobile-text-section {
    position: relative;
    z-index: 99;
    margin-top: 540px;
    padding: 2px 15px 0;
    background: #fff;
    
}

.mobile-text-section:before {
    content: '';
    display: block;
    width: 100%;
    height: 75px;
    background: url("/wp-content/themes/atlanta-child/assets/images/home-mobile-top-gradient.png");
    position: absolute;
    top: -67px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.hl-practice-mobile {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8;
    color: #000;
    margin-bottom: 28px;
}


.hl-practice-mobile__title-container {
    display: table;
    width: 100%; 
    overflow: hidden;
    margin-bottom: 10px;
    min-height: 255px;
}


.hl-practice-mobile__title-container__image ,
.hl-practice-mobile__title-container__text {
    padding: 13px;
    background: #FFF;
    display: table-cell;
    width: 50%;
    position: relative;
    vertical-align: middle;  
}


.hl-practice-mobile__title-container__image {
    padding: 0;
    left: 15.6%;
}

.hl-practice-mobile__title-container__text {
    transform: skew(18deg);
    border-left: 1px solid #000;    
}


.hl-practice-mobile__title {
    display: table-caption;
    font-size: 33px;
    font-weight: 100;
    color: rgba(0, 0, 0, 0.8);
    margin: 0;
    padding: 0;
    line-height: 0.909;
}


.hl-practice-mobile__read-more {
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
    color: rgba(0,0,0,.8);
    margin-bottom: 15px;
    text-align: left;
    float: left;
}



.hl-practice-mobile.hl-practice-mobile__intro-text h1 {
    font-size: 30px;
    font-weight: 500;
    font-family: 'Heebo', Arial, sans-serif ;
    color: #00b2c7;
    text-align: center;
}




.hl-practice-mobile.hl-practice-mobile__intro-text {
    margin-bottom: 72px;
}


.hl-practice-mobile.hl-practice-mobile__intro-text ul {
    padding-right: 0;
}

.hl-practice-mobile.hl-practice-mobile__intro-text ul li:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: auto;
    margin: 0 10px;
    background: url("/wp-content/themes/atlanta-child/assets/images/list-bullet.png") no-repeat;
    vertical-align: middle;
}




.home-iframe-slogan.mobile {
    bottom: auto;
    top: -5.3%;
    left: 0;
    position: absolute;
    transform: translate(calc(100vw - 260px), -3%);
    font-size: 37px;
    max-width: 140px;
    direction: ltr;
    color: #8d8d8d;
}


.home-iframe-slogan.mobile:first-letter {
    margin-left: 10px
}


.home-iframe-slogan.mobile span {
    background: transparent !important;
    padding-bottom: 0;
}



.hl-practice-mobile .hl-practice-mobile__title-container__image,
.hl-practice-mobile .hl-practice-mobile__title-container__text,
.hl-practice-mobile .hl-practice-mobile__title {
opacity: 0;
   
}

/* Border */
.hl-practice-mobile.active .hl-practice-mobile__title-container__text {
    animation-delay: 0.2s;
    animation-duration: 0.4s;
    animation-name: FadeIn;    
    animation-fill-mode: forwards;
}


/* Image */
.hl-practice-mobile.active .hl-practice-mobile__title-container__image { 
    animation-delay: 0.4s;
    animation-duration: 0.4s;
    animation-name: FadeInImageMobile;    
    animation-fill-mode: forwards;
}



/* Text */
.hl-practice-mobile.active .hl-practice-mobile__title-container__text .hl-practice-mobile__title { 
    animation-delay: 0.4s;
    animation-duration: 0.4s;
    animation-name: FadeInTitleLeft;    
    animation-fill-mode: forwards;
}



/* -- ***** General Page
---------------------------------------------------------------*/


body:not(.home) #content {
    margin: 0;
}


body:not(.home) .container {
    padding: 0;
}




body:not(.home):after {
    display: none;
}


.page-left-section,
.page-left-section_triangle-mask {
    display: none;
} 



.page-right-section {
    background: #FFF;
    right: auto;
    width: 100%;
    min-height: auto;
    padding-top: 0;
    margin-top: 290px;
}


.page-right-section_inner {
    padding: 0 18px;
    position: relative;
    background: #FFF;
    z-index: 2;
}



.page-right-section:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(http://www.msm-marketing.co.il/wp-content/themes/atlanta-child/assets/images/triangle_mask_mobile.png) no-repeat;
    background-position: 0 top;
    background-size: calc(100vw - 128px);
    pointer-events: none;
    z-index: 9999;
    mix-blend-mode: multiply;
    
    transform: scaleX(-1);
}



section.mobile-background.visible-xs:after {
    content: '';
    position: fixed;
    top:0;
    left: 0;
    width: calc(100vw - 128px);
    height: 290px;
    background: #51d7db;
    mix-blend-mode: multiply;
    pointer-events: none;
    
    -webkit-mask: url(http://www.msm-marketing.co.il/wp-content/themes/atlanta-child/assets/images/triangle_mask_mobile.png);
    -webkit-mask-size: 100%;
        
    
}


section.mobile-background.visible-xs:before {
    content: '';
    position: fixed;
    top: 0;
    right: -51px;
    width: 224px;
    height: 290px;
    background: rgba(255,255,255,.8);
    transform: skew(-17deg);   
}


#primary .page-title h1 {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 15px;
    font-size: 33px;
}



/* -- ***** Blog
---------------------------------------------------------------*/

.hl-rect-item__desktop {
    display: none;
}


.hl-rect-item__mobile {
    display: block;

}


.hl-rect-item__mobile .entry-excerpt {
    font-size: 15px;
    font-weight: 300;
    color: #000;   
}



.hl-rect-item__mobile .entry-meta .read-more,
.hl-rect-item__mobile .entry-meta .read-more a {
    font-size: 16px;
    font-weight: 300;
    color: #000;  
}


.hl-rect-item__mobile .entry-meta {
    border: none;
    top: -24px;
}


.hl-rect-item__mobile .entry-meta:after {
    display: none;
}


.hl-rect-item-mobile__entry-title-container {
  display: flex;
  position: relative;
  background-color: #ededed;
  flex-wrap: wrap;
  margin-top: 0;
}



.hl-rect-item-mobile__title, 
.hl-rect-item-mobile__image {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}



.hl-rect-item-mobile__image {
    flex-basis: 26vw; 
}


.hl-rect-item-mobile__image img {
  height: 100%;
  width: 100%;
  object-fit:cover;
}


.hl-rect-item-mobile__image a {
    max-width: 100% !important;
    margin: 0 !important;
    height: 100%;
}


.hl-rect-item-mobile__title {
    transform: skew(18deg);
    background: #ededed;
    padding: 20px 10px;
    position: relative;
    left: -60px;
    min-height: 150px;
}    


.hl-rect-item-mobile__title a {
    font-size: 15px;
    font-weight: 600;
    color: #000; 
}


/* -- ***** Testimonials
---------------------------------------------------------------*/

.hl-testimonial {
    margin-top: 50px;
}


.hl-testimonial .hl-testimonial__title .entry-title,
.hl-testimonial .hl-testimonial__title .entry-title a {
    font-size: 22px;
}



/****************************************************************
 
----------------------------- Pages ----------------------------
 
***************************************************************/


/* -- ***** Home
---------------------------------------------------------------*/

.our-solutions > * {
    -webkit-box-flex: 0;
    flex: 0 0 33%;
}

.our-solutions li .our-solutions__solution-container {
    margin-bottom: 3rem;
}
    
    
/* -- ***** Event Types
---------------------------------------------------------------*/   

.hl-event-type-visible-desktop {
    display: none;
}

.hl-event-type-visible-mobile {
    display: block;
}


.hl-event-type-mobile__top-container {
    display: table;
    width: 100%;
    overflow: hidden;
}


.hl-event-type-mobile {
    padding: 0;
}


.hl-event-type-mobile .entry-meta .read-more,
.hl-event-type-mobile .entry-meta .read-more a {
    font-size: 13px;
    font-weight: 300;
    color: #000;  
}


.hl-event-type-mobile .entry-meta:after {
    display: none;
}


.hl-event-type-mobile .entry-meta {
    border: none;
    float: right;
    margin: 0;
    display: inline-block;
    margin-top: -10px !important;
}



.hl-event-type-mobile__top-container {
    display: table;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
    
.hl-event-type-mobile__image {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 35%;
}


.hl-event-type-mobile__image a {
    display: block;
    position: relative;
    clip-path: polygon(0px 0px, 61.34% -16.75%, 100.65% 126.46%, 0% 100%);
}

.hl-event-type-mobile__image img {
    min-width: 190px;
    height: 222px;
}



.hl-event-type-mobile__title-inner {
    position: relative;
    top: -56px;
    width: 80%;
    height: 125px;
}

    
.hl-event-type-mobile__title {

    display: table-cell;
    width: 75%;
    position: relative;
    vertical-align: middle;    
    transform: skew(18deg);

    border-right: none;
    border-left: 1px solid #000;
    
    padding: 70px 15px;
    right:auto;
    left: -53px;
    min-width: 276px;
}



.hl-event-type-mobile .hl-event-type-mobile__title .entry-title {
    margin: 0;
}

.hl-event-type-mobile .hl-event-type-mobile__title .entry-title a {
    color: #000;
    font-size: 20px;
    font-weight: 200;  
}


.media-body.hl-event-type-mobile__text {
  font-size: 15px;
  line-height: 1.3em;
  margin-top: 7px;  
}


/* -- ***** Gallery
---------------------------------------------------------------*/

.gallery-archive.gallery-columns-3 .gallery-item, 
.gallery.gallery-columns-3 .gallery-item {
    max-width: 100%;
}


.gallery-archive.gallery-columns-3 .gallery-item {
    float:none !important;
}


/* -- ***** Outsourced Marketing
---------------------------------------------------------------*/

/* -- ***** Circle Element
---------------------------------------------------------------*/

.circle-bottom-text {
    padding: 0 40px;
    margin-bottom: 20px;
}


/* -- ***** About
---------------------------------------------------------------*/


.hl-team-member__image {
    margin-bottom: 10px;
}    
    
.hl-team-member .hl-team-member__title h3 {
    text-align: center;
}


/* -- ***** Process
---------------------------------------------------------------*/


.hl-lines--visible-desktop {
    display: none;
}

.hl-lines--visible-mobile {
    display: block;
}


.hl-lines__line-item.even .hl-lines__line-item__text {
    font-size: 15px;
    text-align: left;
    direction: ltr;
}


.even .hl-lines__line-item__line-col:after {
    left: auto;
    right: 0px;
}



.even .hl-lines__line-item__line-text, 
.even .hl-lines__line-item__line-col {
    overflow: hidden;
}



.hl-lines__line-item__line-col, 
.hl-lines__line-item__line-text {
    min-width: 128px; /*90px;*/
}



.hl-lines__line-item.even .hl-lines__line-item__line-text_inner {
    padding-left: 0;
}    
    
.hl-lines__line-item.odd .hl-lines__line-item__line-text_inner {
    padding-right: 0;
}    
    
/****************************************************************
 
----------------------- Global Elements ------------------------
 
****************************************************************/


.page-content-section ul li {
    list-style-position: inside;
    text-indent: -8px;
    padding-right: 1em;
}



/* -- ***** Floating contact bar
---------------------------------------------------------------*/

/* 50px for the flying contact bar */
body {
    margin-bottom: 50px;
}


.home #copyright {
    position: static;
}


.page-template-page-template-process #copyright  {
   padding: 0 15px;
}


/* Accssabilty */
#enable-toolbar {
    display: none;
}
/*
body.trigger-position-left #enable-toolbar-trigger {
    top: -6px;
    left: 0 !important;
    right: 0;
    margin: 0 auto;
}*/


    
} /*767*/




@media (max-width: 539px) { 

/*****************************************************
 
----------------------- Pages ------------------------
 
******************************************************/


/* -- ***** Main
---------------------------------------------------------------*/   

.our-solutions > * {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
}


.our-solutions li img {
    max-width: 73px;
}


.our-solutions li .our-solutions__title h2 {
    font-size: 13.5px;
}

.our-solutions li .our-solutions__solution-container {
    padding-left: 5px;
}

   
}/*539*/



@media (max-width: 499px) { 
/****************************************************************
 
----------------------- Pages ------------------------
 
****************************************************************/


/* -- ***** Blog
---------------------------------------------------------------*/    


.hl-rect-item-mobile__image {
    flex-basis: 18vw;
}



/* -- ***** Contact
---------------------------------------------------------------*/

.hl-conact-from-container .pojo-form .field {
    width: 81%;
}


} /* 499 */





@media (min-width: 395px) and (max-width: 469px) { 
    
/*****************************************************
 
----------------------- Pages ------------------------
 
******************************************************/


/* -- ***** Events
---------------------------------------------------------------*/    

.hl-event-type-mobile__image img {
    min-width: 190px !important;
    height: 190px !important;
}


} /* 395 - 469 */




@media (max-width: 394px) { 
    

/*****************************************************
 
----------------------- Pages ------------------------
 
******************************************************/


/* -- ***** Events
---------------------------------------------------------------*/    

.hl-event-type-mobile__image img {
    min-width: 130px !important;
    height: 130px !important;
}    
    

.hl-event-type-mobile__title-inner {
    width: 143%;
}
    
    
    
} /* 394 */



@media (max-width: 320px) { 
/****************************************************************
 
----------------------- Pages ------------------------
 
****************************************************************/


/* -- ***** Blog
---------------------------------------------------------------*/    


.hl-rect-item-mobile__image {
    flex-basis: 3vw;
}



} /* 320 */




@media (max-width: 380px) { 
    
    
/****************************************************************
 
----------------------- Global Elements ------------------------
 
****************************************************************/


/* -- ***** Floating contact bar
---------------------------------------------------------------*/

.hl-floating-contact-bar ul.msm-social-icons li {
    margin-left: 9px;
}



.hl-floating-contact-bar ul.phones-list li a, .hl-floating-contact-bar ul.phones-list li i:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
}


.hl-floating-contact-bar ul.phones-list li i:before {
    font-size: 20px;
}


.hl-floating-contact-bar ul.phones-list {
    top: 11px;
}



/****************************************************************
 
----------------------------- Pages ----------------------------
 
***************************************************************/
    
    
/* -- ***** Event Types
---------------------------------------------------------------*/   

.hl-event-type-mobile__image img {
    min-width: 170px;
    height: 170px;
}

/*
.hl-event-type-mobile__image a {
	clip-path: polygon(0px -30%, 95.89% -35.29%, 42.35% 132.94%, 0 120.32%);
}*/

.hl-event-type-mobile__title {
    min-width: 52px;
}


} /* 380 */




/* (1366x768) WXGA Display */
@media  screen and (max-width: 1366px) {
    
    
/****************************************************************
 
----------------------------- Pages ----------------------------
 
***************************************************************/

/* -- ***** Main
---------------------------------------------------------------*/

    .hl-practice-text-half {
        padding: 10% 30px !important;
    }
    
    .home-iframe-slogan {
        letter-spacing: 1px;
    }
} /* 1366 */







@media only screen and (max-device-width: 990px) and (min-device-width: 600px) {

/****************************************************************
 
----------------------------- Pages ----------------------------
 
***************************************************************/

/* -- ***** Main
---------------------------------------------------------------*/


.home-iframe-slogan span {
    background: transparent;
    padding-bottom: 0;
}

.home-iframe-slogan {
    bottom: 22%;
    right: 13.2%;
}


.hl-practice.intro-text h1 {
    font-size: 23px;
}


.hl-practice.intro-text {
    top: 18%;
    font-size: 14px !important;
}

.hl-practice.intro-text .intro-text-read-more {
    margin-top: -5px;
}

} /* 990 - 600 */




@media only screen and (max-device-width: 899px) and (min-device-width: 768px) {

    .home-iframe-slogan {
        bottom: 30% !important;
    }
    
    .our-solutions li .our-solutions__title h2 {
       font-size: 10px;
    }
    
} /* 768 - 899 */




@media screen and (orientation:portrait) {
     background: blue !important;
}


/***********************************************************************************/
/* Directions */

@media (min-width: 1349px) and (max-width: 1575px) {
    
    .home #header {
        margin: 0 0 0 15px;
    }
    
    body:not(.home) #header {
        padding: 0 0 0 15px;
    }
 
    
    /* Page */   
    
    body:not(.home) #content {
        margin: 0 0 0 1%;
    }
    
    .page-right-section {
        width: 66.1%;
    }
    
    
    /* Footer */
    .home #copyright {
     /*   left: -6%;*/
    }
    
}




@media (min-width: 768px) and (max-width: 1349px) {
   

/****************************************************************
 
----------------------------- HEADER ----------------------------
 
***************************************************************/


/* -- ***** Topbar 
---------------------------------------------------------------*/

.top-bar-details-container {
    padding-left: 0;
    float: right;
    
    position: relative;
    right: -6%;
}


body:not(.home) .top-bar-details-container {
    right: 6%;
}


ul.msm-social-icons li {
    margin-right: 12px;
}


.call-us-line {
    margin-right: 22px;
}



body:not(.home) #header {
    padding-left: 25px;
}



/* -- ***** Menu
---------------------------------------------------------------*/

.navbar-toggle {
    position: relative;
    top: -23px;
    padding: 0;
}


#header.logo-left .nav-main {
    float: none;
    margin: 0;
    position: absolute;
    top: 130px;
    left: 0;
}



/* Page */

body:not(.home) #content {
    margin-left: 25px;
    margin-right: 0;
    
}


/* -- ***** Main
---------------------------------------------------------------*/

.hl-practice.intro-text {
    margin-left: 4%;/*16%;*/
    padding-right: 5%;
}


.hl-practice {
    margin-left: 25%;
}



.page-right-section {
    width: calc(65.8% - 8px);
}




/* Footer */
.home #copyright {
    left: 3%;
}


} /* 768 - 1349 */







@media (max-width: 767px) {



/****************************************************************
 
----------------------------- HEADER ----------------------------
 
***************************************************************/


/* -- ***** Logo
---------------------------------------------------------------*/

header#header.htmline-sticky-header-on .logo .logo-img {
    position: relative;
    left: 40px;
}



/* -- ***** Menu -> Submenu
---------------------------------------------------------------*/ 
#header.logo-left .nav-main {
    margin-left: 0;
}




} /* 767 */





/* -- ***** Testimonials
---------------------------------------------------------------*/



.hl-testimonial__title {
    border-right: none; 
    border-left: 1px solid #000;
    padding-left: 20px;
}


.hl-testimonial__person-name {
    float: right;
}    



/* -- ***** Event Types
---------------------------------------------------------------*/

.hl-event-type__title {

    border-right: none;
    border-left: 1px solid #000;
    right: auto;
    left: -191px;
}



.hl-event-type__title-inner {
    top: -47px;
}




@media (min-width: 991px) and (max-width: 1349px) {
    

/****************************************************************
 
----------------------------- Pages ----------------------------
 
***************************************************************/
    
    
/* -- ***** Event Types
---------------------------------------------------------------*/    

.hl-event-type__title {
    right: auto;
    left: -247px !important;
}    


} /* 991 - 1349 */



@media (min-width: 768px) and (max-width: 991px) {
    

/****************************************************************
 
----------------------------- Pages ----------------------------
 
***************************************************************/
    
    
/* -- ***** Event Types
---------------------------------------------------------------*/   


.hl-event-type__title {
    
    right:auto;
    left: 35px;
}


.hl-event-type__image a {
/*clip-path: polygon(27.6% 100%, 100% -235%, 100% 100%, 48% 100%);*/
}

    
} /* 768 - 991 */
    
    



@media (max-width: 767px) { 
    

/****************************************************************
 
----------------------------- Pages ----------------------------
 
***************************************************************/
    
    
/* -- ***** Event Types
---------------------------------------------------------------*/   



.hl-event-type-mobile .entry-meta {
    float: right;
}



.hl-event-type-mobile__image a {

/*    clip-path: polygon(39.21% -18.36%, 100% 0%, 100% 100%, 0.92% 118.56%);*/
}

    
.hl-event-type-mobile__title {
    
    border-right: none;
    border-left: 1px solid #000;
    right: auto;
    left: -53px;
}


.hl-event-type-mobile .hl-event-type-mobile__title .entry-title a {
    font-size: 22px;
}


.hl-event-type-mobile__image img {
    min-width: 260px;
    height: 222px;
}



/* -- ***** Process
---------------------------------------------------------------*/

.hl-lines__line-item.even .hl-lines__line-item__text {
    text-align: left;
    direction: ltr;
}


.even .hl-lines__line-item__line-col:after {
    left: auto;
    right: 0px;
}


.hl-lines__line-item.even .hl-lines__line-item__line-text_inner {
    padding-left: 0;
}    

    
.hl-lines__line-item.odd .hl-lines__line-item__line-text_inner {
    padding-right: 0;
    padding-left: 28px;
}    

    
    
}/* 767 */




@media (max-width: 380px) { 
    
    /* -- ***** Event Types
---------------------------------------------------------------*/   


.hl-event-type-mobile__image a {
/*	clip-path: polygon(56.27% -26.6%, 100% 0%, 100% 100%, 4.82% 111.00%);*/
}


.hl-event-type-mobile__image img {
    min-width: 190px;
}

.hl-event-type-mobile__title {
    min-width: unset;
}

    
}/* 380 */    
