/*
 * Custom CSS
 *
 * Place here your custom CSS. This will keep your custom css when there is a theme update.
 *
 */

 body.admin-bar .site-container {
    margin-top: 20px;
}
 body.admin-bar .top-widget {
    top: 32px;
}

/* Top Widget */
.top-widget {
    position: fixed;
    top: 0;
    width: 100%;
    text-align: right;
    background: #112940;
    padding: 10px 0;
    float: left;
    z-index: 9999;
    overflow: hidden;
}
.top-widget .textwidget {
    color: #FFF;
    width: 100%;
    text-align: center;
}
.top-widget span.fa{
    cursor: pointer;
    position: absolute;
    top: 14px;
    right: 15px;
    color: #00A23B;
    background: #fff;
    font-size: 10px;
    padding: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;  
}
.top-widget a{
    display: inline-block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    font-size: 14px;
    background: #fff;
    padding: 3px 10px;
    margin-left: 10px;      
}
.top-widget section.widget{
    width: 50%;
    float: right;
    display: block;
}
.top-widget section.widget.simple-social-icons ul li{
    margin: 0 !important;
}
.top-widget section.widget.simple-social-icons ul li a{
     padding: 5px 9px !important;
}
.top-widget section.widget.widget_nav_menu ul{
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
}
.top-widget section.widget.widget_nav_menu ul li{
    list-style: none;
    display: inline-block;
    margin-left: 10px;
}
.top-widget section.widget.widget_nav_menu ul li.request_evaluation a {
    display: block;
    border: 2px solid #fff;
    margin-left: 0;
    text-decoration: none;
}
.top-widget section.widget.widget_nav_menu ul li.request_evaluation a:hover,
.top-widget section.widget.widget_nav_menu ul li.request_evaluation a:focus {
    text-decoration: none;
}
.top-widget section.widget.widget_nav_menu ul li a {
    display: inline-block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    font-size: 14px;
    background: transparent;
    padding: 3px 10px;
    margin-left: 10px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.top-widget section.widget.widget_nav_menu ul li.highlight a{
    background: #AC080E;
    border: 2px solid #AC080E;
    font-family: "Oswald", sans-serif;
    font-size: 14px !important;
    font-size: 1.4rem !important;
    font-weight: 500;
}
.sps_team_wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
}
.sps_team {
    width: 25%;
    float: left;
    padding: 20px;
    text-align: center;
    margin-bottom: 40px;
    cursor: pointer;
    position: relative;
}
.sps_team a.sps_modal {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 4;
}
.sps_team:nth-child( 4n + 1 ){
    clear: left;
}
.sps_team img {
    display: block;
    position: relative;
    z-index: 1;
}
.sps_team h4{
    font-weight: 500;
    margin-bottom: 10px;
}
.sps_team_position {
    color: #91A3B5;
    line-height: 1.4;
}
.sps_image{
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    margin-bottom: 15px;
}
.sps_image .dashicons{
    display: none;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    vertical-align: middle;
    margin: auto;
    color: #fff;
    background: rgba(0,0,0,0.5);
}
.sps_team:hover .sps_image .dashicons{
    display: block;
}
.sps_image .dashicons.dashicons-admin-links:before{
    content: "\f103";
    top: 43%;
    margin: auto;
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}
.sps_content span.dashicons.dashicons-no-alt {
    float: right;
    background: #fff;
    position: absolute;
    right: -18px;
    top: -20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    cursor: pointer;
    z-index: 9;
}
.sps_modal_header {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.sps_modal_header h4 {
    font-weight: 500;
    display: inline-block;
}
span.sps_modal_position {
    color: #91A3B5;
    line-height: 1.4;
}
.sps_modal_header ul.sps_social {
    display: inline-block;
    float: right;
    width: auto;
    margin: 0 30px 0 0;
}
.sps_modal_header ul.sps_social li {
    list-style: none;
    display: inline-block;
    margin: 0 7px;
    line-height: 1.3;
}

/* Controllers */
.zp_controller {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.zp_controller h4 {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-weight: 600;
}
.zp_controller_items {
    display: block;
    width: 100%;
    overflow: hidden;
}
.zp_controller_item {
    width: 18.4%;
    float: left;
    display: block;
    margin-right: 2%;
    margin-bottom: 20px;
    text-align: center;
}
.zp_controller_item:nth-child( 5n ){
    margin-right: 0;
}

.zp_controller_item:nth-child( 5n + 1 ){
    clear: left;
}
.controller_title {
    font-weight: 700;
}
.controller_desc {
    font-size: 14px;
    padding: 5px 0;
}
.controller_img {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.controller_img img {
    margin: 15px 0;
}

.controller_link {
    font-size: 14px;
}

/* Footer widgets override */
.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4{
    width: 22.75%;
    margin-right: 3%;
    float: left;
}
.footer-widgets-4{
    margin-right: 0;
}

/* Alert Class */
.alert {
    color: #34495e;
    padding: 16px 45px 16px 30px;
    text-shadow: none;
    background-color: #f9f8f3;
    border: 2px solid #ebece8;
    font-size: 16px;
    line-height: 1.53875em;
    border-radius: 6px;
    margin-bottom: 20px;
}
.alert-success {
    background-color: #eef6f5;
    border-color: #e0eaeb;
}

/* site footer */
.bottom-widget {
    float: right;
}
.site_creds {
    display: block;
    float: left;
}
.site-footer p{
    float: none;
    display: block;
    margin-bottom: 7px;
    margin-top: 0;
    text-align: left;
    text-transform: capitalize;
}
.site-footer p a{
    color: #112940;
}
.footer-widgets a:hover,
.footer-widgets a:focus{
    color: #112940;
}

/* Ecoart Flat Panel*/
.page-id-29891 #section29891_1 .hero_image_wrap.hero_fullwidth:before {
    content: "";
    position: absolute;
    width: 57%;
    top: -16%;
    height: 200%;
    z-index: 999;
    background: #fff;
    right: -17%;
    transform: rotate(40deg);
}
.page-id-29891 #section29891_1 .hero_image_wrap.hero_fullwidth:before {
    content: "";
    position: absolute;
    width: 57%;
    top: -16%;
    height: 200%;
    z-index: 2;
    background: #fff;
    right: -8%;
    transform: rotate(40deg);
    box-shadow: none;
}
.page-id-29891 #section29891_1 .hero_center span.hero_block_desc img {
    width: auto !important;
    max-width: 100%;
    display: block;
    margin-bottom: 0;
}
.page-id-29891 #section29891_1 .hero_center span.hero_block_desc {
    margin: 0 auto 0;
    text-align: center;
    max-width: 63%;
    background: #fff;
    padding: 20px 60px;
    border-radius: 10px;
    float: right;
    position: relative;
}

/* Ecoart 3D Panel*/
.page-id-30254 #section30254_1 .hero_image_wrap.hero_fullwidth:before {
    content: "";
    position: absolute;
    width: 57%;
    top: -16%;
    height: 200%;
    z-index: 999;
    background: #fff;
    right: -17%;
    transform: rotate(40deg);
}
.page-id-30254 #section30254_1 .hero_image_wrap.hero_fullwidth:before {
    content: "";
    position: absolute;
    width: 57%;
    top: -16%;
    height: 200%;
    z-index: 2;
    background: #fff;
    right: -8%;
    transform: rotate(40deg);
    box-shadow: none;
}
.page-id-30254 #section30254_1 .hero_center span.hero_block_desc img {
    width: auto !important;
    max-width: 100%;
    display: block;
    margin-bottom: 0;
}
.page-id-30254 #section30254_1 .hero_center span.hero_block_desc {
    margin: 0 auto 0;
    text-align: center;
    max-width: 63%;
    background: #fff;
    padding: 20px 60px;
    border-radius: 10px;
    float: right;
    position: relative;
}


/*eco privacy panels */
.ecoprivacy_page main.content section.section_block:first-child .hero_image_wrap.hero_fullwidth:before {
    content: "";
    position: absolute;
    width: 57%;
    top: -16%;
    height: 200%;
    z-index: 999;
    background: #fff;
    right: -17%;
    transform: rotate(40deg);
}
.ecoprivacy_page main.content section.section_block:first-child  .hero_image_wrap.hero_fullwidth:before {
    content: "";
    position: absolute;
    width: 57%;
    top: -16%;
    height: 200%;
    z-index: 2;
    background: #fff;
    right: -8%;
    transform: rotate(40deg);
    box-shadow: none;
}
.ecoprivacy_page main.content section.section_block:first-child  .hero_center span.hero_block_desc img {
    width: auto !important;
    max-width: 100%;
    display: block;
    margin-bottom: 0;
}
.ecoprivacy_page main.content section.section_block:first-child .hero_center span.hero_block_desc {
    margin: 0 auto 0;
    text-align: center;
    max-width: 63%;
    background: #fff;
    padding: 20px 60px;
    border-radius: 10px;
    float: right;
    position: relative;
}


.flat_panels {
    position: absolute;
    right: -60px;
    background: #294289;
    color: #fff !important;
    padding: 12px 40px;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px;
    font-size: 51px;
    bottom: -116px;
    width: 72%;
}
.flat_desc {
    font-size: 39px;
    line-height: 1.5;
    width: 80%;
    margin: 0 auto;
}
.hexagon {
  position: absolute;
  width: 800px; 
  height: 461.88px;
  background-color: #fff;
  margin: 230.94px 0;
  z-index: 2;
right: -320px;
    top: -111px;
}
.page-id-29891  .column_split_block_content {
    text-align: left;
}
.page-id-30254  .column_split_block_content {
    text-align: left;
}
.ecoprivacy_page  .column_split_block_content {
    text-align: left;
}
.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 400px  solid transparent;
  border-right: 400px  solid transparent;
}

.hexagon:before {
  bottom: 100%;
  border-bottom: 230.94px solid #fff;
}

.hexagon:after {
  top: 100%;
  width: 0;
  border-top: 230.94px solid #fff;
}
.zp_section_header {
    font-size: 40px;
    line-height: 1.2;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 100px 0;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
.zp_section_tab_content_wrap {
    position: relative;
    z-index: 2;
    max-width: 1270px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 100px 0;
}
.zp_section_tab_content{
    display: block;
}
.zp_section_tab_wrap  .zp_section_header .zps_btn{
	display: none;
}
.zp_section_header:hover,
.zp_section_header.tab_open {
    background: #294289;
    color: #fff;
}
.tab_subtitle {
    margin-bottom: 28px;
}
body .footer-widgets-4 .gform_wrapper ul li.gfield {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

/* Carousel 
--------------------------------------------- */
.section_carousel_wrap {
    display: block;
    margin: 0 auto;
    width: 1170px;
}

.section_carousel_after {
    display: block;
    width: 100%;
    margin-top: 40px;
}

.section_carousel_after div {
    text-align: center;
}

.section_carousel  .owl-prev{
    cursor: pointer;
}

.section_carousel .owl-prev i {
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    font-size: 30px;
    text-align: center;
    left: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
}

.section_carousel  .owl-next{
    cursor: pointer;
}

.section_carousel .owl-next i {
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    font-size: 30px;
    text-align: center;
    right: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    
}

.carousel-item-image a:hover,
.carousel-item-image a:active,
.carousel-item-image a:focus{
    text-decoration: none;
}

.carousel-item-image span.dashicons.dashicons-controls-play {
    position: absolute;
    z-index: 4;
    color: #fff;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 49px;
    height: 70px;
    width: 70px;
    background: #a9956b;
    border-radius: 100%;
    line-height: 70px;
    padding-left: 5px;
}
/* Photoswipe */
body .pswp__top-bar,
body .pswp__caption,
body .pswp__ui--fit .pswp__top-bar,
body .pswp__ui--fit .pswp__caption{background-color:rgba(255,255,255,0.97)}
body .pswp__caption{-webkit-box-shadow:0 0 -1px rgba(0, 0, 0, 0.15);box-shadow:0 0 -1px rgba(0,0,0,0.15)}
body .pswp__top-bar{-webkit-box-shadow:0 0 1px rgba(0, 0, 0, 0.15);box-shadow:0 0 1px rgba(0,0,0,0.15)}
body .pswp__button--arrow--left:before,
body .pswp__button--arrow--right:before{content:'';top:30px;background-color:rgba(255,255,255,0.97);height:40px;width:40px;position:absolute}
body .pswp__button--arrow--left:before{left:6px;background-position:-134px -46px}.pswp__button--arrow--right:before{right:6px;background-position:-90px -46px}
body .pswp__caption__center{text-align:center;/* font-size:inherit;line-height:inherit;color:#333;opacity: .85;font-weight:700 */}
body .pswp__img{-webkit-box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);box-shadow:0 10px 20px rgba(0,0,0,0.1)}
body .pswp__img--placeholder--blank{background:#FFF}
body .pswp__bg {
    background: #F5F5F5;
}
body .pswp__counter {
    color: #333;
}
body  .pswp__button {
    background-image: url(css/default-skin/default-skin.png) !important;
}
body button.pswp__button--arrow--left,
body button.pswp__button--arrow--left:hover,
body button.pswp__button--arrow--right,
body button.pswp__button--arrow--right:hover {
    background-image: none!important;
}

#section29672_1 .hero_content_wrap {
    padding: 70px 0;
    width: 78%;
    margin: 0 auto;
}

/* specs table */
table.sps_specs td {
    border: 2px solid #eee;
    padding: 6px;
    text-align: center;
    font-size: 20px;
}

table.sps_panels td {
    border: 2px solid #eee;
    padding: 6px;
    text-align: center;
    font-size: 20px;
}
table.sps_panels td:first-child{
    width: 20%;
}
table.sps_panels td > img{
    margin-bottom: 0;
}

/* Single Panel */
.zp_panel_container {
    display: block;
    width: 100%;
    float: left;
    overflow: hidden;
}
.zp_panel_wrap {
    display: block;
    position: relative;
}
.zp_panel_block {
    display: block;
    position: relative;
    overflow: hidden;
}
.zp_panel_info {
    display: block;
    overflow: hidden;
    padding: 30px 0 10px;
    margin: 30px 0 40px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.zp_panel_left_block {
    width: 58.333333333333336%;
    float: left;
    position: relative;
    display: block;
    padding-right: 5%;
}
.zp_panel_right_block {
    width: 41.66666666666667%;
    float: right;
    position: relative;
}
.zp_panel_content {
    display: block;
}
.zp_panel_content_left {
    width: 50%;
    position: relative;
    float: left;
    padding-right: 40px;
}
.zp_panel_content_right {
    width: 50%;
    position: relative;
    float: right;
}
.zp_panel_meta {
    padding: 20px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.zp_panel_meta_content i.fa.fa-clone {
    padding-right: 10px;
}
.zp_panel_image {
    width: 21.9%;
    float: left;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    margin-right: 4.1%;
}
.zp_panel_image:nth-child( 1 ) {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
}
.zp_panel_image:nth-child(5),
.zp_panel_image:nth-child(9),
.zp_panel_image:nth-child(13){
    margin-right: 0;
}
.zp_panel_image:nth-child(6),
.zp_panel_image:nth-child(10),
.zp_panel_image:nth-child(14) {
    clear: left;
}
.zp_panel_gallery img {
    display: block;
    width: 100%;
    margin-bottom: 0;
}
.zp_panel_gallery p.wp-caption-text {
    text-align: center;
    margin: 10px 0 -1px;
    font-size: 14px;
}

.panel-item {
    display: block;
    float: left;
    width: 15%;
    text-align: center;
}
.panel-item img{
    margin-bottom: 0;
}
.entry-meta span.entry-author {
    display: none;
}
.custom_shortcode_wrap.custom_wrap {
    position: relative;
    z-index: 7;
}
.custom_shortcode_image_overlay {
    z-index: 6;
}
input, select, textarea {
    color: #000;
}
.zps_btn:hover, .zps_btn:active, .zps_btn:focus {
    border: 2px solid #112940;
    background-color: transparent;
    color: #112940;
}
a.zps_btn.reverse {
    color: #112940;
    background: #fff;
}
a.zps_btn.reverse:hover,
a.zps_btn.reverse:focus,
a.zps_btn.reverse:active {
    color: #fff;
    background: #112940;
}

.site-container {
    margin-top: 54px;
}
.footer-widgets-4 .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input{
    margin-bottom: 0 !important;
}
.footer-widgets-4 .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.footer-widgets-4  .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    display: none !important;
}
.footer-widgets-4  .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
.footer-widgets-4  .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last,
.footer-widgets-4  .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle{
    width: 100% !important;
        margin-bottom: 10px !important;
}
.footer-widgets-4  .gform_wrapper .top_label .gfield_label {
    display: none !important;
}
body .footer-widgets-4  .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}
.footer-widgets-4 .gform_wrapper .gform_footer {
    padding: 0 0 10px !important;
    margin: 10px 0 0 !important;
}

ul.genesis-nav-menu > li.menu-item-has-children:hover ul.sub-menu{
    background: #112940;
    display: block;
    visibility: visible;
    opacity: 1;
    height: auto;
    padding: 10px 0;
}

/* Panel Calculator */
.panel_calculator {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 40px 0;
}
.panel_calculator_wrap {
    display: block;
    width: 100%;
    overflow: hidden;
    background: #f9f9f9;
}
.panel_calculator_wrap h3 {
    display: block;
    width: 100%;
    background: #112940;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-weight: 700;
    font-size: 20px;
    margin: 0;
}
.panel_one_third {
    display: block;
    width: 33.33%;
    float: left;
    padding: 30px 30px;
}
.panel_one_third h4 {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
span.panel_field {
    display: block;
    width: 100%;
    overflow: hidden;
}
span.panel_field label {
    float: left;
    width: 30%;
    display: inline-block;
    margin-right: 9%;
}
span.panel_field input {
    display: inline-block;
    float: left;
    width: 60%;
}
span.panel_field  input:-moz-read-only { /* For Firefox */
    background-color: #eaeaea;
}

span.panel_field  input:read-only { 
    background-color: #eaeaea;
}


/* Gravity Form */
.gform_wrapper .percentbar_green,
.gform_wrapper .percentbar_blue {
    background-color: #112940 !important;
}

body .gform_wrapper .top_label div.ginput_complex.ginput_container > p{
    display: inline;
}
body .gform_wrapper .top_label div.ginput_complex.ginput_container  br {
    display: none !important;
}
.gform_wrapper .top_label li.gfield.gf_right_half{
    float: left !important;
}

.gform_wrapper .top_label li ul.gfield_checkbox li > br {
    display: none !important;
}

/* Fotoer CTA */
.sps_cta {
    display: block;
    width: 100%;
    height: 800px;
    position: relative;
}
.sps_cta_image {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.sps_cta_overlay{
    background: rgba(0,0,0,0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.sps_cta_block {
    height: 100%;
    width: 100%;
    display: table;
    text-align: center;
    position: relative;
    z-index: 2;
}
.sps_cta_content {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}
h3.sps_cta_block_title {
    font-size: 50px;
    font-size: 5rem;
    font-weight: 800;
    letter-spacing: -.02em;
    max-width: 100%;
    margin: 0 auto 20px;
}
.sps_cta_desc {
    margin: 0 auto 30px;
    text-align: center;
    max-width: 30%;
    display: block;
}

input[type="button"], input[type="reset"], input[type="submit"], button, .button, .pricing_footer a.pricing_button, .zps_btn, .load_more_text, .zps_readmore{
    background: #AC080E;
    border: 2px solid #AC080E;
}
button:hover, input[type="button"]:hover,
input[type="reset"]:hover, input[type="submit"]:hover,
.comment-respond input#submit:hover,
.wpcf7 input.wpcf7-form-control.wpcf7-submit:hover,
.enews #subbutton:hover, .button:hover, .zps_btn:hover,
.load_more_text:hover, .zps_readmore:hover,
.pricing_footer a.pricing_button:hover, .zps_btn:hover, .load_more_text:hover, .zps_readmore:hover {
    background: #fff;
    border: 2px solid #AC080E;
    color: #AC080E;
}

#section29672_1 h3.hero_block_title{
	font-size: 70px;
    font-size: 7rem;
    font-weight: 800;
    letter-spacing: 5px;
    max-width: 100%;
    margin: 0 auto 30px;
    line-height: 1.4;
}
#section29672_1 .hero_center span.hero_block_desc {
    margin: 0 auto 40px;
    text-align: center;
    max-width: 100%;
    font-size: 24px;
    line-height: 1.6;
}
#section29672_2 .column_split_block_container {
    margin: 5% auto;
    overflow: hidden;
    max-width: 1270px;
}
#section29672_2  .column_split_block_wrap {
    display: block;
    width: 100%;
    height: 700px;
}
#section29672_2 .column_split_block_image:before {
    content: "";
    background: #112940;
    opacity: 0.7;
    height: 100%;
    width: 100%;
    position: absolute;
}
#section29672_2 .column_split_block_wrap .column_split_block_image {
    position: relative;
}
.hero_image_wrap.contact_section {
    display: block;
    width: 100%;
    position: relative;
}
.hero_image_wrap.contact_section h3.hero_block_title {
    margin-bottom: 40px;
}
.hero_image_wrap.contact_section .hero_center span.hero_block_desc{
	margin-bottom: 40px;
}
.site-footer {
    background: #0c2238;
    text-align: center;
    color: #fff;
    padding: 30px 0;
}
.site-footer p {
	text-align: center;
    margin-bottom: 0;
}
.site_creds{
	width: 100%;
}
h4.column_split_block_title {
    font-size: 40px;
    font-size: 4rem;
}

.split_section.column_split_block_container {
    margin: 0 auto;
    overflow: hidden;
    max-width: 1270px;
}
.split_section .column_split_block_wrap {
    display: block;
    width: 100%;
    height: 700px;
}
.split_section .column_split_block_image:before {
    content: "";
    background: #112940;
    opacity: 0.7;
    height: 100%;
    width: 100%;
    position: absolute;
}
.split_section .column_split_block_wrap .column_split_block_image {
    position: relative;
}
/* Mobile */

@media only screen and (max-width: 1024px){
.genesis-nav-menu a{
    padding: 10px;
}
.page_header_entry_title {
    bottom: 10%;
}
.page_header_image {
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 160px;
}
.section_header_text.hero_fullwidth {
    padding: 0 20px;
}
}

@media only screen and (max-width: 768px){
    .top-widget section.widget {
        width: 100%;
    }
    #section29672_1 .hero_content_wrap {
        width: 100%;
    }
    .section_header_wrap{
        padding: 0 10px;
    }
    .column_split_block_wrap.column_image_right .column_split_block_video,
    .column_split_block_wrap.column_image_left .column_split_block_video,
    .column_split_block_image {
        width: 100%;
    }
    .column_split_block {
        width: 100%;
    }
    .footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4{
        width: 48.5%
    }
    .footer-widgets-2, .footer-widgets-4{
        margin-right: 0;
    }
    .zps_column.zps_one_third{
        width: 48.5%;
        margin-left: 3%;
    }
    .zps_column.zps_one_third:nth-child( 3n + 1) {
        margin-left: 3%;
        clear: none;
    }
    .zps_column.zps_one_third:nth-child( 2n + 1) {
        clear: left;
        margin-left: 0;
    }
    .zps_column.zps_one_half {
        width: 100%;
    }
    .hero_left span.hero_block_desc {
        margin-bottom: 20px;
        max-width: 100%;
    }
    .ecoprivacy_page main.content section.section_block:first-child .hero_center span.hero_block_desc {
        max-width: 100% !important;
    }
    .flat_panels {
        right: 0;
        width: 80%;
    }
    .column_split_block_wrap.column_image_left .column_split_block_slider,
    .column_split_block_wrap.column_image_right .column_split_block_slider {
        width: 100%;
        margin-bottom: 30px;
    }
    .zp_section_tab_content_wrap,
    .zp_section_header {
        padding: 100px 20px;
    }
    .column_split_block{
        margin-top: 40px;
    }
    .woocommerce.product-columns-4 ul.products li.product, .woocommerce-page.product-columns-4 ul.products li.product {
        width: 50%;
        margin: 0 !important;
        padding: 0 10px;
        clear: none !important;
    }
    .woocommerce.product-columns-4 ul.products li.product:nth-child( 2n +1 ),
    .woocommerce-page.product-columns-4 ul.products li.product:nth-child( 2n  + 1 ){
        clear: left !important;
    }
    .woocommerce ul.products li.product .button, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button, .woocommerce button.button.alt,
    .woocommerce input.button, .woocommerce input.button.alt, .woocommerce input.button[type="submit"], .woocommerce #respond input#submit, .woocommerce #respond input#submit.alt {
        background: #112940;
        border: 2px solid #112940;
    }
    .entry-content-header h4.entry-title a {
        text-decoration: none;
    }
    .related-posts article {
        width: 48.2%;
        margin-left: 3%;
    }
    .related-posts article:nth-child( 2n + 1 ) {
        margin-left: 0;
    }
    .sps_team {
        width: 50%;
    }
    span.blog_categories {
        overflow: hidden;
        display: block;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .author-box .avatar {
        min-height: 0;
        margin: 0;
    }
    .zp_panel_left_block,
    .zp_panel_right_block{
        width: 100%;
    }
    .panel-item {
        width: 50%;
    }
    .sliding_nav .genesis-nav-menu .sub-menu {
        position: relative;
        width: 100%;
        overflow: hidden;
        background: transparent;
        opacity: 1;
        height: auto;
        visibility: visible;
        padding-left: 10px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .zps_column.zps_one_half {
        margin-left: 0;
    }
}

@media only screen and (max-width: 600px){
    .zps_column.zps_one_third {
        width: 100%;
        margin-left: 0;
    }
    .footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
        width: 100%;
        margin-right: 0;
    }
    .bottom-widget {
        float: right;
        width: 100%;
        margin-top: 30px;
    }
    .wistia_embed {
        width: 100% !important;
        height: 300px !important;
    }
    .flat_panels {
        font-size: 40px;
    }
    .flat_desc {
        font-size: 30px;
    }
    .zp_controller_item {
        width: 100%;
    }
    .related-posts article {
        width: 100%;
        margin-left: 0;
    }
    .ecoprivacy_page main.content section.section_block:first-child .hero_image_wrap.hero_fullwidth:before{
        display: none;
    }
    .hero_image_wrap {
        height: 600px;
    }
    .hero_block_image{
        background-attachment: scroll;
    }
    .page_header_entry_title{
         padding-left: 50px;
        padding-right: 50px;   
    }
    .page_header_image {
        height: 400px;
    }
    #section29672_1 h3.hero_block_title {
        font-size: 50px;
        font-size: 5rem;
    }
    #section29672_1 .hero_center span.hero_block_desc {
        font-size: 20px;
    }
}

@media only screen and (max-width: 480px){
    .top-widget section.widget.widget_nav_menu ul {
        padding-left: 0;
    }
    h3.hero_block_title, .section_header_text h2, h4.column_split_block_title {
        font-size: 35px;
        font-size: 3.5rem;
        max-width: 100%;
        margin: 0 auto 20px;
    }
    .column_split_block_wrap {
        height: 650px;
    }
    .entry-title {
        font-size: 40px;
        font-size: 4rem;
    }
    a.alignright, img.alignright,
    a.alignright, img.alignleft {
        width: 100%;
    }
    .flat_panels {
        right: 0;
        width: 100%;
        font-size: 30px;
    }
    .column_split_block{
        padding: 0 30px;
    }
    ul, ol {        
        padding-left: 20px;
    }
    .zp_section_header {
        font-size: 35px;
    }
    .hero_image_wrap {
        height: 600px;
    }
    .woocommerce.product-columns-4 ul.products li.product, .woocommerce-page.product-columns-4 ul.products li.product {
        width: 100%;
    }
    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
        width: 100%;
    }
    .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
        width: 100%;
    }
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
    }
    .entry-title {
        font-size: 30px;
        font-size: 3rem;
    }
    .sps_team {
        width: 100%;
    }
    .sps_modal_header {
        position: relative;
        display: block;
        width: 100%;
        border-bottom: 1px solid #eee;
        overflow: hidden;
        padding: 0 0 20px;
    }
    .sps_modal_header ul.sps_social {
        display: inline-block;
        margin: 0;
        padding-left: 0;
        text-align: left;
        position: relative;
        width: 100%;
        float: left;
    }
    .sps_modal_header h4 {
        font-weight: 500;
        display: inline-block;
        width: 100%;
        margin-bottom: 0;
    }
    .zp_panel_content_left,
    .zp_panel_content_right{
        width: 100%;
    }
    .zp_panel_image {
        width: 45.9%;
    }
    .hero_image_wrap {
        height: auto;
    }
    .hero_block_image{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .page_header_image {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 160px;
    }
    .page_header_entry_title {
        padding-left: 20px;
        padding-right: 20px;
    }
    .page_header_entry_wrap {
        padding: 30px 20px;
    }
}

@media only screen and (max-width: 380px){
img.custom-logo {
    display: block;
    margin: 0;
    max-width: 160px;
    top: -4px;
    position: relative;
}
#section29672_1 h3.hero_block_title {
    font-size: 40px;
    font-size: 4rem;
}
#section29672_1 .hero_center span.hero_block_desc {
    font-size: 16px;
}
}

@media only screen and (max-width: 320px){
    span.column_split_block_desc {
        padding: 20px 0;
    }
    .column_split_block {
        padding: 0;
    }
    .column_split_block_content {
        padding: 0 20px;
    }
    h3.hero_block_title, .section_header_text h2, h4.column_split_block_title{
            font-size: 25px;
    font-size: 2.5rem;
    }
    .hero_block_content {
        padding: 0 10px;
    }
    .section_header_wrap {
        padding: 20px 10px;
    }
    h2 {
        font-size: 30px;
        font-size: 3rem;
    }
    .entry-content blockquote {
        margin: 20px 0;
    }
    input[type="button"], input[type="reset"], input[type="submit"], button, .button, .pricing_footer a.pricing_button, .zps_btn, .load_more_text, .zps_readmore {
        white-space: normal;
        line-height: 1.5;
    }
    .top-widget section.widget.widget_nav_menu ul li a {
        font-size: 10px;
        padding: 3px 10px;
    }
}