/* 
Theme Name: Emerson Rush
Theme URI: http://themeva.com
Author: themeva
Version: 1.0
Template: DynamiX
Description: DynamiX Wordpress Child Theme
Author URI: http://themeva.com
License: GNU General Public License
License URI: license.txt
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, flexible-width, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, translation-ready, buddypress
*/

@import url("../DynamiX/style.css");


#toppanel {
    position: relative;
    z-index: 990;
}

#header-logo {
    margin-left: 3%;
}

.er_slogan  {
	display: block;
	float: right;
	padding-top: 32px;
	padding-left: 30px;
	font-size: 0.9em;
	font-weight: normal;
	color: #AAAAAA;
}

.er_slogan .strong {
	color: #DDDDDD;
}

.er_slogan .copyright {
	vertical-align: super;
	font-size: 0.76em;
	color: #999999;
}

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

	#header-logo {
		width: 100%;
		text-align: center;
		margin-left: 0px;
	}

	.er_slogan  {
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: center;
		padding-left: 0px;
		float: none;
	}
}


#nv-tabs {
	position: relative;
    z-index: 999;
    padding-right: 3%;
}

#dyndropmenu {
	font-size: .94em;
}

#header {
	z-index: 999;
	margin-bottom: 0px;
	min-height: 135px;
}

.tab-wrap {
	position: relative;
	height: 38px;
    background-image: url(images/BannerSpriteRegular.png);
    background-repeat: repeat-x;
    background-position: 0 -120px;
    max-width: 100%;
    z-index: 990;
}

.tab {
    max-width: 980px;
    margin: 0 auto;
    z-index: 999;
}

ul.icon-dock {
    display: block;
    float: right;
    height: 36px;
    width: auto;
    margin: 0px;
    padding: 0px;
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 8%;
}

ul.icon-dock li {
    background-image: url(images/BannerSpriteRegular.png);
    background-repeat: no-repeat;
    border: 0px;
    height: 38px;
    line-height: 33px;
}

ul.icon-dock li.left {
    width: 12px;
    background-position: 0 0;
    padding: 0px;
}

ul.icon-dock li.searchform {
    background-position: 0 -80px;
    padding: 0px;
    background-repeat: repeat-x;
}

ul.icon-dock #panelsearchform {
    width: 142px;;
    margin-top: -2px;
    margin-left: 2px;
    margin-right: 8px;
}

ul.icon-dock #panelsearchform #drops {
    border-radius: 4px;
    font-size: .7em;
}

ul.icon-dock li.right {
    width: 12px;
    background-position: 0 -40px;
    padding: 0px;
}

ul.icon-dock li.toppaneltrigger {
	margin-top: 0px;
    background-position: 0 -80px;
    padding: 0px;
    background-repeat: repeat-x;
    height: 38px;
    width: auto;
}

ul.icon-dock li.toppaneltrigger .toggle {
	display: inline;
}

ul.icon-dock #panelsearchform #drops {
    margin-top: 8px;
    width: 140px;
    height: 20px;
    padding-left: 10px;
    padding-right: 23px;
    padding-top: 5px;
    padding-bottom: 1px;
    -moz-box-shadow: inset 2px 3px 4px #595959;
    -webkit-box-shadow: inset 2px 3px 4px #595959;
    box-shadow: inset 2px 3px 4px #595959;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: #222;
    border-top: #222;
    background-color: #d5d5d5;
}

.icon-dock span.break {
	margin-top: -3px;
	margin-left: 3px;
	margin-right: 10px;
    height: 18px;
    border-left: 1px solid #444444;
    border-right: 1px solid #888888;
}

.toppaneltrigger a{
	background: transparent;
	font-weight: normal;
	font-size: .9em;
	color: #BBBBBB;
}

.toppaneltrigger a:hover, .is-logged-in a{
	color: #EEEEEE;
}

.toppaneltrigger a #button {
	background-color: #454545;
	background-image: url(images/login-light.png);
 	height: 18px;
 	width: 18px;
	position:relative;
 	top: 3px;
 	margin-left:6px;
	margin-right:2px;
}

.toppaneltrigger a span {
    display: inline-block;
	font: bold 12px 'Open Sans', Arial, sans-serif;
	
}

.toppaneltrigger a #login_text {
}


.toppaneltrigger a:hover #button, .is-logged-in a #button {
	background-color:#00839f;
}

.toppaneltrigger a, .icon-dock .toppaneltrigger a:hover #button{
	transition-property: all;
	-webkit-transition-property: all;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}


@media only screen and (max-width: 768px) {
	#mobile-tabs ul.icon-dock, ul.icon-dock li.left, ul.icon-dock li.right,ul.icon-dock li.searchform, ul.icon-dock #panelsearchform, ul.icon-dock #panelsearchform #drops, #panelsearchsubmit {
    	width: 0px;
    	height: 0px;
    	margin: 0px;
    	margin-bottom: 0px;
    	line-height: 0px;
    	padding: 0px;
    	background: none;
    	display: none;
    }

	#mobile-tabs.show #mobilemenu {
		clear: both;
    	display: block !important;
    	padding-left: 20px;
    	transition-property: all;
		-webkit-transition-property: all;
		-webkit-transition-duration: 0ms;
		transition-duration: 0ms;
		-webkit-transition-timing-function: initial;
		transition-timing-function: initial;
    }
    
    #mobilemenu {
    	position: absolute;
    	top: 80px;
    	width: 80%;
    	
    }
    
    #mobile-tabs {
    	height: 100%;
    }
    
    .mobilemenu-init {
    	position: absolute;
    	float: right;
    }
    
	.toppaneltrigger.mobile, .mobilemenu-init, .mobilemenu-init a, .fa-lg, .fa {
		border: 0px;
    	background-color: initial;
    	color: #1c86b0;
	}
	
	.toppaneltrigger.mobile {
		float: left;
	}
	
	.fa-chevron-up, .fa-chevron-down{
		float: left;
	}
	
	
	.fa-bars {
		float: right;
	}
	
	#header-logo {
		clear: both;
	}
}

#header-logo img, #header-logo img.primary, #header-logo img.secondary {
    width: 130px;
    height: 84px;
    max-height: 100%;
}

#toppanel #topslidepanel {
    background-color: #00728E;
    background-image: url(images/panel-shadow.png);
    background-repeat: repeat;
    padding: 0px 30px;
    -moz-box-shadow: inset 0px 6px 18px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: inset 0px 6px 18px rgba(0, 0, 0, 0.9);
    box-shadow: inset 0px 6px 18px rgba(0, 0, 0, 0.9);
    border-top: 1px solid #000;
    border-bottom: 0px;
}

.lowerfooter {
	font-size:.74em;
	color: #666666;
}

.max-slider {
	max-height: 400px;
}

.home-heading {
	max-width: 830px;
	margin: auto;
}

@media only screen and (max-width: 768px) {
	.home-heading {
		font-size: 18px;
	}
}

.tp-caption a {
	color: yellow;
}
strong {
	color: #00728E;
	font-weight: 800;
}

.p-justify {
	text-align: justify;
	max-width: 750px; 
	margin: auto;
}

@media only screen and (max-width: 768px) {
	.p-justify {
		text-align: left;
	}
}
