/*
Theme Name: Norman Rosenthal by FazeDesigns
Version: 3.0
Description: Custom website by FazeDesigns
Author: FazeDesigns
Author URI: https://fazedesigns.com
*/





/************************************/
/*** CSS CODED BY EHREN FERGUSSON ***/
/************************************/




@font-face {
    font-family: 'GothamBook';
    src: url('_assets/fonts/GothamBook.eot');
    src: url('_assets/fonts/GothamBook.eot?#iefix') format('embedded-opentype'),
         url('_assets/fonts/GothamBook.woff') format('woff'),
         url('_assets/fonts/GothamBook.ttf') format('truetype'),
         url('_assets/fonts/GothamBook.svg#GothamBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBold';
    src: url('_assets/fonts/GothamBold.eot');
    src: url('_assets/fonts/GothamBold.eot?#iefix') format('embedded-opentype'),
         url('_assets/fonts/GothamBold.woff') format('woff'),
         url('_assets/fonts/GothamBold.ttf') format('truetype'),
         url('_assets/fonts/GothamBold.svg#GothamBold') format('svg');
    font-weight: normal;
    font-style: normal;
}




/************************************/
/************ START CSS *************/

body {
	background: #fff url(_assets/img/bg-home.jpg) no-repeat center bottom fixed;
	color: #000;
	font-family: 'GothamBook', sans-serif;
	font-size: 15px;
	font-weight: normal;
}
a {
	color: #3896d9;
	font-weight: 400;
	 transition:.5s;
}
a:hover,
a:active {
	color: #59bbff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'GothamBold', sans-serif;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span { 
	font-family: 'GothamBook', sans-serif;
}

p:empty:before { display: none;}

/*a {  transition:.5s; }*/
/* .round {  border-radius: 5px; }*/

/************************************/
/*************** MAIN ***************/

.fa { font-style: normal !important;}

.btn { display: inline-block; position: relative; padding: 10px 20px; font-size: 18px; vertical-align: top; font-family: 'GothamBold', sans-serif; text-transform: uppercase; line-height: 1em;  transition:.5s; text-align: center; overflow: visible;  border-radius: 5px;}
.btn .fa { margin-right: 10px;}

.btn.btn_sm { padding: 7px 10px; font-size: 14px;}
.btn.btn_lg { padding: 15px 30px; font-size: 20px;}
.btn.btn_buy { display: block; margin-bottom: 20px; font-size: 18px; padding-left: 10px; padding-right: 10px;}

.btn.btn_color { color: #fff; background: #c51f23;}
.btn.btn_color:hover { background: #efa93e;}
.btn.btn_alt { color: #fff; background: #3998da;}
.btn.btn_alt:hover { background: #59bbff;}
.btn.btn_alt2 { color: #fff; background: #efa93e;}
.btn.btn_alt2:hover {}

.shadow {  box-shadow: 0 15px 40px rgba(0,0,0,0.1);}

/************************************/
/* Header */

#topheader { position: fixed; display: block; top: 0; left: 0; width: 100%; height: 75px; z-index: 9999; background: rgba(0,100,194,0.95);}
	#topheader #logo { font-size: 26px; height: 75px;
		display: flex;
		flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: flex-start;
	    align-items: center;
	}
	#topheader #logo a { color: #fff;}
	#topheader #logo span { font-family: 'GothamBook', sans-serif;}
	#topheader #menu { height: 75px;
		display: flex;
		flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: flex-end;
	    align-items: center;
	}
	
	#topheader .socialmedia { height: 75px;
		display: flex;
		flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: flex-end;
	    align-items: center;
	}
	
	/************************************/
	/* Fixed Social */
	
	#blog_sticky { position: fixed; top: 75px; left: 0; width: 100%; z-index: 999;  transition:.5s; background: rgba(255,255,255,0.95); box-shadow: 0 5px 30px rgba(0,0,0,0.1);}
	#blog_sticky.show { opacity: 1; visibility: visible;}
	#blog_sticky.noshow { opacity: 0; visibility: hidden;}
	
	.post_social { height: 50px; display: block; position: relative; width: 100%;}
	.post_social.left { text-align: left;}
	.post_social.right { text-align: right;}
	.post_social em { padding: 10px 25px; color: #999; display: inline-block; font-family: 'GothamBold', sans-serif; font-style: italic;}
	.post_social li { display: inline-block; position: relative; margin: 5px 1px; vertical-align: top;}
	.post_social li .share_btn { display: block; position: relative; padding: 10px; text-align: center; min-width: 40px; font-size: 16px; line-height: 1em;  transition:.5s; cursor: pointer;}
	.post_social li .share_btn:hover { opacity: 0.7;}
	
	.post_social .btn_anchor { color: #3896d9;  border-radius: 5px; box-shadow: inset 0 0 0 1px #3896d9;}
	.post_social a.btn_facebook { background: #3b5999; color: #fff;}
	.post_social a.btn_twitter { background: #55acee; color: #fff;}
	.post_social a.btn_pinterest { background: #bd081c; color: #fff;}
	.post_social a.btn_linkedin { background: #0077B5; color: #fff;}

	/************************************/
	/* Social */
	
	.socialmedia { text-align: center; position: relative;}
	.socialmedia li { display: inline-block; position: relative; margin: 5px; vertical-align: top;}
	.socialmedia li a { display: block;}
	.socialmedia li a { background: #0064c2; display: block; position: relative; text-align: center; color: #fff; width: 30px; height: 30px; padding-top: 6px; line-height: 1em; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; font-size: 18px;  transition:.5s;}
	#greenfish .socialmedia li a { background: #80cac5;}
	.socialmedia li a:hover, 
	#greenfish .socialmedia li a:hover { background: #efa93e;}
	
	/************************************/
	/* Main Menu */
	
	#menu ul { text-align: center; display: block; position: relative;}
	#menu ul li { display: inline-block; position: relative; vertical-align: top;}
	#menu ul li a { position: relative; font-size: 16px; padding: 5px; line-height: 1em; color: #fff; display: block; font-family: 'GothamBold', sans-serif;}
	#menu ul li a:hover {}
	#menu ul li.current-menu-item a, #menu ul li.current-menu-parent a {}
	#menu ul li.hover a {}
	
	/* level 1 */
	
	#menu ul ul:before { content: ''; position: absolute; left: 50%; top: -10px; margin-left: -7px; width: 0px; height: 0px; border-style: solid; border-width: 0 10px 10px 10px; border-color: transparent transparent #efa93e transparent;}
	#menu ul ul { display: none; position: absolute; left: 50%; top: 50px; background: #efa93e; margin-left: -110px; width: 220px; z-index: 9999; text-align: left; padding: 5px 0;  border-radius:5px; box-shadow: 0 15px 40px rgba(0,0,0,0.2);}
	#menu ul ul li { width: 220px; border-bottom: 1px solid #f2b857; margin: 0 !important; display: block;}
	#menu ul ul li:last-child { border-bottom: none;}
	#menu ul ul li a { display: block; text-align: center; color: #fff; padding: 10px; font-size: 14px; margin: 0 !important;}
	#menu ul ul li a:hover { color: #fff; background: #ea9830;  transition:.5s;}
	
	/* level 2 */
	
	#menu ul ul ul:before { left: -10px; top: 7px; margin-left: 0; border-width: 10px 10px 10px 0; border-color: transparent #efa93e transparent transparent;}
	#menu ul ul ul { left: 100%; top: 0; padding: 5px 0; margin: 0;}
	
	/************************************/
	/* Mobile Menu */
	
	.menu-button { width: 40px; height: 40px; padding: 10px 0 0 0; background: #00529f; text-align: center; font-size: 16px; text-transform: uppercase; cursor: pointer; display: block; position: absolute; top: 50%; margin-top: -20px; right: 10px; z-index: 9999;}
	.menu-button.active { background: #efa93e;}
	
	.menu-button:before, .menu-button:after {  transition:.5s;}
	.menu-button:before { content: ''; display: block; width: 20px; height: 8px; border-bottom: 2px solid #fff; border-top: 2px solid #fff; position: absolute; top: 50%; left: 50%; margin: -7px 0 0 -10px;}
	.menu-button:after { content: ''; display: block; width: 20px; height: 1px; border-top: 2px solid #fff; position: absolute; top: 50%; left: 50%; margin: 5px 0 0 -10px;}
	.menu-button.active:before { border-bottom: none; width: 28px; margin: -2px 0 0 -16px; border-color: #000; transform: rotate(45deg);}
	.menu-button.active:after { width: 28px; margin: -1px 0 0 -14px; border-color: #000; transform: rotate(-45deg);}
	.menu-button.tablet {}
	.menu-button span { display: block; position: absolute; height: 40px; width: 80px; text-align: center; background: #000; color: #fff; right: 40px; padding: 13px 0; top: 0; font-weight: 700; font-size: 14px; line-height: 1em;}
	
	.mobile_sidebar { background: #00529f; padding: 30px 0 30px 30px;}
	.mobile_sidebar .mobile_menu { display: block;}
	.mobile_sidebar .menu {}
	.mobile_sidebar .menu li { display: block; text-align: left;}
	.mobile_sidebar .menu li a { display: block; padding: 7px 0; font-size: 14px; color: #fff; font-family: 'GothamBold', sans-serif;}
	.mobile_sidebar .menu ul li {}
	.mobile_sidebar .menu ul li a { padding: 7px 20px; opacity: 0.7;}

/************************************/
/* Color Changes */

.bonusoffer,
.bonusoffer2,
.signup input[type="text"],
.signup input[type="email"],
.introtext,
.bookbanner,
.footerbox { background: rgba(0,100,194,0.6);}

#header,
#footer { position: relative; display: block; overflow: hidden;}
#header.homepage { position: relative; padding-top: 75px; background: #19a3e9 url(_assets/img/bg-home.jpg) no-repeat center top; background-size: cover;}
#standardheader { position: relative; padding-top: 75px; background: #19a3e9 url(_assets/img/bg-home.jpg) no-repeat center top; background-size: cover;}

/* Intro Header */

#introheader { position: relative; display: block; overflow: hidden;}
	#introheader .introcontent { padding: 50px 0; min-height: 400px;
		display: flex;
		flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: center;
	    align-items: center;
	}
	#introheader .introcontent .wrap {
		display: flex;
		flex-direction: row;
	    flex-wrap: nowrap;
	    justify-content: center;
	    align-items: center;
	}
	#introheader .featuredbook { display: block; margin-right: 20px; width: 50%; text-align: right;}
	#introheader .featuredbook img { max-width: 300px; height: auto; max-height: 350px;}
	
	#introheader .actionboxes { display: block; width: 50%; position: relative;}
	#introheader .bonusoffer { padding: 10px; border-radius: 5px; color: #fff; display: block; position: relative;}
	#introheader .bonusoffer h3 { padding: 5px 0 10px 10px; display: block; font-family: 'GothamBook', sans-serif; font-size: 16px;}
	#introheader .bonusoffer h3 strong { font-family: 'GothamBold', sans-serif;}
	#introheader .bonusoffer h3 span { font-size: 24px; padding-right: 10px;}
	#introheader .bonusoffer .btn { font-size: 16px !important; font-family: 'GothamBook', sans-serif; margin: 5px !important; display: block;}
	#introheader .bonusoffer .btn strong { font-family: 'GothamBold', sans-serif;}
	#introheader .bonusoffer img { max-width: 100%; height: auto;}

	#introheader .bonusoffer2 { padding: 10px;  border-radius:5px; color: #fff; margin-top: 20px;}
	#introheader .bonusoffer2 h3 { padding: 5px 0 10px 10px; display: block; font-family: 'GothamBook', sans-serif; font-size: 14px;}
	#introheader .bonusoffer2 h3 strong { font-family: 'GothamBold', sans-serif;}
	#introheader .bonusoffer2 h3 span { font-size: 30px; padding-right: 10px;}
	#introheader .bonusoffer2 .btn { font-size: 20px !important; font-family: 'GothamBook', sans-serif; display: block;}
	#introheader .bonusoffer2 .btn strong { font-family: 'GothamBold', sans-serif;}
	#introheader .bonusoffer2 img { max-width: 100%; height: auto;}

	#introheader .signup { padding: 30px 0 0 0;}
	#introheader .signup .signuptitle { color: #333; padding: 0 0 10px 10px; font-size: 16px}
	#introheader .signup .item { padding: 0 3px;}
	#introheader .signup input[type="text"], 
	#introheader .signup input[type="email"] { border: none !important; color: #fff !important; font-size: 15px; margin: 3px 0 !important;}
	#introheader .signup input[type="text"]:focus, 
	#introheader .signup input[type="email"]:focus { background: rgba(0,100,194,1); box-shadow: none !important;}
	#introheader .signup input[type="submit"] { width: 100%; padding-left: 10px; padding-right: 10px; font-size: 15px !important; margin: 3px 0 !important;}
	.signup .placeholder {color: #ffffff;}
	.signup ::-webkit-input-placeholder {color:#ffffff;}
	.signup :-moz-placeholder {color:#ffffff;}
	.signup ::-moz-placeholder {color:#ffffff;}
	.signup :-ms-input-placeholder {color:#ffffff;}

	.introtext { padding: 40px 0; color: #fff; position: relative;}
	.introtext .bio { display: block; width: 160px; height: 30px; position: absolute; top: 0; left: -120px; background: url(_assets/img/bio.png) no-repeat; z-index: 999;}
	.introtext .text { padding: 0 20px 0 50px; font-size: 15px; position: relative;}
	.introtext .text a { color: #fff;}
	.norman-rosenthal-portrait { z-index: 99; position: absolute; width: 626px; height: 580px; background: /*url(_assets/img/norman-rosenthal.png)*/ no-repeat top; bottom: 0; left: 50%; margin-left: -700px;}

	.bookbanner { padding: 15px;  border-radius:5px; color: #fff; margin-top: 50px; text-align: center;}
	.bookbanner span { padding-right: 15px;}


/************************************/
/* Home Page */

/* Home Links */

#largelinks { padding: 60px 0; background: #fff; position: relative;}
	.largelink { background: #19a3e9 url(_assets/img/largelink.jpg) no-repeat left top; padding: 20px;  border-radius:5px; margin: 5px; color: #fff;  transition:.5s;}
	#greenfish .largelink { background:#4fb0a7 url(_assets/img/largelink-green.jpg) no-repeat left top;}
	.largelink h2 { font-size: 18px; padding-bottom: 15px;}
	.largelink.item_3, #greenfish .largelink.item_3 { background-position: right top;}
	.largelink.item_1, #greenfish .largelink.item_1 { background-position: right bottom;}
	.largelink.item_4, #greenfish .largelink.item_4 { background-position: left bottom;}

/* Home Feed */

.homefeed { padding: 0 60px 0 0;}
	.homefeed .feed { padding: 40px 0;}
	.homefeed .feed h2 { color: #333; text-transform: none; font-size: 16px; line-height: 1.3em;}
	.homefeed .book h2 { font-size: 16px;}
	.homefeed .feed .text { padding: 5px 0 20px 0;}
	.homefeed .subtitle { color: #333;}

/* MAIN BLOCKS */

#contenthome { background: #f3f3f3; padding: 60px 0;}
#content { background: #fff; padding: 60px 0;}
#pagequote { background: #f3f3f3; padding: 25px 0;}
#pagequote .text { color: #333; font-size: 15px;}
.gap { display: block; height: 3px; background: url(_assets/img/lines.png) repeat;}

h1.pagetitle {font-family: 'GothamBook', sans-serif; font-size: 60px; padding: 50px 0; color: #fff; line-height: 1em;}
h2.title {font-size: 30px; color: #bbb; background: url(_assets/img/lines.png) repeat; line-height:1em;}
h2.title span { padding-right: 20px; background: #fff; font-family: 'GothamBold', sans-serif;}
#contenthome h2.title span { padding-right: 20px; background: #f3f3f3;}

/* BLOG */

.catdesc.text { padding-bottom: 50px;}
.blogpage { padding: 0 60px 0 0;}

	.details { background: #f3f3f3; padding: 5px 10px;}
	.details li { font-size: 12px; display: inline-block; text-transform: uppercase; font-family: 'GothamBold', sans-serif; color: #bbb; padding-right: 15px; line-height: 1em;}
	.details li a { color: #999;}
	.details li span { margin-right: 5px;}
	
	.featureimg { margin-right: 20px; overflow: hidden;}
	.featureimg img { width: 100%; height: auto;  border-radius:5px;}
	.blogpage .featureimg { margin:30px 0;}
	
	.blogpage h2 { text-transform: none; color: #333; font-size: 24px; margin: 30px 0 20px 30px;}
	.blogpage .text { margin: 0 0 30px 30px;}
	.blogpage .btn { margin-left: 30px;}
	.bloggap { display: block; height: 50px; clear: both;}

.blogcats { position: relative;}
	.blogcats ul {}
	.blogcats ul li { display: inline-block; margin: 2px; position: relative; vertical-align: top;}
	.blogcats ul li a { display: block; text-align: center;  border-radius: 5px; text-transform: uppercase; color: #fff; font-family: 'GothamBold', sans-serif; font-size: 12px; padding: 10px; line-height: 1em; background: #3998da;  transition:.5s;}
	.blogcats ul li.current-menu-item a, .blogcats ul li a:hover { background: #59bbff;}

.signup_blog { padding: 30px 0; border-top: 1px solid #ddd; margin-left: 30px;}
	.signup_blog h3 { padding: 0 0 15px 5px; font-size: 18px;}
	.signup_blog .item { margin: 5px; position: relative;}
	.signup_blog input[type="submit"] { padding-left: 10px; padding-right: 10px; display: block; width: 100%;}

/* BOOKS */

.book .featureimg img { border-radius: 0;}
.blogpage .books .subtitle { margin: 30px 0 0 30px; color: #333;}
.blogpage .books h2 { text-transform: none; color: #333; font-size: 24px; margin: 0 0 20px 30px;}
.bookimg { padding: 15px 10px;}
.bookimg img { width: 100%; height: auto;}

/* PAGES */

.defaultpage { padding: 0 60px 0 0;}

/************************************/
/* PageNavi */

.post_nav { display: block; padding: 20px 0; border-top: 1px solid #f3f3f3;}
	.post_nav * {  transition:.5s;}
	.post_nav a { display: inline-block; line-height: 1em; margin: 0; font-size: 16px; padding: 15px 20px; color: #fff; background: #c51f23; font-family: 'GothamBold', sans-serif;  border-radius:5px;}
	.post_nav .left { text-align: left;}
	.post_nav .right { text-align: right;}
	.post_nav a:hover { background: #efa93e; color: #fff;}

/************************************/
/* General Pages */


/************************************/
/* Widgets */

.widget { padding-bottom: 60px;}
.widget h2 { margin-bottom: 30px;}
.widget li { list-style: circle; list-style-position: outside; margin-left: 15px; padding: 5px 0; border-bottom: 1px solid #f1f1f1; color:#c51f23;}
.widget li a { color:#c51f23; padding: 5px 0; font-size: 15px; font-family: 'GothamBold', sans-serif;}

.quote-widget { padding: 0 0 0 40px; position: relative; font-size: 16px; color: #333;}
.quote-widget span { background: #f3f3f3; width: 40px; height: 30px; padding-top: 10px; display: block; position: absolute; left: 0; top: -20px; text-align: center; -webkit-border-radius:20px; -moz-border-radius:120px; border-radius:20px; font-size: 18px; color: #333;}
.quote-author { font-style: italic; color: #3998da; font-family: 'GothamBold', sans-serif; padding: 10px 0 20px 40px;}
.quote-author p {font-family: 'GothamBook', sans-serif; color: #999; display: block;}

#searchform { position: relative;}
	#searchform input[type="text"] { display: block; width: 100%;}
	#searchform .searchsubmit { position: absolute; top: 50%; right: 5px; margin-top: -15px !important; border: none ; background: none; width: 30px; height: 30px ; margin: 0; font-size: 18px; line-height: 1em; display: block; cursor:pointer; color: #ddd;}
	#searchform .searchsubmit:hover { /*color: #ff8a55;*/}

/************************************/
/* Footer */

/* Logos */

#logos { background: #f3f3f3; padding: 20px 0;}
	.clientlogo { text-align: center;  transition:.5s;}
	.clientlogo:hover { opacity: 0.5;}

#footer { padding: 60px 0 30px 0; background: url(_assets/img/bg-home.jpg) no-repeat center bottom fixed;}
	.footerbox {  border-radius:5px; color: #fff;}
	.footerbox i { font-style: normal; font-size: 18px; padding: 0 20px 20px 20px; display: block;}
	
	.footerinvite {  border-radius:5px; padding: 15px; background: #c51f23; font-size: 18px; color: #fff; margin:20px 30px 10px 20px; text-transform: uppercase; text-align: center;  transition:.5s;}
	.footerinvite:hover { background: #efa93e;}
	.footerinvite span { padding-right: 15px;}
	
	.footer_widget { border-left: 1px solid rgba(255,255,255,0.5); min-height: 110px; padding: 30px;}
	.footer_widget h4 { padding: 0 0 10px 0;}
	.footer_widget ul li {}
	.footer_widget ul li a { color: #fff; font-size: 13px;}
	
	.copyright { padding: 15px 0 0 0; color: #333; font-size: 12px; text-align: center;}
	.copyright a { color: #333;}

/************************************/
/* Slideshow */

.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.cycle-slideshow { position: relative; min-height: 50px; overflow: hidden;}
.cycle-pager > * { cursor: pointer;}
.cycle-pager { position: absolute; width: 300px; margin-left: -150px; text-align: center; bottom: 10px; left: 50%; z-index: 999;}
.cycle-pager span { width: 10px; height: 10px; display: inline-block; background: #fff; color: #fff; margin: 0 5px; font-size: 1px; line-height: 1em; overflow: hidden; cursor: pointer;}
.cycle-pager span.cycle-pager-active { opacity: 0.5;}

.cycle-prev, 
.cycle-next { position: absolute; top: 50%; margin-top: -22px; width: 40px; height: 40px; border: 1px solid #fff; text-align: center; color: #fff; z-index: 999; cursor: pointer;  transition:.5s;}
.cycle-prev { left: 30px;}
.cycle-next { right: 30px;}
.cycle-prev i, .cycle-next i { font-size: 20px; line-height: 1em; padding-top: 8px;}

.cycle-slideshow:hover .cycle-prev, .cycle-slideshow:hover .cycle-next { opacity: 1;}

/************************************/
/************** GRIDS ***************/

.container {
	margin:0 auto;
	width:1070px;
	display:block;
	padding: 0;
}

/*@media (min-width: 1000px) and (max-width: 1099px) {
	
	.container { width: 960px; padding: 0 30px;}
	
}*/

/* GRIDS TABLET */
@media (min-width: 768px) and (max-width: 1069px) {
	
	.container { width: 768px; padding: 0 30px;}
	.btn { padding: 12px; font-size: 16px;}
	.btn.btn_sm { padding: 10px; font-size: 12px;}
	.btn.btn_lg { padding: 10px 15px; font-size: 16px;}
	.btn.btn_buy { margin-bottom: 15px; font-size: 14px; padding-left: 10px; padding-right: 10px;}

	/* Header */
	#topheader #logo { font-size: 15px;}

	/* Main Menu */
	#menu ul { text-align: right;}
	#menu ul li a { font-size: 12px; padding: 5px;}
	#menu ul ul {  margin-left: -90px; width: 180px;}
	#menu ul ul li { width: 180px;}
	#menu ul ul li a { font-size: 13px;}

	/* Intro Header */
	#introheader .introcontent { padding: 40px 0; min-height: 300px;}
	#introheader .featuredbook { width: 40%;}
	#introheader .featuredbook img { max-height: 250px; max-width: 100%;}
	
	#introheader .actionboxes {width: 60%;}
	
	#introheader .bonusoffer h3 { font-size: 14px;}
	#introheader .bonusoffer h3 span { font-size: 18px;}
	
	#introheader .bonusoffer2 h3 { font-size: 14px;}
	#introheader .bonusoffer2 h3 span { font-size: 18px;}
	#introheader .bonusoffer2 .btn { font-size: 14px !important;}

	#introheader .signup { padding: 20px 0;}
	#introheader .signup .signuptitle { font-size: 14px;}

	.introtext { padding: 20px 0;}
	.introtext .bio { width: 140px; height: 30px; top: 0; left: -120px;}
	.introtext .text { padding: 0 0 0 30px; font-size: 14px; line-height: 1.3em;}
	.norman-rosenthal-portrait { width: 400px; height: 408px; margin-left: -500px; background: no-repeat center center;
	background-size: cover !important;}

	/* Home Links */
	#largelinks { padding: 40px 0;}
	.largelink { min-height: 175px;}

	/* Home Feed */
	.homefeed { padding: 0 40px 0 0;}
	.homefeed .feed { padding: 30px 0;}

	/* MAIN BLOCKS */
	#contenthome { padding: 40px 0;}
	#content { padding: 40px 0;}
	#pagequote { padding: 15px 0;}
	
	h1.pagetitle { font-size: 40px; padding: 30px 0;}
	h2.title { font-size: 20px;}
	h2.title span { padding-right: 10px;}
	#contenthome h2.title span { padding-right: 10px;}
	
	.bookbanner { padding: 10px; margin-top: 30px; font-size: 12px; margin-bottom: 20px;}
	.bookbanner span { padding-right: 5px;}

	/* BLOG */
	.blogpage { padding: 0 40px 0 0;}
	.details li { font-size: 10px;}
	
	.featureimg { margin-right: 15px;}
	.featureimg img { width: 100%; height: auto;  border-radius:5px;}
	.blogpage h2 { font-size: 20px;}
	.blogcats ul li a { font-size: 10px; padding: 7px;}

	/* BOOKS */
	.blogpage .books h2 { font-size: 20px;}

	/* PAGES */
	.defaultpage { padding: 0 40px 0 0;}

	/* PageNavi */
	.post_nav a { font-size: 14px; padding: 10px 20px;}

	/* Widgets */
	.widget { padding-bottom: 40px;}
	.widget h2 { margin-bottom: 20px;}
	
	/* Logos */

	#logos { padding: 15px 0;}
	.clientlogo { padding: 15px;}

	#footer { padding: 30px 0; background-attachment: inherit; background-size: cover;}
	.footerbox i { font-size: 14px;}
	
	.footerinvite { padding: 10px 0; font-size: 14px; margin: 15px;}
	.footerinvite span { padding-right: 5px;}
	
	.footer_widget { padding: 15px;}
	.footer_widget h4 { font-size: 16px;}
	
}

/* GRIDS MOBILE */
@media (max-width: 767px) {
	
	.container { width: 100%; padding: 0 30px;}
	
	.btn { padding: 10px; font-size: 13px;}
	.btn .fa { margin-right: 5px;}

	.btn.btn_sm { padding: 10px; font-size: 12px;}
	.btn.btn_lg { padding: 13px; font-size: 16px;}
	.btn.btn_buy { font-size: 14px; padding-left: 10px; padding-right: 10px;}

	#topheader { height: 60px;}
	#topheader .container { padding: 0;}
	#topheader #logo { font-size: 16px; height: 60px; padding-left: 15px;}
	#topheader #menu { height: 60px;}
	#topheader .socialmedia { height: 60px;}

	#header.homepage { padding-top: 60px; }
	#standardheader { padding-top: 60px;}
	
	#blog_sticky { position: fixed; top: 60px;}
	.post_social { padding: 0 10px;}

	/* Intro Header */
	#introheader .introcontent { padding: 40px 0; min-height: 100px;}
	#introheader .introcontent .wrap { flex-wrap: wrap;}
	#introheader .featuredbook { margin-right: 0; text-align: center; width: 100%; margin-bottom: 20px;}
	#introheader .featuredbook img { max-height: 150px; max-width: 100%;}
	
	#introheader .actionboxes { width: 100%;}
	#introheader .bonusoffer h3 { font-size: 14px;}
	#introheader .bonusoffer h3 span { font-size: 18px;}
	#introheader .bonusoffer .btn { font-size: 12px !important;}
	#introheader .bonusoffer2 h3 { font-size: 14px;}
	#introheader .bonusoffer2 h3 span { font-size: 18px; padding-right: 5px;}
	#introheader .bonusoffer2 .btn { font-size: 2px !important;}

	#introheader .signup { padding: 20px 0;}
	#introheader .signup .signuptitle { padding: 0 0 10px 0; font-size: 14px}
	#introheader .signup input[type="submit"] { font-size: 12px !important;}

	.introtext { padding: 20px 0;}
	.introtext .bio { display: none;}
	.introtext .text { padding: 0; font-size: 14px;}
	.norman-rosenthal-portrait { display: none;}

	/* Home Links */
	#largelinks { padding: 30px 0;}
	.largelink h2 { padding-bottom: 0; text-align: center;}

	/* Home Feed */
	.homefeed { padding: 0;}
	.homefeed .feed { padding: 20px 0;}

	/* MAIN BLOCKS */
	#contenthome { padding: 40px 0;}
	#content { padding: 40px 0;}
	#pagequote { padding: 15px 0;}
	h1.pagetitle { font-size: 30px; padding: 30px 0; text-align: center;}
	h2.title { font-size: 24px;}
	h2.title span { padding-right: 10px;}
	#contenthome h2.title span { padding-right: 10px;}

	/* BLOG */
	.blogpage { padding: 0;}
	.details li { font-size: 10px;}
	.featureimg { margin-right: 15px;}
	.blogpage .featureimg { margin: 15px 15px 15px 0;}
	.blogpage h2 { font-size: 18px; margin: 15px 0;}
	.blogpage .text { margin: 0 0 20px 0;}
	.blogpage .btn { margin-left: 0;}
	.bloggap { height: 30px;}
	.blogcats ul li a { font-size: 10px; padding: 7px;}
	.signup_blog { margin-left: 15px;}

	/* BOOKS */
	.blogpage .books .subtitle { margin: 15px 0 0 0;}
	.blogpage .books h2 { font-size: 18px; margin: 0 0 15px 0;}
	
	/* PAGES */
	.defaultpage { padding: 0;}
	
	/* PageNavi */
	.post_nav a { display: block; margin: 5px 0; font-size: 16px; padding: 10px; text-align: center;}
	.post_nav .left { text-align: center;}
	.post_nav .right { text-align: center;}
	
	/* Widgets */
	.widget { padding-bottom: 40px;}
	.widget h2 { margin-bottom: 20px;}

	/* Logos */
	#logos { padding: 10px 0;}
	.clientlogo { margin: 5px; max-height: 50px;}

	#footer { padding: 30px 0; background-attachment: inherit; background-size: cover;}
	.footerbox i { font-size: 14px; padding: 0 20px 20px 20px;}
	
	.footerinvite { padding: 10px 0; font-size: 14px; margin: 10px;}
	.footerinvite span { padding-right: 5px;}
	
	.footer_widget { border-left: none; min-height: 110px; padding: 20px;}
	.footer_widget h4 { font-size: 18px;}
		
}

/************************************/
/************** OTHER ***************/

/* SELECT & PLACEHOLDER */
::selection,
::-moz-selection { background: #f1f1f1; color:#333;}

::-webkit-input-placeholder { color:#999999;}
	 :-ms-input-placeholder { color:#999999;}
	 	 ::-moz-placeholder { color:#999999;}
		  :-moz-placeholder { color:#999999;}

/* FORMS */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	background: #fff;
	border: 1px solid #ccc;
	color: #000;
	font-size: 18px;
	padding: 13px !important;
	-webkit-appearance: none;
	font-family: 'GothamBook', sans-serif;
	border-radius: 5px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	background: #fff;
	border-color: #c51f23;
	color: #000;
	outline: none !important;
	box-shadow: 0 0 3px 1px #c51f23;
}

input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
	border: none !important;
	background: #c51f23;
	color: #fff;
	font-size: 18px;
	/*font-weight: 700;*/
	padding: 12px 40px;
	line-height: 1em;
	text-transform: uppercase;
	font-family: 'GothamBold', sans-serif;
	 border-radius: 5px;
}

input[type="button"]:hover,
input[type="submit"]:hover {
	color: #fff;
	background: #efa93e;
}

input[type="radio"],
input[type="checkbox"] {
margin: 0 !important;
*margin-top: 0 !important;
line-height: normal;
}

/* TEXT STYLING */

.text 	 { padding: 0;}
.text a {}
.text a:hover { text-decoration: underline;}
.text h6 { font-size:16px;}
.text h5 { font-size:18px;}
.text h4 { font-size:18px;}
.text h3 { font-size:24px;}
.text h2 { font-size:30px;}
.text h1 { font-size:36px;}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
	padding: 1em 0;
	font-family: 'GothamBold', sans-serif;
	font-weight: normal !important;
}
.text dt, .text strong, .text b, strong { font-weight: normal !important; font-family: 'GothamBold', sans-serif;}

/* ALIGNMENTS */
.wp-caption {
	border: 1px solid #ddd;
	background-color:#fff;
	color:#999;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/************************************/
/************ SHORTCODES ************/

/* Icons */

.shortcode-icon.custom { color: #3896d9 !important;}

/* Buttons */

.shortcode-button { font-family: 'GothamBold', sans-serif;}
.shortcode-button.default { background: #000 !important;}
.shortcode-button.custom { background: #3896d9 !important;}

/* Alerts */

.shortcode-alert.custom.solid { background: #3896d9 !important; color: #fff;}
.shortcode-alert.light-grey.solid { background: #F3F6FA !important;}
.shortcode-alert.light-grey.solid a,
/*.shortcode-alert.white a { color: #3896d9 !important;}*/
.shortcode-alert.white a.shortcode-button.custom { color: #fff !important;}
.shortcode-alert.custom a.shortcode-button.white { color: #3896d9 !important; box-shadow:inset 0 0 0 2px #fff;}
.shortcode-alert.custom a.shortcode-button.white:hover { color: #fff !important; background: #3896d9 !important; box-shadow:inset 0 0 0 2px #fff;}

.shortcode-alert.line.custom { border-color: #3896d9;}
.shortcode-alert.line a { color: #3896d9 !important;}

.shortcode-alert h1.last,
.shortcode-alert h2.last,
.shortcode-alert h3.last,
.shortcode-alert h4.last,
.shortcode-alert h5.last,
.shortcode-alert h6.last {
	padding-bottom: 0;
}

/* Quotes */

/* Lists */

.shortcode-list.custom li i { color: #3896d9 !important;}

/* Video */

/************************************/
/*********** PAGE BUILDER ***********/

/* Text Area */

.block_textarea { padding: 70px 0 40px 0; position: relative;}
	.block_textarea.full { padding: 0;}
	.block_textarea.full .text { padding: 0;}
	
	@media (max-width: 767px) {
		.block_textarea { padding: 30px 0;}
	}

/* Feature Block Text */

.block_feature_text { position: relative;}
	.block_feature_text .row_wrap {
		width: 100%;
		display: flex;
		flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: center;
	    align-items: stretch;
	}
	.block_feature_text .split { position: relative; width: 50%;
		display: flex;
		flex-direction: row;
	    flex-wrap: wrap;
	}
	.block_feature_text .inner { position: relative; width: 100%; height: 100%;
		display: flex;
		flex-direction: row;
	    flex-wrap: wrap;
	}
	.block_feature_text .inner.left { justify-content: flex-end;}
	.block_feature_text .inner.right { justify-content: flex-start;}
	
	.block_feature_text .row_wrap.center .split .inner { align-items: center;}
	.block_feature_text .row_wrap.top .split .inner { align-items: flex-start;}
	
	.block_feature_text .inner article { width: 100%; max-width: 550px; padding: 50px;}
	.block_feature_text .inner.left article { padding-left: 0;}
	.block_feature_text .inner.right article { padding-right: 0;}
	
	@media (min-width: 768px) and (max-width: 1099px) {
		
		.block_feature_text .inner article { padding: 70px 50px;}
		.block_feature_text .inner.left article { padding-left: 50px;}
		.block_feature_text .inner.right article { padding-right: 50px;}
		
	}
	@media (max-width: 767px) {
		
		.block_feature_text .split { width: 100%;}
		.block_feature_text .inner article { padding: 40px 30px;}
		.block_feature_text .inner.left article { padding-left: 30px;}
		.block_feature_text .inner.right article { padding-right: 30px;}
		
	}

/* Action */

.block_action { position: relative; display: block; padding: 50px 0; background: no-repeat center center; background-size: cover;}
	.block_action .wrap {
		display: flex;
		flex-direction: row;
	    flex-wrap: nowrap;
	    justify-content: center;
	    align-items: center;
	}
	.block_action .featuredbook { display: block; width: 40%; text-align: center;}
	.block_action .featuredbook img { max-width: 300px; height: auto; max-height: 350px; margin-left: 20px;}
	
	.block_action .actionboxes { display: block; width: 60%; position: relative;}
	.block_action .bonusoffer { padding: 30px; border-radius: 5px; color: #fff; display: block; position: relative; text-align: center;}
	.block_action .bonusoffer h3 { display: block; font-family: 'GothamBook', sans-serif; font-size: 20px; padding-bottom: 15px; text-transform: none;}
	.block_action .bonusoffer h3 strong { font-family: 'GothamBold', sans-serif;}
	.block_action .bonusoffer img { max-width: 100%; height: auto;}
	
	.block_action .bonus_btns {
		display: flex;
		flex-direction: row;
	    flex-wrap: nowrap;
	    justify-content: center;
	    align-items: center;
	}
	.block_action .bonus_btns li { display: inline-block; margin: 5px;}
	.block_action .bonusoffer .btn { font-size: 18px !important; font-family: 'GothamBold', sans-serif; padding: 15px 30px !important; margin: 5px 0 !important; display: block;}
	
	@media (max-width: 767px) {
		.block_action .wrap { flex-direction: row-reverse; flex-wrap: wrap;}
		.block_action .wrap .featuredbook { width: 100%; order: 1;}
		.block_action .wrap .actionboxes { width: 100%; order: 2;}
		.block_action .bonusoffer { margin-top: 20px; padding: 20px;}
		.block_action .bonusoffer h3 { font-size: 18px;}
		.block_action .bonusoffer .btn { font-size: 16px !important; padding: 10px !important; }
	}

/* Feed */

.block_feed { position: relative; background: #f3f3f3; padding: 50px 0;}
	.block_feed h2.title span { background: #f3f3f3;}
	.block_feed .feed { padding: 40px 15px;}
	.block_feed .feed h3 { color: #333; text-transform: none; font-size: 16px; line-height: 1.3em;}
	.block_feed .feed .text { padding: 5px 0 10px 0;}
	.block_feed .feed .more { color: #3896d9; font-family: 'GothamBold', sans-serif; display: inline-block;}
	.block_feed .subtitle { color: #333;}
	.block_feed .more_btn { padding: 30px 0 0 0; text-align: center;}
	
	@media (max-width: 767px) {
		.block_feed .feed { padding: 20px 0;}
	}

/* Custom */

/*.page-id-5258 #section_2 { padding: 40px 0 0 0;}
.page-id-5258 #section_2 .column_text p { margin-bottom: 0 !important;}*/
.page-id-5258 #section_2 .block_textarea.has_color .shortcode-quote { margin: 0 !important;}
.page-id-5258 #section_2 .block_textarea.has_color .shortcode-quote i {}

/************************************/
/************* END CSS! *************/