/*
Theme Name: Bookoccino
Version: 1.0
Description: Custom website for Bookoccino
Author: Intervision Design
Author URI: http://www.intervision.com.au
*/





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

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

@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;
}


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

body {
	background: #fff;
	color: #000;
	font-family: 'GothamBook', sans-serif;
	font-size: 15px;
	font-weight: 300;
}
a {
	color:#000;
	font-weight: 400;
}
a:hover,
a:active {
	color:#000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'GothamBook', sans-serif;
}

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

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

/* Colors
	#000 = Blue
	#F1F1F1 = Tan
	#000000 = Dark Blue
*/

/* Buttons */

.btn { display: inline-block; position: relative; padding: 12px 50px; letter-spacing: 0.06em; font-family: 'GothamMedium', sans-serif; font-size: 16px; text-transform: uppercase; line-height: 1em; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; text-align: center; border: 2px solid; overflow: visible;}
.btn.center { margin: 0 auto;}
.btn.full { display: block;}

.btn.btn_color { color: #fff; background: #000; border-color: #000;}
.btn.btn_white { color: #fff; background: none; border-color: #fff;}
.btn.btn_dark { color: #fff; background: #000000; border-color: #000000;}

.btn.btn_color:hover { color: #fff; background: #000;}
.btn.btn_white:hover { color: #000; background: #fff;}
.btn.btn_dark:hover { color: #fff; background: #000;}

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

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

/* Header */

#header { position: relative; background: #111; z-index: 991;}

	.header_top { position: relative; min-height: 100px;}
	#logo { margin: 20px 0; position: relative;}
	.gap { height: 80px;}
	
	#header .social { text-align: right; margin-top: 25px;}
	#header .social li span { border-color: #fff; color: #fff; background: none;}
	#header .social li span:hover { color: #000; background: #fff;}
	#header .social li span.phone_nummber { width: auto; padding-left: 20px; padding-right: 20px; line-height: 1em; color: #000; background: #fff; padding-top: 10px; font-size: 16px;}
	#header .social li span.phone_nummber:hover { border-color: #fff; color: #000; background: #fff;}
	
	#menu { position: relative; background: #fff;}
	
	/* Mobile Button */
	
	.menu-button { width: 40px; height: 40px; padding: 10px 0 0 0; background: #fff; text-align: center; font-size: 16px; text-transform: uppercase; cursor: pointer; display: block; position: absolute; top: 20px; right: 30px; z-index: 9999;}
	.menu-button.active { background: #fff;}
	
	.menu-button:before, .menu-button:after { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.menu-button:before { content: ''; display: block; width: 20px; height: 8px; border-bottom: 2px solid #000; border-top: 2px solid #000; 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 #000; 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;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
	.menu-button.active:after { width: 28px; margin: -1px 0 0 -14px; border-color: #000;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        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-size: 14px; line-height: 1em;}

/* Home */

#slideshow { position: relative; width: 100%; height: 600px; background: #000; border-bottom: 10px solid #000;}
	#slideshow .cycle-slideshow { height: 100%;}
	#slideshow .slide { width: 100%; height: 100%; background: no-repeat center center;
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;}
	#slideshow .overlay { display: none; position: absolute; width: 100%; height: 270px; bottom: 0; left: 0; background: url(_assets/img/fade.png) repeat-x center bottom; z-index: 1;}
	.slide .caption { position: absolute; bottom: 40px; left: 0; width: 100%; z-index: 9998;}
	.slide .caption .inner { position: relative; padding: 0 40px; color: #fff; min-height: 120px;
		text-shadow: 0px 2px 10px rgba(0,0,0,0.5) !important;
		display: flex;
		flex-direction: row;
	    flex-wrap: wrap;
	    /*justify-content: center;*/
	    align-items: center;
	}
	.slide .caption .inner.first { justify-content: flex-end; border-right: 2px solid #fff; text-align: right;}
	.slide .caption .inner.last { justify-content: flex-start;}
	.slide .caption .inner h2 { font-size: 48px; line-height: 1.2em; color: #fff;}
	.slide .caption .inner .btn { background: #fff; color: #000; text-shadow: none;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,0.5);
	-ms-box-shadow: 0 2px 10px rgba(0,0,0,0.5);
	box-shadow: 0 2px 10px rgba(0,0,0,0.5);
	}
	.slide .caption .inner .btn:hover { text-shadow: 0px 1px 5px #fff !important;}

#intro_block { position: relative; background: #fff; padding: 30px 0; overflow: hidden;}
	
	.intro_txt { position: relative; margin: 20px; padding: 30px 30px 30px 60px; min-height: 400px; background: #F1F1F1;
		display: flex;
		flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: flex-start;
	    align-items: center;
	}
	.intro_txt:after { content: ''; display: block; position: absolute; top: 0; left: 0; background: #F1F1F1; width: 2000px; height: 100%; margin-left: 99%; z-index: 1;}
	.intro_txt .text h2 { font-size: 24px;}

	.promo_item { position: relative; margin: 20px; height: 400px; background: #000000 no-repeat center center;
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;
		display: flex;
		flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: center;
	    align-items: center;
	}
	.promo_item span { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); border: 10px solid #000; opacity: 0.4; z-index: 1; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.promo_item:hover span { border-color: #000; background: rgba(0,0,0,0.7); opacity: 0.9;}
	.promo_item h3 { position: relative; z-index: 9; text-align: center; display: block; font-size: 30px; color: #fff; padding: 20px 30px; text-shadow: 0px 3px 8px rgba(0,0,0,0.7); font-family: 'GothamMedium', sans-serif;}
	.promo_item h3:before,
	.promo_item h3:after { content: ''; display: block; margin: 0 auto; width: 70px; height: 3px; background: #fff;
		-webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.5);
		-ms-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.5);
	}
	.promo_item h3:before { margin-bottom: 20px;}
	.promo_item h3:after { margin-top: 20px;}

#prod_block { position: relative; padding: 40px 0; background: #F1F1F1; text-align: center;}
	#prod_block h3 { font-size: 20px; padding-bottom: 15px;}
	#prod_block .book { margin: 15px; position: relative;
		-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
		-ms-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
	}
	#prod_block .book span { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; z-index: 9; opacity: 0; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	#prod_block .book:hover span { opacity: 0.3;}
	
	.clearbook { margin: 15px; position: relative;}
	.clearbook img { width: 100%; height: auto;}
	.clearbook .btn { display: block; position: absolute; top: 50%; left: 0; width: 100%; margin-top: -20px; font-size: 10px;}
	
	#prod_slider .prod_item { /*max-width: 200px;*/ padding: 5px 5px 15px 5px;}

#insta_block { position: relative; padding: 40px 0; background: #fff; text-align: center;}
	#insta_block h3 { font-size: 20px; padding-bottom: 15px;}

/* Pages */
	
#cover { position: relative; background: #000000 no-repeat center center; height: 350px; border-bottom: 10px solid #000;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;}

#content { padding: 40px 0; background: #fff; position: relative;}
	h1.pagetitle { font-size: 42px; color: #000; text-align: center;}
	h1.pagetitle:after { content: ''; display: block; margin: 10px auto 50px auto; width: 80px; height: 3px; background: #000;}

	#content.childs .promo_item { height: 300px;}

/* Promo Boxes */

.side_widget { margin-bottom: 30px;}

	.side_widget .promo_item { position: relative; margin: 0; height: 200px;}
	.side_widget .promo_item h3 { font-size: 24px;}
	
	.side_widget .widg_txt { position: relative; background: #F1F1F1; padding: 30px;}
	.side_widget .widg_txt h3 { color: #000; padding-bottom: 20px; font-size: 20px;}
	.side_widget .widg_txt .text { color: #000;}

.bottom_sidebar { position: relative; padding: 30px 0;
	background: #F1F1F1;
	background: -moz-linear-gradient(top, #F1F1F1 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #F1F1F1 0%,#ffffff 100%);
	background: linear-gradient(to bottom, #F1F1F1 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F1F1F1', endColorstr='#ffffff',GradientType=0 );
}
	.bottom_sidebar .side_widget { margin: 20px;}
	.bottom_sidebar .side_widget .widg_txt { background: #fff; min-height: 200px;}

/* Posts */

.blog_posts {}

.the_post { position: relative; display: block; margin: 0 0 40px 0;}
	.the_post .preview { position: relative; background: #000; margin: 0 20px 0 10px;
		-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
		-ms-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
	}
	.the_post .preview img { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.the_post .preview:hover img { opacity: 0.5;}
	.the_post .no_img {}
	.the_post .details { padding: 0 0 0 30px;}
	.the_post h3 { font-size: 20px; color: #000; text-transform: none;}
	.the_post .text { padding-bottom: 20px;}
	.the_post .btn { padding: 10px 20px; font-size: 14px; text-transform: none;}
	.the_post .meta { padding: 10px 0; font-size: 11px; color: #999; font-style: italic; font-family: 'GothamMedium', sans-serif;}
	.the_post .meta a { display: inline-block; color: #999;}
	.the_post .meta a:hover { text-decoration: underline;}
	.the_post .meta i { display: inline-block; padding: 0 5px 0 0; color: #ccc;}
	.the_post .meta span { display: inline-block; width: 15px;}

.post_single {}
	.singletitle { font-size: 30px; color: #000; text-transform: none;}
	.post-social { margin: 30px 0; display: block; position: relative; z-index: 9;}
	.post-social li { display: inline-block; position: relative; margin: 0 10px 0 0;}
	.post-social li a { display: block; font-size: 14px; border: 2px solid #000; font-family: 'GothamMedium', sans-serif; color: #000; padding: 7px 10px; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.post-social li a i { display: inline-block; padding-right: 10px;}
	.post-social li a:hover {
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	}
	
	.post-social li.fb a { border-color: #285d93; color: #285d93;}
	.post-social li.tw a { border-color: #1eb5de; color: #1eb5de;}
	.post-social li.pi a { border-color: #c9232d; color: #c9232d;}
	.post-social li.gp a { border-color: #ee4240; color: #ee4240;}
	.post-social li.li a { border-color: #2588bb; color: #2588bb;}
	
	.post-social li.fb a:hover { background: #285d93; color: #fff;}
	.post-social li.tw a:hover { background: #1eb5de; color: #fff;}
	.post-social li.pi a:hover { background: #c9232d; color: #fff;}
	.post-social li.gp a:hover { background: #ee4240; color: #fff;}
	.post-social li.li a:hover { background: #2588bb; color: #fff;}
	
	.post_single .meta { padding: 20px 0; font-size: 12px; color: #999; font-style: italic; font-family: 'GothamMedium', sans-serif;}
	.post_single .meta a { display: inline-block; color: #999;}
	.post_single .meta a:hover { text-decoration: underline;}
	.post_single .meta i { display: inline-block; padding: 0 5px 0 0; color: #ccc;}
	.post_single .meta span { display: inline-block; width: 15px;}

.search_res { text-align: center; padding-bottom: 50px;}

/* Next / Prev */

.post_nav_item { position: relative; margin: 30px 0; padding: 0 20px 0 140px; text-align: left; z-index: 99; background: #F1F1F1;}
	.post_nav_item.left { float: none; margin-right: 15px;}
	.post_nav_item.right { float: none; margin-left: 15px;}
	.post_nav_item * { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.post_nav_item .preview { width: 120px; height: 120px; position: absolute; top: 0; left: 0; z-index: 3; background: #000; overflow: hidden;}
	.post_nav_item .preview img { position: relative; z-index: 9;}
	.post_nav_item:hover .preview img { opacity: 0.7;}
	.post_nav_item .details { min-height: 120px; color: #000;
		display: flex;
		flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: flex-start;
	    align-items: center;
	}
	.post_nav_item h3 { font-size: 15px; text-transform: none;}

.post_nav { padding: 30px 0;}
	.post_nav h6 {}
	.post_nav h6.left { margin-right: 20px;}
	.post_nav h6.right { margin-left: 20px;}
	.post_nav h6 a { display: block; padding: 15px 20px; font-size: 18px; background: #F1F1F1; color: #000; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; text-align: center;}
	.post_nav h6 a:hover { background: #E0DBD7;}

/* Sidebar */

#sidebar { padding: 0 0 0 50px;}
#sidebar_alt { padding: 0;}

/* Widgets */

.widget { position: relative; background: #F1F1F1; padding: 30px 0 25px 0; margin-bottom: 30px;}
	.widget h3 { font-size: 20px; padding: 0 30px 15px 30px; color: #000;}
	.widget ul li { position: relative;}
	.widget ul ul li { margin-left: 10px;}
	.widget ul li a { font-size: 15px; color: #000000; padding: 0 30px; margin: 7px 0; display: block; position: relative; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; border-left: 2px solid #F1F1F1;}
	.widget ul li a:hover,
	.widget ul li.current-menu-item a { color: #000; border-color: #000;}
	.widget .textwidget { padding: 0 30px;}
	#searchform { position: relative; margin: 0 30px;}
	#searchform input[type="text"] { display: block; width: 100%;}
	#searchform .searchsubmit { position: absolute; top: 5px; right: 5px; border: none ; background: none; width: 30px; height: 30px ; margin: 0; font-size: 18px; line-height: 1em; display: block; cursor:pointer; color: #000;}
	#searchform .searchsubmit:hover { /*color: #ff8a55;*/}

/* Footer */

#footer { background: #1a1a1a; color: #F1F1F1; position: relative; font-size: 14px;}
	
	#footer .details,
	#footer .newsletter { position: relative; z-index: 9;}
	#footer .overlay { position: absolute; top: 0; left: 50%; width: 50%; height: 100%; background: #111; z-index: 1;}
	
	#footer .details { padding: 40px;}
	#footer .newsletter { padding: 40px 35px;}
	
	.social_block { display: block; position: relative; z-index: 9;}
	.social { text-align: left;}
	.social li { display: inline-block; margin: 5px; vertical-align: top;}
	.social li span { position: relative; display: block; width: 40px; height: 40px; color: #000; border: 2px solid #fff; text-align: center; padding-top: 10px; line-height: 1em; font-size: 18px; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; background: #fff;}
	.social li span:hover { /*border-color: #fff; color: #000; background: none;*/ background: #ccc; border-color: #ccc;}
	
	#footer .address { display: block; padding: 20px 0; position: relative; z-index: 9;}
	#footer .address a { color: #fff;}
	#footer .hours { max-width: 400px;}
	
	.footer_menu { text-align: center; position: relative; background: #000000;}
	.footer_menu ul {}
	.footer_menu ul li { display: inline-block; position: relative;}
	.footer_menu ul li a { color: #fff; display: block; padding: 10px 15px; font-size: 12px; text-transform: uppercase;}
	.footer_menu ul ul { display: none;}
	
	.newsletter {}
	.newsletter h3 { padding: 0 0 20px 8px;}
	.newsletter .item { padding: 3px 8px; position: relative;}
	.newsletter input[type="email"],
	.newsletter input[type="text"] { background: #000; border-color: #000; padding: 15px; color: #fff !important;}
	.newsletter input[type="email"]:focus,
	.newsletter input[type="text"]:focus { background: #000; border-color: #666; color: #fff !important;}
	.newsletter input[type="submit"] { padding: 15px 30px; background: #fff; color: #000}
	.newsletter input[type="submit"]:hover { background: #ccc; color: #000;}
	
	.copyright { font-size: 10px; color: #ccc; padding: 20px 0 0 10px; position: relative; z-index: 9;}
	.copyright a { color: #ccc;}
	.copyright a:hover { color: #fff;}

/* Popup */

#pop_banner { position: relative; z-index: 9999;}
#pop_banner a { position: relative; display: block;}

/* Gallery SHortcode */

.block_gallery { padding: 20px 0;}
.block_gallery .items { position: relative;}
.block_gallery .items span { position: absolute; bottom: 0; left: 0; width: 100%; background: rgba(0,0,0,0.5); color: #fff; font-size: 16px; text-align: center; padding: 15px 0; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; opacity: 0;}
.block_gallery .items:hover span { opacity: 1;}

/* Search Popup */

#search_popup { position: absolute; z-index: 9999; top: 0; left: 0; width: 100%; height: 100%; background: rgba(31,33,35,0.9); display: none;}
	.popup_inner { position: fixed; top: 50%; left: 50%; margin: -70px 0 0 -250px; width: 500px;}
	.popup_inner #searchform input { padding: 15px 25px !important; font-size: 24px !important;}
	.popup_inner #searchform i {}
	.popup_inner #searchform .searchsubmit { position: absolute; top: 5px; right: 5px; border: none ; background: none; width: 55px; height: 55px ; margin: 0; font-size: 24px; line-height: 1em; display: block; cursor:pointer; color: #000;}
	.popup_inner h4 { text-align: center; font-size: 36px; padding: 0 20px 20px 20px; color: #fff;}
	.search_close { position: absolute; top: 0; right: 0; width: 41px; height: 41px; line-height: 31px; cursor: pointer; background: #000;}
	.search_close:before { content: ''; display: block; position: absolute; top: 50%; left: 50%; width: 31px; height: 1px; margin: 0 0 0 -15px; background: #fff;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
	.search_close:after {content: ''; display: block; position: absolute; top: 50%; left: 50%; width: 31px; height: 1px; margin: 0 0 0 -15px; background: #fff;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	}

/* SlideShow Blocks */

.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-slideshow img { position: absolute; top: 0; left: 0; width: 100%; padding: 0; display: block;}
.cycle-slideshow img:first-child {position: static; z-index: 100;}*/
.cycle-pager > * { cursor: pointer;}
.cycle-pager { position: absolute; width: 300px; margin-right: -550px; text-align: right; bottom: 10px; right: 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;  opacity: 0.1;}
.cycle-pager span.cycle-pager-active { opacity: 0.5;}
.cycle-prev, .cycle-next { position: absolute; top: 50%; margin-top: -20px; width: 40px; height: 40px; background: #fff; z-index: 999; opacity: 0; cursor: pointer; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; z-index: 999;
	-webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.cycle-prev { left: 5px;}
.cycle-next { right: 5px;}
.cycle-prev i, .cycle-next i { display: block; color: #000; font-size: 24px; text-align: center; line-height: 1em;}
.cycle-slideshow:hover .cycle-prev, .cycle-slideshow:hover .cycle-next { opacity: 1;}

/************************************/
/************** MENUS ***************/

#menu { position: relative; display: block; z-index: 99999;}
#menu .menu-main-container { position: relative; max-width: 1100px; margin: 0 auto;}
#menu ul { text-align: left;}
#menu ul li { position: relative; display: inline-block;}
#menu ul li a { display: block; position: relative; font-size: 14px; line-height: 1em; padding: 15px 0; margin: 0 15px; letter-spacing: 0.06em; font-family: 'GothamMedium', sans-serif; color: #666; text-transform: uppercase; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; border-top: 2px solid #fff;}
#menu ul li a:hover {}
#menu ul li.current-menu-item a,
#menu ul li.current-menu-parent a,
#menu ul li.current-page-ancestor a { color: #999; border-top: 2px solid #666;}

#menu ul li.action a { padding: 10px 20px; margin-left: 10px; border: 2px solid #000; color: #fff !important;}

/* Level 1 */
#menu ul ul:before { content: ''; position: absolute; left: 50%; top: -7px; margin-left: -7px; width: 0px; height: 0px; border-style: solid; border-width: 0 7px 7px 7px; border-color: transparent transparent #000 transparent;}
#menu ul ul { display: none; position: absolute; left: 50%; top: 46px; margin-left: -100px; background: #000; width: 200px; z-index: 9999; text-align: center; padding: 15px 0;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
#menu ul ul li { width: 200px; display: block; margin: 0;}
#menu ul ul li a, #menu ul li.current-menu-item li a { display: block; padding: 10px 20px; color: #fff; font-size: 14px; margin: 0; border: none; background: none; }
#menu ul ul li a:hover, #menu ul li.current-menu-item ul a, #menu ul li.current-menu-parent ul a, #menu ul ul li.current-menu-item a, #menu ul ul li.current-menu-parent a { background: none; border: none; color: #fff !important;}
#menu ul ul li a:hover, #menu ul ul li.current-menu-item a { color: #000; }
/* level 2 */
#menu ul ul ul:before { left: -5px; top: 19px; margin-left: -2px; border-width: 7px 7px 7px 0; border-color: transparent #000 transparent transparent;}
#menu ul ul ul { left:200px; margin-left:0; top: -10px; padding: 10px 0; border-top: none; border-left: 2px solid #000; background: #000;
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* mobile menu */

.mobile_sidebar { background: #111; padding: 30px;
	-webkit-box-shadow: inset 10px 1px 28px 0px #000;
	-moz-box-shadow: inset 10px 1px 28px 0px #000;
	-ms-box-shadow: inset 10px 1px 28px 0px #000;
	box-shadow: inset 10px 1px 28px 0px #000;
}
	.mobile_sidebar #searchform {}
	.mobile_sidebar #searchform input { background: #000; border: none !important;}
	.mobile_sidebar #searchform i { color: #999;}
	
	.mobile_sidebar .mobile_menu { padding: 30px 0;}
	.mobile_sidebar .menu {}
	.mobile_sidebar .menu li { display: block; text-align: center;}
	.mobile_sidebar .menu li a { display: block; padding: 7px 0; font-size: 16px; text-transform: uppercase; color: #fff;}
	.mobile_sidebar .menu ul li {}
	.mobile_sidebar .menu ul li a { padding: 7px 20px; color: #999; font-family: 'GothamMedium', sans-serif;}
	.mobile_sidebar .menu ul li.current-menu-item a,
	.mobile_sidebar .menu ul li.current-menu-parent a,
	.mobile_sidebar .menu ul li.current-page-ancestor a { color: #fff;}
	
	.mobile_sidebar .social { text-align: center;}
	.mobile_sidebar .social li { margin: 5px;}
	.mobile_sidebar .social li span { width: 40px; height: 40px;}
	
	.mobile_sidebar .address { padding: 20px 0; text-align: center; color: #999;}
	.mobile_sidebar .hours { font-size: 12px; text-align: center; color: #999;}
	.mobile_sidebar .address a,
	.mobile_sidebar .hours a { color: #fff;}
	.mobile_sidebar .copyright { text-align: center;}

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

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

@media (min-width: 1020px) and (max-width: 1099px) {
	
	.container { width: 960px;}
		
}

/* GRIDS TABLET */
@media (min-width: 768px) and (max-width: 1099px) {
	
	.container { width: 768px; padding: 0 30px;}
	.cycle-pager { width: 300px; margin-right: -330px;}
	
	.btn { padding: 12px 10px; display: block; width: 100%;}
	
	#header { position: fixed; top: 0; left: 0; width: 100%; z-index: 9998; background: #111;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 0 20px rgba(0,0,0,0.1);
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	}
	.header_top { min-height: 80px;}
	#logo { margin: 10px 0;}
	
	/* Home */
	
	#slideshow { height: 400px;}
	.slide .caption .inner { padding: 0 30px; min-height: 120px;}
	.slide .caption .inner h2 { font-size: 30px;}
	
	.intro_txt { padding: 40px; min-height: 200px;}
	.promo_item { height: 250px;}
	.promo_item h3 { font-size: 24px;}
	
	/* Pages */
	
	#cover { height: 200px;}
	h1.pagetitle { font-size: 36px;}
	#sidebar { padding: 0 0 0 30px;}
	
	.the_post .preview { margin: 0;}
	.the_post .details { padding: 0 0 0 30px;}
	.the_post h3 { font-size: 20px;}
	.the_post .text { padding-bottom: 20px;}
	.the_post .meta { font-size: 10px;}
	
	.post-social { text-align: center;}
	.post-social li a { width: 40px; text-align: center;}
	.post-social li a i { padding-right: 0;}
	.post-social li a span { display: none;}
	
	.post_nav_item { margin: 15px 0; padding: 0 20px 0 140px;}
	.post_nav_item.left { margin-right: 0;}
	.post_nav_item.right { margin-left: 0;}

}

/* GRIDS MOBILE */
@media (max-width: 767px) {
	
	.container { width: 100%; padding: 0 30px;}
	.cycle-pager { width: 300px; right: 10px; margin-right: 0; bottom: 10px;}
	.popup_inner { width: 300px; margin-left: -150px;}
	
	#header { position: fixed; top: 0; left: 0; width: 100%; z-index: 9998; background: #111;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 0 20px rgba(0,0,0,0.1);
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	}
	.header_top { min-height: 80px;}
	.btn { padding: 12px 10px; display: block; width: 100%;}
	#logo { margin: 15px 0;}
	#logo img { max-height: 50px;}
	
	/* Home */
	
	#slideshow { height: 200px;}
	#slideshow .overlay { position: absolute; width: 100%; height: 270px; bottom: 0; left: 0; background: url(_assets/img/fade.png) repeat-x center bottom; z-index: 1;}
	.slide .caption { bottom: 20px;}
	.slide .caption .inner { padding: 0; min-height: 20px; display: block; }
	.slide .caption .inner.first { justify-content: center; border-right: none; text-align: center;}
	.slide .caption .inner.last { justify-content: center;}
	.slide .caption .inner h2 { font-size: 20px; padding-bottom: 15px;}
	.slide .caption .inner .btn { padding: 10px; font-size: 12px;}
	.slide .caption .inner .btn:hover {}

	#intro_block { padding: 20px 0;}
	
	.intro_txt { margin: 15px 0; padding: 30px; min-height: 200px;}

	.promo_item { margin: 15px 0; height: 200px;}
	.promo_item h3 { font-size: 24px;}
	.promo_item h3:before,
	.promo_item h3:after { width: 50px; height: 2px;}
	.promo_item h3:before { margin-bottom: 20px;}
	.promo_item h3:after { margin-top: 20px;}
	
	#prod_block h3,
	#insta_block h3 { font-size: 18px;}
	#prod_block .book,
	.clearbook { margin: 10px;}
	
	/* Pages */
	
	#cover { height: 150px;}

	#content { padding: 40px 0;}
	h1.pagetitle { font-size: 30px;}
	#sidebar { padding: 30px 0 0 0;}
	
	.the_post { margin: 0 0 40px 0;}
	.the_post .preview { margin: 0;}
	.the_post .details { padding: 0 0 0 20px;}
	.the_post h3 { font-size: 20px;}
	.the_post .text { padding-bottom: 20px;}
	.the_post .btn { padding: 10px 20px; font-size: 14px; text-transform: none;}
	.the_post .meta { font-size: 10px;}
	
	.post-social { text-align: center;}
	.post-social li a { width: 40px; text-align: center;}
	.post-social li a i { padding-right: 0;}
	.post-social li a span { display: none;}
	
	.post_nav_item { margin: 15px 0; padding: 0 20px 0 140px;}
	.post_nav_item.left { margin-right: 0;}
	.post_nav_item.right { margin-left: 0;}
	
	/* Footer */
	
	#footer { background: #111; border-top: 5px solid #000;}
	#footer .newsletter { padding: 30px 0;}
	.newsletter h3 { font-size: 16px; padding: 0 5px;}
	.newsletter .item { padding: 0 5px;}
	.newsletter input[type="email"],
	.newsletter input[type="text"] { padding: 10px;}
	.newsletter input[type="submit"] { padding: 10px 20px;}
	
}

/************************************/
/************** 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 #D0D4D7;
	color: #000;
	font-size: 14px ;
	padding: 12px !important;
	font-family: 'GothamBook', sans-serif;
	font-weight: 400;
}

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: #000;
	color: #000;
	outline: none !important;
	-webkit-box-shadow: 0 0 3px #000;
	-moz-box-shadow: 0 0 3px #000;
	-ms-box-shadow: 0 0 3px #000;
	box-shadow: 0 0 3px #000;
}

input[type="button"],
input[type="submit"] {
	border: none !important;
	background: #000;
	color: #fff;
	font-size: 14px;
	padding: 12px 20px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	line-height: 1em;
	font-family: 'GothamMedium', sans-serif;
}

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

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

.gfield select { font-size: 18px !important; }
.gform_wrapper { margin: 0 !important;}
.gform_wrapper br { display: none !important;}
.gfield_label { font-size: 13px !important; padding: 0; font-weight: 400 !important;}
.gfield_checkbox li { margin: 0 !important; font-size: 12px !important;}
.gfield_html ol { font-size: 12px !important;}
.gfield_html ol li { margin: 0 !important;}
.gform_title { font-weight: normal !important;}

/* 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:20px;}
.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-bottom: 20px;
	color: #000;
}
.text dt, .text strong, .text b { font-weight: 700; }

/* PAGE NAVIGATION */
.page_navigation { border: none; padding: 0;}
.page_navigation ul li a { border-color: #ddd;}
.page_navigation ul li a { background: #f9f9f9; color: #4b4b50;}
.page_navigation ul li a:hover { background: #f1f1f1;}
.page_navigation ul li a.current { color: #fff; background: #000; border: 1px solid #000;}

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

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

/* Icons */

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

/* Buttons */

.shortcode-button { }
.shortcode-button.default { background: #000 !important;}
.shortcode-button.custom { background: #000 !important;}

/* Alerts */

.shortcode-alert.custom { background: #000 !important; color: #fff;}
.shortcode-alert.light-grey { background: #fff !important;}
.shortcode-alert.light-grey a,
/*.shortcode-alert.white a { color: #000 !important;}*/
.shortcode-alert.white a.shortcode-button.custom { color: #fff !important;}
.shortcode-alert.custom a.shortcode-button.white { color: #000 !important;
-webkit-box-shadow:inset 0 0 0 2px #fff;
   -moz-box-shadow:inset 0 0 0 2px #fff;
	-ms-box-shadow:inset 0 0 0 2px #fff;
	    box-shadow:inset 0 0 0 2px #fff;
}
.shortcode-alert.custom a.shortcode-button.white:hover { color: #fff !important; background: #000 !important;
-webkit-box-shadow:inset 0 0 0 2px #fff;
   -moz-box-shadow:inset 0 0 0 2px #fff;
	-ms-box-shadow:inset 0 0 0 2px #fff;
	    box-shadow:inset 0 0 0 2px #fff;
}

.shortcode-alert.white {
-webkit-box-shadow:inset 0 0 0 3px #000;
   -moz-box-shadow:inset 0 0 0 3px #000;
	-ms-box-shadow:inset 0 0 0 3px #000;
	    box-shadow:inset 0 0 0 3px #000;
}

.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: #000 !important;}

/* Video */

/* Fancybox */

.fancybox-close { background-color: #000 !important;}
.fancybox-close:before { background: #fff;}
.fancybox-close:after { background: #fff;}

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