/*
Theme Name: Apex Motel
Description: Apex Motel theme
Version: 1.0
Author: Andy
*/

@import "nexa-bold-webfontkit/stylesheet.css";

/* General styles                                   */
/* ------------------------------------------------ */

td {
	vertical-align: top;
}

a {
	color: #dd7301;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #586436;
}

ul {
	margin: 8px 0 18px 18px;
	padding: 0;
    list-style-position: inside;
}

li {
	padding-left: 4px;
	line-height: 180%;
}

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a {
	line-height: 120%;
	/*color: #dd7301;*/
    color: #222;
    font-family: 'nexa_boldregular', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0.02em;
}

h1 {
	font-size: 2.0em;
	margin-top: 0;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
    font-size: 1.2em;
}

hr {
    height: 6px;
    width: 100px;
    border: none;
    margin: 16px 0 30px 0;
    background-color: #3d7397;
    text-align: left;
}

.centered hr {
    margin: 0 auto;
}


/* Content                                          */
/* ------------------------------------------------ */
.content {
	padding: 60px 0 80px 0;
	overflow: hidden;
	font-size: 1.1em;
	min-height: 200px;
    clear: both;
    background: #fff;
}

.content, .content p, .content li {
	line-height: 160%;
}

.content img {
	max-width: 100%;
	height: auto;
}

.content-left {
    width: 22%;
    padding-right: 2%;
    float: left;
    border-right: 1px solid #dedede;
    font-size: 0.9em;
}

.content-right {
    width: 73%;
    margin-left: 2%;
    margin-bottom: 30px;
    float: right;
}

.section {
    padding: 140px 0 60px 0;
    overflow: hidden;
    font-size: 1.1em;
    min-height: 400px;
}

.section .sectionbox {
    /*background: #3e6e8f url(images/intro-bg.jpg);*/
    background: rgba(47, 98, 131, 0.9);
    float: right;
}

.sectionbox h2, .sectionbox h3, .sectionbox p, .sectionbox a, .sectionbox li {
    color: #fff;
}

.sectionbox h2 {
    margin-top: 0;
}

.sectionboxcontent {
    padding: 30px 40px;
}

.centered {
    text-align: center;
}

.fotorama {
    background: #1e1e20;
}


.accommodationpanel h4 {
    font-size: 20px;
    margin: 0;
    height: 50px;
}

.accommodationpanel a {
    color: #222;
    text-decoration: none;
}

.accommodationpanel img {
    width: 100%;
    height: auto;
}

a.readmore, input[type="submit"] {
	background: #3d7397;
	color: #fff;
	padding: 15px 25px;
	text-decoration: none;
	display: inline-block;
	margin: 15px 0;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
    letter-spacing: 1px;
	text-shadow: none;
	line-height: 100%;
	cursor: pointer;
}

a.readmore:hover, #headerslideshow a.readmore:hover, input[type="submit"]:hover {
	background: #dd7301;
	color: #fff !important;
}


a.readmore, .homepagebox-image img, input[type="submit"], .whitetext, .circle {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* Testimonials plugin ------------------------------------------- */
.testimonial {
    margin-bottom: 50px !important;
    background: #f2f2f2;
    border: none !important;
}

.testimonial a.readmore {
    display: block;
    max-width: 100px;
}

.strong-view.default .testimonial-heading {
    background: url("https://nelsonbuilder.nz/wp-content/plugins/strong-testimonials/templates/default/img/quotes.png") no-repeat scroll left 4px transparent;
    padding-bottom: 20px;
}

.testimonial-content {
    padding-left: 40px;
}

/* Columns                                          */
/* ------------------------------------------------ */
.columns-container {
    margin: 0 -2%;
    overflow: hidden;
}

.column-half {
    width: 46%;
    margin: 0 2% 40px 2%;
    float: left;
}

.column-twothirds {
    width: 62.333%;
    margin: 0 2% 40px 2%;
    float: left;
}

.column-third {
    width: 29.333%;
    margin: 0 2% 40px 2%;
    float: left;
}

.column-quarter {
    width: 21%;
    margin: 0 2% 40px 2%;
    float: left;
}


.clearfix {
    clear: both;
}

/* Footer                                           */
/* ------------------------------------------------ */
#footer {
	font-size: 1.0em;
	padding: 60px 0;
	text-align: center;
	background: #1e1e20 url(images/footer-bg.gif) right bottom no-repeat;
}

#footer .column-third {
    text-align: left;
}

#footer h3 {
    color: #3d7397;
}


#footer a, #footer, #footer p {
	color: #fff;
}

#footer ul {
    margin: 20px 10px;
}

#footer li {
    color: #3883b6;
}

#footerlogo {
    width: 250px;
    height: auto;
    margin: 0 auto 40px auto;
}

/*
#footer ul {
    padding: 0;
    list-style-type: none;
    margin: 0 auto;
    display: block;
}

#footer ul li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-left: 15px;
}

#footer ul li a:after {
    content: "\2022";
    display: inline-block;
    font-size: 50px;
    margin-top: -5px;
    margin-left: 15px;
    vertical-align: middle;
    color: #3883b6;
}


#footer ul li:last-child a:after {
    display: none;
}*/

#footer li a {
    text-decoration: none;
}

#footer li a:hover {
    text-decoration: underline;
}

#footercontact {
    font-size: 20px;
    margin-top: 60px;
    font-weight: bold;
}

#footercontact, #footercontact a {
    color: #3883b6;
}

#footercontact span {
    color: #fff;
    display: inline-block;
    margin: 0 10px;
}

#copyright {
    clear: both;
    margin-top: 90px;
}

#copyright, #copyright a {
    color: #3883b6;
}

a.scrollup {
    width: 53px;
    height: 53px;
    position: fixed;
    bottom: 90px;
    right: 17px;
    display: none;
    text-indent: -9999px;
    z-index: 99999;
    background: url('images/top.png') no-repeat;
    opacity: 0.7;
}

/* Responsive elements                              */
/* ------------------------------------------------ */
@media screen and (max-width: 1280px) {
	#homepageintro {
        position: relative;
        padding-top: 50px;
    }
}

@media screen and (max-width: 970px) {
    .content-left, .content-right {
        width: 100%;
        float: none;
        border-right: none;
        margin: 0;
    }

    .content-left {
        margin-top: 50px;
        padding-top: 50px;
        border-top: 1px solid #eee;
    }

    .section .sectionbox {
        float: none;
        width: auto;
        margin: 80px;
    }
}


@media screen and (max-width: 800px) {
    #homepageintro .column-third a.introtextimage {
        display: block;
    }

    #homepageintrocontent-images {
        display: none;
    }

    #homepageintro .column-third {
        margin-bottom: 40px;
    }

    .column-third {
        width: 96%;
        margin: 0 2%;
        float: none;
    }

    .column-quarter {
        width: 46%;
    }

    #footercontact span {
        display: block;
        color: transparent;
    }
}

@media screen and (max-width: 600px) {
    .columns-container {
        margin: 0;
    }

    .column-half, .column-twothirds, .column-third, .column-quarter {
        width: auto;
        float: none;
        margin: 0 0 30px 0;
    }

    #homepageintro .column-third a.bgslideup {
        margin-bottom: -50px;
        padding-bottom: 50px;
    }

    #homepageintro {
        text-align: center;
    }

    .section .sectionbox {
        margin: 80px 0;
    }
}



/* WP Common Styles */
ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	border-top:1px solid #d6e4c1;
	border-bottom:1px solid #779d42;
	color:#596e3b;
	}

.commentlist a:link, .commentlist a:visited {
	color:#596e3b;
	}

.commentlist a:hover, .commentlist a:active {
	color:#8ec343;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #aab59a;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	}

.commentlist .time {
	padding-left:13px;
	}

.commenttext {
	border-top:1px solid #c5f386;
	padding: 0 20px 10px 20px;
	color:#fafcf6;
	}

.editLink {
   margin-top: 30px;
   text-align: center;
   padding: 5px 0 15px 0;
}
.editLink a, a.editLink {
   background: #777;
   color: #fff;
   font-size: 18px;
   text-decoration: none;
   padding: 8px 15px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
}
.editLink a:hover, a.editLink:hover {
   background: #444;
   text-decoration: none !important;
}
.postmetadata {
   color: #999;
   font-size: 10px;
   margin: 2px 0;
}

.wp-caption {
    width: 100% !important;
}

.aligncenter {
   display: block;
   text-align: center;
   margin: 0 auto;
   padding-bottom: 10px;
}
.alignright {
   text-align: right;
   display: block;
   float: right;
   margin: 10px 0px 5px 15px;
}
.alignleft {
   text-align: left;
   display: block;
   float: left;
   margin: 10px 20px 5px 0px;
}
.wp-caption-text,.wp-caption-dd {
   margin: 0;
   font-weight: bold;
   font-size: smaller;
   text-align: center;
}
.wp-caption {
   margin-right: 5px;
}

.wp-caption img {
	padding-bottom: 5px;
}

.alignleft, .alignright {
	margin-bottom: 20px;
}

.more-link {
   display:block;
}
.linklove {
   display:none;
}
.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}


@media screen and (max-width: 600px) {
    img.alignleft, img.alignright {
        float: none;
        display: block;
        margin: 20px auto;
    }
}