/*

	Theme Name: Genesis Sample;
	Description: This is a custom style sheet for Zone Edit website;

*/


/*
---------------------------------------------
	Fonts Section
---------------------------------------------
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');



/*
---------------------------------------------
	Headings
---------------------------------------------
*/

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 10px;
}

h1 {
	font-size: 56px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/*
---------------------------------------------
	Typographical Elements
---------------------------------------------
*/

h1, h2, h3, h4, h5, h6, p, span, div, body, strong, blockquote{
    -webkit-font-smoothing: antialiased; /* Looks pretty much the same than Windows */
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
}

div{
    color: #3C3C3C;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1;
    font-size: 18px;
    border: none;
    outline: none;
}

p,
li,
blockquote,
input{
    color: #5F6570;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 1;
	margin: 0 0 20px;
    font-size: 17px;
    border: none;
    outline: none;
}

p {
    line-height: 1.6;
}

strong,
b,
i,
em{
    color: inherit;
    font-family: inherit;
    line-height: inherit;
    margin: inherit;
    font-size: inherit;
    border: none;
    outline: none;
}

a,
a:hover,
a:focus,
a:active,
button{
    text-decoration: none !important;
    outline: none !important;
    border: none;
    font-family: inherit;
}

strong,
b{
    font-weight: 700;
}

span{
    font-family: inherit;
}

ul{
    margin-bottom: 20px;
}

blockquote::before{
    font-size: 100px;
}

blockquote p{
    padding-top: 30px;
}

/*
---------------------------------------------
	Layout Structure
---------------------------------------------
*/

.wrap{
    max-width: 1170px;
}

.site-container > section{
    display: none;
}

.site-inner {
    background-color: #fff;
    padding-top: 0;
    max-width: 100%;
    margin-top: 160px;
}

.site-inner.scrolled {
    margin-top: 125px;
}

.content-sidebar .content{
    width: 750px;
    margin-bottom: 50px;
}

.content-sidebar .content-sidebar-wrap{
    width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
    overflow: hidden;
}

.content-sidebar .content-sidebar-wrap article{
    padding: 0;
    margin: 0;
}

.full-width-content .content-sidebar-wrap{
    width: 100%;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
}

.full-width-content .content-sidebar-wrap article{
    padding: 0;
    margin: 0;
}

.page.content-sidebar main.content{
    width: 100%;
}

.page.content-sidebar .sidebar{
    display: none;
}

/*
---------------------------------------------
    GRAVITY FORMS
---------------------------------------------
*/

.pum .pum-container .pum-content .gform_wrapper,
.page .gform_wrapper{
    margin: 0;
    max-width: 100%;
}

.pum .pum-container .pum-content .gform_wrapper .gform_body ul li.gfield,
.page .gform_wrapper .gform_body ul li.gfield{
    margin: 0;
}

.pum .pum-container .pum-content .gform_wrapper .gform_body ul li.gfield .gfield_label,
.page .gform_wrapper .gform_body ul li.gfield .gfield_label{
    display: none !important;
}

.pum .pum-container .pum-content .gform_wrapper .gform_body ul li.gfield .ginput_container,
.page .gform_wrapper .gform_body ul li.gfield .ginput_container{
    margin: 0;
}

.pum .pum-container .pum-content .gform_wrapper .gform_body ul li.gfield .ginput_container input,
.pum .pum-container .pum-content .gform_wrapper .gform_body ul li.gfield .ginput_container textarea,
.page .gform_wrapper .gform_body ul li.gfield .ginput_container input,
.page .gform_wrapper .gform_body ul li.gfield .ginput_container textarea{
    background-color: #fff;
    border: 1px solid #c6c6c6;
    font-size: 16px !important;
    color: #282828 !important;
    font-family: inherit;
    padding: 13px 18px !important;
    margin: 0;
    width: 100%;
}

.pum .pum-container .pum-content .gform_wrapper .gform_body ul li.gfield .ginput_container input::-webkit-input-placeholder,
.pum .pum-container .pum-content .gform_wrapper .gform_body ul li.gfield .ginput_container textarea::-webkit-input-placeholder,
.page .gform_wrapper .gform_body ul li.gfield .ginput_container input::-webkit-input-placeholder,
.page .gform_wrapper .gform_body ul li.gfield .ginput_container textarea::-webkit-input-placeholder { /* Chrome */
    color: #282828 !important;
}

.pum .pum-container .pum-content .gform_wrapper .gform_body ul li.gfield .ginput_container input:-ms-input-placeholder,
.pum .pum-container .pum-content .gform_wrapper .gform_body ul li.gfield .ginput_container textarea:-ms-input-placeholder,
.page .gform_wrapper .gform_body ul li.gfield .ginput_container input:-ms-input-placeholder,
.page .gform_wrapper .gform_body ul li.gfield .ginput_container textarea:-ms-input-placeholder { /* IE 10+ */
    color: #282828 !important;
}

.pum .pum-container .pum-content .gform_wrapper .gform_body ul li.gfield .ginput_container input::-moz-placeholder,
.pum .pum-container .pum-content .gform_wrapper .gform_body ul li.gfield .ginput_container textarea::-moz-placeholder,
.page .gform_wrapper .gform_body ul li.gfield .ginput_container input::-moz-placeholder,
.page .gform_wrapper .gform_body ul li.gfield .ginput_container textarea::-moz-placeholder { /* Firefox 19+ */
    color: #282828 !important;
    opacity: 1 !important;
}

.pum .pum-container .pum-content .gform_wrapper .gform_body ul li.gfield .ginput_container input:-moz-placeholder,
.pum .pum-container .pum-content .gform_wrapper .gform_body ul li.gfield .ginput_container textarea:-moz-placeholder,
.page .gform_wrapper .gform_body ul li.gfield .ginput_container input:-moz-placeholder,
.page .gform_wrapper .gform_body ul li.gfield .ginput_container textarea:-moz-placeholder { /* Firefox 4 - 18 */
    color: #282828 !important;
    opacity: 1 !important;
}

.pum .pum-container .pum-content .gform_wrapper .gform_footer,
.page .gform_wrapper .gform_footer{
    margin: 0;
    padding: 0;
}

.pum .pum-container .pum-content .gform_wrapper .gform_footer input[type="submit"],
.page .gform_wrapper .gform_footer input[type="submit"]{
    background-color: #c93158;
    color: #fff;
    padding: 10px 50px !important;
    border-radius: 0;
    font-weight: 700;
    font-size: 18px;
    width: 100%;
    margin: 0;
}

/*
---------------------------------------------
    Popup
---------------------------------------------
*/

.pum .pum-container{

}

.pum .pum-container .pum-title{
    line-height: 1;
    max-width: 450px;
    margin: 0 auto 40px;
}

.pum .pum-container .pum-content{
    
}

.page .pum .pum-container .pum-content .gform_wrapper{
    max-width: 395px;
    margin: 0 auto 30px;
}

.page .pum .pum-container .pum-content .gform_wrapper .gform_body ul li.gfield{
    padding: 0;
    margin-bottom: 18px;
}

.page .pum .pum-container .pum-content .gform_wrapper .gform_body ul li.gfield input{
    background-color: #ededed;
    border: 1px solid #ededed;
    border-radius: 50px;
    color: #A2A2A3 !important;
    font-size: 18px !important;
    font-weight: 400;
    padding: 20px 38px !important;
}

.page .pum .pum-container .pum-content .gform_wrapper .gform_footer{
    margin-top: 30px;
}

.page .pum .pum-container .pum-content .gform_wrapper .gform_footer input[type="submit"]{
    background: #32C4D8;
    padding: 19px 30px !important;
    border-radius: 35px;
    font-size: 21px;
    font-weight: 700;
}

.page .pum#pum-962 .pum-container .pum-content p{
    color: #B2B2B2;
    text-align: center;
    font-size: 15px;
}

.page .pum#pum-962 .pum-container .pum-content a{
    color: #B2B2B2;
    text-align: center;
    font-size: 15px;
    text-decoration: underline;
}



/*
---------------------------------------------
	Header
---------------------------------------------
*/


.site-header {
    background: url(images/zone-edit-header-bg.jpg) no-repeat center / cover;
    position: fixed;
    width: 100%;
    min-height: 50px;
    z-index: 999;
}

.site-header .wrap {
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
}

.site-header .title-area {
    padding: 0;
    width: 310px;
    padding-left: 35px;
    margin: 35px 0;
}

.header-image .site-title > a {
    background: url('images/zone-edit-header-logo.png') no-repeat;
    margin: 0;
    min-height: 90px;
}

.site-header .widget-area {
    max-width: 765px;
    padding-top: 60px;
    text-align: right;
    overflow: hidden;
    padding-right: 6px;
}

.site-header.fixed .title-area {
    margin: 10px 0;
}

.site-header.fixed .widget-area {
    padding-top: 33px;
}


/* Navigation Menu */

    .site-header .widget-area .nav-menu {
        float: left;
    }

    .site-header .widget-area .nav-menu a {
        font-size: 17px;
        font-weight: 400;
        color: #fff;
        padding: 14px 5px;
    }

    .site-header .widget-area .header-btn {
        float: right;
    }

    /*.site-header .widget-area .header-btn a {*/
    /*    display: inline-block;*/
    /*    border-radius: 25px;*/
    /*    height: unset;*/
    /*    width: 110px;*/
    /*}*/

    .maxbutton-2.maxbutton-sign-up {
        margin-left: 5px;
    }

    /*.maxbutton-1.maxbutton-login .mb-text,*/
    /*.maxbutton-2.maxbutton-sign-up .mb-text {*/
    /*    font-family: 'Montserrat', sans-serif !important;*/
    /*    font-size: 17px !important;*/
    /*    font-weight: 700 !important;*/
    /*    padding: 0 !important;*/
    /*}*/

    .genesis-nav-menu,
    .genesis-nav-menu .menu-item {
        margin-bottom: 0;
    }

    .genesis-nav-menu .menu-item.current-menu-item a{
        color: #8bcddd;
    }

    .genesis-nav-menu .menu-item.login,
    .genesis-nav-menu .menu-item.signup{
        display: none;
    }

    #responsive-menu-container li.responsive-menu-item.login,
    #responsive-menu-container li.responsive-menu-item.signup{
        display: none;
    }

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

.site-footer {
	background: #f4f4f4;
	padding: 60px 0 50px;
}

.site-footer .wrap {
    overflow: hidden;
    max-width: 1210px;
}

.site-footer .text-left {
    float: left;
}

.site-footer .wrap .text-right {
    float: right;
}

.site-footer .text-left .textwidget,
.site-footer .wrap .text-right .textwidget a {
    font-size: 14px;
    color: #fff;
}

.site-footer .wrap .footer-logo {
	float: left;
	margin-left: 40px;
}

.site-footer .wrap .footer-menu {
	float: right;
	margin: 19px 0 25px;
}

.site-footer .wrap .footer-menu ul {
	margin-bottom: 0;
}

.site-footer .wrap .footer-menu ul li {
	display: inline-block;
	font-size: 19px;
	margin: 0 5px;
}

.site-footer .wrap .footer-menu ul li a {
	color: #A3AAAF;
}

.site-footer .wrap .footer-copyright {
	float: right;
    margin-top: 7px;
    font-size: 14px;
    color: #96989C;
}

.site-footer .wrap .footer-copyright .left-content{
    font-size: 14px;
    color: #96989C;
    display: inline-block;
}

.site-footer .wrap .footer-copyright .right-content{
    display: inline-block;
    position: relative;
    top: -10px;
    margin-left: 20px;
}

.site-footer .wrap .footer-copyright span{
    margin: 0 5px;
}

.site-footer .wrap .footer-copyright p,
.site-footer .wrap .footer-copyright a {
    display: inline-block;
    font-size: 14px;
    color: #96989C;
}

.site-footer .wrap .footer-copyright img {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 20px;
}

.site-footer .center-footer{

}

.site-footer .center-footer .footer-copy{
    font-size: 14px;
    color: #96989C;
    margin-top: 20px;
}

.site-footer .center-footer .footer-copy p,
.site-footer .center-footer .footer-copy a{
    font-size: 14px;
    color: #96989C;
}



/*.site-footer .wrap .footer-copyright img:nth-of-type(1) {
	margin: 0 25px;
}*/

.before-footer {
    background: #32c4d8;
    padding: 43px 0 35px;
}

.before-footer h2 {
    float: left;
    font-size: 37px;
    color: #fff;
    margin-top: 10px;
    line-height: 1.2;
}

.before-footer a {
    float: right;
}

.before-footer .widget-wrap {
    max-width: 1014px;
    margin: 0 auto;
}

.before-footer .widget-wrap .textwidget {
    overflow: hidden;
}

.before-footer .maxbutton-3.maxbutton.maxbutton-create-free-account:hover {
    background-color: #2E4760;
}

/*
---------------------------------------------
	Content - Homepage
---------------------------------------------
*/

.maxbutton,
.maxbutton:hover {
    box-shadow: none !important;
}

.homepage .site-header {
    background: transparent;
}

.homepage .site-header.fixed {
    background: url(images/zone-edit-header-bg.jpg) no-repeat center;
}

.homepage .site-inner,
.homepage .site-inner.scrolled {
    margin-top: 0;
}


/* SECTION 1 */

.homepage .section1 {
    background: url(images/zone-edit-homepage-s1-bg.png) no-repeat top center;
    padding: 275px 0 249px;
}

.homepage .section1 .wrap {
    max-width: 1105px;
}

.homepage .section1 .content-wrap .section-content {
    float: left;
    width: 395px;
}

.homepage .section1 .section-content h1 {
    font-size: 56px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}

.homepage .section1 .section-content h2 {
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
}

.homepage .section1 .section-content .maxbutton {
    margin-top: 30px;
}


/* SECTION 2 */

.homepage .section2 {
    padding: 15px 0;
}

.homepage .section2 .wrap h5 {
    font-size: 17px;
    font-weight: 500;
    color: #5F6570;
    letter-spacing: 2px;
}

.homepage .section2 .wrap .content-wrap {
    text-align: center;
}

.homepage .section2 .content-wrap .s2-gallery {
    margin-top: 40px;
}

.homepage .section2 .content-wrap .s2-gallery ul  {
    margin-bottom: 0;
}

.homepage .section2 .content-wrap .s2-gallery li {
    display: inline-block;
    margin: 0 40px;
}

.homepage .section2 .content-wrap .s2-gallery li p {
    display: none;
}


/* SECTION 3 */

.homepage .section3 {
    position: relative;
    padding: 86px 0 0;
}

.homepage .section3 .wrap {
    background: url(images/zone-edit-vert-line.png) repeat-y 49.65%;
    max-width: 1074px;
    padding: 45px 0 32px;
}

.homepage .section3 .wrap .dot {
    position: absolute;
    top: 10px;
    left: -7px;
    right: 0;
    margin: auto;
}

.homepage .section3 .wrap .dot2 {
    position: absolute;
    left: -7px;
    right: 0;
    bottom: -71px;
    margin: auto;
}

.homepage .section3 .wrap .vert-line-top {
    position: absolute;
    top: 63px;
    left: -7px;
    right: 0;
    margin: auto;
}

.homepage .section3 .content-wrap {
    overflow: hidden;
}

.homepage .section3 .content-wrap .content-left {
    float: left;
    margin-left: 25px;
}

.homepage .section3 .content-wrap .content-right {
    float: right;
    max-width: 460px;
    margin-top: 95px;
}

.homepage .section3 .content-wrap .content-right h2 {
    font-size: 56px;
    color: #2E4760;
    line-height: 1.23;
}

.homepage .section3 .content-wrap .content-right h2 strong {
    font-weight: 700;
    color: #52e0e4;
}

.homepage .section3 .content-wrap .content-right h3 {
    font-size: 41px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #5F6570;
    line-height: 1.2;
}

.homepage .section3 .content-wrap .content-right p {
    color: #5F6570;
    line-height: 1.5;
}

.homepage .section3 .content-wrap .content-right a.maxbutton {
    margin-top: 25px;
}

.maxbutton-4.maxbutton.maxbutton-discover-more {
    padding: 18px 30px;
    width: 235px !important;
    height: unset !important;
    border-radius: 40px !important;
    text-align: center;
}

.maxbutton-4.maxbutton.maxbutton-discover-more .mb-text {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 0 !important;
}


/* SECTION 4 */

.homepage .section4 {
    background: url(images/zone-edit-s4-bg.png) no-repeat center;
    padding: 140px 0 316px;
}

.homepage .section4 .wrap {
    max-width: 1044px;
}

.homepage .section4 .wrap .content-wrap {
    overflow: hidden;
}

.homepage .section4 .content-wrap .content-holder {
    float: left;
    width: 475px;
}

.homepage .section4 .content-holder h2 {
    font-size: 56px;
    color: #2E4760;
    margin-bottom: 22px;
}

.homepage .section4 .content-holder p {
    color: #5F6570;
    line-height: 1.6;
}

.homepage .section4 .content-holder ul {
    padding-left: 15px;
    margin-top: 35px;
}

.homepage .section4 .content-holder ul li {
    background: url(images/zone-edit-check-icon.png) no-repeat;
    font-size: 21px;
    font-weight: 700;
    color: #5F6570;
    padding-left: 40px;
}

.homepage .section4 .content-holder a.maxbutton {
    margin-top: 53px;
}


/* SECTION 5 */

.homepage .section5 {
    padding-bottom: 50px;
    margin-top: -120px;
}

.homepage .section5 .wrap {
    background: url(images/zone-edit-vert-line.png) repeat-y 49.75%;
    max-width: 1050px;
    padding: 182px 0 0;
}

.homepage .section5 .content-wrap .content-holder {
    overflow: hidden;
    position: relative;
    margin-bottom: 165px;
}

.homepage .section5 .content-wrap .content-holder:last-of-type {
    background: url(images/zone-edit-white-bg.png) no-repeat center;
    background-position: 50% 73px;
    margin-bottom: 0;
}

.homepage .section5 .content-wrap .content-holder .dot {
    position: absolute;
    top: 55px;
    left: -8px;
    right: 0;
    margin: auto;
}

.homepage .section5 .content-holder .img-left {
    float: left;
    margin-left: 33px;
}

.homepage .section5 .content-holder .content-right {
    float: right;
    width: 465px;
    margin-top: 55px;
} 

.homepage .section5 .content-holder .img-right {
    float: right;
}

.homepage .section5 .content-holder .content-left {
    float: left;
    width: 465px;
    margin-top: 55px;
}

.homepage .section5 .content-holder h2 {
    font-size: 51px;
    font-weight: 400;
    color: #35c4cc;
    margin-bottom: 30px;
}

.homepage .section5 .content-holder .content-right p {
    font-size: 17px;
    color: #5F6570;
    line-height: 1.6;
}


/* TESTIMONIAL SECTION */

.homepage .testimonial-section {
    background: url(images/zone-edit-homepage-testimonial-bg.png) no-repeat center;
    padding: 115px 0 35px;
}

.homepage .testimonial-section .wrap {
    max-width: 1220px;
}

.homepage .testimonial-section .wrap .content-wrap {
    display: flex;
    justify-content: space-between;
}

.homepage .testimonial-section .wrap .content-left {
    /*display: inline-block;
    vertical-align: middle;
    float: left;*/
    align-self: center;
    padding-top: 210px;
    margin-left: 40px;
    width: 320px;
}

.homepage .testimonial-section .wrap h2 {
    font-size: 56px;
    color: #fff;
    margin-bottom: 20px;
}

.homepage .testimonial-section .wrap h2 strong {
    color: #32C4D8;
}

.homepage .testimonial-section .wrap h2 + p {
    color: #fff;
}

.homepage .testimonial-section .testimonial-container {
    /*display: inline-block;
    vertical-align: middle;
    float: right;
*/    width: 790px;
}

.homepage .testimonial-section .testimonial-container .testimonial-item.first,
.homepage .testimonial-section .testimonial-container .testimonial-items-stacked {
    display: inline-block;
    vertical-align: middle;
    width: 380px;
}

.homepage .testimonial-section .testimonial-container .testimonial-item.first {
    margin-right: 25px;
}

.homepage .testimonial-section .testimonial-container .testimonial-items-stacked .testimonial-item {
    margin-bottom: 58px;
}

.homepage .testimonial-section .testimonial-container .testimonial-items-stacked .testimonial-item:nth-of-type(2) {
    margin-bottom: 0;
}

.homepage .testimonial-section .testimonial-container .testimonial-item {
    position: relative;
    background: #fff;
    padding: 40px 40px 25px;
    border-radius: 13px;
}

.homepage .testimonial-section .testimonial-container .testimonial-item .quote {
    position: absolute;
    top: -40px;
    right: 30px;
}

.homepage .testimonial-section .testimonial-container .testimonial-item h5 {
    font-size: 19px;
    color: #2E4760;
}

.homepage .testimonial-section .testimonial-container .testimonial-item h5:first-of-type {
    margin-bottom: 0;
}

.homepage .testimonial-section .testimonial-container .testimonial-item h5 + h5 {
    font-weight: 400;
    margin-bottom: 20px;
}


/*
---------------------------------------------
    Content - FREE DNS
---------------------------------------------
*/

/*.free_dns .site-footer {
    display: none
}*/


/* PAGE BANNER */

.free_dns .page-banner {
    padding: 85px 0 63px;
}

.page-banner {
    padding: 60px 0 26px;
    background: #eef6f8;
}

.page-banner .wrap {
    max-width: 1100px;
    text-align: center;
}

.page-banner h1 {
    font-size: 56px;
    color: #2E4760;
    margin-bottom: 25px;
}

 .page-banner p {
    color: #5F6570;
}


/* SECTION 1 */

.free_dns .section1 {
    padding: 115px 0 105px;
}

.free_dns .section1 .wrap {
    max-width: 925px;
}

.free_dns .section1 .wrap .content-wrap {
    overflow: hidden;
}

.free_dns .section1 .wrap .img-left {
    float: left;
}

.free_dns .section1 .wrap .content-right {
    float: right;
    width: 430px;
    padding-top: 30px;
    margin-right: 20px;
}

.free_dns .section1 .wrap .content-right h2 {
    font-size: 51px;
    font-weight: 400;
    color: #32C4D8;
}

.free_dns .section1 .wrap .content-right p {
    line-height: 1.6
}

.maxbutton-5.maxbutton.maxbutton-sign-up-now {
    width: 230px !important;
    height: unset !important;
    padding: 19px 45px;
    margin-top: 13px;
    border-radius: 30px !important;
}

.maxbutton-5.maxbutton.maxbutton-sign-up-now .mb-text {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    padding-top: 0 !important;
    display: block !important;
}


/* SECTION 2 */

.free_dns .section2 {
    background: #2e4861;
    padding: 100px 0 85px;
}

.free_dns .section2 .wrap {
    max-width: 1000px;
}

.free_dns .section2 .wrap .top-content {
    max-width: 810px;
    margin: 0 auto;
    text-align: center;
}

.free_dns .section2 .wrap .top-content h2 {
    font-size: 56px;
    color: #fff;
    margin-bottom: 38px;
}

.free_dns .section2 .wrap .top-content p {
    font-size: 21px;
    color: #fff;
    line-height: 1.4;
}

.free_dns .section2 .wrap .content-wrap {
    overflow: hidden;
    margin-top: 65px;
}

.free_dns .section2 .content-wrap .content-left {
    float: left;
    width: 470px;
    margin-top: 30px;
}

.free_dns .section2 .content-wrap .content-left p {
    color: #fff;
    line-height: 1.6;
    margin-bottom: 35px;
}

.free_dns .section2 .content-wrap .content-left a {
    color: #5ebcc6;
}

.free_dns .section2 .content-wrap img {
    float: right;
    margin-top: 7px;
    margin-right: 95px;
}


/* SECTION 3 */

.free_dns .section3 {
    padding: 105px 0 120px;
}

.free_dns .section3 .wrap {
    max-width: 1105px;
}

.free_dns .section3 .wrap .top-content {
    max-width: 725px;
    margin: 0 auto;
    text-align: center;
}

.free_dns .section3 .top-content h2 {
    font-size: 56px;
    color: #2E4760;
    line-height: 1.3;
    margin-bottom: 25px;
}

.free_dns .section3 .top-content h2 strong {
    color: #5CD6E0;
}

.free_dns .section3 .top-content p {
    font-size: 21px;
    line-height: 1.3
}

.free_dns .section3 .content-wrap {
    margin-top: 65px;
}

.free_dns .section3 .content-wrap h3 {
    text-align: center;
    color: #2E4760;
}

.free_dns .section3 .content-wrap .list-holder {
    overflow: hidden;
    margin-top: 55px;
}

.free_dns .section3 .content-wrap .list-holder ul li {
    background: url(images/zone-edit-check-icon.png) no-repeat;
    font-size: 20px;
    line-height: 1.2;
    padding-left: 35px;
    margin-bottom: 24px;
    color: #000000;
}

.free_dns .section3 .content-wrap .list-holder .left-list {
    float: left;
    max-width: 500px;
}

.free_dns .section3 .content-wrap .list-holder .right-list {
    float: right;
    max-width: 500px;
}

.free_dns .section3 .content-wrap .list-holder .right-list p {
    margin-top: 50px;
    line-height: 1.6;
}


/* SECTION 4 */

.free_dns .section4 {
    background: #2e4861;
    padding: 70px 0 100px;
}

.free_dns .section4 .wrap .content-wrap {
    max-width: 970px;
    text-align: center;
    margin: auto;
}

.free_dns .section4 .content-wrap h2 {
    font-size: 56px;
    color: #fff;
    padding: 0 201px;
    line-height: 1.3;
    margin-bottom: 35px;
}

.free_dns .section4 .content-wrap h2 strong {
    color: #5CD6E0;
}

.free_dns .section4 .content-wrap p {
    font-size: 21px;
    color: #fff;
    line-height: 1.3;
}

.free_dns .section4 .wrap img {
    display: block;
    margin: 60px auto 0;
}


/*
---------------------------------------------
    Content - Thank You Page
---------------------------------------------
*/

/*.thank_you .site-header {
    display: none;
}*/


/* SECTION 1 */

.thank_you .section1 {
    padding: 105px 0;
}

.thank_you .section1 .wrap {
    max-width: 855px;
}

.thank_you .section1 .video-wrap {
    position: relative;
    padding-bottom: 57%;
    padding-top: 0;
    height: 0;
}

.thank_you .section1 .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}


/* SECTION 2 */

.thank_you .section2 {
    background: url(images/zone-edit-thank-you-page-s2-bg.jpg) no-repeat center;
    padding: 155px 0 170px;
}

.thank_you .section2 .wrap {
    max-width: 1140px;
}

.thank_you .section2 .wrap .content-wrap {
    float: left;
    width: 480px;
}

.thank_you .section2 .content-wrap h2 {
    font-size: 56px;
    color: #fff;
    margin-bottom: 28px;
}

.thank_you .section2 .content-wrap p {
    color: #fff;
    line-height: 1.6;
}

.thank_you .section2 .content-wrap ul {
    padding-left: 15px;
    margin-top: 35px;
}

.thank_you .section2 .content-wrap ul li {
    background: url(images/zone-edit-check-icon.png) no-repeat;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    padding-left: 37px;
}

.thank_you .section2 .content-wrap a {
    margin-top: 28px;
}

.maxbutton-6.maxbutton.maxbutton-get-started {
    width: 235px !important;
    height: unset !important;
    padding: 20px 50px !important;
    border-radius: 30px !important;
    margin-top: 28px !important;
}

.maxbutton-6.maxbutton.maxbutton-get-started .mb-text {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    padding-top: 0 !important;
}


/* SECTION 3 */

.thank_you .section3 {
    padding: 110px 0;
}

.thank_you .section3 .wrap {
    max-width: 1135px;
}

.thank_you .section3 .wrap h2.heading {
    font-size: 56px;
    color: #2E4760;
    text-align: center;
}

.thank_you .section3 .wrap h2 strong {
    color: #5CD6E0;
}

.thank_you .section3 .content-wrap h3 {
    font-size: 27px;
    font-weight: 700;
    color: #32C4D8;
    margin-bottom: 25px;
}

.thank_you .section3 .content-wrap p {
    color: #96989C;
    line-height: 1.6;
}

.thank_you .section3 .content-wrap .container {
    margin-bottom: 45px;
}

.thank_you .section3 .wrap .content-wrap {
    overflow: hidden;
    margin-top: 105px;
}

.thank_you .section3 .content-wrap .content-left {
    float: left;
    width: 515px;
}

.thank_you .section3 .content-wrap .content-right {
    float: right;
    width: 515px;
}

.thank_you .section3 .btn-sec{
    text-align: center;
    margin-top: 5px;
}

/*.thank_you .section3 .wrap a.maxbutton-7 {*/
/*    display: block;*/
/*    margin: 5px auto 0 !important;*/
/*}*/

.maxbutton-7.maxbutton.maxbutton-see-pricing {
    width: 235px !important;
    height: unset !important;
    padding: 20px 50px !important;
    border-radius: 30px !important;
    margin-top: 28px !important;
}

.maxbutton-7.maxbutton.maxbutton-see-pricing .mb-text {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    padding-top: 0 !important;
}


/*
---------------------------------------------
    Content - About Page
---------------------------------------------
*/

.about .before-footer {
    display: none;
}

.about .site-inner.scrolled {
    margin-top: 160px !important;
}

.about .site-inner.scrolled {
    margin-top: 150px;
}


/* SECTION 1 */

.about .section1 {
    padding: 90px 0 50px;
}

.about .section1 .wrap {
    padding: 0 15px;
}

.about .section1 .content-wrap {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.about .section1 .content-wrap h1 {
    font-size: 56px;
    color: #2E4760;
    margin-bottom: 30px;
}

.about .section1 .content-wrap p {
    line-height: 1.6;
}

/*.about .section1 .wrap .dot {
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 20px;
    margin: auto;
}

.about .section1 .wrap .vert-line {
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 73px;
    margin: auto;
}*/


/* SECTION 2 */

.about .section2 {
    padding: 30px 0 63px;
}

.about .section2 .wrap {
    background: url(images/zone-edit-about-timeline-bg-horizontal-line.png) no-repeat center top;
    max-width: 1170px;
}

.about .section2 .wrap .content-wrap {
    background: url(images/zone-edit-about-timeline-vertical-line-bg.png) repeat-y center;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 166px;
    text-align: center;
    margin: 0 -27px;
}

.about .section2 .content-wrap .timeline-year {
    background: url(images/zone-edit-about-timeline-year-container.png) no-repeat center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 95px;
    height: 100px;
    top: -50px;
}

.about .section2 .content-wrap .timeline-year span {
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.about .section2 .content-wrap .content-holder {
    padding-top: 11px;
    background: #fff;
}

.about .section2 .content-wrap .img-holder {
    background: #fff;
}

.about .section2 .content-wrap:nth-of-type(odd),
.about .section2 .content-wrap:last-of-type {
    padding-top: 99px !important;
}

.about .section2 .content-wrap:nth-of-type(even) {
    padding-top: 315px;
}

.about .section2 .content-wrap:nth-of-type(6) {
    padding-top: 175px;
}

.about .section2 .content-wrap:nth-of-type(8) {
    width: 226px;
    margin: 0 -54px;
}

.about .section2 .content-wrap:nth-of-type(9) {
    padding-top: 145px !important;
}

.about .section2 .content-wrap .content-holder p {
    font-size: 16px;
    color: #2E4760;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 0;
}

.about .section2 .content-wrap .content-holder p strong {
    color: #5CD6E0;
}


/* SECTION 3 */

.about .section3 {
    background: url(images/zone-edit-about-s3-bg.png) no-repeat center top;
    padding: 220px 0 85px;
    position: relative;
}

.about .section3 .wrap {
    padding: 0 15px;
}

.about .section3 .wrap .content-wrap {
    max-width: 515px;
    padding-top: 100px;
    margin: 0 auto;
    text-align: center;
}

.about .section3 .content-wrap h2 {
    font-size: 47px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.3;
}

.about .section3 .content-wrap h2 strong {
    color: #5CD6E0;
}

.about .section3 .content-wrap h3 {
    font-size: 33px;
    font-weight: 400;
    color: #fff;
}

.about .section3 .content-wrap a {
    margin-top: 25px;
}

.maxbutton-3.maxbutton.maxbutton-create-free-account {
    width: 310px !important;
    height: unset !important;
    padding: 20px 20px;
    background: #fff;
    border-radius: 35px !important;
    text-align: center;
}

.maxbutton-3.maxbutton.maxbutton-create-free-account .mb-text {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    padding: 0 !important;
    display: inline-block !important;
}


/*
---------------------------------------------
    Content - The Zone Club
---------------------------------------------
*/

.zone_club .site-inner,
.zone_club .site-inner.scrolled {
    margin-top: 0;
}

.zone_club .site-header {
    display: none;
}


/* PAGE BANNER */

.zone_club .page-banner-img-header {
    background: transparent;
    position: absolute;
    width: 100%;
}

.zone_club .page-banner-img-header .wrap {
    padding: 0 15px;
}

.zone_club .page-banner-img-header .wrap img {
    margin: 61px auto;
    display: block;
}


/* SECTION 1 */

.zone_club .section1 {
    background: url(images/zone-edit-the-zone-club-s1-bg.png) no-repeat bottom center;
    padding: 248px 0 260px;
}

.zone_club .section1 .wrap {
    max-width: 1070px;
    padding: 0 15px;
}

.zone_club .section1 .wrap .content-wrap {
    float: left;
    width: 520px;
}

.zone_club .section1 .content-wrap h1 {
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px;
}

.zone_club .section1 .content-wrap h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2;
    color: #fff;
}

.zone_club .section1 .content-wrap a {
    margin-top: 30px;
}

.maxbutton-8.maxbutton.maxbutton-join-our-free-club {
    padding: 25px 40px !important;
    border-radius: 35px !important;
    width: 395px !important;
    height: unset !important;
    text-align: center;
}

.maxbutton-8.maxbutton.maxbutton-join-our-free-club .mb-text {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    padding-top: 0 !important;
}



/* SECTION 2 */

.zone_club .section2 {
    padding: 127px 0 120px;
}

.zone_club .section2 .wrap .top-content {
    text-align: center;
}

.zone_club .section2 .top-content img {
    display: inline-block;
    vertical-align: middle;
}

.zone_club .section2 .top-content .section-header {
    display: inline-block;
    vertical-align: middle;
    width: 860px;
    margin-left: 15px;
}

.zone_club .section2 .top-content .section-header h2 {
    font-size: 46px;
    color: #2E4760;
    text-align: left;
    line-height: 1.2;
}

.zone_club .section2 .content-wrap {
    overflow: hidden;
    width: 1120px;
    padding: 25px 0 46px;
    margin: auto;
}

.zone_club .section2 .content-wrap .content-left {
    float: left;
    width: 470px;
    margin-top: 50px;
}

.zone_club .section2 .content-wrap .content-left p {
    line-height: 1.6;
    margin-bottom: 25px;
}

.zone_club .section2 .content-wrap .content-left a {
    margin-top: 25px;
}

.zone_club .section2 .content-wrap img {
    float: right;
    margin-right: 40px;
    margin-bottom: 0;
    box-shadow: -1px 9px 36px #d3d3d3;
}

.maxbutton-9.maxbutton.maxbutton-make-my-site-secure {
    width: 390px !important;
    height: unset !important;
    padding: 25px 30px !important;
}

.maxbutton-9.maxbutton.maxbutton-make-my-site-secure .mb-text {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    padding: 0 !important;
}


/* SECTION 3 */

.zone_club .section3 {
    background: #2E4760;
    padding: 95px 0 85px;
}

.zone_club .section3 .content-wrap {
	text-align: center;
}

.zone_club .section3 .content-wrap h2 {
    font-size: 56px;
    color: #fff;
    margin-bottom: 30px;
}

.zone_club .section3 .content-wrap h3 {
    font-size: 40px;
    font-weight: 400;
    color: #fff;
}

.zone_club .section3 .content-wrap a {
    margin-top: 55px;
}


/*
---------------------------------------------
    Content - Features
---------------------------------------------
*/

/*.features .site-header {
	display: none;
}*/


/* SECTION 1 */

.features .section1 {
	background: url(images/zone-edit-features-s1-bg.png) no-repeat center;
	padding: 85px 0 252px;
}

.features .section1 .wrap {
	max-width: 1150px;
}

.features .section1 .wrap .content-wrap {
	float: left;
    width: 475px;
}

.features .section1 .content-wrap h1 {
	font-size: 56px;
    color: #2E4760;
    margin-bottom: 27px;
}

.features .section1 .content-wrap ul {
	padding-left: 15px;
    margin-top: 35px;
}

.features .section1 .content-wrap ul li {
	background: url(images/zone-edit-check-icon.png) no-repeat;
    font-size: 21px;
    font-weight: 700;
    color: #5F6570;
    padding-left: 40px;
}

.features .section1 .content-wrap a {
	margin-top: 30px;
}


/* SECTION 2 */

.features .section2 {
	padding-bottom: 102px;
    margin-top: -131px;
}

.features .section2 .wrap {
    background: url(images/zone-edit-vert-line.png) repeat-y 50%;
    max-width: 1165px;
    padding-top: 223px;
}

.features .section2 .content-wrap .content-holder {
	width: 1100px;
    padding-bottom: 135px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.features .section2 .content-wrap .content-holder:nth-of-type(odd) .img-holder {
	float: left;
    padding-top: 18px;
    margin-left: 125px;	
}

.features .section2 .content-wrap .content-holder:nth-of-type(even) .img-holder {
	float: right;
	margin-right: 180px;
}

.features .section2 .content-wrap .content-holder .dot {
	position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    margin: auto;
}

.features .section2 .content-wrap .content-holder .text-container {
	width: 485px;
}

.features .section2 .content-wrap .content-holder:nth-of-type(odd) .text-container {
	float: right;
	text-align: left;
}

.features .section2 .content-wrap .content-holder:nth-of-type(even) .text-container {
	float: left;
	text-align: right;
}

.features .section2 .content-wrap .content-holder .text-container h2 {
	font-size: 51px;
    font-weight: 400;
    color: #35c4cc;
    margin-bottom: 20px;
    line-height: 1.2;
}

.features .section2 .content-wrap .content-holder .text-container p {
	margin-bottom: 30px;
}

.features .section2 .content-wrap .content-holder .text-container h3 {
	font-size: 21px;
	color: #5CD6E0;
    line-height: 1.3;
}

.features .section2 .content-wrap .content-holder:last-of-type {
	background: url(images/zone-edit-features-white-bg.jpg) no-repeat center;
    background-position: 50% 49px;
    padding-bottom: 0;
}


/* SECTION 3 */

.features .section3 {
	background: #2e4861;
	padding: 115px 0 82px;
} 

.features .section3 .wrap {
	max-width: 1130px;
} 

.features .section3 .wrap h2 {
	font-size: 56px;
    color: #fff;
    text-align: center;
}

.features .section3 .wrap h2 strong {
	color: #5CD6E0;
}

.features .section3 .content-wrap {
	margin-top: 105px;
    overflow: hidden;
} 

.features .section3 .content-wrap h3 {
	font-size: 27px;
	color: #32C4D8;
    margin-bottom: 25px;
}

.features .section3 .content-wrap p {
	color: #fff;
}

.features .section3 .content-wrap .content-left {
	float: left;
	width: 515px;
}

.features .section3 .content-wrap .content-right {
	float: right;
	width: 515px;
} 

.features .section3 .content-wrap .text-container {
	margin-bottom: 45px;
}



/*
---------------------------------------------
    Content - Web Hosting
---------------------------------------------
*/

/*.hosting .site-header {
    display: none;
}*/

/*.hosting .site-inner,
.hosting .site-inner.scrolled {
    margin-top: 160px;
}*/


/* SECTION 1 */

.hosting .section1 {
    padding: 116px 0 57px;
}

.hosting .section1 .wrap .items-header {
    width: 375px;
    margin: 0 auto;
    text-align: center;
}

.hosting .section1 .wrap .items-header h3 {
    font-size: 21px;
    font-weight: 900;
    color: #fff;
    background: #32C4D8;
    padding: 11px;
    margin-bottom: 0;
    letter-spacing: 2px;
}

.hosting .section1 .wrap .content-wrap {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 90px;
}

.hosting .section1 .content-wrap .item {
    text-align: center;
    width: 375px;
    margin: 0 4px;
    display: flex;
    flex-wrap: wrap;
}

.hosting .section1 .content-wrap .item .item-wrapper {
    width: 100%;
    position: relative;
    box-shadow: 0px 10px 25px #d3d3d3;
}

.hosting .section1 .content-wrap .item .header {
    background: #2E4760;
    font-size: 37px;
    color: #32C4D8;
    padding: 25px 15px;
    margin-bottom: 0;
}

.hosting .section1 .content-wrap .item .price {
    font-size: 51px;
    font-weight: 400;
    color: #2E4760;
    padding: 35px 0 0;
}

.hosting .section1 .content-wrap .item .price span {
    font-size: 28px;
    vertical-align: top;
}

.hosting .section1 .content-wrap .item .per-basis {
    font-size: 19px;
    font-weight: 400;
    color: #32C4D8;
}

.hosting .section1 .content-wrap .item .item-features {
    padding: 20px 40px;
    margin-bottom: 110px;
}

.hosting .section1 .content-wrap .item .item-features ul {
    margin-bottom: 0;
}

.hosting .section1 .content-wrap .item .item-features ul li {
    border-bottom: 1px solid #ededed;
    color: #000;
    padding: 10px 10px;
    margin-bottom: 0;
}

.hosting .section1 .content-wrap .item .item-features ul li:last-of-type {
    border-bottom: none;
}

.hosting .section1 .content-wrap .item .button-container {
    background: #f7f7f7;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 25px 10px;
}

.maxbutton-10.maxbutton.maxbutton-buy-now {
    width: 235px !important;
    height: unset !important;
    padding: 20px 10px !important;
    border-radius: 30px !important
}

.maxbutton-10.maxbutton.maxbutton-buy-now .mb-text {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 0 !important;
}

.hosting .section1 .wrap .bottom-text {
    font-size: 18px;
    color: #2E4760;
    padding: 0 180px;
    text-align: center;
    line-height: 1.7;
}


/* SECTION 2 */

.hosting .section2 {
    padding: 0 0 95px;
}

.hosting .section2 .wrap h1 {
    font-size: 51px;
    font-weight: 400;
    color: #32C4D8;
    text-align: center;
    margin-bottom: 62px;
}

.hosting .section2 .wrap .content-wrap {
    max-width: 1050px;
    padding: 57px 85px 39px 80px;
    margin: 0 auto 60px;
    box-shadow: 2px 18px 50px #d3d3d3;
}

.hosting .section2 .wrap .content-wrap table tbody {
    border: none;
}

.hosting .section2 .wrap .content-wrap table th {
    font-size: 23px;
    font-weight: 900;
    color: #32C4D8;
}

.hosting .section2 .wrap .content-wrap table th:nth-of-type(2),
.hosting .section2 .wrap .content-wrap table th:nth-of-type(3) {
    text-align: center;
}

.hosting .section2 .wrap .content-wrap table th:nth-of-type(2) {
    width: 282px;
}

.hosting .section2 .wrap .content-wrap table th:nth-of-type(3) {
    width: 200px;
}

.hosting .section2 .wrap .content-wrap table tr th:first-of-type,
.hosting .section2 .wrap .content-wrap table tr td:first-child {
    padding-left: 35px;
}

.hosting .section2 .wrap .content-wrap table tr:nth-of-type(1) {
    background: #fff !important;
}

.hosting .section2 .wrap .content-wrap table tr:nth-of-type(even) td:first-child {
    padding: 15px 0 15px 35px;
} 

.hosting .section2 .wrap .content-wrap table tr:nth-of-type(odd) td:first-child {
    padding: 5px 0 5px 35px;
}

.hosting .section2 .wrap .content-wrap table tr:nth-of-type(odd) {
    background: #f7f7f7;
}

.hosting .section2 .wrap .content-wrap table td {
    font-size: 20px;
    color: #000;
    padding: 5px 0;
    border: none;
}

.hosting .section2 .wrap .content-wrap table td.basic,
.hosting .section2 .wrap .content-wrap table td.standard {
    text-align: center;
}

.hosting .section2 .wrap .bottom-text {
    font-size: 18px;
    text-align: center;
}




/* SECTION 3 */

.hosting .section3 {
    background: #2e4861;
    padding: 115px 0 82px;
    padding: 159px 0 82px;
} 

.hosting .section3 .wrap {
    max-width: 1070px;
} 

.hosting .section3 .wrap h2 {
    font-size: 56px;
    color: #fff;
    text-align: center;
}

.hosting .section3 .wrap h2 strong {
    color: #5CD6E0;
}

.hosting .section3 .content-wrap {
    margin-top: 105px;
    overflow: hidden;
} 

.hosting .section3 .content-wrap h3 {
    font-size: 27px;
    color: #32C4D8;
    margin-bottom: 15px;
    line-height: 1.2;
}

.hosting .section3 .content-wrap p {
    color: #fff;
    line-height: 1.5;
}

.hosting .section3 .content-wrap .content-left {
    float: left;
    width: 419px;
}

.hosting .section3 .content-wrap .content-right {
    float: right;
    width: 515px;
} 

.hosting .section3 .content-wrap .text-container {
    margin-bottom: 45px;
}


/* SECTION 4 */

.hosting .section4 {
    padding: 127px 0 145px;

}

.hosting .section4 .wrap {
    max-width: 1150px;
}

.hosting .section4 .wrap .content-wrap {
    overflow: hidden;
}

.hosting .section4 .content-wrap .content-left {
    float: left;
    width: 515px;
}

.hosting .section4 .content-wrap .content-left h2 {
    font-size: 46px;
    color: #2E4760;
    margin-bottom: 25px;
}

.hosting .section4 .content-wrap .content-left p {
    font-size: 21px;
    color: #2D465F;
}

.hosting .section4 .content-wrap .content-left ul {
    padding-right: 20px;
    margin-bottom: 45px;
}

.hosting .section4 .content-wrap .content-left ul li {
    background: url(images/zone-edit-check-icon.png) no-repeat 0px 4px;
    font-size: 21px;
    color: #000;
    padding-left: 40px;
    letter-spacing: -.5px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hosting .section4 .content-wrap .content-left h3 {
    font-size: 24px;
    color: #2E4760;
    padding-left: 40px;
    margin-bottom: 23px;
}

.hosting .section4 .content-wrap .content-right {
    float: right;
    margin-top: 28px;
}



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

/*.contact .site-header {
    display: none;
}*/


/* SECTION 1 */

.contact .section1 {
    padding: 50px 0;
    min-height: 450px;
}

.contact .section1 .wrap {
    padding: 0 15px;
}

.contact .section1 .wrap .content-wrap {
    max-width: 700px;
    margin: 0 auto;
}

.gform_wrapper#gform_wrapper_1 form{
    position: relative;
}

.gform_wrapper#gform_wrapper_1 .gform_body {
    margin-bottom: 30px;
}

.gform_wrapper#gform_wrapper_1 .gform_body .form-heading h2{
    margin-bottom: 50px;
    font-size: 37px;
    font-weight: 400;
    color: #32C4D8;
    text-align: center;
}

.gform_wrapper#gform_wrapper_1 .top_label div.ginput_complex.ginput_container.gf_name_has_1 {
    width: 100%;
}

.gform_wrapper#gform_wrapper_1 span.name_first,
.gform_wrapper#gform_wrapper_1 .gfield_visibility_visible {
    padding-right: 0;
}

.gform_wrapper#gform_wrapper_1 .gform_body ul li.gfield {
    margin-bottom: 14px;
    max-width: 100%;
}

.gform_wrapper#gform_wrapper_1 .gform_body ul li.gfield#field_1_6{
    margin-left: 60px !important;
    margin-top: 30px !important;
}

.gform_wrapper#gform_wrapper_1 .gform_body ul li.gfield .ginput_container input,
.gform_wrapper#gform_wrapper_1 .gform_body ul li.gfield .ginput_container textarea {
    padding: 20px 40px !important;
    border-radius: 6px;
}

.gform_wrapper#gform_wrapper_1 .field_sublabel_below .ginput_complex.ginput_container label {
    display: none;
}

.gform_wrapper#gform_wrapper_1 textarea.medium {
    height: 132px;
}

.gform_wrapper#gform_wrapper_1 .gform_footer {
    float: right;
    width: 235px;
    margin-right: 70px;
    position: absolute;
    bottom: 10px;
    right: 0;
}

.gform_wrapper#gform_wrapper_1 .gform_footer input[type="submit"] {
    background: #32C4D8;
    padding: 19px 30px !important;
    border-radius: 35px;
}

.gform_confirmation_wrapper .gform_confirmation_message{
    text-align: center;
    margin-top: 70px;
}



/*
---------------------------------------------
    Content - Pricing
---------------------------------------------
*/

/*.pricing .site-header {
    display: none;
}

.pricing .site-inner,
.pricing .site-inner.scrolled {
    margin-top: 160px;
}*/


/* Section 1 */

.pricing .section1 {
    background: #eef6f8;
    padding: 85px 0 65px;
}

.pricing .section1 .wrap {
    text-align: center;
    max-width: 930px;
    padding: 0 15px;
}

.pricing .section1 .wrap h1 {
    color: #2E4760;
    margin-bottom: 30px;
}


/* Section 2 */

.pricing .section2 {
    padding: 115px 0 98px;
}

.pricing .section2 .wrap h2 {
    font-size: 51px;
    font-weight: 400;
    color: #32C4D8;
    text-align: center;
}

.pricing .section2 .wrap .content-wrap {
    margin: 76px 0 90px;
    text-align: center;
}

.pricing .section2 .content-wrap .credit-pack {
    display: inline-block;
    vertical-align: top;
    width: 157px;
    margin: 0 2px;
}

.pricing .section2 .content-wrap .credit-pack .quantity {
    font-size: 16px;
    font-weight: 700;
    background: #2e4861;
    color: #fff;
    padding: 13px 5px;
    margin-bottom: 0;
}

.pricing .section2 .content-wrap .credit-pack .price {
    font-size: 37px;
    font-weight: 400;
    background: #eef6f8;
    color: #2E4760;
    padding: 10px 10px 15px;
    margin-bottom: 0;
}

.pricing .section2 .content-wrap .credit-pack .price span {
    font-size: 23px;
    vertical-align: top;
}

.pricing .section2 .content-wrap .credit-pack .discount {
    font-size: 15px;
    font-weight: 400;
    background: #5fd8e3;
    color: #fff;
    padding-top: 3px;
    margin-bottom: 0;
}

.pricing .section2 .s2btn{
    text-align: center;
}   

/*.pricing .section2 .maxbutton-6.maxbutton.maxbutton-get-started {*/
/*    display: block;*/
/*    margin: 0 auto !important;*/
/*}*/

/*.pricing .section2 .maxbutton-6.maxbutton.maxbutton-get-started:hover {*/
/*    background: #2e4861 !important;*/
/*}*/


/* Section 3 */

.pricing .section3 {
    padding-bottom: 170px;
}

.pricing .section3 .wrap {
    max-width: 1140px;
}

.pricing .section3 .content-wrap .product-pricing {
    display: flex;
    margin-bottom: 75px;
}

.pricing .section3 .content-wrap .product-pricing .left-block,
.pricing .section3 .content-wrap .domains .left-block,
.pricing .section3 .content-wrap .zone-out .left-block {
    background: #2e4861;
    padding: 55px 38px;
    width: 263px;
}

.pricing .section3 .content-wrap .product-pricing .left-block h2,
.pricing .section3 .content-wrap .domains .left-block h2,
.pricing .section3 .content-wrap .zone-out .left-block h2 {
    font-size: 40px;
    font-weight: 400;
    color: #32C4D8;
    line-height: 1.2;
}

.pricing .section3 .content-wrap .product-pricing .right-block {
    max-width: 877px;
    width: 100%;
    padding: 59px 50px 18px;
    background: #eef6f8;
}

.pricing .section3 .content-wrap .product-pricing .right-block table tr {
    border-bottom: 1px solid #e2eaec;
}

.pricing .section3 .content-wrap .product-pricing .right-block table tr:first-of-type,
.pricing .section3 .content-wrap .product-pricing .right-block table tr:nth-of-type(3),
.pricing .section3 .content-wrap .product-pricing .right-block table tr:last-of-type {
    border: none;
}

.pricing .section3 .content-wrap .product-pricing .right-block table tr:nth-of-type(2) td {
    border: none;
}

.pricing .section3 .content-wrap .product-pricing .right-block table th {
    font-size: 18px;
    font-weight: 700;
    color: #5CD6E0;
    letter-spacing: .5px;
}

.pricing .section3 .content-wrap .product-pricing .right-block table tbody,
.pricing .section3 .content-wrap .product-pricing .right-block table td {
    border: none;
}

.pricing .section3 .content-wrap .product-pricing .right-block table td{
    border: none;
    padding: 11px 0 7px 35px;
    font-size: 17px;
    font-weight: 700;
    color: #5F6570;
}

.pricing .section3 .content-wrap .product-pricing .right-block table td:first-child {
    background: url(images/zone-edit-pricing-check-icon-bg.png) no-repeat 1px 21px;
}

.pricing .section3 .content-wrap .product-pricing .right-block table tr:nth-of-type(3) td {
    background: none;
    padding-top: 3px;
    padding-bottom: 0;
}

.pricing .section3 .content-wrap .product-pricing .right-block table tr h5 {
    font-size: 17px;
    font-weight: 600;
    color: #5F6570
}

.pricing .section3 .content-wrap .product-pricing .right-block table tr ul {
    margin-bottom: 15px;
}

.pricing .section3 .content-wrap .product-pricing .right-block table tr ul li {
    background: url(images/zone-edit-pricing-box-icon-bg.jpg) no-repeat 0px 3px;
    font-size: 17px;
    font-weight: 400;
    color: #5F6570;
    padding-left: 13px;
    margin-bottom: 10px;
}

.pricing .section3 .content-wrap .bottom-text {
    font-size: 19px;
    font-weight: 500;
    text-align: center;
}

.pricing .section3 .content-wrap .domains {
    display: flex;
    margin-top: 35px;
}

.pricing .section3 .content-wrap .domains h2 {
    margin-bottom: 20px;
}

.pricing .section3 .content-wrap .domains h3 {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 90px;
}

.pricing .section3 .content-wrap .domains h4 {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
}

.pricing .section3 .content-wrap .domains .right-block {
    max-width: 877px;
    width: 100%;
    padding: 59px 50px 0;
    /*padding: 59px 50px 18px;*/
    background: #eef6f8;
}

.pricing .section3 .content-wrap .domains .right-block table th {
    font-size: 18px;
    font-weight: 700;
    color: #5CD6E0;
}

.pricing .section3 .content-wrap .domains .right-block table th:first-of-type {
    padding-left: 32px;
}

.pricing .section3 .content-wrap .domains .right-block table th:nth-of-type(2) {
    width: 370px;
}

.pricing .section3 .content-wrap .domains .right-block table tbody,
.pricing .section3 .content-wrap .domains .right-block table tr {
    border: none;
}

.pricing .section3 .content-wrap .domains .right-block table td {
    font-size: 17px;
    font-weight: 700;
    padding: 8px 0;
}

.pricing .section3 .content-wrap .domains .right-block table tr td:first-child {
    padding-left: 35px;
}

.pricing .section3 .content-wrap .domains .right-block table tr:nth-of-type(2) td {
    border: none;
}

.pricing .section3 .content-wrap .domains .right-block table tr td:nth-child(2) {
    font-size: 15px;
    font-weight: 400;
    color: #5F6570;
    line-height: 1.4;
}

.pricing .section3 .content-wrap .domains .right-block table tr td:nth-child(2) strong {
    font-size: 17px;
    font-weight: 700;
}

.pricing .section3 .content-wrap .domains .left-block .maxbutton{
    margin-top: 23px;
}

/*.pricing .section3 .content-wrap .domains .left-block .maxbutton-11.maxbutton.maxbutton-just-ask {*/
/*    width: 170px !important;*/
/*    height: unset !important;*/
/*    padding: 20px 15px !important;*/
/*}*/

.maxbutton-11.maxbutton.maxbutton-just-ask {
    margin-top: 23px;
}

.maxbutton-11.maxbutton.maxbutton-just-ask .mb-text {
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 0 !important;
    letter-spacing: 1px;
}

.pricing .section3 .content-wrap .zone-out {
    display: flex;
    margin-top: 35px;
}

.pricing .section3 .content-wrap .zone-out h2 {
    margin-bottom: 20px;
}

.pricing .section3 .content-wrap .zone-out h3 {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 90px;
}

.pricing .section3 .content-wrap .zone-out h4 {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
}

.pricing .section3 .content-wrap .zone-out .right-block {
    max-width: 877px;
    width: 100%;
    padding: 59px 50px 0;
    /*padding: 59px 50px 18px;*/
    background: #eef6f8;
}

.pricing .section3 .content-wrap .zone-out .right-block table th {
    font-size: 18px;
    font-weight: 700;
    color: #5CD6E0;
    letter-spacing: .5px;
}

.pricing .section3 .content-wrap .zone-out .right-block table th:first-of-type {
    padding-left: 30px;
}

.pricing .section3 .content-wrap .zone-out .right-block table th:nth-of-type(2) {
    width: 370px;
}

.pricing .section3 .content-wrap .zone-out .right-block table tbody,
.pricing .section3 .content-wrap .zone-out .right-block table tr,
.pricing .section3 .content-wrap .zone-out  .right-block table tr:nth-of-type(2) td {
    border: none;
}

.pricing .section3 .content-wrap .zone-out .right-block table td {
    font-size: 17px;
    font-weight: 700;
    padding: 6px 0;
}

.pricing .section3 .content-wrap .zone-out .right-block table td:first-child {
    padding-left: 25px;
}






/*
---------------------------------------------
    Content - Sign Up
---------------------------------------------
*/


/* Section 1 */

.sign_up .section1 {
    padding: 110px 0;
    text-align: center;
}

.sign_up .section1 .wrap {
    max-width: 1070px;
}

.sign_up .section1 .um-register{

}

.sign_up .section1 .um-register .um-col-121{
    width: 43%;
}

.sign_up .section1 .um-register .um-col-122{
    width: 43%;
    padding-top: 30px;
}

.sign_up .section1 .um-register .um-field{
    padding: 0 0 27px;
}

.sign_up .section1 .um-register .um-col-122 .um-field{
    padding: 0 0 10px;
}

.sign_up .section1 .um-register .um-field .um-field-label{
    margin-bottom: 10px;
}

.sign_up .section1 .um-register .um-field .um-field-label label{
    color: #2D465F;
    font-size: 17px !important;
}

.sign_up .section1 .um-register .um-field input{
    border: 1px solid #e4e4e4 !important;
    border-radius: 5px;
    padding: 21px 20px !important;
    height: auto !important;
}

.sign_up .section1 .um-register .um-col-122 .um-field input{
    font-size: 17px !important;
    color: #231F20;
    padding: 20px !important;
}

.sign_up .section1 .um-register .um-field select{

}

.sign_up .section1 .um-register .um-field select option{
    
}

.sign_up .section1 .um-register .um-field .select2{

}

.sign_up .section1 .um-register .um-field .select2 .select2-selection{
border-radius: 5px !important;
    background-color: #eef6f8 !important;
    padding: 0 !important;
    height: auto;
    border: 1px solid #eef6f8 !important;
}

.sign_up .section1 .um-register .um-field .select2 .select2-selection__rendered{
    padding: 13px 20px;
    text-indent: 0;
    color: #2D465F;
    font-size: 17px !important;
    font-weight: 600;
}

.select2-container--default .select2-selection--single .select2-selection__clear{
    margin-right: 20px;
}

.sign_up .section1 .um-register .um-field .select2 .select2-selection__rendered .select2-selection__placeholder{
    color: #2D465F;
    font-size: 17px !important;
    font-weight: 600;
}

.sign_up .section1 .um-register .um-field .select2 .select2-selection__arrow{
    width: 44px !important;
}

.sign_up .section1 .um-register .um-field .select2 .select2-selection__arrow::before{
    margin-top: 16px;
}

.sign_up .section1 .um-register .um-button{
    background: #32C4D8;
    padding: 19px 30px !important;
    border-radius: 35px !important;
    font-weight: 700 !important;
    font-size: 18px;
    min-width: 160px !important;
}




.gform_wrapper#gform_wrapper_2 .top_label div.ginput_complex.ginput_container.gf_name_has_1 {
    width: 100%;
}

.gform_wrapper#gform_wrapper_2 .gfield {
    padding-right: 0;
}

.gform_wrapper#gform_wrapper_2 .gform_body ul li.gfield .gfield_label {
    display: block;
}


/* Section 2 */

.sign_up .section2 {
    background: #2e4861;
    padding: 70px 0 80px;
}

.sign_up .section2 .wrap {
    padding: 0 15px;
    max-width: 680px;
}

.sign_up .section2 {
    margin: 0 auto;
}

.sign_up .section2 h3 {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.sign_up .section2 h3 strong {
    font-weight: 400;
    color: #5CD6E0;
    line-height: 1.3;
}

.sign_up .section2 .um-login{
    max-width: 440px;
    margin-top: 40px;
    margin-bottom: 0 !important;
}

.sign_up .section2 .um-login .um-row{
    margin: 0 0 40px 0 !important;
}

.sign_up .section2 .um-login .um-field{
    margin: 0 0 15px;
    padding: 0;
}

.sign_up .section2 .um-login .um-field input{
    padding: 20px 18px !important;
    border-radius: 5px;
    height: auto !important;
    background-color: #fff;
    border: 1px solid #c6c6c6 !important;
    font-size: 16px !important;
    color: #282828;
}

.sign_up .section2 .um-login .um-col-alt .um-left{
    width: 100%;
    text-align: center;
}

.sign_up .section2 .um-login .um-col-alt .um-left input{
    background: #32C4D8;
    padding: 19px 30px !important;
    border-radius: 35px !important;
    font-weight: 700 !important;
    font-size: 18px;
    width: auto;
    margin: 0;
    text-transform: uppercase !important;
    display: inline-block;
    min-width: 150px;
}

.sign_up .section2 .um-login .um-col-alt .um-right{
    display: none;
}

.sign_up .section2 .um-login .um-field.um-field-c{
    display: none;
}

.sign_up .section2 .um-login .um-col-alt-b a{
    color: #fff !important;
}

.sign_up .section2 .um-login.um-logout{
    text-align: right;
}

.sign_up .section2 .um-login.um-logout .um-misc-with-img{
    text-align: right;
}

.sign_up .section2 .um-login.um-logout .um-misc-with-img div{
    color: #fff;
}

.sign_up .section2 .um-login.um-logout .um-misc-ul{

}

.sign_up .section2 .um-login.um-logout .um-misc-ul li{
    display: inline-block;
    font-size: 14px;
    margin-left: 20px;
}

.sign_up .section2 .um-login.um-logout .um-misc-ul li a{
    color: #5CD6E0;
}


.gform_wrapper#gform_wrapper_3 {
    width: 440px;
    padding-top: 26px;
    margin: auto;
}

.gform_wrapper#gform_wrapper_3 .gform_body ul li.gfield {
    padding-right: 0;
    margin-bottom: 15px;
}

.gform_wrapper#gform_wrapper_3 .gform_body ul li.gfield .ginput_container input,
.gform_wrapper#gform_wrapper_3 .gform_body ul li.gfield .ginput_container textarea {
    padding: 20px 18px !important;
    border-radius: 5px;
}

.gform_wrapper#gform_wrapper_3 .gform_footer {
    width: 155px;
    padding-top: 25px;
    margin: 0 auto;
}

.gform_wrapper#gform_wrapper_3 .gform_footer input[type="submit"] {
    background: #32C4D8;
    padding: 19px 30px !important;
    border-radius: 35px;
}/*
---------------------------------------------
    SITE RESPONSIVENESS
---------------------------------------------
*/

/*.features .site-header,
.features .section1,
.features .section2,
.features .section3,
.features .before-footer,
.features .site-footer {
    display: none;
}
*/


@media only screen and (max-width: 1360px) {

    .homepage .section3 .wrap {
        background: url(images/zone-edit-vert-line.png) repeat-y center;
    }

    .homepage .section3 .wrap .dot,
    .homepage .section3 .wrap .vert-line-top {
        left: 0;
    }
}



@media only screen and (max-width: 1300px) {

    .homepage .testimonial-section .wrap {
        max-width: 100%;
        padding: 0 15px;
    }

    .homepage .testimonial-section {
         background-size: cover;
    }
}


@media only screen and (max-width: 1200px) {

    .site-inner{
        margin-top: 127px;
    }

    .site-header .title-area{
        padding-left: 0;
        margin: 20px 0;
    }

    .site-header .widget-area{
        padding-top: 45px;
        width: auto;
    }

    .site-header .widget-area .header-btn{
        margin-right: 80px;
    }

    #responsive-menu-container #responsive-menu{
        margin-top: 30px;
    }

    .logged-in #responsive-menu-container #responsive-menu {
        margin-top: 70px;
    }

    button#responsive-menu-button.scrolled{
        top: 27px;
    }

    .logged-in button#responsive-menu-button{
        top: 70px;
    }
    
    .page.content-sidebar .content-sidebar-wrap,
    .single.content-sidebar .content-sidebar-wrap{
    	width: 100%;
    }

    .logged-in button#responsive-menu-button.scrolled {
        top: 60px;
    }

    .homepage .testimonial-section .wrap .content-left {
        max-width: 320px;
        width: 100%;
        padding-top: 100px;
        margin-left: 0;
    }

    .homepage .testimonial-section .testimonial-container {
        width: 730px;
        text-align: right;
    }

    .homepage .testimonial-section .testimonial-container .testimonial-item {
        padding: 40px 30px 25px;
    }

    .homepage .testimonial-section .testimonial-container .testimonial-item.first,
    .homepage .testimonial-section .testimonial-container .testimonial-items-stacked {
        width: 350px;
        text-align: left;
    }

    .site-footer .wrap{
        padding: 0 15px;
    }

    .site-footer .wrap .footer-logo{
        margin-left: 0;
    }

    .about .section2{
        zoom: 80%;
    }

    .hosting .section1 .wrap .items-header,
    .hosting .section1 .content-wrap .item {
        width: 315px;
    }

    .hosting .section4 .wrap {
        max-width: 100%;
        padding: 0 15px;
    }

}


@media only screen and (max-width: 1168px) {

    .homepage .section1 .wrap {
        max-width: 100%;
        padding: 0 15px;
    }

    .features .section2 .wrap,
    .features .section2 .content-wrap .content-holder {
        max-width: 100%;
        width: 100%;
    }

    .features .section3 .wrap {
        max-width: 100%;
        padding: 0 15px;
    }

    .free_dns .section3 .wrap {
        max-width: 100%;
        padding: 0 15px;
    }

    .free_dns .section4 .wrap {
        padding: 0 15px;
    }

    .pricing .section2 .wrap {
        padding: 0 15px;
    }

    .pricing .section3 .wrap {
        padding: 0 15px;
    }

    .thank_you .section2 .wrap {
        max-width: 100%;
        padding: 0 15px;
    }

    .thank_you .section3 .wrap {
        max-width: 100%;
        padding: 0 15px;
    }

    .pricing .section2 .content-wrap .credit-pack {
        margin-bottom: 25px;
    }

    .pricing .section2 .wrap .content-wrap {
        max-width: 700px;
        padding-top: 30px;
        margin: 0 auto;
    }

    .pricing .section2 .maxbutton-6.maxbutton.maxbutton-get-started {
        margin-top: 20px !important;
    }

    .pricing .section3 .content-wrap .domains .right-block table th:first-of-type,
    .pricing .section3 .content-wrap .domains .right-block table tr:nth-of-type(2) td,
    .pricing .section3 .content-wrap .domains .right-block table tr td:first-child,
    .pricing .section3 .content-wrap .zone-out .right-block table th:first-of-type,
    .pricing .section3 .content-wrap .zone-out .right-block table td:first-child {
        padding-left: 0;
    }

    .pricing .section3 .content-wrap .zone-out .right-block table th {
        line-height: 1.4;
    }

    .hosting .section1 .wrap {
        padding: 0 15px;
    }

    .hosting .section3 .wrap {
        padding: 0 15px;
    }

    .hosting .section3 .content-wrap .content-left,
    .hosting .section3 .content-wrap .content-right {
        width: 45%;
    }

    .hosting .section4 .content-wrap .content-left {
        width: 48%;
    }

    .hosting .section4 .content-wrap .content-right {
        width: 50%;
    }

    .zone_club .section2 .wrap {
        padding: 0 15px;
    }

    .zone_club .section2 .top-content img{
        width: 18.3%;
    }

    .zone_club .section2 .top-content .section-header {
        width: 75%;
    }

    .zone_club .section2 .top-content .section-header h2 {
        font-size: 40px;
    }

    .zone_club .section2 .content-wrap {
        width: 100%;
    }

    .zone_club .section2 .content-wrap .content-left {
        width: 44%;
    }

    .zone_club .section2 .content-wrap img {
        width: 47%;
        margin-right: 40px;
    }

}


@media only screen and (max-width: 1100px) {

    .features .section1 .wrap,
    .homepage .section4 .wrap {
        padding: 0 15px;
    }

    .homepage .section5 .wrap {
        max-width: 100%;
        padding: 182px 15px 0;
    }

    .homepage .testimonial-section .testimonial-container .testimonial-item {
        padding: 40px 20px 25px;
    }

    .homepage .testimonial-section .testimonial-container .testimonial-item.first,
    .homepage .testimonial-section .testimonial-container .testimonial-items-stacked {
        width: 300px;
        text-align: left;
    }

    .site-footer .wrap .footer-logo,
    .site-footer .wrap .footer-menu,
    .site-footer .wrap .footer-copyright{
        float: none;
    }

    .site-footer .wrap .footer-menu{
        margin: 20px 0 15px;
    }

    .site-footer .wrap .footer-menu ul li{
        margin: 5px;
    }

    .features .section2 .content-wrap .content-holder .text-container h2 {
        font-size: 35px;
    }

    .features .section2 .content-wrap .content-holder .text-container {
        width: 450px;
    }

    .features .section3 .content-wrap .content-left,
    .features .section3 .content-wrap .content-right,
    .thank_you .section3 .content-wrap .content-left,
    .thank_you .section3 .content-wrap .content-right {
        width: 475px;
    }

    .free_dns .section3 .content-wrap .list-holder .left-list,
    .free_dns .section3 .content-wrap .list-holder .right-list {
        max-width: 450px;
        width: 100%;
    }

    .pricing .section3 .content-wrap .domains .right-block table th:first-of-type,
    .pricing .section3 .content-wrap .zone-out .right-block table th:first-of-type {
        width: 70%;
    }

    .hosting .section3 .wrap {
        max-width: 100%;
        padding: 0 15px;
    }

    .sign_up .section1 .wrap{
        max-width: 100%;
        padding: 0 15px;
    }

}


@media only screen and (max-width: 1024px) {

    .homepage .section5 {
        padding-bottom: 80px;
    }

    .homepage .section5 .content-wrap .content-holder {
        padding-top: 120px;
        margin-bottom: 0;
    }

    .homepage .section5 .content-holder:nth-of-type(even) {
        display: flex;
        flex-direction: column;
    }

    .homepage .section5 .content-holder:nth-of-type(even) .content-left {
        order: 2;
        padding-bottom: 0;
    }

    .homepage .section5 .content-holder:nth-of-type(even) .img-right {
        order: 1;
        padding-bottom: 50px;
    }

    .homepage .section5 .content-holder .img-left,
    .homepage .section5 .content-holder .content-left,
    .homepage .section5 .content-holder .content-right,
    .homepage .section5 .content-holder .img-right {
        max-width: 465px;
        width: 100%;
    }

    .homepage .section5 .content-holder .img-left,
    .homepage .section5 .content-holder .content-left {
        float: none;
        padding-bottom: 50px;
        margin: 0 auto;
        text-align: center;
        background: #fff;
    }

    .homepage .section5 .content-holder .content-right,
    .homepage .section5 .content-holder .img-right {
        float: none;
        margin: 0 auto;
        background: #fff;
        text-align: center;
    }

    .homepage .section5 .content-holder .content-right p {
        margin-bottom: 0;
    }

    .homepage .section5 .wrap {
        padding: 40px 15px 0;
    }

    .homepage .section5 .content-wrap .content-holder .dot {
        display: none;
    }

    .homepage .section5 .wrap {
        background: none;
    }

    .before-footer .widget-wrap {
        max-width: 100%;
        padding: 0 15px;
        text-align: center;
    }

    .before-footer h2,
    .before-footer .maxbutton-3.maxbutton.maxbutton-create-free-account {
        float: none;
    }

    .before-footer h2 {
        margin-bottom: 20px;
    }

    .features .section3 .content-wrap .content-left,
    .features .section3 .content-wrap .content-right,
    .thank_you .section3 .content-wrap .content-left,
    .thank_you .section3 .content-wrap .content-right {
        width: 430px;
    }

    .free_dns .section2 .wrap {
        max-width: 100%;
        padding: 0 15px;
    }

    .hosting .section1 .wrap .items-header,
    .hosting .section1 .content-wrap .item {
        width: 283px;
    }

    .zone_club .section2 .top-content img {
        display: block;
        width: unset;
        margin: auto;
    }

    .zone_club .section2 .top-content .section-header {
        width: unset;
        display: block;
        margin: 30px auto 0;
    }

    .zone_club .section2 .top-content .section-header h2 {
        text-align: center;
    }

}


@media only screen and (max-width: 1000px) {

    .homepage .testimonial-section {
        padding: 205px 0 75px;
    }

    .homepage .testimonial-section .wrap .content-left {
        padding-top: 0px;
        margin-left: 80px;
    }

    .homepage .testimonial-section .testimonial-container {
        max-width: 400px;
        width: 100%;
    }

    .homepage .testimonial-section .testimonial-container .testimonial-items-stacked {
        width: 100%;
    }

    .homepage .testimonial-section .testimonial-container .testimonial-items-stacked .testimonial-item {
        width: 400px;
        margin-bottom: 60px;
    }

    .homepage .testimonial-section .testimonial-container .testimonial-item.first {
        width: 400px;
        margin-right: 0;
        margin-bottom: 60px;
    }

    .about .section2{
        zoom: 61%;
    }

    .features .section1 {
        background-position: calc(50% + 150px) top;
    }

    .features .section2{
        margin-top: -70px;
    }

    .features .section2 .wrap{
        padding-top: 100px;
    }

    .features .section2 .content-wrap .content-holder {
        display: flex;
        flex-direction: column;
        padding-top: 120px;
        margin-bottom: 100px;
        padding-bottom: 0;
    }

    .features .section2 .content-wrap .content-holder:last-of-type {
        margin-bottom: 0;
    }

    .features .section2 .content-wrap .content-holder .img-holder {
        background: #fff;
        float: none;
        max-width: 350px;
        width: 100%;
        padding-top: 0 !important;
        margin: 0 auto !important;
        text-align: center;
        order: 1;
    }

    .features .section2 .content-wrap .content-holder .text-container {
        float: none;
        padding-top: 0;
        margin: 0 auto;
        text-align: center !important;
        background: #fff;
        order: 2;
        padding-bottom: 30px;
    }

    .features .section2 .content-wrap .content-holder .text-container h3 {
        margin-bottom: 0;
    }

    .free_dns .section4 .content-wrap h2 {
        padding: 0 105px;
    }

}


@media only screen and (max-width: 960px) {

    .homepage .section3 {
        padding: 35px 0 0;
    }

    .homepage .section3 .wrap {
        padding: 45px 15px 10px;
        background: none;
    }

    .homepage .section3 .wrap .dot, 
    .homepage .section3 .wrap .vert-line-top,
    .homepage .section3 .wrap .dot2{
        display: none;
    }

    .homepage .section3 .content-wrap {
        overflow: hidden;
        /*display: flex;
        flex-direction: column;*/
    }

    .homepage .section3 .content-wrap .content-left {
        float: none;
        margin: 0 auto 30px;
        max-width: 405px;
        /*order: 2;*/
    }

    .homepage .section3 .content-wrap .content-right {
        float: none;
        margin: 0 auto 70px;
        background: #fff;
        /*order: 1;*/
        max-width: 490px;
        text-align: center;s
    }

    .homepage .section3 .wrap .dot2 {
        left: 0;
    }

    .free_dns .section1 .wrap {
        max-width: 100%;
        padding: 0 15px;
    }

    .free_dns .section2 .content-wrap img {
        margin-right: 45px;
    }

    .free_dns .section3 .content-wrap .list-holder {
        margin-top: 30px;
    }

    .free_dns .section3 .content-wrap .list-holder .left-list,
    .free_dns .section3 .content-wrap .list-holder .right-list {
        max-width: 705px;
        float: none;
        margin: 0 auto;
    }

    .free_dns .section3 .content-wrap .list-holder ul li {
        background-position: 0 3px;
    }

    .pricing .section3 .content-wrap .product-pricing .right-block,
    .pricing .section3 .content-wrap .zone-out .right-block {
        padding: 35px 15px 18px;
    }

    .hosting .section1 .wrap .content-wrap {
        margin-bottom: 50px;
    }

    .hosting .section1 .wrap .bottom-text {
        padding: 0;
    }

    .zone_club .section2 .content-wrap .content-left {
        width: 100%;
        text-align: center;
        margin: 0 auto 60px;
        float: none;
    }

    .zone_club .section2 .content-wrap img {
        width: unset;
        float: none;
        margin: auto;
        display: block;
    }

    .sign_up .section1 .um-register .um-col-121,
    .sign_up .section1 .um-register .um-col-122 {
        width: 48% !important;
    }

}


@media only screen and (max-width: 900px) {

    .homepage .section2 .content-wrap .s2-gallery li {
        margin: 0 17px;
    }

    .homepage .section4{
        background-position: -120px -160px;
    }

    .homepage .section5 {
        margin-top: -212px;
    }

    .homepage .testimonial-section .wrap .content-left {
        margin-left: 40px;
    }

    .features .section3 .content-wrap .content-left,
    .features .section3 .content-wrap .content-right,
    .thank_you .section3 .content-wrap .content-left,
    .thank_you .section3 .content-wrap .content-right {
        float: none;
        max-width: 580px;
        width: 100%;
        margin: 0 auto 30px;
    }

    .free_dns .section1 .wrap .img-left {
        float: none;
        max-width: 380px;
        width: 100%;
        margin: 0 auto;
    }

    .free_dns .section1 .wrap .content-right {
        float: none;
        max-width: 550px;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .free_dns .section2 .content-wrap .content-left {
        width: 50%;
    }

    .free_dns .section2 .content-wrap img {
        width: 40%;
        margin-top: 50px;
        margin-right: 0px;
    }

    .thank_you .section3 .wrap .content-wrap {
        margin-top: 60px;
    }

    .pricing .section3 .content-wrap .product-pricing,
    .pricing .section3 .content-wrap .domains,
    .pricing .section3 .content-wrap .zone-out {
        flex-direction: column;
    }

    .pricing .section3 .content-wrap .product-pricing .right-block table th:nth-of-type(2),
    .pricing .section3 .content-wrap .product-pricing .right-block table td:nth-of-type(2) {
        text-align: center;
    }

    .pricing .section3 .content-wrap .product-pricing .right-block table td:nth-of-type(2){
        padding-left: 0;
    }

    .pricing .section3 .content-wrap .domains h3,
    .pricing .section3 .content-wrap .zone-out h3 {
        margin-bottom: 0;
    }

    .pricing .section3 .content-wrap .product-pricing .left-block,
    .pricing .section3 .content-wrap .domains .left-block,
    .pricing .section3 .content-wrap .zone-out .left-block {
        width: 100%;
        padding: 30px 15px;
        text-align: center;
    }

    .pricing .section3 .content-wrap .domains .right-block {
        padding: 30px 15px 0;
    }

    .hosting .section1 .wrap .content-wrap {
        flex-direction: column;
        align-items: center;
    }

    .hosting .section1 .wrap .items-header,
    .hosting .section1 .content-wrap .item {
        width: 400px;
    }

    .hosting .section1 .content-wrap .item {
        margin: 0 0 40px;
    }

    .hosting .section1 .content-wrap .item:nth-of-type(2) {
        order: 1;
    }

    .hosting .section1 .content-wrap .item:first-of-type {
        order: 2;
    }

    .hosting .section1 .content-wrap .item:nth-of-type(3) {
        order: 3;
    }

    .hosting .section3 .content-wrap .content-left,
    .hosting .section3 .content-wrap .content-right {
        max-width: 490px;
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    .hosting .section4 .content-wrap .content-left p,
    .hosting .section4 .content-wrap .content-left ul li {
        font-size: 17px;
        letter-spacing: unset;
    }

}


@media only screen and (max-width: 800px) {

    .site-inner{
        padding: 0;
    }

    .homepage .testimonial-section .wrap .content-left {
        margin-left: 0;
    }

    .about .section2{
        zoom: 100%;
    }

    .about .section2 .wrap{
        background: none;
    }

    .about .section2 .wrap .content-wrap{
        width: 100%;
        margin: 0 0 60px;
        padding: 0 !important;
        overflow: hidden;
        background: none;

        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .about .section2 .content-wrap .img-holder{
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        margin: 20px auto 0;
    }

    .about .section2 .content-wrap .timeline-year{
        position: relative;
        top: auto;
        margin-bottom: 10px;
    }

    .about .section2 .content-wrap .content-holder{
        width: 100%;
    }

    .features .section2 .wrap {
        padding: 0 15px;
    }

    .free_dns .site-inner {
        padding: 0;
    }

    .thank_you .site-inner {
        padding: 0;
    }

    .pricing .site-inner {
        padding: 0;
    }

    .page-banner .wrap {
        padding: 0 15px;
    }

    .free_dns .section2 .content-wrap .content-left {
        max-width: 715px;
        width: 100%;
        float: none;
        margin: 0 auto 60px;
    }

    .free_dns .section2 .content-wrap img {
        width: unset;
        margin: auto;
        float: none;
        display: block;
    }

    .free_dns .section4 .content-wrap h2 {
        padding: 0;
    }

    .free_dns .section4 .content-wrap h2 {
        font-size: 45px;
    }

    .thank_you .section2 {
        background-position: -470px 10px;
    }

    .pricing .section3 .content-wrap .product-pricing .right-block table th {
        letter-spacing: unset;
        line-height: 1.4;
    }

    .hosting .site-inner {
        padding: 0;
    }

    .hosting .section4 .content-wrap .content-left {
        max-width: 600px;
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    .hosting .section4 .content-wrap .content-right {
        max-width: 580px !important;
        width: 100%;
        margin: 28px auto 0;
        float: none;
    }

    .zone_club .site-inner {
        padding: 0;
    }

    .zone_club .section1 {
        background-position: top left;
    }

    .zone_club .section1 .wrap .content-wrap {
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .zone_club .section3 .content-wrap h2 {
        font-size: 45px;
    }

    .zone_club .section3 .content-wrap h3 {
        font-size: 30px;
    }

    .contact .site-inner {
        padding: 0;
    }

}

@media only screen and (max-width: 782px) {

    .logged-in button#responsive-menu-button {
        top: 82px;
    }

    .logged-in button#responsive-menu-button.scrolled {
        top: 73px;
    }

}


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

    .homepage .section1 {
        background-position: -430px top;
        padding: 200px 0 320px;
    }

    .homepage .section2 .content-wrap .s2-gallery li {
        display: block;
        margin: 0;
    }

    .homepage .section4,
    .features .section1 {
        background: #eef6f8;
        padding: 80px 0 !important;
    }

    .homepage .section4 .content-wrap .content-holder,
    .features .section4 .content-wrap .content-holder {
        float: none;
        max-width: 585px;
        width: 100%;
        margin: 0 auto;
    }

    .homepage .section5 {
        margin-top: 0;  
    }

    .homepage .section5 .content-wrap .content-holder {
        padding-top: 70px;
    }

    .homepage .testimonial-section {
        padding: 80px 0 75px;
        background: #2e4861;
    }

    .homepage .testimonial-section .wrap .content-wrap {
        display: block;
    }

    .homepage .testimonial-section .wrap .content-left{
        max-width: 400px;
        margin: 0 auto 100px;
        text-align: center;
    }

    .homepage .testimonial-section .testimonial-container {
        margin: 0 auto;
    }

    .site-footer .wrap .footer-copyright .textwidget{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .site-footer .wrap .footer-copyright .left-content{
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;

        display: block;
        top: 0;
        margin: auto;
        line-height: 1.5;
    }

    .site-footer .wrap .footer-copyright .right-content{
        display: block;
        top: 0;
        margin: 0px auto 30px;
    }

    .site-footer .wrap .footer-copyright img{
        margin: 0 10px;
    }

    .features .section1 .wrap .content-wrap{
        width: 100%;
    }

    .features .section2 {
        margin-top: 0;
    }

    .free_dns .section2 .content-wrap .content-left {
        max-width: 715px;
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    .free_dns .section2 .wrap .top-content h2{
        font-size: 45px;
    }

    .pricing .section3 .content-wrap .product-pricing .right-block table th:first-of-type,
    .pricing .section3 .content-wrap .domains .right-block table th:first-of-type {
        width: 70%;
    }

    .sign_up .section1 .um-register .um-field input,
    .sign_up .section1 .um-register .um-col-122 .um-field input {
        padding: 15px 20px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 30px;
    }

}


@media only screen and (max-width: 700px) {

    .site-header .title-area{
        width: 220px;
        margin: 10px 0;
    }

    .header-image .site-title > a{
        background-size: 100%;
        min-height: 70px;
    }

    button#responsive-menu-button{
        top: 15px !important;
        right: 3% !important;
    }

    .logged-in button#responsive-menu-button {
        top: 63px !important;
    }

    .site-header .widget-area{
        display: none;
    }

    #responsive-menu-container li.responsive-menu-item.login,
    #responsive-menu-container li.responsive-menu-item.signup{
        display: block;
    }

    .site-inner {
        margin-top: 87px;
    }

    .about .section3 .content-wrap h2{
        font-size: 40px;
    }

    .hosting .section2 .wrap h1{
        font-size: 40px;
    }

    .hosting .section2 .wrap .content-wrap{
        padding: 60px 0 40px;
    }

    .pricing .section2 .wrap .content-wrap {
        max-width: 495px
    }

    .pricing .section2 .content-wrap .credit-pack {
        text-align: center;
    }

    .zone_club .section2 .content-wrap img {
        width: 87%;
    }

    .gform_wrapper#gform_wrapper_1 .gform_body ul li.gfield#field_1_6 {
        margin-left: 0 !important;
    }

    .gform_wrapper#gform_wrapper_1 .gform_footer {
        margin-right: 0;
    }

}


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

    .homepage .section3 .content-wrap .content-right h2 {
        font-size: 40px;
    }

    .homepage .section3 .content-wrap .content-right h3 {
        font-size: 30px;
    }

    .homepage .section3 .content-wrap .content-right a.maxbutton {
        margin-top: 5px;
    }

    .features .section1 .wrap .content-wrap {
        float: none;
        width: 100%;
    }

    .features .section1 .content-wrap h1 {
        font-size: 45px;
    }

    .homepage .section5 .content-holder h2 {
        font-size: 45px;
    }

    .homepage .testimonial-section .wrap h2 {
        font-size: 45px;
    }

    .before-footer h2 {
        font-size: 35px;
    }

    .homepage .section4 .content-holder h2,
    .features .section4 .content-holder h2 {
        font-size: 40px;
    }

    .about .section1 .content-wrap h1{
        font-size: 45px;
    }

    .pum#pum-266 .pum-container{
        width: 95% !important;
        left: 0 !important;
        right: 0 !important;
        margin: auto;
    }

    .pum .pum-container .pum-title{
        max-width: 100%;
        font-size: 35px;
    }

    .page .pum .pum-container .pum-content .gform_wrapper{
        max-width: 100%;
    }

    .page .pum .pum-container .pum-content .gform_wrapper .gform_footer input[type="submit"]{
        font-size: 18px;
    }

    .features .section3 .wrap h2,
    .thank_you .section2 .content-wrap h1,
    .thank_you .section3 .wrap h1,
    .pricing .section1 .wrap h1 {
        font-size: 45px;
    }

    .features .section3 .content-wrap,
    .hosting .section3 .content-wrap {
        margin-top: 50px;
    }

    .page-banner h1 {
        font-size: 45px;
    }

    .free_dns .section1 .wrap .content-right h2,
    .hosting .section3 .wrap h2,
    .zone_club .section1 .content-wrap h1 {
        font-size: 45px;
    }

    .free_dns .section3 .top-content h2 {
        font-size: 45px;
    }

    .zone_club .section1 .content-wrap h2 {
        font-size: 30px;
    }

    .free_dns .section4 .content-wrap p {
        line-height: 1.4;
    }

    .hosting .section3 {
        padding: 80px 0;
    }

    .hosting .section3 .content-wrap {
        margin-top: 50px;
    }

    .zone_club .section1 .wrap .content-wrap {
        max-width: 520px;
        width: 100%;
    }

    .zone_club .section2 .top-content .section-header h2 {
        font-size: 35px;
    }

    .gform_wrapper#gform_wrapper_1 .gform_footer {
        width: 215px;
    }

    .sign_up .section1 .um-register .um-col-121,
    .sign_up .section1 .um-register .um-col-122 {
        float: none;
        width: 100% !important;
    }

    .sign_up .section1 .um-register .um-col-122 {
        padding-top: 0;
    }

    .pricing .section2 .wrap h2{
        font-size: 45px;
    }

}

@media only screen and (max-width: 550px) {

    .gform_wrapper#gform_wrapper_1 .gform_footer {
        max-width: 310px;
        width: 100%;
        bottom: -100px;
        left: 0;
        right: 0;
        display: block;
        margin: auto;
    }

    .gform_wrapper#gform_wrapper_1 .gform_body ul li.gfield#field_1_6 .ginput_container {
        max-width: 305px;
        width: 100%;
        margin: 0 auto;
    }

    .gform_wrapper#gform_wrapper_1 .gform_body ul li.gfield#field_1_6 .ginput_container .g-recaptcha .gform_wrapper {

    }

}

@media only screen and (max-width: 522px) {

    .pricing .section2 .wrap .content-wrap {
        max-width: 100%;
        width: 420px;
        text-align: left;
    }

    .pricing .section2 .content-wrap .credit-pack {
        margin: 0 25px 25px;
    }

}

@media only screen and (max-width: 500px) {

    .homepage .section5 .content-holder .content-right {
        width: 100%;
    }

    .about .section3 .content-wrap h2{
        font-size: 30px;
    }

    .hosting .section2 .wrap .content-wrap table th{
        font-size: 18px;
    }

    .hosting .section2 .wrap .content-wrap table td {
        font-size: 16px;
        line-height: 1.5;
    }

    .hosting .section2 .wrap .content-wrap table tr th:first-of-type, 
    .hosting .section2 .wrap .content-wrap table tr td:first-child{
        padding-left: 20px !important;
    }

    .hosting .section2 .wrap h1{
        font-size: 35px;
        margin-bottom: 40px;
    }

    .pum#pum-270 .pum-container{
        width: 95% !important;
        margin: auto;
        left: 0 !important;
        right: 0;
    }

    .features .section2 .content-wrap .content-holder .text-container {
        width: 100%;
    }

    .thank_you .section2 .wrap .content-wrap {
        width: 100%;
        float: none;
    }

    .pricing .section3 .content-wrap .product-pricing .right-block table tr ul li {
        font-size: 15px;
    }

    .pricing .section3 .content-wrap .zone-out .right-block table th:first-of-type {
        width: 60%;
    }

    .zone_club .section1 {
        background: rgba(46, 72, 97, 1);
        padding: 248px 0 150px;
    }

    .sign_up .section2 .um-login {
        max-width: 100%;
    }

}


@media only screen and (max-width: 470px) {

    .homepage .section1 {
        background-position: -430px -130px;
        padding: 195px 0 300px;
    }

    .homepage .section1 .content-wrap .section-content {
        float: none;
        width: 100%;
        text-align: center;
    }

    .homepage .section1 .section-content h1 {
        font-size: 40px;
    }

    .homepage .section1 .section-content h2 {
        font-size: 30px;
    }

    .homepage .section1 .section-content .maxbutton-3.create-free-acc {
        width: 100% !important;
        padding: 25px 25px;
    }

    .features .section1 .content-wrap h1 {
        font-size: 35px;
        margin-bottom: 15px;
    }

    .features .section1 .content-wrap ul li {
        font-size: 18px;
    }

    .homepage .section5 .content-holder h2 {
        font-size: 35px;
    }

    .homepage .testimonial-section .wrap .content-left {
        width: 100%;
        margin: 0 auto 70px;
    }

    .homepage .testimonial-section .wrap h2 {
        font-size: 35px;
    }

    .homepage .testimonial-section .testimonial-container {
        max-width: unset;
    }

    .homepage .testimonial-section .testimonial-container .testimonial-item.first,
    .homepage .testimonial-section .testimonial-container .testimonial-items-stacked .testimonial-item {
        width: 100%;
    }

    .maxbutton-3.maxbutton.maxbutton-create-free-account {
        width: 100% !important;
    }

    .homepage .section4 .content-holder ul {
        padding-left: 0;
    }

    .about .section1 .content-wrap h1{
        font-size: 35px;
    }

    .pum#pum-266 .pum-container{
        padding: 50px 30px;
    }

    .pum .pum-container .pum-title {
        font-size: 30px;
    }

    .page .pum .pum-container .pum-content .gform_wrapper .gform_body ul li.gfield input{
        padding: 15px 30px !important;
    }

    .page .pum .pum-container .pum-content .gform_wrapper .gform_footer input[type="submit"] {
        font-size: 15px;
    }

    .features .section2 .content-wrap .content-holder .text-container h2 {
        font-size: 30px;
    }

    .features .section3 .wrap h2,
    .thank_you .section2 .content-wrap h1,
    .thank_you .section3 .wrap h1,
    .pricing .section1 .wrap h1,
    .hosting .section3 .wrap h2 {
        font-size: 35px;
        line-height: 1.2;
    }

    .free_dns .section1 .wrap .content-right h2,
    .zone_club .section1 .content-wrap h1,
    .zone_club .section3 .content-wrap h2 {
        font-size: 35px;
    }

    .free_dns .section2 .wrap .top-content h2 {
        font-size: 35px;
    }

    .free_dns .section3 .top-content h2 {
        font-size: 35px;
    }

    .free_dns .section4 .content-wrap h2 {
        font-size: 35px;
    }

    .pricing .section2 .wrap .content-wrap {
        width: 360px;
    }

    .pricing .section2 .content-wrap .credit-pack {
        margin: 0 10px 25px;
    }

    .pricing .section3 .content-wrap .domains .right-block table th:nth-of-type(2),
    .pricing .section3 .content-wrap .domains .right-block table tr td:nth-child(2) {
        text-align: center;
    }

    .hosting .section1 .wrap .items-header,
    .hosting .section1 .content-wrap .item {
        width: 100%;
    }

    .hosting .section3 .content-wrap h3 {
        font-size: 23px;
    }

    .hosting .section4 .content-wrap .content-left h2 {
        font-size: 35px;
    }

    .hosting .section4 {
        padding: 90px 0;
    }

    .zone_club .section1 .content-wrap a {
        width: 100% !important;
    }

    .zone_club .section2 .top-content .section-header h2 {
        font-size: 30px;
    }

    .zone_club .section2 .content-wrap .content-left a {
        width: 100% !important;
    }

    .maxbutton-9.maxbutton.maxbutton-make-my-site-secure .mb-text {
        font-size: 21px !important;
    }

    .zone_club .section3 .content-wrap h3 {
        font-size: 25px;
    }

    .zone_club .section3 .content-wrap a {
        width: 100% !important;
    }

    .maxbutton-8.maxbutton.maxbutton-join-our-free-club .mb-text {
        font-size: 21px !important;
    }

    .page-banner h1 {
        font-size: 35px;
    }

    .pricing .section2 .wrap h2{
        font-size: 35px;
    }

}


@media only screen and (max-width: 400px) {


    .homepage .section1 .section-content h1 {
        font-size: 35px;
    }

    .homepage .section1 .section-content .maxbutton-3.create-free-acc .mb-text {
        font-size: 17px !important;
    }

    .homepage .section1 .section-content h2 {
        font-size: 25px;
    }

    .homepage .section2 .wrap h5 {
        letter-spacing: unset;
    }

    .homepage .section3 .content-wrap .content-right a.maxbutton {
        width: 100% !important;
    }

    .homepage .section4 .content-holder a.maxbutton,
    .features .section4 .content-holder a.maxbutton {
        width: 100% !important;
        margin-top: 30px;
    }

    .before-footer h2 {
        font-size: 25px;
    }

    .hosting .section2 .wrap .content-wrap table th {
        font-size: 14px;
    }

    .hosting .section2 .wrap .content-wrap table tr th:first-of-type, 
    .hosting .section2 .wrap .content-wrap table tr td:first-child {
        padding-left: 14px !important;
    }

    .hosting .section2 .wrap .content-wrap table td {
        font-size: 13px;
    }

    .free_dns .maxbutton-5.maxbutton.maxbutton-sign-up-now {
        width: 100% !important;
    }

    .thank_you .section2 .content-wrap a {
        width: 100% !important;
    }
    
    /*.thank_you .section3 .wrap a.maxbutton-7 {*/
    /*    width: 100% !important;*/
    /*}*/

    .pricing .section2 .content-wrap .credit-pack {
        display: block;
        margin: 0 auto 25px !important;
    }

    .pricing .section2 .maxbutton-6.maxbutton.maxbutton-get-started {
        width: 100% !important;
        margin-top: 40px !important;
    }

    .pricing .section3 .content-wrap .product-pricing .right-block table th,
    .pricing .section3 .content-wrap .domains .right-block table th,
    .pricing .section3 .content-wrap .zone-out .right-block table th {
        font-size: 15px;
    }

    .pricing .section3 .content-wrap .product-pricing .right-block table td,
    .pricing .section3 .content-wrap .domains .right-block table td,
    .pricing .section3 .content-wrap .zone-out .right-block table td {
        font-size: 15px;
        padding: 11px 0 7px 25px;
    }

    .pricing .section3 .content-wrap .domains .right-block table td,
    .pricing .section3 .content-wrap .zone-out .right-block table td {
        padding-left: 0;
    }

    .pricing .section3 .content-wrap .product-pricing .right-block table tr h5 {
        font-size: 15px;
    }

    .pricing .section3 .content-wrap .zone-out .right-block table th:first-of-type {
        width: 70%;
    }

    .hosting .section1 .content-wrap .item .item-features {
        padding: 20px 15px;
    }

    .hosting .section4 .content-wrap .content-left ul li {
        padding-left: 29px;
    }

    .hosting .section4 .content-wrap .content-left h3 {
        padding-left: 0;
    }

    .maxbutton-8.maxbutton.maxbutton-join-our-free-club {
        padding: 25px 15px !important;
    }

    .maxbutton-8.maxbutton.maxbutton-join-our-free-club .mb-text {
        font-size: 20px !important;
    }

    .maxbutton-9.maxbutton.maxbutton-make-my-site-secure .mb-text {
        font-size: 17px !important;
    }

    .zone_club .section2 .top-content .section-header h2 {
        font-size: 25px;
    }

    .sign_up .section1 .um-register .um-button {
        width: 100% !important;
    }

    .sign_up .section2 .um-login .um-col-alt .um-left input {
        width: 100%;
    }

    .thank_you .section2 .content-wrap h2 {
        font-size: 45px;
    }

    .thank_you .section3 .wrap h2.heading {
        font-size: 45px;
    }

}


@media only screen and (max-width: 350px) {

    .homepage .section3 .content-wrap .content-right h2 {
        font-size: 30px;
    }

    .homepage .section3 .content-wrap .content-right h3 {
        font-size: 20px;
    }

    .pricing .section1 .wrap p {
        font-size: 16px;
    }

    .maxbutton-8.maxbutton.maxbutton-join-our-free-club .mb-text{
        font-size: 18px !important;
    }

}