/*
    Theme Name: AstroMatch Theme
    Theme URI: https://astrologic.co.nz/
    Author: Andrew Landes
    Version: 0.1
*/

body {
    background: #000;
    background-size: cover;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    color: #545454;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 100%;
    z-index:1;
    overflow-y: scroll;
    overflow-x: hidden;
}

.logo {
    margin:auto;
    padding: 2px 0px 20px 0px;
    max-width:50%;
}

@media only screen and (max-width: 2000px) {
    .logo {
        max-width:50%;
    }
}

@media only screen and (max-width: 1500px) {
    .logo {
        max-width:50%;
    }
}

@media only screen and (max-width: 1000px) {
    .logo {
        max-width:50%;
    }
}

@media only screen and (max-width: 700px) {
    .logo {
        max-width:80%;
    }
}

@media only screen and (max-width: 500px) {
    .logo {
        max-width:100%;
    }
}

.header{
    background: url(https://astrologic.co.nz/wp-content/themes/astromatch/images/Asset6header.jpg);
    border-bottom: 4px solid #0eaaa6;
    margin: 0 auto;
    max-width: 100%;
    background-size: cover;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    color: #FFF;
    font-weight: 600;
    line-height: 1.3;
}

h1 {
    font-family: 'Prata', serif;
    font-size:72px;
    font-weight: 300;
    color: #444;
    z-index: 100;
}

h2 {
    margin-top: 1.3em;
    color:#333
}

.h3 {
    color: #444;
    font-size: 25px !important;
}

.h4 {
    font-family: 'Poppins', sans-serif;
    color: #FFF;
    font-weight: 600;
    line-height: 1.3;
}

@media only screen and (max-width: 1110pxpx) {
    .h4 {
    font-size: 40px;
    }
}

h5 {
    color:#333;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size:17px;
}

@media only screen and (max-width: 1110px) {
    p {
    font-size: 25px;
    }
}

a {
    color: #545454;
    text-decoration: none;
    display: inline-block;
}

b, strong {
    font-weight: 600;
}

samp {
    display: none;
}

img {
    background: transparent;
    display: inline-block;
    max-width: 95%;
}

.wrapper {
    width: 50%;
    right: 25%;
    top: -13%;
}

@media only screen and (max-width: 700px) {
    .wrapper {
    width: 80%;
    right: 10%;
    top: -15px;
    }
}


.mainmenu {
    background: #FFF;
    position:relative;
    max-width: 100%;
    background: #FFF;
    padding: 10px 20px 10px 20px;
    text-align: center;
}

@media only screen and (max-width: 500px) {
    .mainmenu {
    display: none
    }
}

.menuitem {
    text-decoration: none;
    font-size:14px;
    color: #555;
}

.menuitem:hover {
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.1),0 5px 15px 0 rgba(0,0,0,0.1);
    color: #333;
    background: #FFF;
    padding: 10px 20px 10px 20px;
    border-radius: 50px;
}

@keyframes colorize {
    0% {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    100% {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }
}

#loading-star {
  	-webkit-animation: rotation 10s infinite linear;
    opacity:0.08;
    position:absolute;
    margin: 0 auto;
    overflow-y: scroll;
    overflow-x: hidden;
}

#loading-inner {
    -webkit-animation: rotation 50s infinite linear;
    opacity:0.08;
    position: absolute;
    margin: 0 auto;
    overflow-y: scroll;
    overflow-x: hidden;
    
    }

@media only screen and (max-width: 500px) {
    #loading-inner {
        top:-20%;
        
    overflow-y: scroll;
    overflow-x: hidden;
    }
}

#loading-outer {
  	-webkit-animation: rotation 120s infinite linear;
    opacity:0.08;
    position:absolute;
    margin: 0 auto;
    overflow-y: scroll;
    overflow-x: hidden;
}

@media only screen and (max-width: 500px) {
    #loading-outer {
        top:-20%;
        
    overflow-y: scroll;
    overflow-x: hidden;
    }
}

@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}

.section-1 {
    padding: 50px 10px 170px 10px;
    background: #E3D489;
    display:inline-block;
    width: 16.66%;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.section-1:hover {
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1),0 5px 5px 0 rgba(0,0,0,0.1);
}

col-9 {
    background:white !important;
    
}

* {
  margin: 0;
  padding: 0;
}

* {
    box-sizing: border-box;
}
.row::after {
    content: "";
    clear: both;
    display: table;
    z-index:2;
}
[class*="col-"] {
    max-width: 100%;
    padding: 15px;
}
.col-1 {
    width: 7.8%;
    display:inline-block;
    position: relative;
    background: #FFF;
    align-items: center;
    padding: 5px;
}
.col-2 {
    display:inline-block;
    width: 16%;
    vertical-align: top;
}

@media only screen and (max-width: 1110px) {
    .col-2 {
    width: 49%;
    }
}

.col-3 {
    display: inline-block;
    vertical-align: top;
    text-align: right;
    width: 24%;
    font-size: 18px;
}

@media only screen and (max-width: 1110px) {
    .col-3 {
        display: block;
        text-align: center !important;
        float: none !important;
        font-size: 30px;
        width: 100%;
    }
}

.col-4 {
    width: 33%;
    display: inline-table;
    margin: 0;
}
.col-4-footer {
    width: 33%;
    display: inline-block;
    margin: 0;
}
.col-5 {
    width: 49%;
    display:inline-block;
}

.col-5-header{
    width: 49%;
    display:inline-block;
    padding-right:100px;
}

.col-6 {
    max-width: 49%;
    padding-left:0;
    padding-right:20px;
    display:inline-grid;
    
}
.col-7 {
    display:inline-block;
    width: 58.33%;
    padding-left: 0;
}
.col-8 {
    display: inline-block;
    width: 66%;
    float: right;
}
.col-9 {width: 75%}
.col-10 {
    width: 83%;
    display: inline-block;
    padding-bottom: 60px;
}
.col-11 {width: 91.66%;}
.col-12 {
    position:relative;
    max-width: 100%;
    background: #FFF;
    z-index: 0;
    padding: 30px 20% 30px 20%;
}

@media only screen and (max-width: 1400px) {
    .col-12 {
        padding: 30px 10% 30px 10%;
    }
}

.col-12-contact {
    display: block;
    position:relative;
    max-width: 100%;
    background: url(https://astrologic.co.nz/wp-content/themes/astrologic/images/star-background.jpg);
    background-size: cover;
    z-index: 0;
    padding: 100px 20% 100px 20%;
}

.col-12-footer {
    position:relative;
    max-width: 100%;
    background: #FFF;
    z-index: 0;
    padding: 60px 20% 60px 20%;
}

@media only screen and (max-width: 1400px) {
    .col-12-footer {
        padding: 60px 10% 60px 10%;
    }
}

.contact-button {
    text-align: center;
}
/*
.col-menu {
    display:none;
}

@media only screen and (max-width: 1110px) {
    .col-menu {
    display:block;
    position:relative;
    max-width: 100%;
    background: #FFF;
    z-index: 0;
    padding: 30px 10% 10px 10%
    }
}
*/
.col-header {
    position:relative;
    display:block;
    max-width: 100%;
    z-index: 2;
    padding: 0px 100px 50px 100px;
}

@media only screen and (max-width: 1110px) {
    .col-header {
        padding: 50px 100px 10px 100px;
    }
}

.signup-padding{
    padding: 30px 80px 0 0;
    float:right;
}
    
.button {
    background-color: transparent; /* Green */
    border: 1px solid #FFF;
    border-radius: 100px;
    color: white;
    padding: 10px 42px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

@media only screen and (max-width: 800px) {
    .button {
    display: none;
    }
}

.button1 {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.button2:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
    background-color: #ea0637;
    color: #FFF;
    border: 1px solid #ea0637;
    font-weight: 400;
    padding: 10px 42px;
    font-size: 13px;
    
}

.col-12dark {
    position:relative;
    max-width: 100%;
    background: #f5f5f5;
    z-index: 2;
    padding: 30px 20% 30px 20%;
    border: none;
}

@media only screen and (max-width: 1400px) {
    .col-12dark {
        padding: 10px 10% 10px 10%;
    }
}

.col-headeritem {
    position:relative;
    display: inline-block;
    width: 100% !important;
    padding: 0 !important;
    font-weight:200;
    color:#FFF;
}


.col-headersignup {
    position:relative;
    display: inline-block;
    width: 100% !important;
    padding: 0 !important;
    font-weight:200;
    color:#FFF;
}

.col-headerlogo {
    position:relative;
    display: inline-block;
    width: 100% !important;
    padding: 0 !important;
}

@media only screen and (max-width: 1110px) {
    .col-headerlogo {
    width: 100% !important;
    }
}

.col-headeritemhide {
    position:relative;
    display: inline-block;
    width: 90% !important;
    padding: 0 !important;
}

/*
@media only screen and (max-width: 1110px) {
    .col-headeritemhide {
        display: none;
    }
}

.col-headermobile {
    display: none;
}

@media only screen and (max-width: 1110px) {
    .col-headermobile {
    display: none;
    }
}
*/

.astromatch-logo {
    text-align: center;
    width: 25%;
}

@media only screen and (max-width: 1110px) {
    .astromatch-logo {
    width: 60%;
    }
}

.footerlinks {
    font-size: 14px;
    color: #545454;
}

.footerlinks:hover {
    color: #D4AF37;
}

@media only screen and (max-width: 1110px) {
    .footerlinks {
    font-size: 25px;
    }
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 50px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.sign-button {
    background-color: transparent;
    max-width: 45%;
    border: 2px solid #FFF;
    border-radius: 100%;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

@media only screen and (max-width: 1900px) {
    .sign-button {
    max-width: 75%;
    }
}

.sign-button:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.1),0 17px 50px 0 rgba(0,0,0,0.1);
    background-color: rgba(255,255,255,0.3);
    border: 2px solid #D4AF37;
}

.behindtext {
    color: #ededed;
    position: absolute;
    font-size: 120px;
    z-index: -1;
    float: right;
    line-height: 0.0;
}

.enquire {
    background-color: transparent; /* Green */
    border: 2px solid #FFF;
    border-radius: 200px;
    color: white;
    padding: 20px 64px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.enquire:hover {
    background-color: white;
    color: #D4AF37;
}

.cupid{
    position:absolute;
    top: 46px;
    left: 123px;
}

@media only screen and (max-width: 1150px) {
    .cupid {
    display:none;
    }
}