/* CSS DOCUMENT FOR DELVIN BROCHURE SITE */

@charset "UTF-8";

@font-face{
	font-family: GillSans-SemiBold;
	src: url(GillSans-SemiBold.woff);
}

@font-face {
	font-family: GillSans-Light;
	src: url(GillSans-Light.woff);
}

* {
    box-sizing: border-box;  /* ensures border and padding are included in total width */

}

html, body {
    width: 100%;
    margin: 0;
    height: 100%;
    font-family: GillSans-Light;
}

.wrapper {
    width: 100%;
    padding: 0px;
    margin: 0 auto -30px;
    min-height: 100%;
    height: auto !important;
    background-color: #fff;
}


[class*="col-"] {
    float: left; color: #412f8a;
}
.col-1 {width: 8.33%; position: relative; float: left;}
.col-2 {width: 16.66%; position: relative; float: left;}
.col-3 {width: 25%; float: left; }
.col-4 {width: 33.33%; position: relative; float: left;}
.col-5 {width: 41.66%; position: relative; float: left;}
.col-6 {width: 50%; float: left; }
.col-7 {width: 58.33%; position: relative; float: left;}
.col-8 {width: 66.66%; position: relative; float: left;}
.col-9 {width: 75%; position: relative; float: left;}
.col-10 {width: 83.33%; position: relative; float: left;}
.col-11 {width: 91.66%; position: relative; float: left;}
.col-12 {width: 100%; position: relative; float: left;}

.top_line{ border-top: solid 1px #3D368B; margin-top: 10px; }
.right { text-align: right;}
.centre { text-align: center; }
.left { text-align: left; }
.margin_top { margin-bottom: 2px; }
.pad_top {padding-top: 4px;}
.pad_top_20 { padding-top: 20px;}
.pad_right_2 { padding-right: 2px; }
.pad_right{ padding-right: 4px; }
.pad_sides_30 { padding: 0 30px; }
.margin_right{ margin-right: 4px; }

a:link, a:visited {
    color: #412f8a;
    text-decoration: none;
    text-shadow: none;
}
a:hover, a:active {
    text-shadow: 0px 0px 4px #7ec57c;
    color: #412f8a;
}


.comment {
    font-family: "Arial, san-serif";
    font-size: 11px;
    line-height: 11px;font-style: italic;

}

.main_container {
    float: left;
    position: relative;
    width: 100%;
    min-height: 100px;
    color: #666;
}

.main_content_container { /* everything under the menu bar */
    position: relative;
    float: left;
    width: 100%;
    padding: 30px;
    font-size: 20px;
 }

h1 { font-family:GillSans-Semibold; font-size: 48px; color: #412f8a; font-weight: 100; margin-left: 12px;}
h2 { font-family:GillSans-Semibold; font-size: 36px; color: #412f8a; font-weight: 100; margin-left: 12px;}
h3 { font-family:GillSans-Semibold; font-size: 28px; color: #412f8a; font-weight: 100;  }
p { font-family:GillSans-Light; font-size: 24px; margin: 12px; color: #412f8a; }
b { font-family: GillSans-Semibold; }


.main_content_container li { font-family:GillSans-Light; font-size: 28px; margin: 12px 0;  color: #412f8a;}

.contact_login_strip{
    width: 100%;
    background-color: #fff;
    background: -moz-linear-gradient(22deg, rgb(180, 171, 216), rgb(255, 255, 255), rgb(208, 231, 210));
    background: -webkit-linear-gradient(22deg, rgb(180, 171, 216), rgb(255, 255, 255), rgb(208, 231, 210));
    background: -o-webkit-linear-gradient(22deg, rgb(180, 171, 216), rgb(255, 255, 255), rgb(208, 231, 210));
    background: linear-gradient(22deg, rgb(180, 171, 216), rgb(255, 255, 255), rgb(208, 231, 210));
    float: left;
    height: 36px;
    border-bottom: solid 1px #412f8a; /* purple */
    padding-top: 6px;
    font-size: 14px;
    color: #412f8a;

}
    .contact_login_strip a:link {
        text-decoration: none;
        font-family: GillSans-SemiBold;
        color: #412f8a;
        text-shadow: none;
    }
    .contact_login_strip a:visited {
        text-decoration: none;
        font-family: GillSans-SemiBold;
        color: #412f8a;
        text-shadow: none;
    }

    .contact_login_strip a:hover, a:active {
        text-decoration: none;
        text-shadow: 0px 0px 4px #7ec57c;
        color: #412f8a;
    }

.contact_strip_element{
    position: relative;
    float: left;
    width: 50%;
    padding: 0 20px;
    height: 30px;
}
.contact_but{
    float: left;
    background-image: url('images/contact_but.png');
    background-repeat: no-repeat;
    background-size: 24px 24px;
    height: 30px;
    background-position: 0px 0px;
    padding: 2px 0px 0px 26px;
}
.client_login_but{
    text-align: right;
    background-image: url('images/arrow_bullet.png');
    background-repeat: no-repeat;
    background-size: 23px 23px;
    background-position: 80px;
    height: 30px;
    padding: 0px 28px 0 0;
    background-attachment: -moz-fixed;
}


.admin_menu {
    float: left;
    position: relative;
    width: 100%;
    padding: 0 30px;
    font-family: GillSans-SemiBold;

}
    .admin_menu li{
        float: left;
        position: relative;
        text-align: center;
        width: 16.5%;
        list-style-type: none;
        padding: 0;
        margin: -10px 0 0 0;
        font-size: 18px;
    }

    .admin_menu a{
        font-size: 18px;
    }


.menu_strip {
    width: 100%;
    position: relative;
    float: left;
    padding: 10px 0 0 20px;
    border-bottom: solid 1px #7ec57c;
    font-family: GillSans-light;
    color: #412f8a;
}
    .menu_strip a:link{
        color: #412f8a;
        text-decoration: none;
    }
    .menu_strip a:visited{
        color: #412f8a;
        text-decoration: none;
    }
    .menu_strip a:hover, a:active{
        color: #412f8a;
        text-shadow: 0px 0px 4px #7ec57c;
    }

.menu_item{
    float: left;
    position: relative;
    padding: 0;
    height: 50px;
    text-align: center;
}
.menu_is_for{ width: 22%; text-align: left; padding-top: 4px;}
.menu_plan { width: 22%; border-left: solid 1px #7ec57c; height: auto; padding-top: 4px; }
.menu_why { width: 17%;  border-left: solid 1px #7ec57c; height: auto; padding-top: 4px; }
.menu_news { width: 8%;  border-left: solid 1px #7ec57c; height: auto; padding-top: 4px; }
.menu_about { width: 13%; border-left: solid 1px #7ec57c; height: auto; padding-top: 4px; padding-right: 20px; }

.menu_item select{
    font-family: GillSans-light;
    color: #412f8a;
    background-color: #fafafa;
    border-radius: 0;
    border: solid 1px #7ec57c;
    font-size: 16px;
    padding: 0;
}

.logo {
    width: 200px;
}



.menu_icon{
    float: right;
    margin-right: 30px;
    width: 35px;
}




.placeholder_x{
    float: left;
    width: 100%;
    text-align: center;
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .placeholder_txt{
        font-family: GillSans-Light;
        position: absolute;
        overflow-wrap: break-word;
        background-color: rgba(255, 255, 255, .8);
        font-size: 18px;
    }
        .placeholder_txt a:link, a:visited{
            color: #412f8a;
        }
        .placeholder_txt a:hover, a:active{
            color: #7ec57c;
        }
.placeholder_half_x{
    float: left;
    width: 50%;
    text-align: center;
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu_icon div {  /* hamburger menu */
    width: 35px;
    height: 5px;
    background-color:#412f8a;
    margin: 6px 0;
}




/* ======================== CHOOSE YOUR PLAN/ABOUT US =============================== */
.plan {
    position: relative;
    float: left;
    width: 48%;
    border: solid 1px #412f8a;
    box-shadow: 2px 2px 4px #aaa;
    padding: 0;
    margin: 0;
    font-size: 22px;
}

.plan p{
    font-size: 22px;
}

.plan li{

}

.plan_title{
    position: relative;
    float: left;
    width: 100%;
    font-family:GillSans-SemiBold;
    font-size: 24px;
    text-align: center;
    margin: 0;
    background-color: #7ec57c;
    color: #fff;
}



@media screen and (max-width: 668px) {
    /* mobile phones */
    .logo {
        width: 102px;
        height: 43px;
        margin: 0 20px;
        background-size: 102px 43px;
    }

    h1 {
        margin-left: 0;
        font-size: 22px;
    }

    li, p { font-size: 18px; }

    .menu_pages {
        position: absolute;
        width: 190px;
        right: 10px;
        top: 0px;
        background-color: #fff;
        box-shadow: 2px 2px 2px #666;
        border: solid 1px #7ec57c;
    }
    .menu_item{
        position: relative;
        float: left;
        width:100%;
        height: auto;
        padding: 1px;
        border-top: solid 1px #7ec57c;
    }

    #menu_pages{
        z-index: 200;
    }

    .menu_is_for{ width: 85%; }
    .menu_plan { width: 85%;  text-align: left; border-left: none;}
    .menu_why { width: 85%;  text-align: left; border-left: none; }
    .menu_news { width: 85%;  text-align: left;  border-left: none;}
    .menu_about { width: 85%;  text-align: left;  border-left: none;}

    .X_but {
        float: right;
        font-family: GillSans-SemiBold;
        text-decoration: none;
        padding-right: 3px;
        font-size: 12px;
        color: #412f8a;
    }
        .X_but a:link{
            font-family: GillSans-SemiBold;
            color: #412f8a;
            text-decoration: none;
        }
        .X_but a:visited{
            font-family: GillSans-SemiBold;
            color: #412f8a;
            text-decoration: none;
        }
        .X_but  a:hover, a:active {
            font-family: GillSans-SemiBold;
            color: #412f8a;
            text-decoration: none;
            text-shadow: 0px 0px 4px #7ec57c;
        }

    [class*="col-"] {
        width: 100%;
        font-size: 16px;
        padding: 0 0 0 -20px;
    }
    .placeholder_half_x {
        width: 100%;
    }

    .plan {
        position: relative;
        float: left;
        width: 100%;
        border: solid 1px #412f8a;
        box-shadow: 2px 2px 4px #aaa;
        padding: 0;
        margin: 0 0 20px 0;
        font-size: 20px;
    }

}
 /* end media screen max-width 666 */


@media screen and (min-width: 669px) {  /* tablets 667 - 1023 */

    h1 { font-size: 30px; }

    li, p { font-size: 24px; }

    .logo {
        width: 102px;
        height: 43px;
        margin: 0 20px;
        background-size: 102px 43px;
    }

    .menu_icon {
        display: none;
    }
    #menu_pages{
        visibility: visible;
    }
    #X_but {
        display: none;
    }
     [class*="col-"] {
        font-size: 18px;
        padding: 0 30px 0 0;
    }
    .placeholder_txt{
        font-size: 20px;
    }
    .admin_menu a, li{
        font-size: 18px;
    }

} /* end @media screen max-width: 669 px */

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

    h1 {
        margin: 20px 0;
        font-size: 36px;
    }

    li, p { font-size: 28px; }

    .logo {
        width: 155px;
        height: 65px;
        margin: 6px 20px;
        background-size: 155px 65px;
    }

    .menu_strip{
        font-size: 24px;
    }

    .contact_login_strip{
        font-size: 18px;
    }

    .client_login_but{
        padding: 0 36px 0 0;
        background-position: 98px;
    }

    .menu_item select{
        font-size: 24px;
    }
    .menu_is_for{ padding-top: 10px;}
    .menu_plan { padding-top: 12px; }
    .menu_why { padding-top: 12px; }
    .menu_news { padding-top: 12px; }
    .menu_about { padding-top: 12px;  }

    #menu_icon {
        display: none;
    }
    #menu_pages {
        visibility: visible;
    }
     [class*="col-"] {
        font-size: 24px;
        padding: 0 30px 0 0;
    }
    .placeholder_txt{
        font-size: 24px;
    }
    .admin_menu a, li{
        font-size: 24px;
    }

} /* end @media screen min-width: 1024 px */






.data_table {
    margin-top: 6px;
    border-spacing: 0px;
    width: 100%;
    padding: 0;
    font-size: 20px;
}
    .data_table th {
        background-color: #3D368B;
        color: #fff;
        font-weight: bold;
        text-align:left;
        padding: 1px 8px 2px 8px;
        border-bottom: solid 1px #fff;
        vertical-align: top;
    }
    .data_table th .comment {
        font-size: 12px;
        line-height: 12px;
    }

    .data_table td {
        border-bottom: solid 1px #3D368B;
        padding: 3px;
        font-size: 20px;
    }
    .data_table .Total{
        font-weight: bold;
    }
    .data_table .centre{
        text-align: center;
    }
    .data_table p, li{
        font-size: 24px;
        font-size: 20px;
    }

.input_form {
    width: 90%;
    position: relative;
    float: left;
    margin: 30px;
    padding: 20px;
    border: solid 1px #3D368B;
    box-shadow: 4px 4px 4px #aaa;
}

/* ======================== BLOG =============================== */
.blog {
    position: relative;
    float: left;
    width: 100%;
    border: solid 1px #412f8a;
    box-shadow: 4px 4px 4px #aaa;
    margin: 10px 0;
}
    .blog p, li {
        font-size: 18px;
    }
    .blog input{
        border: none;
        background-color: #7ec57c;
        font-size: 24px;
        cursor: pointer;
    }
    .blog input:hover{
        text-shadow: 4px 4px 6px #fff;
    }
    .blog_title {
        position: relative;
        float: left;
        width: 100%;
        margin: 0;
        color: #fff;
        background-color: #7ec57c;
        font-family: GillSans-SemiBold;
        padding: 3px;
        text-shadow: 2px 2px 2px #000;
    }
    .blog a {
        color: #412f8a;
        font-size: 14px;
    }


/* ======================== TESTIMONIAL =============================== */
.testimonial {
    padding: 20px 50px;
    font-size: 24px;
    }
    .quote_marks{
        font-size: 36px;
        color: #7ec57c;
        font-family: "Times";
        text-shadow: 2px 2px 2px #000;
        baseline-shift: -30px;
    }
    .credit {
        text-align: right;
        font-style: italic;
        font-size: 16px;
    }


.push { height: 30px; }

.footer {
    width: 100%;
    background-color: #412f8a;
    float: left;
    text-align: center;
    height: 30px;
    padding: 8px 0;
    font-family:GillSans-Light;
}
    .footer a:link, a:visited{
        color: #fff;
        text-decoration: none;
    }


    .request_form{
        float: left;
        width: 100%
        margin: 0px;
        padding: 0;
        border: solid 2px #7EC67C;
    }
    .form_pair {
        float: left;
        width: 100%;
        font-family:GillSans-Light;
        border-bottom: solid 2px #7EC67C;
    }
    .form_title{
        background-color: #7EC67C;
        color: #fff;
        font-family: GillSans-SemiBold;
        font-size: 24px;
        text-align: center;
        width: 100%
        margin: 0;
    }
    .request_form span {
        float: left;
        font-size: 16px;
        padding: 3px;
        width: 30%;
        text-align: right;
    }
    .form_pair input {
        width: 70%;
        font-size: 16px;
        float: left;
        position: relative;
        float: right;
        border: none;
        font-family:GillSans-Light;
    }

.request_form .submit_but {
	background-color: #7EC67C;
	color: #412A8B;
	font-size: 18px;
	width: 100%
	border: none;
	font-family:GillSans-Semibold;
	cursor: pointer;
}




/*
    BUTTON STYLES
*/

.button {
    font-size:16px;
    margin-bottom: 2px;
    color: #fff;
    border: none;
    font-family: GillSans-SemiBold;
    text-shadow: 1px 1px 1px #030;
    cursor: pointer;
    padding: 0px 3px 2px 3px;
}

.cancel_but{ /* Dark Rose */
    background: #636; /* for browsers that don't support gradients */
    background: -webkit-linear-gradient(rgb(203, 154, 198), rgb(102, 51, 102)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgb(203, 154, 198), rgb(102, 51, 102)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgb(203, 154, 198), rgb(102, 51, 102)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgb(203, 154, 198), rgb(102, 51, 102)); /* Standard syntax (must be last) */
}
    .cancel_but:hover {
        box-shadow: 1px 1px 1px #333;
        margin: -1px 1px 1px -1px;
    }

.edit_save_but{ /* Green */
    background: #5a935c; /* for browsers that don't support gradients */
    background: -webkit-linear-gradient(rgb(202, 232,197), rgb(91, 148, 93)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgb(202, 232,197), rgb(91, 148, 93)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgb(202, 232,197), rgb(91, 148, 93)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgb(202, 232,197), rgb(91, 148, 93)); /* Standard syntax (must be last) */
}
    .edit_save_but:hover {
        box-shadow: 1px 1px 1px #333;
        margin: -1px 1px 1px -1px;
    }

.del_but{ /* Red */
    background: #983333; /* for browsers that don't support gradients */
    background: -webkit-linear-gradient(rgb(196, 156, 156), rgb(152, 52, 52)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgb(196, 156, 156), rgb(152, 52, 52)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgb(196, 156, 156), rgb(152, 52, 52)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgb(196, 156, 156), rgb(152, 52, 52));/* red */
}
    .del_but:hover {
        box-shadow: 1px 1px 1px #333;
        margin: -1px 1px 1px -1px;
    }

.add_cont_but{ /* Purple */
    background: #412f8a; /* for browsers that don't support gradients */
    background: -webkit-linear-gradient(rgb(167, 154, 213), rgb(65, 47, 138)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgb(167, 154, 213), rgb(65, 47, 138)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgb(167, 154, 213), rgb(65, 47, 138)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgb(167, 154, 213), rgb(65, 47, 138)); /* purple */
}
    .add_cont_but:hover {
        box-shadow: 1px 1px 1px #333;
        margin: -1px 1px 1px -1px;
    }


.small_but {
    font-size: 11px;
}

.return_login_but {
        font-family: GillSans-SemiBold;
        font-size: 24px;
        text-shadow: 1px 1px 1px #000;
        color: #fff;
        background-color: #7EC67C;
        height: 36px;
        border: none;
        width: 300px;
        margin: 0px;
        -webkit-transition-duration: 0.4s; /* Safari */
        transition-duration: 0.4s;
        cursor: pointer;
    }

    .return_login_but:hover {
        background-color: #638f61;
        box-shadow: 2px 2px 2px #444;
        margin: -1px 1px 1px -1px;
    }


/*
    ERROR STYLES
*/
    #alert_div {
        position: absolute;
        left: 0;
        right: 0;
        top: 72px;
        z-index: 20;
        margin: 5px auto;
        width: 60%;
        font-size: 14px;
        box-shadow: 2px 2px 2px #666;
        text-align:center;
        -moz-animation: fadeAlert 0s ease-in 4s forwards; /* Firefox */
        -webkit-animation: fadeAlert 0s ease-in 4s forwards;/* Safari and Chrome */
        -o-animation: fadeAlert 0s ease-in 4s forwards;/* Opera */
        animation: fadeAlert 0s ease-in 4s forwards;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    font-family:GillSans-Semibold;
    }
    @keyframes fadeAlert {
        to {
            width:0;
            height:0;
            margin: 0;
            padding: 0;
            box-shadow: none;
            font-size: 1px;
            overflow:hidden;
        }
    }
    @-webkit-keyframes fadeAlert {
        to {
            width:0;
            height:0;
            margin: 0;
            padding: 0;
            font-size: 1px;
            box-shadow: none;
            visibility:hidden;
        }
    }
    .error { padding: 0px; margin: 0 0 20px 0; font-size: 12px; text-align:center; color:#c00; font-weight: 100;}

    .alert_success { background: #c8eebf; color: green; padding: 8px;}
    .alert_warning { background: #f6f6cf; color:orange; padding: 8px; }
    .alert_error { background: #fce9e9; color: #c20000; padding: 8px;}

