/*
	Theme Name: TPGTA
	Theme URI: hirst.dk
	Description: TPGTA
	Version: 0.1
	Author: David Hirst / Todd Motto (@toddmotto)
	Author URI: http://david.hirst.dk / http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */

html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
	background: #e0d3bd;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
	color:#444;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

a.textlink {
    text-decoration: underline;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:100%;
	margin:0 auto;
	position:relative;
}

.container {
    padding-right: 0;
    padding-left: 0;
    background:#fff;

}

@media (min-width: 1200px) {
    .container {
        width: 100%;
        padding: 0;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
        padding: 0;
    }
}
@media (min-width: 768px) {
    .container {
    width: 100%;
    padding: 0;
    padding-bottom:2em;
    margin-bottom:2em;
    }
}

h1 {
    font-size:30px;
}

h1, h2 {
    padding: .3em;
    background: #028952;
    color: white;
    width: 50%;
    font-family: "Hallo Sans Black", Arial, sans-serif;
    margin-top:0;
}

h1#pagetitle { /*effects only subpages currently*/
    margin-top: .2em;
}

h3.bumpLeft {
    margin-left:1em;
}

p {
    margin-left: 3em;
    margin-right: 3em;
    font-size:14px;
}

/* header */
.header {
    background:#fff;

}
/* logo */
.logo {
    width:50%;
    margin: 0 auto;
    margin-top: 2em;
}

.logo-img {

}
/* nav */
nav {
    background: #028952;
}

nav ul {
    margin: 0 auto;
}

nav ul li {
    float: left;
    margin: 1em;
    list-style-type: none;
    font-size: 1.5em;
}

nav ul li a {
    color:#fff;
}

nav ul li a:hover {
    border-bottom: .3em solid;
    text-decoration: none;
    color: #fff;
}

nav ul li a:active {
    border-bottom: .3em solid #668CCC;
    text-decoration: none;
    color: #fff;
}

nav ul li a:focus {
    color: #fff;
}

li.current-menu-item {
background: #028952;
color:#fff;
}

/* page setup */
.content-left {
    width: 50%;
    float: left;
}

.content-right {
    float: left;
    width: 50%;
}


/*DLC*/
    .dlcContainer {
       display: flex;
       flex-direction: row;
       justify-content: flex-start;
       margin-top: -1.3em;
   }

    .dlcImage {
       width: auto;
       height: 10em;
       margin-right: 1em;
       align-self: center;
    }
        
    .dlcInner {
       display: flex;
       flex-direction: column;
       justify-content: center;
    }
    
    .dlcInner p {
       margin-left: 0;
    }
    
    .dlcInner h3 {
       margin-top: 0;
    }
    
    .dlcInner a {
       font-size: 14px;
       text-decoration: underline;
    }


/*faq */
p.faqQ {
    font-weight: bold;
}

p.faqA {
    margin-left: 5em;
    margin-bottom: 1em;
}


/* sidebar */
.sidebar {

}
/* footer */
.footer {
    background: url("http://wonx.dk/wpKEA/wp-content/uploads/2016/06/pgtafooter.png");
    border-bottom: 1em;
    background-position: bottom;
    background-repeat: no-repeat;
    color: #fff;
    height: 10em;
    background-size: 100%;
}

.footer a{
    color:#fff;
    text-decoration: underline;
}

.copyright {
    position: absolute;
    bottom: 0;
}



/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/
img#bookimg /*front page first section */ {
    margin-top: 60px;
}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face {
    /* Hallo Sans was created by Fredrik Staurland https://www.behance.net/gallery/13212059/Hallo-Sans-Free-typeface */
    font-family: Hallo Sans;
    src: url(http://wonx.dk/Hallo%20sans.ttf);
    font-weight: normal;
}

@font-face {
    /* Hallo Sans was created by Fredrik Staurland https://www.behance.net/gallery/13212059/Hallo-Sans-Free-typeface */
    font-family: Hallo Sans Black;
    src: url(http://wonx.dk/Hallo%20sans%20black.ttf);
    font-weight: bold;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


/* special bits */
/* front page cover img */

.sec1coverimage {
    width: 100%;
}

.halfleft {
    width: 50%;
    float: left;
}

.halfright {
    width: 50%;
    float: left;
}

#buynow {
    font-family: "Hallo Sans Black", Arial, sans-serif;
    font-size: 20px;
    text-align: center;
    margin-top: 10%;
}

#ebook {
    font-family: "Hallo Sans Black", Arial, sans-serif;
    font-size: 11.7px;
    text-align: center;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.buynowbutton {
    color: #ffffff !important;
    border-left: 5px solid #444 !important;
    border-top: 5px solid #444 !important;
    border-right: 5px solid #666 !important;
    border-bottom: 5px solid #666 !important;
    background-color: #d5a559 !important;
}

.buynowbutton:hover {
    background: #A68044 !important;
}

.magee-feature-box.style1, .magee-feature-box.style4 {
    text-align: center;
    float: left;
    border: .5em solid #028952;
    padding: 3em 2em 3em 2em;
    margin-left: 1em;
    min-height:26em;
}

/*contact form*/
div.wpcf7 {
    text-align: left;
}

input.wpcf7-form-control.wpcf7-text {
    padding: 1em;
    height: 3em;
    width:100%;
}

textarea {
    overflow: auto;
    vertical-align: top;
    padding: 1em 1.5em;
    width:100%;
}

input.wpcf7-form-control.wpcf7-submit {
    background: #028952;
    border: 0;
    padding: .5em 1em .5em 1em;
    color: white;
    font-size: 1.5em;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background: #027b4a;
}

/* FAQ accordian styling*/
.panel {
    margin-bottom: 0;
    width: 90%;
}

.panel-title {
    font-size: 16px;
    font-weight: bold;
}

.panel-default>.panel-heading {
    background-color: #f5f5f5;
}

.panel-body {
    font-size: 14px;
    margin-left: 3em;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #fff !important;
    border-color: #fff;
}
.panel-default {
    border-color: #fff;
    border-bottom: 1px solid;
}

/* featured box styling */
.boxcontainer {
    clear:both;
    margin-top:2em;
    position: relative;
    left: 7.5%;
}

.magee-feature-box.style4 {
    background: #fff;
    width: 20%;
    margin-top: 7em !important;
    margin-bottom: 1em;
}

.magee-feature-box .feature-content p {
    margin-bottom: .8em;
    margin-left: 0;
    margin-right: 0;
}

a.feature-link { /*makes links in DLC a little more visible*/
    font-size: 12px;
    text-decoration: underline;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width: 600px)  {
    
   /* .nav { /*hides the navigation */
       /* display: none; */
   /* } */

        .logo {
            width: 100%;
        }
        .halfleft {
            width: 100%;
        }
        .halfright {
            width: 100%;
        }

        h1, h2 {
        width: 80%
        }

        input.wpcf7-form-control.wpcf7-text {
        width: 100%;
        }

        textarea {
        width: 100%;
        }

        .footer {
            background-size: 80em;
        }

        #buynow {
            margin-bottom: 3em;
        }
        
        .magee-feature-box.style4 {
            background: #fff;
            width: 95% !important;
        }
        
        .boxcontainer {
            left: -1%;
        }
}
@media only screen and (max-width:768px) {
    h1, h2 {
        width: 80%;
    }
    
    .magee-feature-box.style4 {
        background: #fff;
        width: 40%;
    }



}
@media only screen and (min-width:1024px) {
    
}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}


#comingsoonbtn {
    text-decoration: line-through !important;
}
#comingsoonbtn:hover {
    background-color: #d5a559 !important;
    text-decoration: overline;
}


/*tasmania page*/ 
.tascoverimg {
    width: 70%;
}

div#imgcon {
    margin: 2em 0;
}

.imgborder {
    border: 1px solid;
    padding: 1em;
}

.imggal {
    margin-left: 10%;
}

#tash3 {
    margin-left: 2em;
}

p#termsandconditionstext {
    font-size: 12px;
    color: grey;
}

a.linkstyling {
    text-decoration: underline;
}

a#tasbtn2 {
    margin-left: 10%;
}
