/*   
Theme Name: Weedworks
Theme URI: http://www.weedworks.com.au/
Description: Yo. 
Author: Louisa
Author URI: http://www.weedworks.com.au/
Version: 1.0.0
*/


* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;  
	box-sizing: border-box;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

html {
-webkit-text-size-adjust:100%;}
body {
	background: #FFF url('images/bg.png') repeat-x top;
	font-size: 62.5%;
	font-weight: 400;
	font-family: "Open Sans", Arial, Sans-Serif;
	color: #272727;
}
strong {
	font-weight: 600;
}
p {
	margin: 0 0 1em 0;
	font-size: 1.35em;
	line-height: 1.8em;
}

.single p {
	margin: 0 0 1em 0;
	font-size: 1.5em;
	line-height: 160%;
}

article li {
	margin: 0 0 0.3em 0;
	font-size: 1.35em;
	line-height: 1.8em;
}

.single article li {
	margin: 0 0 0.3em 0;
		font-size: 1.5em;
	line-height: 160%;
}


a {
	text-decoration: none;
	color: #ff6000;
}
a:hover {
	color: #8da0bc;
}
.bannerimage {
position:relative;
}
.bannerimage img{
position: relative;
z-index:1;
}

.bannerimage .caption{
position:absolute;
background-color:rgba(255, 255, 255, 0.7);
right:0;
bottom:10%;
color:#38506d;
z-index:2;
padding:20px;
width:40%;
font-size:2.2em;
text-align:center;
font-weight:700;

font-family: Open Sans, Arial, sans-serif;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}
img.alignleft {
	margin-right: 1.5em;
	margin-bottom: 1em;
}
img.alignright {
	margin-left: 1em;
	margin-bottom: 1em;
}
iframe {
	max-width: 100%;
}


.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	text-align: center;
}
:focus, :active {
	outline: none;
}
.clearer{
clear:both;
}
.clearer:after {
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
	content: '.';
}
.hr {
border-top:1px #426186 dotted;
margin:2.2em 0 2em 0;
clear:both;
}
h1, h2, h3, h4, h1 a, h2 a, h3 a, h4 a {
	padding: 0;
	font-weight: normal;
	margin: 0;
	color: #426186;
	font-family: Open Sans, Arial Narrow, Arial, sans-serif;
}


h1 {
	font-size: 2.3em;
	letter-spacing: 0.03em;
	padding: 0 0 1em 0;
	font-weight:400;
	color:#38506d;
	line-height:100%;
}


.titles {
	font-size: 2.3em;
	letter-spacing: 0.03em;
	padding: 0 0 1em 0;
	font-weight:400;
	color:#38506d;
	line-height:100%;
	font-family: Open Sans, Arial Narrow, Arial, sans-serif;
}

.capitalize {
text-transform:uppercase;
padding-top:1em;
}

h2 {
	font-size: 1.95em;
	letter-spacing: 0.01em;
	padding: 0.7em 0 0.7em 0;
	line-height: 1.4em;
font-weight:400;
#color:#38506d;
}

.single h2 {
font-size: 1.8em;
}

.single h3{
font-size:1.65em;
}
h3 {
	font-size: 1.7em;
	letter-spacing: 0.01em;
	padding: 0.7em 0 0.9em 0;
	line-height: 1.4em;
font-weight:400;
color:#ff6000;
}
.content blockquote {
	margin: 1.5em 0 1.5em;
	padding: 0 1em 0 2.5em;
	position: relative;
	color:#ff6600;
}
.content blockquote:before {
	color: #ccc;
	content: "\201C";
	font-size: 5em;
	position: absolute;
	left: 5px;
	top: 0.3em;
	line-height: 0.1em;
}
.content ol {
	list-style-type: none;
	margin: 0.5em 0 0em 0;
	margin-left: 3em;
	padding: 0;
	counter-reset: li-counter;
}
.content ol > li {
	position: relative;
	padding-left: 0.7em;
	min-height: 3em;
	border-left: 1px solid #b9c2ce;
}
.content ol > li:before {
	position: absolute;
	top: 0;
	left: -1.3em;
	width: 0.8em;
	line-height: 1.7;
	text-align: right;
	color: #426186;
	content: counter(li-counter);
	counter-increment: li-counter;
}
.wrapper {
	margin: 0px auto;
	padding: 0;
	max-width: 1020px;
}
/*  HEADER  */

header {
	width: 100%;
	padding-top: 4em;
}
header .tagline {
	float: right;
	padding-top: 4em;
}
header .tagline h1 {
	color: #426186;
	padding: 0;
	margin: 0;
	text-transform: none;
	font-size: 2.05em;
	letter-spacing: 0.05em;
	text-align: right;
	text-transform:uppercase;
	font-weight: 400;
}
header .tagline h2 {
	color: #486185;
	padding: 0;
	margin: 0;
	font-weight: 300;
	text-transform: none;
	font-size: 1.8em;
	letter-spacing: 0.05em;
	text-align: right;
font-family: Open Sans, Arial Narrow, Arial, sans-serif;
}
#logo {
	margin: 1.6em 0em 1.6em 0em;
	float: left;
	background: url('images/logo-retina.png');
	background-size: 273px 92px;
	width: 273px;
	height: 92px;
}
/* navigation */
.menu {
	height: 42px;
	z-index: 200;
	border-top: 1px solid #b9c2ce;
	border-bottom: 1px solid #b9c2ce;
	margin-bottom: 2em;
}
.home .menu {
	height: 42px;
	z-index: 200;
	border-top: 0px solid #b9c2ce;
	border-bottom: 0px solid #b9c2ce;
	margin-bottom: 1em;
}
.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu li {
	float: left;
	display: inline-block;
	position: relative;
}
.menu a {
	color: #426186;
	display: block;
	float: left;
	text-decoration: none;
	font: normal 1.5em "Open Sans", Arial, Sans-Serif;
	line-height: 41px;
	padding: 0 1.2em;
}
.menu a:hover {
	color: #FF6000;
}
/* sub-menu */
.menu li ul {
	position: absolute;
	-webkit-box-shadow: 2px 5px 5px -3px rgba(50, 50, 50, 0.55);
	-moz-box-shadow: 2px 5px 5px -3px rgba(50, 50, 50, 0.55);
	box-shadow: 2px 5px 5px -3px rgba(50, 50, 50, 0.55);
	left: 0px;
	top: 30px;
	z-index: 200;
	width: 180px;
	margin: 3px 0 0 0;
	background: transparent url('images/subsubrpt.png') no-repeat scroll 0px 0px;
	padding: 14px 0 0 0;
	display: none;
}

.menu ul li:hover > ul {
	display: block;
}
.menu li ul li {
	background: #FFF;
	width: 180px;
	padding: 0;
	margin: 0;
}
.menu li ul a {
	background: transparent;
	display: block;
	width: 180px;
	color: #426186;
	line-height: 16px;
	padding: 0.6em 0.6em;
	font-size: 1.2em;
	border-bottom: solid 1px #eeeeee;
}
.menu li ul a:hover {
}
.huge_it_slideshow_title_text_1 {
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.hellobar {
	width: 100%;
	background: #ff6000;
	color: white;
	position: fixed;
	height: 38px;
	z-index: 300;
	-webkit-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0 5px 10px 0px rgba(0,0,0,0.3);
}
#wprmenu_bar {
	-webkit-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 5px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0 5px 10px 0px rgba(0,0,0,0.3);
}
.hellobar .message {
	float: left;
	margin-right: 1%;
	padding-top: 1em;
}
.hellobar .calltoaction a {
	float: left;
	height: 38px;
	line-height: 38px;
	padding: 0 1em;
	text-transform: uppercase;
	background: #426186;
	color: white;
	font-size: 1.4em;
}
.hellobar .calltoaction a:hover {
	background: #5075a2;
}
.hellobar .socialmedia {
	position: absolute;
	right: 20px;
	top: 0;
	height: 45px;
	overflow: hidden;
}
.hellobar .socialmedia img {
	position: relative;
	top: -7px;
}
.hellobar .socialmedia img:hover {
	top: 0;
}
.socialmedia2 {
	position: fixed;
	right: 0;
	float: right;
	top: -1px;
	height: 45px;
	overflow: hidden;
	display: none;
	z-index: 3000;
}
.socialmedia2 img {
	position: relative;
	top: -2px;
}
.socialmedia2 img:hover {
	top: 0;
}
/*  PAGES  */

section {
	padding: 2em 0em;
	position: relative;
}
.home section {
	padding: 0 0 2em 0;
}
article {
	float: left;
}
.content {
	width: 70%;
}
.contentfull {
	width: 100%;
}
.contentfull h2 {
	font-size: 2em;
	text-align: center;
	width: 93%;
	margin: 0 auto;
	color: #464646;
}
.contentfull h2 p {
	line-height: 120%;
}
.content .contact-link {
	float: left;
	padding: 1em;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #426288;
	color: #fff;
	margin-top: 1em;
font-size:1.35em;
	text-transform: uppercase;
}
.content .contact-link:hover {
	background: #ff6000;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*  NEWS SECTION  */

.twitterfeed h1, .latestposts h1 {
	width: 100%;
	margin: 0em 0;
}
.newssection {
	background: #f6f6f6;
	margin: 2em 0;
}
.latestposts1 {
	width: 100%;
	padding: 2em 2em 2em 2em;
}
.latestposts {
	width: 100%;
	display:-moz-flex;
	display:-webkit-flex;
	display:flex;
}
.latestposts p {
	font-size: 0.9em;
	line-height: 1em;
}
.contentfull .latestposts h2 {
	text-align: left;
	font-size: 1em;
	width: 100%;
	padding: 0.5em 1em;
}
.latestposts li {
	list-style: none;
	width:25%;
	margin-left:2%;
	background: #fff;
}

.latestposts li:first-child{
margin-left:0;
}
.latestposts img {
	width:100%;
	height:auto;
	border-bottom: 8px #ff6000 solid;
}

body .twitterfeed {
	float: left;
	width: 26%;
	padding: 2em 2em 2em 2em;
	border-right: 1px #ccc solid;
}
body .twitterfeed li {
	font-size: 1em;
	line-height: 1em;
	background: url('images/tweet.png') no-repeat left top !important;
	padding-left: 25px;
}
body .kebo-tweets.list .ktweet {
	padding-left: 30px !important;
	margin: 1em 0 0em 0;
}

body .kebo-tweets.list .ktweet p {
	line-height: 1.55em;
}
body .kebo-tweets.list .ktweet:first-child {
	padding-left: 30px;
	margin: 0em 0 2em 0;
	border-bottom: 0px solid rgba(0,0,0,0.2);
}
body .kmeta time {
	font-style: italic;
}
body .dates {
	font-size: 0.9em;
	font-style: italic;
	padding-top: 1em;
}
/*  VID + CLIENTS  */

.clients {
	width: 100%;
	float: right;
}
.clients h1, .featuredvideo h1 {
	width: 100%;
	border-bottom: 1px #d5d5d5 solid;
	margin: 1em 0;
}
.featuredvideo {
	float: left;
	width: 31%;
}
.featuredvideo p {
	margin: 1em 0 0em 0;
	font-size: 1.2em;
	line-height: 1.7em;
}
.featuredvideo .video-container {
	width: 100%;
	padding-top: 0;
}
/*  HOME  */
/*  SECTIONS  */
.aboutsection {
	clear: both;
	padding: 0px;
	margin: 3em 0 0 0;
}
.aboutsection h1 {
	text-align: center;
	width: 100%;
	border-bottom: 1px #d5d5d5 solid;
	text-transform: uppercase;
	margin: 1em 0;
}
/*  COLUMN SETUP  */
.col {
	display: block;
	float: left;
	margin: 1% 0 1% 5%;
	text-align: center;
}
.col p {
	text-align: left;
}
.aboutsection .col:first-child {
	margin-left: 0;
}
/*  GROUPING  */
.group1:before, .group1:after {
	content: "";
	display: table;
}
.group1:after {
	clear: both;
}
.group1 {
	zoom: 1; /* For IE 6/7 */
}
/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66%;
}
.span_1_of_3 {
	width: 30%;
}
#calltoaction {
	border: 1px solid #ccc;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}
#calltoaction span {
	font-size: 1.55em;
	width: 80%;
	padding: 0 2em;
	text-align: center;
}
#calltoaction .button {
	-webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 1;         /* OLD - Firefox 19- */
	width: 20%;              /* For old syntax, otherwise collapses. */
	-webkit-flex: 1;          /* Chrome */
	-ms-flex: 1;              /* IE 10 */
	flex: 1;
}
#calltoaction .button a {
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.8em;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.6);
	float: right;
	margin: 0;
	position: relative;
	right: -3px;
	background: #426186;
	color: #FFF;
	padding: 1em;
	text-align: center;
}
#calltoaction .button a:hover {
	background: #ff6000;
}
/*  BLOG  */
.a2a_floating_style{
display:none;
}

.single .a2a_floating_style{
display:block;
}
.the_content {
	padding: 1em;
	border: 1px solid #CCC;
	clear: both;
	margin-bottom: 2.5em;
	position: relative;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: left;
}
.the_content h1 {
	padding-bottom: 0.5em;
	border-bottom: solid #CCC 1px;
	margin-bottom: 0.5em;
line-height:160%;
font-size:2.2em;
}
.the_content h2 {
	padding-top: 0em;
line-height:160%;
}

.the_content p{
font-size:1.55em;
line-height:160%;
}
.the_content h4 {
	margin-bottom: 1em;
font-size:1.3em;
	margin-top: 0;
	padding-top: 0;
	font-style: italic;
}
.featured img {
	float: left;
	margin-right: 1.5em;
	border: 1px solid #8da0bc;
	margin-bottom: 1em;
}

.featured1 img {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 0em;
border: 1px solid #8da0bc;
}

.the_content .more-link {
	float: right;
	padding: 0.5em 1em;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: left;
	background: #426288;
	color: #fff;font-size: 1.4em;
	text-transform: uppercase;
}
.the_content .more-link a {
	color: #FFFFFF;
font-size: 1.4em;
}
.the_content .more-link a:hover {
	background: #ff6000;
}
#authorarea {
	width: 100%;
	overflow: hidden;
	margin-top: 0em;
}
#authorarea h2 {
	margin: 0 0 1.5em 0;
	border-bottom: 1px #ccc solid;
	padding: 10px 10px 10px 0px;
}
#authorarea h2 a {
	text-decoration: none;
	font-weight: 600;
}
.avatar img {
	margin: 0;
	float: left;
	border: 1px solid #ccc;
	width: 120px;
	height: 120px;
	border-radius: 120px;
	-webkit-border-radius: 120px;
	-moz-border-radius: 120px;
}
#authorarea p {
	color: #333;
	margin: 0;
	font-size: 1.1em;
	padding: 0px 10px 10px 20px;
}
.authorinfo img {
	margin: 1em 0 0.5em 0;
}
#authorarea p a {
	color: #333;
}
.authorinfo {
	padding-left: 120px;
}
/*  SIDEBAR  */

#sidebar {
	padding: 0;
	float: right;
	color: #414042;
	width: 26%;
}
#sidebar ul {
	padding: 0;
	border-top: 0px solid #EAEADA;
}
#sidebar li {
	border-bottom: 1px solid #ccc;
	list-style: none;
	padding: 0.5em 0;
}
#sidebar li:first-child {
	padding-top: 0em;
}
#sidebar li a {
	font-size: 1.2em;
	display: block;
	padding: 0;
	text-decoration: none;
	width: 100%;
	color: #426186;
}
#sidebar li a:hover {
	color: #ff6000;
}
.cat-item-1 {
	display: none;
}
.testimonials-widget-testimonials2 {
	border: 0px solid #CCC;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 0;
}
.testimonials-widget-testimonials2 h3.widget_title {
	color: #426186;
	border-bottom: #ccc 1px solid;
}
.testimonials-widget-testimonials2 blockquote {
	padding: 0em;
	margin: 0;
	font-size: 1.2em;
	line-height: 1.7em;
	color: #426186;
}
.testimonials-widget-testimonials2 .credit {
}
#sidebar .widget {
	border: 1px solid #CCC;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 1em;
}
#sidebar .gform_widget li {
	border: none;
}
#sidebar .gform_widget {
	background: #f5f5f5;
}
#sidebar .gform_widget .gform_description {
	font-size: 1.1em;
}
body #sidebar .gform_widget .gfield_label {
	font-size: 1.1em;
	font-weight: 600;
	color: #426186;
}
body #sidebar .gform_widget .gfield_required {
	color: #426186;
}
body #sidebar .gform_widget textarea {
	border: 1px #ccc solid;
}
#sidebar #cat {
	width: 100%;
	padding: 1em;
}
#sidebar #text-4 {
	border: 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 0 0 1em 0;
	margin-bottom: 0;
	overflow: hidden;
	background: #ccc;
}
#sidebar #text-4 p {
	padding: 1em 1em 1em 1em;
	font-size: 1.2em;
	background: #ccc url('images/pshadow.jpg') top repeat-x;
	border-radius: 3px;
	margin-bottom: 0;
}
#sidebar #text-4 img {
	width: 100%;
	text-align: center;
}
#sidebar .widget h3 {
	font-size: 1.8em;
	letter-spacing: 0.05em;
	color: #ff6000;
	width: 100%;
	border-bottom: 1px solid #cCC;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}
#sidebar #text-2, #sidebar #text-3, #sidebar #text-5 {
	border: 0px solid #CCC;
	background: #426186;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 1em;
	color: #fff;
}
#sidebar #text-2 h3, #sidebar #text-3 h3, #sidebar #text-5 h3 {
	color: #fff;
	text-transform: none;
	width: 100%;
	border-bottom: 1px solid #8da0bc;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}
#sidebar #text-2 input#mc-embedded-subscribe, #sidebar #text-3 input#mc-embedded-subscribe, #sidebar #text-5 input#mc-embedded-subscribe {
	color: #fff;
	background: #FF6000;
	border: 0;
	padding: 0.5em;
	text-transform: uppercase;
	font-weight: 600;
	width: 100%;
	text-align: center;
	cursor: pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#sidebar #text-2 input#mc-embedded-subscribe:hover, #sidebar #text-3 input#mc-embedded-subscribe:hover, #sidebar #text-5 input#mc-embedded-subscribe:hover {
	background: #fff;
	color: #FF6000;
}
#sidebar #recent-posts-3 {
	margin-top: 2em;
}
.widget {
	padding: 2em 2em 0 2em;
	margin-bottom: 2em;
}
/*  FOOTER  */

.single footer p, footer p{
font-size:1.3em;
}
.top a:link {
	color: #fff;
}
.top a:hover {
	color: #bababa;
}
.top {
	clear: both;
	width: 100%;
	padding: 3em 0;
	background: #426186;
	color: #fff;
	text-align: left;
}
.top .titles {
	color: #fff;
	font-size: 1.4em;
	text-transform: none;
	width: 100%;
	border-bottom: 1px solid #fff;
	margin-bottom: 1.3em;
	padding-bottom: 1.3em;
	text-align: left;
	text-transform:uppercase;
}

.top .capitalize {
padding-top:0;
}
.top .phone {
	background-image: url('images/phone.png');
	margin: 0px;
	background-size: 25px 25px;
	padding-left: 35px;
	background-repeat: no-repeat;
	padding-bottom: 1em;
	padding-top: 0.5em;
}
.top .email1 {
	background-image: url('images/email.png');
	margin: 0;
	background-size: 25px 19px;
	padding-left: 35px;
	background-repeat: no-repeat;
	padding-bottom: 5px;
}
.top .address {
	background-image: url('images/address.png');
	margin: 0px;
	background-size: 25px 33px;
	padding-left: 35px;
	background-repeat: no-repeat;
}
.bottom {
	clear: both;
	width: 100%;
	padding: 2em 0;
	text-align: center;
	background: #eaeaea;
	-webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
	-moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
	box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
}
.top .section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.top .col {
	display: block;
	float: left;
	text-align: left;
}
.top .col:first-child {
	margin-left: 0;
}
.top .group:before, .top .group:after {
	content: "";
	display: table;
}
.top .group:after {
	clear: both;
}
.top .group {
	zoom: 1; /* For IE 6/7 */
}
.top .col {
	margin-left: 2%;
	padding: 0 0%;
}
.top .col:first-child {
	margin-left: 0;
}
.top .span_1_of_4 {
	width: 23.5%;
}
.top .span_2_of_4 {
	width: 49.0%;
}
.top .span_3_of_4 {
	width: 74.5%;
}
.top .span_4_of_4 {
	margin-left: 0;
	width: 100%;
}
.mc-field-group input.email {
	width: 100%;
	padding: 0.5em;
	color: #FFF;
	background: #4d709b;
	border: 1px solid #8da0bc;
	margin-bottom: 1em;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
input#mc-embedded-subscribe {
	color: #4d709b;
	background: #bec8da;
	border: 0;
	padding: 0.5em;
	text-transform: uppercase;
	font-weight: 600;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
input#mc-embedded-subscribe:hover {
	background: #bababa;
}
.navigation {
	margin: 1em 0;
}
.navigation ul {
	margin: 0;
	padding: 0;
}
.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
	color: #fff;
	text-decoration: none;
}
.navigation li {
	display: inline;
}
.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
	background-color: #8ca1bc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
margin-right:3px;
}
.navigation li a:hover, .navigation li.active a {
	background-color: #416187;
}
body .huge_it_slideshow_title_text_1 {
	top: 65%;
	font-size: 18px;
	border-bottom: 0px solid #ff6000;
}


#sidebar .widget_categories label {
	display: none;
}
.relatedwidget h2 {
	margin: 2em 0 1.5em 0;
	border-bottom: 1px #ccc solid;
	padding: 10px 10px 10px 0px;
}
.relatedwidget {
	width: 100%;
}
.relatedwidget ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 90%;
}
.relatedwidget li {
	width: 18%;
	display: inline-block;
	float: left;
	margin-right: 2%;
}
.relatedwidget img {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 0.5em;
}
.relatedwidget li:last-child {
	margin-right: 0%;
}
body #sidebar .gform_footer {
	margin: 0;
}
body #sidebar .gform_button {
	border: 0;
	cursor: pointer;
	padding: 1em;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	inset: none;
	background: #426288;
	color: #fff;
	margin-top: 0em;
	text-transform: uppercase;
}
body #sidebar .gform_button:hover {
	background: #ff6000;
}
.icon {
    display: inline-block;
    vertical-align: top;

    margin:0;
    width: 40px;
    height: 38px;
    font-size: 0;
    text-indent: -9999px;
}
.socialmedia2 .icon {
    height: 43px;
	}
	
.icon-nudge {
    position: relative;
    background: url('images/sprite.png');
    /*background-image: url("../img/icons2.svg"), none;*/
    	transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
	float:left
}
.socialmedia2 .icon-nudge {
    background-position-y: 3px!important;
	}
	.socialmedia2 .icon-nudge:hover {
    background-position-y: 8px!important;
	}
.icon-nudge.twitter {
    background-position: 0 0;
}
.icon-nudge.twitter:hover {
    background-position: 0 5px;
	height:45px;
	transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
}
.icon-nudge.gplus {
    background-position: -40px 0;
}
.icon-nudge.gplus:hover {
    background-position: -40px 5px;
	height:45px;
	transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
}
.icon-nudge.linkedin {
    background-position: -80px 0;
}
.icon-nudge.linkedin:hover {
    background-position: -80px 5px;
	height:45px;
	transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
}
.icon-nudge.slideshare {
    background-position: -120px 0;
}
.icon-nudge.slideshare:hover {
    background-position: -120px 5px;
	height:45px;
	transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
}
.icon-nudge.utube {
    background-position: -160px 0;
}
.icon-nudge.utube:hover {
    background-position: -160px 5px;
	height:45px;
	transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
}

/*  footer sitemap  */


.sitemap {
width:100%;
padding:3em 0;
background: #bababa;
}


.sitemap .titles {
    color: #272727;
    font-size: 1.4em;
    text-transform: none;
    width: 100%;
	font-weight:600;
    border-bottom: 1px solid #9a9a9a;
    margin-bottom: 1.3em;
    padding-bottom: 1.3em;
    text-align: left;
    text-transform: uppercase;
}


.sitemap .footernav {
  font-size: 13px;
}
.sitemap .footernav ul {
   display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;  
    flex-direction: row;
-moz-flex-direction: row;
-ms-flex-direction: row;
-webkit-flex-direction: row;
    margin: 0;
    padding: 0;
}
.sitemap .footernav ul li {
  list-style: none outside none;
 list-style: none;
    flex-grow: 1;
-webkit-flex-grow: 1;
-ms-flex-grow: 1;
-moz-flex-grow: 1;

  padding: 0;
  width: auto;
line-height:150%;
}
.sitemap .footernav ul li a {
color:#272727;
font-weight:700;
display:inline-block;
  text-decoration: none;
}
.sitemap .footernav ul li ul {
display:block;
}
.sitemap .footernav ul li ul li {
  float: none;
  width: auto;
  visibility: visible;
    display: block;

}
.sitemap .footernav ul li ul li a{
font-weight:400;
}
.sitemap .footernav a:hover {

  color: #426186;
}

/*  DYNAMYX  */

.dynamyx-banner{
position:relative;
z-index:1;
width:100%;
height:auto;
margin-bottom:4em;
 display: flex;
  align-items: center;
  justify-content: center;
}

.dynamyx-banner .login {
border: 1px solid #73879a;
color:#fff;
padding:1em;
position:absolute;
top:20px;
right:20px;
text-transform:uppercase;
font-size:1em;
display:block;
z-index:102;
}
.dynamyx-banner .login:hover {
background:#ff6000;
}

.dynamyx-banner .login span{
margin-top:-2px;
}

.dynamyx-banner .login .fa-user{
font-size:2em;
color:#fff;
padding-right:0.5em;
border-right:1px solid #73879a;
margin-right:0.5em;
}

.dynamyx-banner h1{
color:#fff!important;
font-size:5em!important;
margin-bottom:0.2em;
padding:0;
margin-top:0!important;
text-align:center!important;
}

.dynamyx-banner h2 {
color:#fff;
font-size:3em;
font-weight:300;
letter-spacing:0.05em;
padding:0!important;
text-align:center!important;
}

.dynamyx-banner img{
position:relative;
z-index:100;
}

.dynamyx-banner .caption{


left: 50%;
top: 50%;
right: 0;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
position:absolute;
width:100%;
padding:20px;
text-align:center;
z-index:101;
}

.dynamyx-banner .caption .newbutton {
border:2px solid #fff;
color:#fff;
font-size:2em;
text-transform:uppercase;
width:204px;
display:block;
height:50px;
line-height:50px;
text-align:center;
padding: 0px 15px;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
border-radius: 25px;
margin: 1em auto 0 auto;
cursor:pointer;
}

.dynamyx-banner .caption .newbutton:hover {
background:#ff6000;
}
.page-template-dynamyx-page .tagline h2{
display:none;
}

.intro {
text-align:center;
}
.page-template-dynamyx-page .contentfull h1 {
font-size:2.8em;
letter-spacing:none;
font-weight:700;
color:#ff6000;
margin-top:1em;
}
.page-template-dynamyx-page .contentfull p{
font-size:1.8em;
color:#313131;
font-weight:300;
letter-spacing:none;
}

.page-template-dynamyx-page .contentfull .intro h1 {
font-size:2.8em;
margin-top:1.5em!important;
}
.page-template-dynamyx-page .contentfull .intro p{
font-size:1.8em;
}

.page-template-dynamyx-page .contentfull strong{
font-weight:400;
}

.features {
display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.features h3 {
text-transform:uppercase;
font-size:2em;
color: #426186;
font-weight:600;
text-align:left;
}
.features .columns {
flex: 0 0 31.33%;
margin-bottom:3%;
}

.features .columns:nth-child(2), .features .columns:nth-child(5) {
margin-right:2%;
margin-left:2%;
}

.features .columns ul {
margin:0 0 0 2em;
padding:0;
}

.features .columns li{
text-align:left;
font-size:1.8em;
font-weight:300;
color:#313131;
}



.page-template-dynamyx-page .video-wrapper {
width:640px;
margin: 0em auto 0em auto;
}
.page-template-dynamyx-page .shadow{
margin: 0 auto 0em auto;
max-width:640px;
}

.moreinfo {
margin: 3em 0 5em;
text-align:center;
}



/* endorse LOGOS */
.endorse {
    text-align: center;
}
.endorse img {
	width:130px;
height:auto;
    border: none;
}
.endorse span {
    display: inline-block;
    margin: 0 8px 20px 8px;
}
.endorse span:first-child {
    margin: 0 16px 20px 0px;
}
.endorse span:last-child {
    margin: 0 0px 20px 16px;
}


.bottombuttons {
    text-align: center;
margin-bottom: 5em;
margin-top:3em;
}

.bottombuttons .buts {
display: inline-block;	
color:#fff;
font-size:2em;
text-transform:uppercase;
height:50px;
line-height:50px;
text-align:center;
padding: 0px 20px;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
border-radius: 25px;
background:#426186;
margin: 0 20px 20px 20px;
cursor:pointer;
}
.bottombuttons .buts:hover {
background:#ff6000;
}

.bottombuttons .orange {
background:#ff6000;
}
.bottombuttons .orange:hover {
background:#426186;
}



button.remodal-cancel {
display: inline-block;	
color:#fff;
font-size:1.4em;
text-transform:uppercase;
height:36px;
line-height:36px;
text-align:center;
padding: 0px 10px;
-moz-border-radius: 16px;
-webkit-border-radius: 16px;
border-radius: 16px;
background:#ff6000;
margin: 0 20px 20px 20px;
cursor:pointer;
}
button.remodal-cancel:hover {
background:#426186;
}

.page-template-dynamyx-page input.gform_button {
border:none;
display: inline-block;	
color:#fff;
font-size:1.4em!important;
text-transform:uppercase;
height:36px;
line-height:36px;
text-align:center;
padding: 0px 20px;
-moz-border-radius: 16px;
-webkit-border-radius: 16px;
border-radius: 16px;
background:#426186;
margin: 0 20px 20px 20px;
cursor:pointer;
}
.page-template-dynamyx-page input.gform_button:hover {
background:#ff6000;
}

.page-template-dynamyx-page textarea.medium, .page-template-dynamyx-page textarea.small, .page-template-dynamyx-page input.medium, .page-template-dynamyx-page select.gfield_select{
font-size:1.3em!important;
}

.page-template-dynamyx-page .gform_wrapper .top_label .gfield_label {
font-weight:400;
font-size:1.3em!important;
}

.remodal h1 {
font-weight:600;
}

.page-id-2469 .content ul li {
margin-bottom:10px;
}
.projects-container {
display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
margin-top:15px;
}

.projects-container > div {
margin-left: 3.2%;
width: 48.4%;
    float: left;
margin-bottom: 20px;
}

.projects-container > div:nth-of-type(2n+1) {
    margin-left: 0;
    clear: left;
}


.projects-container > div img{
width: 45%;
height:auto;
margin-right:10px;
margin-bottom:10px;
float:left;
}

.projects-container p {
font-size:1.1em;
}

/*  RESPONSIVE  */

 @media screen and (max-width: 1020px) {
.hellobar {
	padding: 0 1em;
}
.top {
	padding: 1em 10px;
}
.wrapper {
	padding: 1em;
}

.page-template-dynamyx-page .contentfull .intro, .features {
	padding: 0 1em;
}


.hellobar .wrapper {
	padding: 0;
}
}

 @media screen and (min-width: 668px) and (max-width: 900px) {
.top {
	padding: 3em 10px;
}
.top .col {
	margin-left: 2%;
	padding: 0 0%;
}
.top .col:first-child {
	margin-left: 0;
}
.top .col + .col + .col {
	margin-left: 0;
	float: left;
	clear: both;
}
.top .col + .col + .col +.col {
	margin-left: 0;
	float: right;
	clear: none;
}
.top .span_1_of_4 {
	width: 49.0%;
	float: left;
	margin-bottom: 3em;
}
.top .span_2_of_4 {
	margin-left: 0;
	width: 100%;
	float: right;
}


}

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

.features .columns {
flex: 0 0 48%;
margin-bottom:3%;
}

.features .columns:nth-child(2), .features .columns:nth-child(4), .features .columns:nth-child(6) {
margin-right:0%;
margin-left:4%;
}


.features .columns:nth-child(5) {
margin-right:0;
margin-left:0;
}

.dynamyx-banner h1 {
font-size:3em!important;
}

.dynamyx-banner h2 {
font-size:2em!important;
}
.dynamyx-banner .caption .newbutton {
font-size:1.6em;
width:160px;
height:34px;
line-height:30px;
text-align:center;
-moz-border-radius: 17px;
-webkit-border-radius: 17px;
border-radius: 17px;
margin: 1em auto 0 auto;
}



.hellobar {
	display: none;
}

.bannerimage .caption{
bottom:0;
width:auto;
font-size:1.6em;
padding:10px;
}

.sitemap {
padding: 1em 1em;
}
.sitemap .footernav ul li {
  list-style: none outside none;
 list-style: none;
    flex-grow: 0;
  padding: 0;
  width: 30%;
line-height:150%;
}


.sitemap .footernav ul li {
display:block;
width:100%;
}
.sitemap .footernav ul{
display:block;
}

.sitemap .footernav ul.sub-menu{
padding-left:1em;
margin-bottom:0em;
}

.sitemap .footernav ul {
margin-bottom:0.5em;
}
}

@media screen and (min-width: 0px) and (max-width: 667px) {

.dynamyx-banner h2 {
font-size:1.6em!important;
}

body .huge_it_slideshow_title_text_1 {
	width: 100%;
	font-size: 14px;
	top: 50%;
}

.socialmedia2{
display:none;
}
.relatedwidget ul {
	margin: 0 0 2em 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
#sidebar #text-4 {
	margin-top: 2em;
}
.relatedwidget li {
	width: 100%;
	float: left;
}
.relatedwidget li img {
	display: none;
}
.contentfull h2 {
	font-size: 1.4em;
}
.navigation {
	margin-bottom: 2em;
}
#calltoaction {
	border: 1px solid #ccc;
	display: block;
	text-align: center;
	padding: 1em;
}
#calltoaction span {
	font-size: 1.4em;
	width: 100%;
	text-align: center;
	padding: 0;
}
#calltoaction .button {
	width: 100%;
	margin-top: 1em;
	display: block;
}
#calltoaction .button a {
	width: 100%;
}
body .twitterfeed {
	float: left;
	width: 100%;
	border: none;
	margin-bottom: 0em;
}
body .kebo-tweets .ktweet .ktext {
	min-height: 0em !important;
}
.latestposts {
	width: 100%;
	float: left;
	clear: left;
	flex-direction: column;
}
.latestposts li {
	width: 100%;
	margin: 0 0 1em 0;
	border: 1px #ccc solid;
}
.latestposts img {
	display: none;
}
.huge_it_slideshow_title_text_1 {
	display: none;
}
.featuredvideo, .clients {
	clear: left;
	width: 100%;
	text-align: center;
}
.clients h1, .featuredvideo h1 {
	text-align: left;
}

.content {
	width: 100%;
}
.col {
	margin: 1% 0 1% 0%;
}
.span_3_of_3, .span_2_of_3, .span_1_of_3 {
	width: 100%;
}
#sidebar #text-3 {
	display: none;
}
#logo {
	margin: 1em auto;
	float: 0;
	background: url('images/logo-retina.png');
		background-size: 273px 92px;
	width: 273px;
	height: 92px;
}
section {
	padding-top: 0;
}
.huge_it_slideshow_title_text_1 {
	font-size: 14px;
	display: none;
}
header .tagline {
	padding: 1em;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 1em;
}
img.alignleft {
	width: 50%;
	margin-right: 0.8em;
}
header .tagline h1, header .tagline h2 {
	text-align: center;
}
header .tagline h1, h1 {
	font-size: 1.4em;
}
header .tagline h2, h2 {
	font-size: 1.2em;
}
.top .col {
	margin-left: 2%;
	padding: 0 0%;
}
.top .col:first-child {
	margin-left: 0;
}
.top .span_1_of_4 {
	margin-left: 0;
	width: 100%;
}
.top .col p {
	padding: 0;
	margin: 0;
}
.top {
	padding: 0em 10px;
}
header {
	padding-top: 0;
}
article, #sidebar {
	width: 100%;
}
.socialmedia2 {
	display: block;
}
.top .col {
	margin-left: 2%;
	padding: 0 0%;
}
.top .col:first-child {
	margin-left: 0;
}
.top .titles {
	border: none;
	margin: 0;
	padding: 1em 0 0 0;
}
.top {
	text-align: center;
}
.top .address, .top .email1, .top .phone {
	background-image: none;
	margin: 0px;
	background-size: none;
	padding-left: 0;
}
        
.top .span_1_of_4 {
	margin-left: 0;
	width: 100%;
}


}

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


.projects-container {
display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;

}

.projects-container > div {
margin-left: 0;
width: 100%;
    float: left;
margin-bottom: 10px;
}

.projects-container > div:nth-of-type(2n+1) {
    margin-left: 0;
    clear: left;
}



.dynamyx-banner img {
	height:200px;
}

.page-template-dynamyx-page .contentfull h1 {
font-size:2.4em;
}
.page-template-dynamyx-page .contentfull p{
font-size:1.6em;
}

.dynamyx-banner .login {
display:none;
}
.features h3 {

text-align:center;
}
.features .columns {
flex: 0 0 100%;
margin-right:0;
margin-left: 0;
margin-bottom:3%;
text-align:center;
}


.features .columns:nth-child(2), .features .columns:nth-child(4), .features .columns:nth-child(6) {
margin-right:0%;
margin-left:0%;
}


.features .columns ul {
list-style:none;
margin:0 auto;
}
.features .columns li {
text-align:center;
}
}

