/*** General ***/
.site-inner {
    padding: 0;
}
:focus {
    outline: 0;
}
p {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 10px;
    font-weight: 500;
    color: #333;
    margin: 0;
}
a {
    text-decoration: none!important;
}
ul li {
    list-style: none;
}
.entry-content ol, 
.entry-content ul {
    margin-left: 0;
}
.status-publish {
    margin-bottom: 0;
}
.widget {
    margin-bottom: 0;
}
body.home .geodir-breadcrumb-bar {
    display: none;
}
body.home #genesis-content .page > .entry-header {
    display: none;
}
/*** Top Head ***/
.before-header { 
    color: #fff;
    background: #292929;
}
body.home .before-header {
    padding-bottom: 15px;
}
.before-header .wrap {
    max-width: 1170px;
    margin: 0 auto;
}
.before-header ul {
    margin-bottom: 0 !important;
}
.top-left-menu, 
.top-right-menu {
    width: 50%;
    float: left;
}
.sp-contact-info li {
    font-size: 90%;
    margin: 0 19px;
    margin-top: 5px;
}
.sp-contact-info li i,
.sp-contact-info li svg {
    margin: 0 3px;    
}
.top-left-menu a, 
.top-right-menu a {
    color: #fff !important;
}
.top-left-menu li:hover a, 
.top-right-menu li:hover a {
    color: #333 !important;
}
.top-right-menu {
    text-align: right;
}
.top-left-menu li,
.top-right-menu li {
    display: inline-block;
}
.top-left-menu li {
    margin: 5px 20px;    
}
.top-left-menu li a {
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;   
}
.top-left-menu li:hover i {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}

@-webkit-keyframes toTopFromBottom { 49% {-webkit-transform: translateY(-100%);} 50% {opacity: 0; -webkit-transform: translateY(100%);} 51% {opacity: 1;} }
@-moz-keyframes toTopFromBottom { 49% {-moz-transform: translateY(-100%);} 50% {opacity: 0; -moz-transform: translateY(100%);} 51% {opacity: 1;} }
@keyframes toTopFromBottom { 49% {transform: translateY(-100%);} 50% {opacity: 0; transform: translateY(100%);} 51% {opacity: 1;} }
/*** Head ***/
.site-inner {
    padding-left: 0;
    padding-right: 0;
}
.wpforo-wrap {
    padding-left: 15px;
    padding-right: 15px;
}
.site-header.is-sticky {
    top: 0;
    position: fixed;
    background: #000000cf;
}
.site-header .wrap {
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.right-header {
    float: right;
    text-align: right;
    width: 150px;
}
/*** Logo ***/
.wp-custom-logo .title-area {
    padding-top: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.is-sticky .title-area {
    padding-top: 10px;
}
/*** Menu ***/
#menu-main-menu {
    max-width: 1170px;
    margin: 0 auto;
}
.nav-primary {
	padding: 0;
}
.nav-primary .header-widgws-area button.menu-toggle {
    font-size: 0;
    padding-top: 24px;
}
.nav-primary .header-widgws-area button.menu-toggle:before {
    font-size: 30px;
}
.genesis-nav-menu a {
    color: #fff;
	text-align: left;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out!important;
    -moz-transition: all 0.4s ease-in-out!important;
    -ms-transition: all 0.4s ease-in-out!important;
    -o-transition: all 0.4s ease-in-out!important;
    transition: all 0.4s ease-in-out!important;
}
.nav-primary .menu-primary > li > a {
    position: relative;
    font-weight: 600;
}
.nav-primary > .wrap > ul > li > a {
    padding-top: 0!important;
    padding-bottom: 0!important;
    line-height: 70px;
    height: 70px;
    position: relative;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.nav-primary > .wrap > ul > li.wpmenucartli > a::before,
.nav-primary > .wrap > ul > li.wpmenucartli > a::after {
    content: none;
}
.genesis-nav-menu .sub-menu {
    display: none;
}
.genesis-nav-menu .sub-menu a {
    font-size: 14px;
    color: #333;
    padding: 16px 12px;
} 
.genesis-nav-menu .sub-menu a:hover {
    padding-left: 20px;
}
.genesis-nav-menu .sub-menu .current-menu-item a,
.genesis-nav-menu .sub-menu a:hover, 
.genesis-nav-menu .sub-menu a:focus, 
.genesis-nav-menu .sub-menu .current-menu-item > a:hover, 
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
    color: #fff!important;
}
/*** Body ***/
body.home .site-inner {
    margin-top: 0!important;
    padding-top: 0;
}
body:not(.home) .site-header {
    background: #000;
}
/*** Title ***/
.et-title {
    text-align: center;
    padding-bottom: 40px;
}
.et-title h3 {
    font-size: 40px;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}
.et-title h3:before {
    border-bottom: 1px solid #807e7e;
    top: 50px;
    content: "";
    height: 9px;
    width: 100px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}
.white-text h3 {
    color: #fff;
}
.et-title p {
    color: #333;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 2px;
}
.et-btn,
.more-link {
    color: #333 !important;
    border: 2px solid;
    padding: 12px 35px;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
}
.more-link:before,
.et-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transform: scale3d(0.7, 1, 1);
    transition: transform 0.42s, opacity 0.42s;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.more-link:hover:before,
.et-btn:hover::before {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
.et-btn svg {
    margin-left: 10px;
}
.et-btn.no-border {
    border-color: transparent !important;
}
.et-btn:hover,
.sow-more-text a:hover {
    color: #fff !important;
    box-shadow: 0 0 25px -3px #000 !important;
    transform: translateY(-2px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*** Slider ***/
.et-slider {
    margin-top: -90px;
}
.et-btn-sl a {
    -webkit-transition: all 0.4s ease-in-out!important;
    -moz-transition: all 0.4s ease-in-out!important;
    -ms-transition: all 0.4s ease-in-out!important;
    -o-transition: all 0.4s ease-in-out!important;
    transition: all 0.4s ease-in-out!important;
}
.et-btn-sl:hover a {
    -webkit-transition: all 0.4s ease-in-out!important;
    -moz-transition: all 0.4s ease-in-out!important;
    -ms-transition: all 0.4s ease-in-out !important;
    -o-transition: all 0.4s ease-in-out !important;
    transition: all 0.4s ease-in-out !important;
    box-shadow: 0 0 25px -3px #ddefe0 !important;
    transform: translateY(-2px);    
}
.et-slider .et-btn-sl.btn-b:hover a {
    color: #fff !important;
}
.et-slider .et-btn-sl.btn-b a {
    background-color: #fff !important;
    border-color: #fff !important;
}
/*** Button ***/
.tk-btn {
    display: inline-block;
}
.scwf_latest_product_slider .scwf_price_area_fix .woocommerce a.button {
	margin-top: 25px !important;
}
.tk-btn,
.scwf_latest_product_slider .scwf_price_area_fix .woocommerce a.button {
    font-size: 20px;
    color: #fff ;
    padding: 13px 44px;
    border-radius: 0px;
    font-weight: 500;
    margin-top: 10px;
    line-height: 30px;
    position: relative;
    text-transform: uppercase;  
    animation-duration: 1s;
    animation-fill-mode: both;  
    outline: 0;
    transition: all 0.3s ease-in;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.tk-btn:hover,
.scwf_latest_product_slider .scwf_price_area_fix .woocommerce a.button:hover {
    color: #fff;
}
.tk-btn::before,
.scwf_latest_product_slider .scwf_price_area_fix .woocommerce a.button::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 66px;
    top: -5px;
    left: -6px;
    border: 2px solid;
    border-right: none;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.tk-btn::after,
.scwf_latest_product_slider .scwf_price_area_fix .woocommerce a.button::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 66px;
    top: -5px;
    right: -6px;
    border: 2px solid;
    border-left: none;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.tk-btn:hover:before,
.scwf_latest_product_slider .scwf_price_area_fix .woocommerce a.button:hover::before {
    width: 100%;
}
.tk-btn:hover:after,
.scwf_latest_product_slider .scwf_price_area_fix .woocommerce a.button:hover::after {
    width: 100%;
}
.tk-btn-sl a {
    position: relative;
	background: #333 !important;
    animation-duration: 1s;
    animation-fill-mode: both;  
    transition: all 0.3s ease-in;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.tk-btn-sl a::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 66px;
    top: -10px;
    left: -10px;
    border: 2px solid;
    border-right: none;
	border-color:  #333 !important;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.tk-btn-sl a::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 66px;
    top: -10px;
    right: -10px;
    border: 2px solid;
    border-left: none;
	border-color:  #333 !important;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.tk-btn-sl a:hover:before,
.tk-btn-sl a:hover::after {
    width: 100%;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/*** Intro ***/
.et-intro {
    top: -120px;
    position: relative;
}
.et-intro-item .sow-features-feature:hover {
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease-in-out;
    transform: translateY(-10px);
}
.et-intro-item .sow-features-feature {
    width: 32% !important;
    margin-right: 1% !important;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    padding: 30px 30px !important;
}
.et-intro-item .sow-features-feature:nth-child(1) {
    background: #ef9562;
}
.et-intro-item .sow-features-feature:nth-child(2) {
    background: #0c122c;
}
.et-intro-item .sow-features-feature:nth-child(3) {
    background: #ef9562;
    margin-right: 0 !important;
}
.et-intro-item h5 {
    color: #fff;
    font-size: 24px;
}
.et-intro-item p {
    color: #fff;
}
.et-intro-item a.more-link svg {
    margin-left: 5px;
}
.et-intro-item a {
    font-size: 18px;
    color: #fff !important;
}
/*** About ***/
.et-about-item .et-title {
    text-align: left;
}
.et-about-item .et-title h3:before {
    margin: 0;
}
.et-about-text p {
    padding-bottom: 30px;    
}
/*** Banner ***/
.et-banner-item .sow-features-feature {
    padding: 0 !important;
}
.et-banner-item .sow-icon-container {
    width: 100% !important;
    height: 420px !important;
    margin-bottom: 0 !important;
}
.et-banner-item .sow-icon-image {
    width: 634px !important;
    height: 420px !important;
    background-size: cover !important;
}
.et-banner-item .sow-features-feature:hover {
    transform: scale(1.1);
    box-shadow: 0 2px 35px -1px rgba(15,15,15,.5);
    z-index: 20;
    border-radius: 8px;
    transition: all .3s, z-index 0s 0s;
}
.et-banner-item .sow-features-feature {
    overflow: hidden;
    transition: all .3s, z-index .3s .0s;
}
.et-banner-item .sow-features-feature:hover:before {
    width: 100%;
    height: 100%;
    left: 0;
    opacity: .75;
}
.et-banner-item .sow-features-feature:before {
    content: '';
    position: absolute;
    left: 40px;
    bottom: 0;
    width: 60px;
    height: 3px;
    z-index: 9;
    transition: all .3s, left .2s, width .2s, height .2s .2s;
}
.et-banner-item .textwidget {
    text-align: left;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 30px 40px;
}
.et-banner-item h5 {
    font-size: 70px;
    color: #ffffff;
    font-weight: 700;
    margin: 20px 0 10px !important;
}
.et-banner-item p {
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
}
/*** Plan ***/
.et-plan {
    position: relative;
    background-repeat: no-repeat;
    background-position: initial !important;
}
.text-right {
    float: right;
}
.et-plan-content,
.et-media-body {
    overflow: hidden;
}
.et-media-left {
    text-align: left;    
}
.et-media-right {
    text-align: right;
}
.et-media-left, 
.et-media-right, 
.et-media-body {
    display: table-cell;
    vertical-align: top;    
}
.et-media-left {
    padding-right: 10px;
}
.et-media-right {
    padding-left: 10px;
}
.et-plan-content h3 {
    margin-top: 0 !important;
}
.et-plan-content svg {
    font-size: 20px;
}
.et-plan-line {
    padding-top: 22px;
    text-align: center;
    position: relative;
}
.et-plan-line:before {
    top: 0;
    background-color: #000;
    height: 545%;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 1px;
    left: 50%;
    margin-left: -1.5px;
    border-right: #fff 1px dotted;
}
.et-plan-line svg {
    width: 30px !important;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border: 4px solid #ddd;
    border-radius: 30px;  
    z-index: 99;
    position: relative;  
    display: inline-block;
}
.et-plan-img {
    position: relative;
}
.et-plan-img img {
    margin-bottom: 0;
}
.et-plan-schedule {
    position: relative;
}
.et-plan-schedule {
    position: absolute;
    width: 100%;
    left: 0;
    top: 126px;
    z-index: 10;
    padding: 30px 40px;  
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; 
}
.et-plan-img:hover .et-plan-schedule {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    padding: 30px 40px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.et-plan-img:hover p.content-text {
    color: #ffffff;
    top: 10px;
    display: block;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.et-plan-schedule h3 {
    font-size: 24px;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
}
.et-plan-schedule-content p {
    color: #fff;
    margin-right: 5px;
    display: inline-block;
}
.et-plan-schedule-content svg {
    color: #ffffff;
}
.et-plan-schedule p.content-text {
    display: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.et-plan-img:hover:before {
    width: 100%;
    height: 100%;
    left: 0;
    opacity: .75;
}
.et-plan-img:before {
    content: '';
    position: absolute;
    left: 40px;
    bottom: 0;
    width: 60px;
    height: 3px;
    z-index: 9;
    transition: all .3s, left .2s, width .2s, height .2s .2s;
    -webkit-transition: 0.3s ease-in-out!important;
    -moz-transition: 0.3s ease-in-out!important;
    -ms-transition: 0.3s ease-in-out!important;
    -o-transition: 0.3s ease-in-out!important;
    transition: 0.3s ease-in-out!important;
}
.et-plan-button {
    text-align: center;
}
/*** Team ***/
.et-team-item .sow-features-feature {
    padding: 0 !important;
    width: 23% !important;
    margin-right: 2% !important;
    background-color: #f5f4ef;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    transition: all 0.3s ease-in-out;
}
.et-team-item .sow-features-feature:hover {
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease-in-out;
    transform: translateY(-10px);
}
.et-team-item .sow-icon-container {
    width: 150px !important;
    height: 200px !important;    
}
.et-team-item .sow-icon-image {
    width: 150px !important;
    height: 200px !important;
    background-size: contain !important;
}
.et-team-item h5 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.et-team-item .textwidget {
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 23px;    
}
.et-team-item p {
    color: #000;
}
/*** Services ***/
.et-service-item .sow-features-feature {
    padding: 0 !important;
    width: 18% !important;
    margin-right: 2% !important;
    background-color: #f5f4ef;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    transition: all 0.3s ease-in-out;
}
.et-service-item .sow-features-feature:hover {
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease-in-out;
    transform: translateY(-10px);
}
.et-service-item .sow-icon-container {
    width: 150px !important;
    height: 200px !important;    
}
.et-service-item .sow-icon-image {
    width: 150px !important;
    height: 200px !important;
    background-size: contain !important;
}
.et-service-item h5 {
    font-size: 18px !important;
	color: #000 !important;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.et-service-item .textwidget {
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 23px;    
}
.et-service-item p {
	font-size: 15px !important;
    color: #000 !important;
}


/*** Services Numbers ***/
.et-service-item-numbers .sow-features-feature {
    padding: 0 !important;
    width: 46% !important;
    margin-right: 2% !important;
    background-color: #f5f4fe;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    transition: all 0.3s ease-in-out;
}
.et-service-item-numbers .sow-features-feature:hover {
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease-in-out;
    transform: translateY(-10px);
}
.et-service-item-numbers .sow-icon-container {
    width: 84px !important;
    height: 84px !important;  
		text-align: center;

}
.et-service-item-numbers .sow-icon-image {
    width: 84px !important;
    height: 84px !important;
    background-size: contain !important;
}
.et-service-item-numbers h5 {
    font-size: 18px !important;
	color: #000 !important;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.et-service-item-numbers .textwidget {
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 23px;    
}
.et-service-item-numbers p {
	font-size: 15px !important;
    color: #000 !important;
}
/*** Price ***/
.et-price-item {
    background: #fff;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    color: #999;
    box-shadow: 0 0 12px -1px rgba(15,15,15,0.1);
    transition: .2s;
}
.et-price-item:hover {
    box-shadow: 0 0 30px 0px rgba(15,15,15,0.15);
    transform: translateY(-5px);
}
.table-heading,
.table-footer {
    padding: 20px;
}
.single-table {
    position: relative;
}
.single-table:before {
    content: '';
    display: block;
    width: 45px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    margin: 0 auto;
}
.table-heading .title {
    font-style: italic;
    font-size: 20px;
}
.single-table .cost {
    line-height: 70px;
}
.special-price .title {
    color: #fff;
}
.special-price .cost {
    color: #fff !important;
}
.special-price .table-heading {
    position: relative;
    z-index: 999;
}
.special-price .table-heading {
    background: url("../images/event_ticket_1.jpg");
    margin-top: 0;
}
.special-price .table-heading:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    opacity: 0.7;
    z-index: -1;
}
.single-table .cost span {
    display: inline-block;
}
.single-table .cost .curency {
    font-size: 40px;
    font-weight: 500;
}
.single-table .table-heading .amount {
    font-size: 40px;
    font-weight: 700;
}
.single-table .table-body p {
    color: #999;
}
.single-table .table-body p {
    line-height: 1.6;
    border-top: 1px solid #eee;
    padding: 15px 30px 15px 30px;
}
/*** Blog ***/
.et-blog-post article {
    padding: 10px;
    text-align: left;
    box-shadow: 0 0 12px -1px rgba(15, 15, 15, 0.15);
    padding-bottom: 0 !important;
    transition: .3s;
    background: #fff;
}
.et-blog-post article:hover {
    box-shadow: 0 0 30px 0px rgba(15,15,15,0.15);
    transform: translateY(-10px);
    transition: .3s;
}
.et-blog-post article .entry-header {
    margin-bottom: 0 !important;
}
.et-blog-post article .entry-title {
    font-size: 20px;
}
.et-blog-post article .entry-meta {
    color: #fff;
    text-align: center;
    padding: 10px;
    position: absolute;
    top: 135px;
    width: 100%;
    left: 0;
}
.et-blog-post article .entry-meta a {
    color: #fff !important;
}
.et-blog-post article .entry-content {
    margin-bottom: 50px;
}
/*** Portfolio ***/
.et-portfolio-button {
    margin-top: 50px;    
}
.et-portfolio-button a {
    margin: 0 30px;
}
.vp-portfolio__items-arrow {
    right: -40px!important;
    width: 80px!important;
    top: 50%;
    bottom: 0;
    margin: 0;
    height: 80px!important;
    text-align: center;
    border: 0;
    opacity: 1!important;
    border-radius: 50% 0 0 50%!important;
    background-color: #ff497c!important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.4s ease-in-out!important;
    -moz-transition: 0.4s ease-in-out!important;
    -ms-transition: 0.4s ease-in-out!important;
    -o-transition: 0.4s ease-in-out!important;
    transition: 0.4s ease-in-out!important;
}
.vp-portfolio__items-arrow:hover {
    right: -10px!important;
}
.vp-portfolio__items-arrow svg {
    color: #fff!important;
    margin-right: 20px;
}
.vp-portfolio__items-arrow-prev {
    left: -40px!important;
    border-radius: 0 50% 50% 0!important;
}
.vp-portfolio__items-arrow-prev:hover {
    left: -10px!important;
}
.vp-portfolio__items-arrow-prev svg {
    margin-right: 0;
    margin-left: 20px;
}
.vp-portfolio__items-arrow:hover svg {
    margin-right: 0px;
}
.vp-portfolio__item-meta-category {
    list-style: none!important;
}
.vp-portfolio__items-style-emerge .vp-portfolio__item-meta a {
    color: #fff!important;
    opacity: 1;
}
.vp-portfolio__items-style-emerge .vp-portfolio__item-meta-categories li {
    background: #fff!important;
}
.vp-portfolio__items-style-emerge .vp-portfolio__item-meta-categories a {
    color: #000!important;
}
.vp-portfolio__items-style-emerge .vp-portfolio__item-meta a {
    padding: 3px 10px;
}
/*** Video  ***/
.et-video .n2-ss-layer-player img {
    top: 35% !important;
    left: 48% !important;
    width: 130px !important;
    height: 130px !important;
}
/*** Product ***/
.woocommerce ul.products li.product {
    background: #f6f2f1;
    padding: 15px 15px 30px 15px;   
    z-index: 1;
    box-shadow: 1px 0px 18px 2px rgba(0, 0, 0, 0.2);
}
.tk-product-item ul.products li.product.pif-has-gallery .wp-post-image--secondary {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out !important;
}
.tk-product-item ul.products li.product.pif-has-gallery:hover .wp-post-image--secondary {
    opacity: 1;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out !important;
}
.tk-product-item .wc-product-img {
    position: relative;
}
.tk-product-item ul.products li:hover .wc-product-img:after {
    opacity: .70;
    right: 0;
    left: 0;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.tk-product-item .wc-product-img:after {
    position: absolute;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    content: '';
    top: 0;
    left: 50%;
    right: 50%;
    z-index: 0;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*** Event ****/ 
.et-event-item .sow-features-feature {
    background-color: #f5f4ef;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
}
.et-event-item .sow-icon-container {
    width: 360px !important;
    height: 245px !important;
    margin-right: 50px !important;
}
.et-event-item .sow-icon-image {
    width: 360px !important;
    height: 245px !important;
    background-size: cover !important;
    opacity: 0.7;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.et-event-item .sow-features-feature:hover .sow-icon-image {
    opacity: 1;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.et-event-item h5 {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}
.events-time {
    margin-bottom: 10px;
}
.et-event-item .events-time span {
    margin: 10px;
}
/*** Client ****/ 
.et-client-item img {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); 
}
.et-client-item img:hover {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);  
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;  
}
/*** Contact Footer ****/
.et-contact-content {
    text-align: left;
}
.et-contact-content h2 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700; 
    margin-top: 0 !important;   
}
.et-contact-content p {
    font-size: 17px;
    color: #FFF;
    font-weight: 500;
}
.et-contact-button {
    padding-top: 25px; 
}
.et-contact-button a {
    padding: 18px 45px;
    color: #fff !important;
    background: #000 !important;
}
/*** Contact ****/
.tk-contact {
    position: relative;
}
.tk-contact .sow-features-feature {
    cursor: pointer;
}
.tk-contact .sow-features-feature .sow-icon-container {
    width: 164px!important;
    height: 164px!important;
    text-align: center;
    vertical-align: bottom;
    padding: 5px;
    border: 4px solid #ccc;
    border-radius: 50%;
}
.tk-contact .sow-features-feature h5 {
    margin: 10px 0!important;
    color: #1f2732;
    font-size: 24px;
}
.tk-contact .sow-features-feature strong {
    color: #1f2732;
}
.tk-contact .tk-space-img {
    background: url(../images/title-line-dark.png) no-repeat center center;
}
.tk-contact .sow-features-feature:hover .sow-icon-container {
    -webkit-animation: scaleDisappear 0.5s;
    animation: scaleDisappear 0.5s;
}
@-webkit-keyframes scaleDisappear {
    0% {
    opacity: 1;
    -webkit-transform: scale(1);
    }
    60% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    }
    100% {
    opacity: 1;
    -webkit-transform: scale(1);
    }
}
@-moz-keyframes scaleDisappear {
    0% {
    opacity: 1;
    -moz-transform: scale(1);
    }
    60% {
    opacity: 0;
    -moz-transform: scale(1.3);
    }
    100% {
    opacity: 1;
    -moz-transform: scale(1);
    }
}
@keyframes scaleDisappear {
    0% {
    opacity: 1;
    transform: scale(1);
    }
    60% {
    opacity: 0;
    transform: scale(1.3);
    }
    100% {
    opacity: 1;
    transform: scale(1);
    }
}
.scaleDisappear {
    -webkit-animation: scaleDisappear 350ms ease-in-out;
    -moz-animation: scaleDisappear 350ms ease-in-out;
    -ms-animation: scaleDisappear 350ms ease-in-out;
    -o-animation: scaleDisappear 350ms ease-in-out;
    animation: scaleDisappear 350ms ease-in-out;
}
/*** Tab ***/
.et-tab-accordion .accordionItem  {
    margin-bottom: 10px;
    max-width: 100%;
}
.et-tab-accordion .accordionItemHeading {
    display: block;
    cursor: pointer;
    line-height: 3rem;
    color: #fff;
    font-size: 19px;
    padding: 14px 20px;
    position: relative;
    background: #989898;
    border-radius: 50px;
    border: 1px solid #ddd;
    margin-bottom: 0;
    transition: color .3s ease-in-out;
}
.et-tab-accordion .close .accordionItemContent {
    height:0px;
    transition:height 1s ease-out;
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    float:left;
    display:block;  
}
.et-tab-accordion .open .accordionItemContent {
    padding: 15px;
    background-color: #fcfcfc;
    border: 1px solid #fcfcfc;
    width: 100%;
    display:block;
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease;
    box-sizing: border-box;
}
.et-tab-accordion ul > li {
    list-style-type: none;
    line-height: 2;
}
.et-tab-accordion h3 {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    margin-top: 0;
}
.et-tab-accordion ol.decimal-list {
    margin: 0 15px 15px;
}
/*** Service ***/
.et-service {
    position: relative;
    z-index: 0;
    background-size: cover !important;
}
.et-service:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0,0,0,.41); 
}
.et-service-item h5 {
    color: #fff;
    font-size: 30px;
    line-height: 1.6;
    font-weight: bold;    
    margin: 0 !important;
}
.et-service-item p {
    color: #fff;
    margin-top: 10px;
    font-size: 20px;
}
.et-service-content {
    padding-top: 70px;
    text-align: center;
}
.et-service-content h3 {
    font-size: 50px;
}
.et-service-content p {
    padding-bottom: 40px;
}
.et-service-btn {
    color: #fff !important;
    display: inline-block;
    width: 100%;
    font-size: 27px;
    font-weight: 300;
    padding: 20px 40px;
    text-transform: uppercase;
}
/*** Facilities ***/
.tk-faq-content .accordionItem  {
    margin-bottom: 10px;
    max-width: 100%;
    border: 1px solid #e5e5e5;
}
.tk-faq-content .accordionItemHeading {
    display: block;
    cursor: pointer;
    min-height: 3rem;
    line-height: 2rem;
    color: #333;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 12px 10px;
    position: relative;
    text-transform: none;
    background: #f9f9f9;
    border-bottom: 1px solid #dbdbdb;
}
.tk-faq-content .accordionItemHeading i {
    margin-right: 5px;
}
.tk-faq-content .close .accordionItemContent {
    height:0px;
    transition:height 1s ease-out;
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    float:left;
    display:block;  
}
.tk-faq-content .open .accordionItemContent {
    padding: 15px;
    background-color: #fff;
    width: 100%;
    display:block;
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease;
    box-sizing: border-box;
}
/*** Tab ***/
.tk-tab-content .accordionItem  {
    margin-bottom: 10px;
    max-width: 100%;
}
.tk-tab-content .accordionItemHeading {
    display: block;
    cursor: pointer;
    min-height: 3rem;
    line-height: 2rem;
    color: #333;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 12px 10px;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px solid #dbdbdb;
}
.tk-tab-content .open .accordionItemHeading {
    font-weight: 600;
}
.tk-tab-content .accordionItemHeading:before {
    content: "\f0da";
    font-size: 20px;
    color: #333;
    font-family: 'FontAwesome';
    margin-right: 15px;
    line-height: 25px;
}
.tk-tab-content .open .accordionItemHeading:before {
    content: "\f0d7";    
    font-family: 'FontAwesome';
}
.tk-tab-content .close .accordionItemContent {
    height:0px;
    transition:height 1s ease-out;
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    float:left;
    display:block;  
}
.tk-tab-content .open .accordionItemContent {
    padding: 15px;
    background-color: #fcfcfc;
    border: 1px solid #eee;
    width: 100%;
    display:block;
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease;
    box-sizing: border-box;
}
.tk-tab-content ul > li {
    list-style-type: none;
    line-height: 2;
}
.tk-tab-content h3 {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    margin-top: 0;
}
.tk-tab-content ol.decimal-list {
    margin: 0 15px 15px;
}
/*** Testimonial  ***/
.et-testimonial-item .test-img img {
    border-radius: 50% !important;
}
.et-testimonial-item svg {
    border: 1px solid;
    border-radius: 50px;
    padding: 13px;
    line-height: 50px;
    font-size: 30px !important;    
}
/*** Team ***/
.tk-team-item .sow-features-feature {
    width: 23% !important;
    margin-left: 2%;
    background: #fff none repeat scroll 0 0;
    padding: 10px 10px 0 !important;
    overflow: hidden;
    z-index: 2;
}
.tk-team-item .sow-icon-image {
    background-size: cover !important;
    width: 250px !important;
    height: 300px !important;
}
.tk-team-item .sow-icon-container {
    width: 250px !important;
    height: 300px !important;    
}
.tk-team-item .sow-features-feature:hover::before {
    left: 0;
    opacity: 0;
    right: 0;
}
.tk-team-item .sow-features-feature:hover::after {
    bottom: 0;
    opacity: 0;
    top: 0;
}
.tk-team-item .sow-features-feature::before {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 50%;
    opacity: 1;
    position: absolute;
    right: 50%;
    top: 0;
    z-index: 1;
    display: inline-block;
    -webkit-transition: all 900ms ease-in 0s;
    transition: all 900ms ease-in 0s;
}
.tk-team-item .sow-features-feature::after {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    bottom: 50%;
    content: "";
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transition: all 900ms ease-in 0s;
    transition: all 900ms ease-in 0s;
}
.tk-team-item h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    margin: 10px 0 !important;
    text-transform: capitalize;
}
.team-info p {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    text-transform: capitalize;
}
.team-link {
    background: #fff none repeat scroll 0 0;
    left: 0;
    opacity: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 100%;
    z-index: 5;
}
.team-link ul {
    margin-bottom: 0 !important;
}
.team-link ul li {
    display: inline-block;
    margin: 0 10px;
}
.team-link ul li a {
    font-size: 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.team-link ul li a:hover {
    color: #333;
}
.tk-team-item .sow-features-feature:hover .team-link {
    opacity: 1;
    top: 50%;
}
/*** Privacy ***/
.tk-privacy .sow-features-feature {
    padding-top: 20px !important;
}
.tk-privacy .sow-features-feature .textwidget {
    padding: 0 10px 10px;
}
.tk-privacy .sow-features-feature:nth-of-type(4n + 1) {
    padding-left: 25px !important;
}
.tk-privacy .sow-features-feature:nth-of-type(4n) {
    padding-right: 25px !important;    
}
.tk-privacy .sow-features-feature .sow-icon-image {
    width: 240px !important;
    height: 180px !important;
    background-size: cover !important;
}
.tk-privacy .sow-icon-container {
    width: 240px !important;
    height: 180px !important;
}
.tk-privacy-item-1 .sow-features-feature:nth-child(2n-1) {
    background-color: #e7ecf4;
}
.tk-privacy-item-1 .sow-features-feature:nth-child(2n) {
    background-color: #fabea6;   
}
.tk-privacy-item-2 .sow-features-feature:nth-child(2n) {
    background-color: #e7ecf4;
}
.tk-privacy-item-2 .sow-features-feature:nth-child(2n-1) {
    background-color: #fabea6;   
}
.scwf_price_area_fix p {
	font-size: 20px;
}
/*** Footer ***/
#genesis-footer-widgets {
    border: 0;
    padding: 0;
    text-align: left;
}
.footer-widget-area  {
    width: 100%;
}
.footer-widget-area .widget-title {
    text-align: left;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px!important;
    padding-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px dotted #4e4d4d;
}
.et-footer-title {
    position: relative;
}
.et-footer-title span {
    position: absolute;
    left: -220px;
    opacity: 0.2;
    top: 130px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 54px;
    letter-spacing: 6px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #fff;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.et-footer-title span:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 100px;
    height: 1px;
    background: #fff;
    margin-left: -50px;
}
.footer-widget-area p {
    color: #333;
}
#genesis-footer-widgets .widget_sow-editor .footer-socilal ul li i {
    margin-right: 0!important;
    font-size: 14px;
}
#genesis-footer-widgets .featured-content.featuredpost article {
    width: 100%;
}
#genesis-footer-widgets .featured-content.featuredpost .entry-header {
    position: absolute;
    bottom: -9px;
    margin: 0;
}
#genesis-footer-widgets .featured-content.featuredpost .entry-header p {
    line-height: 22px;
}
.et-footer-left .entry-content {
    position: relative;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.71);
    padding: 10px 18px;
    background: rgba(255, 255, 255, 0.031);
    border-radius: 4px;
    font-weight: 400;
    padding: 5px;
    height: 35px;
    overflow: hidden;
    margin-bottom: 10px;
    box-shadow: 0px 0px 28px 1px rgba(51, 51, 51, 0.41);
}
.et-footer-left .entry-content:after {
    bottom: -14px;
    left: 22px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: rgba(255, 255, 255, 0.041);
    border-width: 7px;
    margin-left: 7px;
}
.et-footer-left article {
    position: relative;
    padding-bottom: 40px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.151)!important;
}
.et-footer-left article:before {
    font-family: FontAwesome;
    content: '\f142';
    position: absolute;
    top: 20px;
    left: -15px;
    height: 20px;
    z-index: 1;
    font-size: 16px;
    font-weight: 300;
}
.entry-header {
    position: absolute;
    bottom: 0px;
}
.et-footer-left .entry-time {
    position: relative;
    font-size: 12px;
    padding-left: 20px;
}
.et-footer-left .entry-time:before {
    font-family: FontAwesome;
    content: "\f017";
    position: absolute;
    top: -3px;
    left: 0;
    font-weight: 300;
    opacity: 1;
    font-size: 14px;
}
.footer-widget-area .es_caption {
    font-size: 11px;
    line-height: 24px;
    padding-bottom: 10px;
    font-weight: 500;
    color: #878C9F;
}
.footer-widget-area .es_widget_form_email {
    font-size: 12px;
    color: #878C9F;
}
.footer-widget-area #es_txt_email {
    height: 40px;
}
.footer-widget-area .es_textbox {
    width: 100%;
    float: left;
}
.footer-widget-area .es_textbox input {
    width: 100%;
}
.footer-widget-area .es_button {
    width: 100%;
    display: inline;
}
.footer-widget-area .es_button #es_txt_button {
	width: 100%;
}
.footer-widget-area .footer-contacts li a {
    color: #333;
}
.footer-widget-area .es_button #es_txt_button {
    padding: 9px 30px!important;
}
.footer-widget-area .fl-wrap {
    float: left;
    width: 100%;
    position: relative;
}
.footer-widget-area .footer-socilal {
    margin-top: 30px;
}
.footer-widget-area .footer-contacts li {
    float: left;
    width: 100%;
    padding: 8px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    font-weight: 600;
    color: #878C9F;
}
.footer-widget-area .footer-contacts li i {
    float: left;
    padding-right: 12px;
    position: relative;
    top: 2px;
}
.footer-widget-area .footer-contacts li span:hover {
    color: #fff;
}
.footer-widget-area .footer-socilal li, 
.footer-widget-area .order-wrap li {
    float: left;
    position: relative;
    margin-right: 20px;
    text-align: center;
}
#genesis-footer-widgets .widget_sow-editor .footer-socilal ul li a {
    font-size: 14px!important;
}
.footer-widget-area .footer-socilal li a, 
.footer-widget-area .order-wrap li a {
    float: left;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: rgba(255, 255, 255, 0.41);
    font-size: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.footer-widget-area .footer-socilal li a:hover,
.footer-widget-area .order-wrap li a:hover {
    border-radius: 100%;
    color: #fff;
}
.footer-contacts svg {
    margin-right: 5px;
}
.site-footer {
    background: #2D2D32;
    border: 0;
}
.site-footer p {
    padding-bottom: 0;
    color: #ffffffb5;
}
#genesis-footer-widgets .tk-btn {
    box-shadow: none;
    font-size: 12px;
    padding: 15px 35px;
    text-shadow: none;
}
#genesis-footer-widgets .featured-content.featuredpost article {
    padding-bottom: 15px!important;
}


/*** Responsive ***/
@media (max-width: 1600px) {
    .et-intro-img .sow-icon-image,
    .et-intro-img .sow-icon-container {
        width: 450px !important;
        height: 500px !important;
    }  
    .et-intro-img .textwidget {
        top: 170px;
    }  
}
@media (max-width: 1400px) {
    .et-intro-img .sow-icon-image,
    .et-intro-img .sow-icon-container {
        width: 300px !important;
        height: 400px !important;
    }       
}
@media (max-width: 1280px) {
    .nav-primary .menu-primary > li > a {
        padding: 12px 17px;
    }
    .et-intro-img h5 {
        font-size: 25px;
    }
}
@media (max-width: 1200px) {
    .et-slider-bgcolor .n2-ow {
        padding: 10px!important;
    }
    .footer-widget-area .es_textbox {
        width: 66%;
    }    
}
@media (max-width: 1170px) {
    .panel-layout .panel-grid > div {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
    .nav-primary .menu-primary > li > a {
        padding: 12px 8px;
        font-size: 12px;
    }
    body:not(.home) .site-inner {
        padding-left: 10px;
        padding-right: 10px;
    }
    .et-title hr {
        width: 150px;
    }
    .et-team-item .sow-icon-image,
    .et-team-item .sow-icon-container {
        width: 220px !important;
        height: 250px !important;
    }
    .et-plan-schedule {
        top: 50px;
    }
    .et-event-item .sow-icon-container {
        margin-right: 10% !important;
    }
}
@media (max-width: 1023px) {
    .site-header {
        background: #222;
    } 
    .et-title h3 {
        font-size: 25px;
    } 
    .et-intro-item a {
        font-size: 14px;
    } 
    .et-blog-post article .entry-meta {
        position: relative;
        top: 0;
    }
    .et-blog-post article .entry-content {
        margin-bottom: 10px;
    }
    .et-event-item .sow-icon-container {
        margin-right: 18% !important;
    }
}

@media (max-width: 961px) {
    button.menu-toggle {
        margin: 0!important;
        padding: 15px 10px 20px;
        text-align: right;
        font-size: 0;
        line-height: 20px;
        position: relative;
        right: 0;
        z-index: 1000;
        margin-left: -10px!important;
        color: #fff!important;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .is-sticky button.menu-toggle {
        padding: 10px 10px 20px;
    }
    .wp-custom-logo .title-area {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .is-sticky .title-area {
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .site-header.is-sticky {
        position: fixed;
    }
    .nav-primary.is-sticky {
        top: 50px;
    }
    button.menu-toggle:before {
        font-size: 30px; 
    }
    .site-header .menu-toggle::before {
        float: right;
    }
    .site-header .title-area .right-menu {
        padding-bottom: 30px;
    }
    .footer-widget-area {
        width: 50%!important;
    }
    .wp-custom-logo .title-area {
        max-width: 200px;
        text-align: left;
        float: left;
    }
    .et-team-item .sow-features-feature {
        width: 48% !important;
        margin-bottom: 30px !important;
    }
}

@media (max-width: 960px) {
    .site-header {
        width: 100%;
        z-index: 9999;
        top: 0;
    }
    .nav-primary {
        position: static;
    }
    .et-slider {
        margin-top: 0;
    }
    .menu-toggle.dashicons-menu:before {
        font-size: 30px;
    }
    .genesis-nav-menu .sub-menu a {
        padding-left: 10px;
    }
    .menu-toggle {
        color: #333;
        font-size: 0;
    }
    .content {
        float: none!important;
    }
    .nav-primary > .wrap > ul > li > a,
    .nav-primary.is-sticky > .wrap > ul > li > a {
        line-height: 45px;
        height: 45px;
    }
    .nav-primary > .wrap > ul > li > a::before,
    .nav-primary > .wrap > ul > li > a::after {
        content: none;
    }
    .et-banner-item .sow-icon-container {
        height: 350px !important;
    }
    .et-banner-item .sow-icon-image {
        width: 300px !important;
        height: 350px !important;
    }
}
@media (max-width: 860px) {
    .et-intro {
        top: 0;
    }
    .et-client-item {
        text-align: center;
    }
    .et-team .sow-features-feature {
        margin-bottom: 20px !important;
        width: 50% !important;
    }
    .et-intro-item .sow-features-feature:nth-child(3) {
        margin-bottom: 40px !important;
    }
    .et-intro-item .sow-features-feature {
        width: 100% !important;
    }
    .et-intro-img .sow-icon-image, 
    .et-intro-img .sow-icon-container {
        width: 100% !important;
        height: 600px !important;
    }
    .et-team .sow-features-feature:nth-of-type(3n + 1) {
        clear: none !important;
    }
    .et-plan-schedule {
        top: 0px;
    }
    .et-testimonial-item svg {
        padding: 6px;
        font-size: 12px !important;
    }
    .et-event-item .sow-icon-container {
        margin-right: 27% !important;
    }
}
@media (max-width: 780px) {
    .site-header {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .et-blog-post article {
        margin-bottom: 30px;
        width: 100% !important;
    }
    .et-activity-item .gallery-item {
        width: 50% !important;
    }
    .et-price-item {
        margin-bottom: 30px;
    }
    .et-plan-img img {
        width: 100%;
    }
    .et-img {
        margin-top: 50px;
    }
    .et-about-img,
    .et-service-content {
        margin-top: 30px;
    }
    .et-event-item .sow-icon-image,
    .et-event-item .sow-icon-container {
        width: 100% !important;
        height: 265px !important;
    }
    .et-event-item .sow-features-feature {
        display: inline-block !important;
    }
}
@media (max-width: 676px) {
    .top-left-menu, 
    .top-right-menu {
        width: 100%;
    }
    .et-banner-item .sow-features-feature {
        width: 100% !important;
        margin-bottom: 30px !important;
    }
    .et-banner-item .sow-icon-image {
        width: 100% !important;
    }
    .et-video .n2-ss-layer-player img {
        width: 50px !important;
        height: 50px !important;
    }
}
@media (max-width: 480px) {
	body {
		width: 100vw;
	}
    body.woocommerce-page ul.products li.product {
        width: 100%!important;
        margin: 30px 0!important;
    }
    body.home .woocommerce ul.products li.product {
        margin-right: 0%!important;
        width: 100%!important;
    }
    .et-promo-button a:first-child {
        margin-bottom: 20px;
    }
    .et-activity-item .gallery-item {
        width: 100% !important;
    }

}
