/*
	Theme Name: Better Outcomes Now
	Theme URI: http://html5blank.com
	Description: BON Wordpress Theme Developed @ THAT Agency.
	Version: 1.4.3
	Author: THAT Agency (@thatagency)
	Author URI: http://thatagency.com

*/

/*------------------------------------*\
    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:#000;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color: #0B2CA7;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Trenda';
	font-weight: bold;
}

p {
	font-family: 'Trenda';
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1.75;
}

ul {
	font-family: 'Trenda';
	padding-left: 20px;
	margin-top: 25px;
	margin-bottom: 25px;
}

ul li {
	font-size: 16px;
	margin-bottom: 10px;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox] {
	margin-right: 10px !important;
  margin-bottom: 7.6px !important;
}
.headerMin{
	margin:.5%;
}
.bottomButtons{
	margin-top: -105px !important;
    padding-bottom: 2%;
    text-align: center;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.wrapper {

}

.wrapper.grey {
	background: linear-gradient(180deg, #5064F4 0%, #092CA1 100%);
	padding: 50px 0 50px 0;
	color: #FFFFFF;
	font-family: 'Trenda';
}

/*------------------------------------*\
    TEAM MEMBERS
\*------------------------------------*/
.bio-item {
	margin: 25px 0 50px 0;
}

.bio-item p {
	font-size: 14px;
}

.bio-item h3 {
	font-size: 20px;
}

.bio-item img {
	margin-bottom: 25px;
}

h3 {
	font-size: 24px;
}

h2 {
	font-size: 28px;
}

.validation_success {
	color: #3c763d !important;
    border-top: 2px solid #3c763d !important;
    border-bottom: 2px solid #3c763d !important;
	background-color: #dff0d8 !important;
}

/*------------------------------------*\
    CLIENT LOGOS
\*------------------------------------*/
.client-logo {
	margin: 25px;
	max-width: 200px;
	vertical-align: -webkit-baseline-middle;
}
/*------------------------------------*\
    TOOLBAR
\*------------------------------------*/

.wrapper.above-header {
	color: #0B2CA7;
	margin: 10px 0;
}

.phone {
	font-size: 16px;
	font-weight: bold;
	font-family: 'Trenda';
}

.phone:hover {
	text-decoration: none;
}

.top-social-icons a {
	margin-right: 10px;
}

.top-social-icons:last-child {
	margin-right: 0;
}

ol {
	font-size: 15px;
}

/*------------------------------------*\
    SLIDER
\*------------------------------------*/
.wrapper.navigation {
	max-height: 800px;
	height: 800px;
  	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: background-image 0.5s linear;
	transition: background-image 0.5s linear;
	position: relative;
	z-index:500;
}

.wrapper.navigation.small {
	max-height: 400px;
	height: 400px;
	background-color: #CCC;
}

.wrapper.navigation-mobile {
	background-color: rgba(255, 255, 255, 0.3);
}

.wrapper.navigation-mobile.sticky {
	background-color: rgba(255, 255, 255, 1) !important;
	z-index: 100000000;
}

.wrapper.navigation-mobile.sticky nav {
	background-color: #eeeded;
	padding-right: 25px;
	padding-left: 25px;
}

.wrapper.navigation-mobile.sticky nav li a {
	color: #0B2CA7;
}

.wrapper.navigation-mobile.sticky nav .btn-outline-login {
    border-color: #0B2CA7;
    color: #0B2CA7;	
}

.wrapper.navigation-mobile.sticky nav .btn-outline-login:hover {
	color: #FFF;
	border-color: #0B2CA7;
}

@media only screen and (max-width: 991px) {
	.wrapper.navigation-mobile.sticky nav .btn-outline-login:hover {
		color: #7f7f7f;
	}
}
.wrapper.navigation hr {
	background-color: #FFFFFF;
	margin-top: 0;
}

.title-holder {
	position: relative;
	text-align: center;
	top: 50%;
	transform: translateY(-110%);
}

.title-layer {
	display: block;
	padding: 30px 20px;
	background-color: rgba(255,255,255,0.4);
	color: #FFF;
}

.title-layer h1 {
	font-size: 42px;
	text-transform: uppercase;
	font-family: 'Trenda';
	font-weight: bold;
}

.slider-holder {
	position: relative;
	bottom: -160px;
}

.slider-holder h1 {
	font-weight: bold;
	color: #FFFFFF;
	font-family: 'Trenda';
	font-size: 42px;
	margin-bottom:5%;
}

.slider-actions {
	/*margin-top: 50px;*/
	font-size: 18px;
    color: #ffffff;
    position:relative;
    z-index:500;
}



.slider-actions.bottomButtons {
    z-index:600;
	 margin-top: 35px !important;
}

/* .slider-actions a:first-child {
	margin-right: 15px;
} */

.slider-actions a {
	-webkit-transition: 0.3 ease;
	transition: 0.3s ease;
	margin-right: 15px;
}

.slider-actions a:hover {
	text-decoration: none;
}

.slider-actions .primary {
	color: #FFFFFF;
	text-transform: uppercase;
	background: linear-gradient(180deg, #5064F4 0%, #092CA1 100%);
	border: 1px solid #0B2CA7;
	border-radius: 8px;
	font-size: 18px;
	padding: 10px 20px;
	font-family: 'Trenda';
	font-weight: bold;
	transition: 0.5s ease;
}

.slider-actions .primary:hover {
  background: linear-gradient(90deg, #5064F4 0%, #092CA1 100%);
}

.slider-actions .secondary {
	color: #FFFFFF;
	text-transform: uppercase;
	background: transparent;
	border: 2px solid #FFFFFF;
	border-radius: 8px;
	font-size: 14px;
	padding: 5px 15px;
	font-family: 'Trenda';
	font-weight: bold;
}

.slider-actions .text {
	margin-top: 50px;
    font-size: 18px;
    color: #ffffff;
}

.slider-actions .secondary:hover {
	background: rgba(255, 255, 255, 0.5);
	color: #000000;
}

.slider-actions .text:hover {
	color: #0B2CA7;
}

.title-page {
	font-size: 3.5rem;
	margin-top: 50px;
	font-family: 'Trenda';
	font-weight: bold;
	text-transform: uppercase;
}

@media only screen and (max-width: 991px) {

	.wrapper.navigation {
		height: 600px;
	}
	.wrapper.white{
		padding:100px 0 !important;
	}
	.wrapper.navigation.small {
		height: 500px;
	}

	.slider-holder {
		position: absolute;
		bottom: 45px;
		
		right: 0;
    	left: 0;
	}

	.slider-holder h1 {
		font-size: 34px;
	}

	.slider-actions {
		margin-top: 30px;
	}

	.title-holder {
		margin: auto;
 		position: absolute;
 		top: 45%; left: 0; bottom: 0; right: 0;
		transform: none !important;
	}

}

@media only screen and (max-width: 768px) {
	
	.wrapper.navigation {
		height: 400px;
	}

	.wrapper.navigation.small {
		height: 300px;
	}

	.title-layer h1 {
		font-size: 24px;
	}

	.slider-holder {
		bottom: -38px;
	}

	.slider-holder h1 {
		font-size: 20px;
	}

	.slider-actions {
		margin-top: 25px;
	}

	.slider-actions .primary,
	.slider-actions .secondary,
	.slider-actions .text {
		font-size: 14px;
	}
}

@media only screen and (max-width: 425px) {
	.wrapper.white{
		padding:63px 0 !important;
	}
	.title-holder {
		top: 40%;
	}

	.wrapper.navigation hr {
		margin: 0;
	}

	.title-layer {
		margin: 0;
	}

	.title-layer h1 {
		font-size: 24px;
	}

	.slider-holder {
		margin-top: 75px;
	}

	.slider-holder h1 {
		font-size: 18px;
	}

	.slider-actions a {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}

/*	.slider-actions a:first-child {
		margin-bottom: 10px;
	} */

	.slider-actions .secondary {
		padding: 5px 15px;
	}
	
	.slider-actions .text {
		margin-top: 5px;
	}
}

@media only screen and (max-width: 320px) {
	.title-holder {
		top: 30%;
	}
}

/*------------------------------------*\
    NAVBAR
\*------------------------------------*/
.navbar-transparent {
	background-color: transparent;
}

.navbar-transparent ul {
	margin-bottom: 0;
	margin-top: 0;
}

.navbar-transparent ul li {
	margin-bottom: 0;
}

.navbar-transparent .navbar-toggler-icon {
  background-image: url('./img/menu.svg');
	font-size: 20px;
}

.navbar-toggler {
	padding: 2.5px 5px;
	border: 1px solid #7f7f7f;
	margin-top: 15px;
}

.navbar-transparent .navbar-brand {
	max-width: 250px;
}

.navbar-transparent .nav-item {
	margin-right: 25px;
}

.navbar-transparent .dropdown-item {
	padding: 0;
}

.navbar-transparent .dropdown-item:hover {
	background: none !important;
}

.navbar-transparent .dropdown-item.active,
.navbar-transparent .dropdown-item:active,
.navbar-transparent .dropdown-item:active a,
.navbar-transparent .dropdown-item.active a {
	background: none !important;
	color: #0B2CA7;
}

.navbar-transparent .nav-item .nav-link {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: 'Trenda';
	transition: 0.3s ease;
}

.show {
	display: block;
}

.navbar-transparent .nav-item:hover .nav-link {
	color: #0B2CA7;
}

.btn-outline-login {
	border: 1px solid #fff;
	border-radius: 8px;
	color: #fff;
	background-color: transparent;
	font-family: 'Trenda';
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
}

.btn-outline-login:hover {
	border-color: #0B2CA7;
	background: linear-gradient(180deg, #5064F4 0%, #092CA1 100%);
}


@media only screen and (max-width: 1200px) {
	.navbar-transparent .nav-item .nav-link {
		font-size: 12px;
	}
}

@media only screen and (max-width: 991px) {
	.wrapper.navigation {
		
		z-index: 600;
	}
	.wrapper.navigation-mobile {
		position: relative;
		z-index: 700;
	}

	.navbar-transparent {
		z-index: 5;
		background-color: #FFFFFF;
	}

	.navbar-transparent .navbar-brand {
		max-width: 200px;
	}

	.navbar-transparent .nav-item {
		margin: 0 0 10px 0;
	}

	.navbar-transparent .nav-item .nav-link {
		color: #0B2CA7;
		font-size: 14px;
	}

	.navbar-transparent .nav-item:hover .nav-link {
		color: #7f7f7f;
	}

	.btn-outline-login {
		border: 0;
		color: #0B2CA7;
		border-radius: 0;
		font-size: 14px;
		margin: 0px 0 10px 0 !important;
    padding: 7px 0;
	}

	.btn-outline-login:hover {
		border: none;
		color: #7f7f7f;
		background: none;
	}

	.wrapper.navigation-mobile {
		background-color: #FFF;
		border-top: 1px solid #7f7f7f;
		border-bottom: 1px solid #7f7f7f;
	}

	.wrapper.navigation hr {
		display: none;
	}
}
@media only screen and (max-width: 425px) {
	.navbar-transparent .navbar-brand {
		width: 150px;
	}

	.navbar-toggler {
		margin-top: 8px;
	}
}

/*------------------------------------*\
    DROPDOWN
\*------------------------------------*/
.dropdown-menu {
	padding: 0.8rem 10px;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Trenda';
}

.dropdown-menu li {
	margin-bottom: 10px !important;
	border-bottom: 1px solid #CCC;
}

.dropdown-menu li:last-child {
	margin-bottom: 0;
}

.dropdown-menu li a {
	font-weight: bold;
}

.dropdown-menu li:hover a {
	text-decoration: none;
}

/*------------------------------------*\
    FEATURE MODULE
\*------------------------------------*/
.wrapper.white {
	background-color: #FFF;
	padding: 40px 0;
	font-family: 'Trenda';
}

/* entire container, keeps perspective */
.flip-container {
	perspective: 1000px;
	transform-style: preserve-3d;
	display: inline-block;
	margin: 0 10px;
}
	/*  UPDATED! flip the pane when hovered */
	.flip-container:hover .back {
		z-index: 2;
		transform: rotateY(0deg);
		-webkit-transform: rotateY(0deg);
    	-ms-transform: rotateY(0deg);
    	-moz-transform: rotateY(0deg);
		transition: all 0.6s;
		-o-transition: all 0.6s;
    	-ms-transition: all 0.6s;
    	-moz-transition: all 0.6s;
    	-webkit-transition: all 0.6s;
	}
	.flip-container:hover .front {
		z-index: 1;
	    transform: rotateY(180deg);
		-webkit-transform: rotateY(180deg);
    	-ms-transform: rotateY(180deg);
    	-moz-transform: rotateY(180deg);
		transition: all 0.6s;
		-o-transition: all 0.6s;
    	-ms-transition: all 0.6s;
    	-moz-transition: all 0.6s;
    	-webkit-transition: all 0.6s;
	}

.flip-container, .front, .back {
	width: 250px;
	height: 350px;
}

/* flip speed goes here */
.flipper {
	transition: all 0.6s;
	-o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
	transition: all 0.6s;
	-o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
	transform-style: preserve-3d;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	display: table;
}

/*  UPDATED! front pane, placed above back */
.front {
	z-index: 2;
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
	background: #FFF;
}

.front div {
	display: table-cell;
  	vertical-align: middle;
}

.front div img {
	display: inline-block;
	max-width: 75px;
	margin-bottom: 25px;
}

.front div h3 {
	color: #000;
	text-align: center;
	display: block;
	font-size: 29px;
	font-weight: normal;
}

/* back, initially hidden pane */
.back {
	z-index: 1;
	transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
	background: linear-gradient(180deg, #5064F4 0%, #092CA1 100%);
	background: -moz-linear-gradient(180deg, #5064F4 0%, #092CA1 100%);
	background: -webkit-linear-gradient(180deg, #5064F4 0%, #092CA1 100%);
}

.back div {
	display: table-cell;
	vertical-align: middle;
}

.back div img {
	max-width: 40px;
	margin-top: 15px;
	visibility: visible;
	opacity: 1;
	margin-bottom: 15px;
}

.back div h3 {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.back div p {
	visibility: visible;
	z-index: 1;
	opacity: 1;
	padding: 10px 25px;
	font-size: 13px;
	color: #FFF;
}


/*------------------------------------*\
    ABOUT MODULE
\*------------------------------------*/
.grey h3 {
	font-size: 28px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 40px 0;
}

.grey p {
	font-size: 16px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 1.75;
}

.grey p:first-child {
	margin-bottom: 25px;
}

.grey .learn {
	margin-top: 15px;
	display: inline-block;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 17px;
}

/*------------------------------------*\
    RECENT POSTS
\*------------------------------------*/
.wrapper.recent-posts {
	padding: 75px 0;
	font-family: 'Trenda';
}

.recent-posts h3 {
	color: #000;
	font-size: 24px;
	font-family: 'Trenda';
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 50px;
}

.blog-item {
	margin: 10px 0;
	padding: 0 10px;
}

.blog-item .date,
span.date {
	color: #E07604;
	font-size: 14px;
	display: block;
	text-align: left;
	margin: 15px 0;
	font-weight: bold;
	font-family: 'Trenda';
}

.blog-item p,
span.date ~ p {
	font-size: 16px;
	color: #000;
}

.blog-item .read-more,
.readmore {
	color: #03268c;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	display: block;
}

/*------------------------------------*\
    CTA
\*------------------------------------*/
.wrapper.cta {
	background-color: #CCC;
	color: #FFFFFF;
	font-family: 'Trenda';
	min-height: 350px;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 75px 0 50px 0;
}

.cta h3 {
	font-size: 72px;
	font-size: 72px;
	font-weight: 300;
	text-align: center;
}

.cta a {
	color: #FFFFFF;
	text-transform: uppercase;
	background: transparent;
	border: 3px solid #FFFFFF;
	border-radius: 8px;
	font-size: 18px;
	padding: 7.5px 30px;
	font-family: 'Trenda';
	font-weight: bold;
	transition: 0.3s ease;
}

.cta a:hover {
	background: rgba(255, 255, 255, 0.5);
	color: #000;
	text-decoration: none;
}

.cta-b {
	text-align: center;
	padding-top: 25px;
}

@media only screen and (max-width: 1200px) {
	.cta h3 {
		font-size: 64px;
	}
}

@media only screen and (max-width: 991px) {
	.wrapper.cta {
		padding: 50px 0;
	}
}

@media only screen and (max-width: 768px) {

	.cta h3 {
		font-size: 48px;
	}
	.cta a {
		display: block;
		width: 100%;
	}
}
/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.wrapper.footer {
	background-color: #252525;
	padding: 75px 0 10px 0;
	color: #FFFFFF;
	font-family: 'Trenda';
	font-size: 16px;
}

.footer ul {
	padding-left: 0;
	color: #FFFFFF;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
}

.footer ul li {
	margin-bottom: 5px;
}

.footer ul li a {
	color: #FFFFFF;
}

.footer .address {
	margin-top: 10px;
	line-height: 1.5;
	font-size: 16px;
}

.footer-social {
	margin: 10px 25px;
}

.footer-social a {
	margin-right: 15px;
}

.footer-social a img {
	vertical-align: -webkit-baseline-middle;
	max-height: 25px;
}

.footer-social a:last-child {
	margin-right: 0;
}

.copy-foot {
	margin-top: 10px;
}

.copyright {
	text-align: center;
	margin-right: 25px;
	font-size: 12px;
}

@media only screen and (max-width: 768px) {

	.footer-social {
		margin: 10px 0;
	}

	.copyright {
		text-align: center;
		margin-right: 0;
	}
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: 'Trenda';
    src: url('fonts/Trenda-SemiboldIt.woff2') format('woff2'),
        url('fonts/Trenda-SemiboldIt.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Trenda';
    src: url('fonts/Trenda-Black.woff2') format('woff2'),
        url('fonts/Trenda-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Trenda';
    src: url('fonts/Trenda-Regular.woff2') format('woff2'),
        url('fonts/Trenda-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Trenda';
    src: url('fonts/Trenda-Thin.woff2') format('woff2'),
        url('fonts/Trenda-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Trenda';
    src: url('fonts/Trenda-Bold.woff2') format('woff2'),
        url('fonts/Trenda-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Trenda';
    src: url('fonts/Trenda-Light.woff2') format('woff2'),
        url('fonts/Trenda-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Trenda';
    src: url('fonts/Trenda-ExtraLight.woff2') format('woff2'),
        url('fonts/Trenda-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Trenda Bold It';
    src: url('fonts/Trenda-BoldIt.woff2') format('woff2'),
        url('fonts/Trenda-BoldIt.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Trenda';
    src: url('fonts/Trenda-Semibold.woff2') format('woff2'),
        url('fonts/Trenda-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Trenda Light It';
    src: url('fonts/Trenda-LightIt.woff2') format('woff2'),
        url('fonts/Trenda-LightIt.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Trenda Thin It';
    src: url('fonts/Trenda-ThinIt.woff2') format('woff2'),
        url('fonts/Trenda-ThinIt.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Trenda ExtraLight It';
    src: url('fonts/Trenda-ExtraLightIt.woff2') format('woff2'),
        url('fonts/Trenda-ExtraLightIt.woff') format('woff');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Trenda Black It';
    src: url('fonts/Trenda-BlackIt.woff2') format('woff2'),
        url('fonts/Trenda-BlackIt.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Trenda It';
    src: url('fonts/Trenda-RegularIt.woff2') format('woff2'),
        url('fonts/Trenda-RegularIt.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width: 768px) {
	.phone {
		display: block;
		text-align: center;
	}

	.wrapper.above-header {
		margin: 5px 0;
	}

	.top-social-icons {
		display: none;
	}
}
@media only screen and (max-width: 380px) {
	.bottomButtons{
		margin-top:-105px !important;
	}
}


@media only screen and (min-width:320px) {
	.mobileHook{display:none;}
}
@media only screen and (min-width:480px) {
	.mobileHook{display:none;}
}
@media only screen and (min-width:768px) {
	.mobileHook{display:none;}
}
@media only screen and (min-width:1024px) {
	.mobileHook{display: block;}
}
@media only screen and (min-width:1140px) {
	.mobileHook{display: block;}
}
@media only screen and (min-width:1280px) {
	.mobileHook{display: block;}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    HAMBURGER MENU
\*------------------------------------*/


/*------------------------------------*\
    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;
	}
}

.wrapper.navigation.small:before {
    content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(to bottom right,#000,#000);
        opacity: .3; 
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1)  { 

	.wrapper.navigation{height:700px;}
	.wrapper.white {
	    background-color: #FFF;
	    padding: 100px 0;
	    font-family: 'Trenda';
	}
	.container{
		max-width: 720px;
	}
	.slider-holder{
		bottom:-100px;
	}
	.bottomButtons{
		margin-top:-160px !important;
	}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 1)  { 

	
	.bottomButtons{
		margin-top:-70px !important;
	}
}


.center-content{

    margin: 0 auto;

}

ul.bon-sitemap-list {
    margin: 3em 0 3em 1.5em;
}
ul.bon-sitemap-list ul {
    margin: 1.1em;
}