/*
 Theme Name: DNEGS
 Theme URI: http://danielnegreanu.com
 Description: Theme for Daniel Negreanu
 Author: Jason Smith, Atlantis Digital
 Author URI: http://atlantisdigital.ca
 Template: dnegs
 Version: 1.0.0
*/
@charset "utf-8";

* {margin:0; padding:0; outline: none;}
img { border:0; }
body {
	font-family: "Roboto Slab",serif;
	font-size: 16px;
	font-weight: 400;
	background: #000;
	color: #222;
}
h1 {
	font-size: 30px;
	font-weight: 400;
	display: block;
	padding-bottom: 10px;
	background: url(_img/divider.jpg) bottom no-repeat;
}
h1.home {
	display:none;
}
h2 {
	font-size: 30px;
	font-weight: 400;
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
h4 {
	font-size: 30px;
	font-weight: 400;
	display: block;
}
a {
	color: #333;
}
.divider {
	max-width: 100%;
	height: 13px;
	margin: 22px 0 22px;
	background: url(_img/divider.jpg) bottom no-repeat;
}
.addthis_toolbox {
	margin-bottom: 20px;
}
p {
	margin: 20px 0;
}
#headWrap {
	width: 100%;
	position: relative;
	background: #000 url("_img/bg-header.jpg") no-repeat;
}
#header {
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 2%;
}
#logo {
	margin-top: 30px;
}
#logoMobile, #logoMobile2 {
	display: none;
	margin: 0;
}
#pstars, #pstars468 {
	float: right;
	margin: 13px 0 0 0;
}
#pstars468 {
	display: none;
}
#mainmenu {
	width: 100%;
	text-align: left; /*center nav */
	position: relative;
	height: auto;
	z-index: 1000;
	/*background: url("_img/bg-nav.png") repeat-x;
	height: 63px;*/
	background:#101011;
}
#mainmenu #container {
	max-width: 1100px;
	margin: 0 auto;
}
#mainmenu #socialmedia {
	width: 100px;
	float: right;
}
#mainmenu #socialmedia img {
	padding: 12px 6px 0 0;
}
#mainmenu ul {
	list-style: none;
	position: relative;
	margin: 0 auto; /*center nav */
	max-width: 1100px;
	display: inline-table; /*center nav */
}
#mainmenu ul li {
	float: left;
	position: relative;
}
#mainmenu ul li a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	padding: 16px;
	color: #fff;
	text-decoration: none;
}
#mainmenu ul li:hover > a, #mainmenu ul li.current_page_parent a, #mainmenu ul li a:hover {
	color: #fff;
	background: #333;
}
#mainmenu ul li.current_page_parent ul.children a, #mainmenu ul li.current_page_parent ul.children a:hover, #mainmenu ul li.current_page_item a {
	color: #fff;
	background: #333;
}
li>ul {
	top: auto;
	}
#mainmenu ul ul {
	display: none;
	position: absolute;
	margin: 0px;
	width: 242px;
	top: 100%;
	left:0px;
	z-index: 2000;
	}
#mainmenu li li {
	width:100%;
	margin:0px;
	display: block;
	clear: both;
	border: 0;
	}
#mainmenu li li a {
	padding: 12px 12px;	
	display: block;
	color: #fff;
	background: #444;
	border-bottom: 1px solid #106e90;
	text-decoration: none;
	font-size: 16px;
	line-height: normal;
	font-style: normal;
	text-align: left;
	}
#mainmenu li li a:hover, #mainmenu ul li.current_page_parent ul.children li.current_page_item a {
	color: #fff;
	background: #555;
}
#mainmenu ul li:hover > ul {
		display: block;
	}
#slider {
	max-width: 1920px;
	margin: -8px auto 0;
	position: relative;
	border-top: 1px solid #000;
	background-size: cover !important;
}
#slider p {
	margin: 0;
}
#sliderContent {
	max-width: 1100px;
	margin: 0 auto;
	padding: 52px 0;
}
#sliderContent h3, #sliderContent h4 {
	font-family: 'Titillium Web', cursive;
	font-weight: normal;
	text-decoration: none;
	font-size: 36px;
}
#sliderContent h4 {
	font-size: 26px;
}
#sliderContent img {
    max-width: 100%;
    height: auto;
	margin: 10px 0 6px;
}
#sliderWrap {
    max-width: 374px;
    text-align: center;
    width: 44%;
}
.shadow {
	background: url("_img/shadow.png") repeat-x;
	height: 22px;
	width: 100%;
	border-top: 1px solid #fff;
}
#feature {
	max-width: 960px;
	margin: 0 auto;
	padding-top: 28px;
}
#feature img {
	width: 100%;
}
.responsive {
	max-width: 100%;
	height: auto;
}
#wrapper {
	/*background: url("_img/handmadepaper.png");*/
	background:#fff;
	margin-top: -8px;
}
#wrapper.home {
	margin-top: 0;
}
#content {
	margin: 0 auto;
	max-width: 1072px;
	padding: 28px 14px;
	/*min-height: 560px;*/
}
#wrapper.home #content {
	padding: 10px 14px 24px;
}
.col {
	width: 100%;
	margin-bottom: 22px;
    padding-bottom: 4px;
	display: block;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.75);
}
.col img.head, .col2wide img.head {
	width: 100%;
	display: block;
}
.colLeft {
	width: 66%;
	float: left;
	vertical-align: top;
	box-sizing: border-box;
}
.colRight {
	width: 32%;
	float: right;
	vertical-align: top;
	box-sizing: border-box;
}
.col2wide {
	width: 66%;
	min-height: auto;
	margin-right: 2%;
	margin-bottom: 2%;
	float: left;
	display: inline;
	background: #fff;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.75);
}
.col h2, .col2wide h2, .col h1, .col2wide h1 {
	font-size: 22px;
	border-bottom: 1px solid #bbb;
	padding: 14px 0 14px 22px;
	background: #e1e1e0;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.col.last {
	margin-right: 0;
}
.socialicons img {
	max-width: 100%;
	width: 18%;
}
.homeContent {
	padding: 10px 20px;
}
.socialmedia .homeContent {
	padding: 0 5px 0 10px;
}
.col ul {
	margin-left: 20px;
}
a.rsswidget img {
	display: none;
}
a.more {
	background: #444;
	color: #fff;
	font-size: 14px;
	padding: 6px 12px;
	line-height: 30px;
	text-decoration: none;
}
a.buynow {
	background: #df0615;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    padding: 9px 10px;
    text-align: center;
    text-decoration: none;
	text-transform: uppercase;
	display: block;
}
a.more:hover {
	background: #555;
}
a.buynow:hover {
	background: #ee202e;
}
.socialIcons {
	float: right;
	height: 24px;
}
.socialIcons img {
	margin-right:14px;
}
#socialIcons img.youtube {
	margin-right:5px;
}
/** Blog Page Styles **/
ul.lcp_catlist, .forumposts ul {
	margin-left: 0;
	list-style: none;
}
.page-template-page-podcast ul.lcp_catlist {
    list-style: none;
    margin-left: 0;
    max-width: 700px;
    margin: 50px auto;
}
.page-template-page-podcast ul.lcp_catlist li {
    padding: 24px 30px;
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 16px;
    background: #eee;
}
ul.lcp_catlist li a.podcast_title {
    font-size: 22px;
    display: block;
    margin: -25px -31px 17px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    font-family: 'Titillium Web', cursive;
    background: #000;
    color: #fff;
    box-sizing: border-box;
    /* width: 100%; */
    padding: 10px 16px;
}
ul.lcp_catlist li a.podcast_title:hover {
	background: #333;
}
ul.lcp_catlist a.listen {
    background: #0d3593;
    font-size: 16px;
    text-decoration: none;
    font-family: 'Titillium Web', cursive;
    padding: 4px 12px;
    margin: 16px 0 0;
    width: auto;
    display: block;
    color: #fff;
    /* float: right; */
    width: 74px;
    text-align: center;
}
ul.lcp_catlist a.listen:hover, a.external:hover {
	background: #1c4ab4;
}
ul.lcp_catlist a.listen img {
	margin: 3px 0 0;
    float: right;
}
a.external {
    background: #0d3593;
    font-size: 16px;
    text-decoration: none;
    font-family: 'Titillium Web', cursive;
    padding: 4px 12px;
    margin: 8px 0;
    width: auto;
    color: #fff;
    /* float: right; */
    text-align: center;
}
.forumposts ul {
	margin: 10px 20px;
}
.forumposts h2 a {
	text-decoration: none;
}
ul.lcp_catlist li, .forumposts ul li {
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}
ul.lcp_catlist a, .forumposts ul a {
	display: block;
	font-size: 18px;
	font-weight: 400;
}
#wrapper.home .col li, #wrapper.home .forumposts li {
	padding: 4px 0;
	font-size: 12px;
}
#wrapper.home ul.lcp_catlist a, #wrapper.home .forumposts ul a {
	font-size: 16px;
	text-decoration: none;
}
#wrapper.home ul.lcp_catlist a:hover, #wrapper.home .forumposts ul a:hover {
	color: #df0615;
}
#wrapper.home ul.lcp_catlist p {
	margin: 0;
	padding:0;
}
#wrapper.home img.fimage, #wrapper.home .headline {
	display: inline-block;	
}
#wrapper.home img.fimage {
	padding: 4px 6px 0 0;
}
#wrapper.home .headline {
	vertical-align: top;
}
ul.lcp_paginator {
	margin-top: 20px;
}
ul.lcp_paginator li {
	border: 1px solid #666;
	color: #df0615;
	padding: 0 3px;
}
ul.lcp_paginator li a {
	text-decoration: none;
}
.leftcol {
	width: 62%;
	display: inline;
	float: left;
	line-height: 25px;
}
.rightcol {
	width: 33%;
	display: inline;
	float: right;
	padding-top: 36px;
}
.rightcol img {
	width: 100%;
}
.article {
	padding: 18px 0;
	border-bottom: 2px solid #eee;
}
.article p {
	margin-top: 6px 0;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
#footer {
	width: 100%;
	background: #000;
	border-top: 6px solid #444;
	min-height: 140px;
}
#footerWrap {
	font-size: 14px;
	max-width: 1072px;
	margin: 0 auto;
	padding: 2.8% 0;
	color: #999;
}
#footerWrap p {
	margin: 5px 0;
}
#footerWrap a {
	color: #999;
}
#footer .col {
	max-width: 32%;
	float: left;
	margin-right: 2%;
}
#footer .col.last {
	margin-right: 0;
}
#footer .col img {
	width: 100%;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 9px;
	margin-top: 20px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#trainingMobile {
	display: none;
}
@media screen and (max-width: 1099px) {
	#pstars {
		display: none;
	}
	#pstars468 {
		display: block;
		margin: 25px 0 0;
	}
	#mainmenu ul li a {
		font-size: 16px;
		padding: 16px 10px;
	}
	#logo {
		margin-left: 14px;
		margin-top: 14px;
	}
	a.buynow {
		float: none;
		margin-top: 6px;
		margin-right: 0;	
		display: block;
	}
	.col h2 {
		padding: 14px 14px 14px 22px;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 958px) {
	#feature {
		padding-top: 0;
	}
}
@media screen and (max-width: 900px) {
	#pstars468 {
		display: none;
	}
	#mainmenu ul li a {
		font-size: 14px;
		padding: 16px 10px;
	}
}
@media screen and (max-width: 798px) {
	#sliderContent h3 {
		font-size: 30px;
	}
	#sliderContent h4 {
		font-size: 21px;
	}
		#mainmenu {
		display: none;
	}
	#mainmenu-sticky-wrapper {
		display: none;
	}
}
	
@media screen and (max-width: 640px) {
	#slider p {
		 -webkit-margin-before: 0;
		 -webkit-margin-after: 0;
	}
	#sliderContent img {
		margin: 0;
	}
	#sliderWrap {
		width: 54%;
	}
	#sliderContent h3 {
		font-size: 24px;
	}
	#sliderContent h4 {
		font-size: 18px;
	}
	#sliderContent {
		padding: 24px 0;
	}
	.leftcol {
		width: 100%;
		display: block;
		float: none;
		padding: 0;
	}
	.rightcol {
		display: none;
	}
	.rightcol#videoPackage  {
		width: 100%;
		display: block;
		float: none;
		padding: 0;
	}
	#trainingMobile {
		display: block;
	}
	#trainingDesktop {
		display: none;
	}
	/*#logo {
		display: none;
	}
	#logoMobile {
		display: block;
	}*/
	#wrapper {
		background: #fff;
	}
	#content {
		padding: 14px;
	}
	h1 {
		font-size: 26px;
		padding: 16px 0;
		margin-bottom: 16px;
	}
	.col, .col2wide {
		float: none;
		margin-bottom: 5%;
		background: none;
		-webkit-box-shadow: none;
		-moz-box-shadow:    none;
		box-shadow:         none;
		margin-right: 0;
		min-height: 0;
		display: block;
		max-width: 100%;
		width: 100%;
	}	
	#headWrap {
		height: auto;
	}
	.alignright {
		float: none;
		margin: 0 0 5% 0;
	}

}
@media screen and (max-width: 639px) {
.colLeft, .colRight {
		float: none;
		margin-bottom: 5%;
		background: none;
		-webkit-box-shadow: none;
		-moz-box-shadow:    none;
		box-shadow:         none;
		margin-right: 0;
		min-height: 0;
		display: block;
		max-width: 100%;
		width: 100%;
	}
@media screen and (max-width: 400px) {
	#sliderContent h3 {
		font-size: 20px;
	}
	#sliderContent h4 {
		display: none;
	}
	.col h2 {
		font-size: 14px;
	}
	.socialIcons img {
		height: 24px;
		margin-right: 0;
	}
}
@media screen and (max-width: 320px) {
	#sliderContent h3 {
		font-size: 18px;
	}
}