/*
Theme Name: Code Digital
Theme URI: http://codedigital.com.au
Author: Mark Davie
Author URI: http://codedigital.com.au
Description: Code Digital private use theme.
Version: 1.0
License: Private use by permission only.
License URI: http://codedigital.com.au
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: codedigital

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*

Code Digital CSS Style Sheet

*/

/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
table, tr, th, td {
	vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}
html, body {
   height: 100%;
}
input{
	padding: 0;
	-webkit-appearance: none;
  	-webkit-border-radius: 0;
}
strong { 
	font-weight: bold;
}
em{
	font-style: italic;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
	font-size: 15px;
	line-height: 26px;
	padding: 10px 20px;
	margin: 10px 20px 20px;
	font-style: italic;
	font-weight: 400;
	background: rgb(251,251,251);
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a, a:visited, a:hover, a:focus{
	text-decoration: none;
	outline: 0;
}

/* Font Lookup */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/PRmiXeptR36kaC0GEAetxh_xHqYgAV9Bl_ZQbYUxnQU.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/PRmiXeptR36kaC0GEAetxjqR_3kx9_hJXbbyU8S6IN0.woff) format('woff');
}

/* ESSENTIAL STYLES */

body, p, a, h1, h2, h3, h4, h5, h6, h7{
	font-family: 'Open Sans', Arial, sans-serif;
	color: rgb(60,60,60);
}
p, body{
	font-size: 14px; 
	color: rgb(100,100,100);
}
p{
	margin: 10px 0;
	line-height: 20px;
}
h1{
	font-size: 48px;
	font-weight: 300;
	margin: 14px 0;
}
h2{
	font-size: 36px;
	font-weight: 300;
	margin: 12px 0;
}
h3{
	font-size: 28px;
	font-weight: 300;
	margin: 10px 0;
}
h4{
	font-size: 24px;
	font-weight: 300;
	margin: 8px 0;
}
h5{
	font-size: 22px;
	font-weight: 300;
	margin: 6px 0;
}
h6{
	font-size: 20px;
	font-weight: 300;
	margin: 4px 0;
}
h7{
	font-size: 18px;
	font-weight: 300;
	margin: 2px 0;
}
.clear{
	clear: both;
}
.bluelink{
	color: rgb(77,144,254);
}
.bluelink:hover{
	color: rgb(50, 105, 230);
}

.button{
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	border: none;
	display: block;
	background-color: rgb(77,144,254);
	color: white;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 20px;
	font-weight: 300;
	cursor: pointer;
	height: 100%;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: 0;
	-webkit-transition: height 1s;
	-moz-transition: height 1s;
	-o-transition: height 1s;
	transition: height 1s;
}

.button:focus, .button:hover{
	background-color: rgb(50, 105, 230);
}
.ielabel{
	display: none;
	margin: 10px 0px 2px 0;
}
.underlinelink:hover{
	text-decoration: underline;
}
.page{
	overflow: hidden;
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.maxin{
	display: none;
}

/* MENU STYLES */
.menu{
	position: relative;
	height: 141px;
}
.navbar{
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 140px;
	background-color: white;
	box-shadow: 0px 1px 2px rgb(120,120,120);
	-moz-transition: height 0.2s;
	-webkit-transition: height 0.2s;
	-o-transition: height 0.2s;
	transition: height 0.2s;
}
.navdiv{
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: right;
}
.navbuttondiv{
	position: absolute;
	width: 100%;
	text-align: right;
}
.navbutton{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin: 0 5px 0 0;
	padding: 100px 5px 10px 5px;
	color: rgb(120,120,120);
	font-size: 14px;
	font-weight: 300;
	z-index: 10;
	-moz-transition: padding 0.2s, margin 0.2s;
	-webkit-transition: padding 0.2s, margin 0.2s;
	-o-transition: padding 0.2s, margin 0.2s;
	transition: padding 0.2s, margin 0.2s;
}
.navbutton:hover{
	color: white;
	background-color: rgb(77,144,254);
}
.dropdowndiv{
	display: none;
	position: absolute;
	left: 100%;
	text-align: left;
	padding: 6px 0px 0px;
	margin: -3px 0px 0px;
	background-image: url('/images/dropdowntriangle.png');
	background-repeat: no-repeat;
	background-position: center 0;
	z-index: 20;
}
.dropdownlink{
	display: block;
	background: white;
	padding: 10px;
	font-size: 20px;
	font-weight: 300;
	color: rgb(120, 120, 120);
	box-shadow: 0px 2px 2px rgb(120,120,120);
}
.dropdownlink:hover{
	background: rgb(77,144,254);
	color: white;
}
#dropdowndiv1{
	margin-left: -422px;
	min-width: 300px;
}
#dropdowndiv2{
	margin-left: -237px;
	min-width: 200px;
}
.dropdownreveal{
	display: block !important;
}
.minimenutop{
	display: none; 
}
.minimenucollapse{
	display: none;
}
.logodiv{
	left: 5%;
	position: absolute;
}
.logolink{
	position: absolute;
	left: 0;
	top: 37px;
	z-index: 50;
	-moz-transition: top 0.2s;
	-webkit-transition: top 0.2s;
	-o-transition: top 0.2s;
	transition: top 0.2s;
}
.logo1{
	position: absolute;
	margin: 0;
	height: 68px;
	width: 68px;
	background-image: url('/images/logo-1.png');
	background-size: 66px 66px;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-transition: -moz-transform 1.5s;
	-webkit-transition: -webkit-transform 1.5s;
	-o-transition: -o-transform 1.5s;
	transition: transform 1.5s;
	z-index: 24;
}
.logo2{
	position: absolute;
	margin: 0;
	height: 68px;
	width: 68px;
	background-image: url('/images/logo-2.png');
	background-size: 66px 66px;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-transition: -moz-transform 1.5s;
	-webkit-transition: -webkit-transform 1.5s;
	-o-transition: -o-transform 1.5s;
	transition: transform 1.5s;
	z-index: 23;
}
.logo3{
	position: absolute;
	margin: 0;
	height: 68px;
	width: 68px;
	background-image: url('/images/logo-3.png');
	background-size: 66px 66px;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-transition: -moz-transform 1.5s;
	-webkit-transition: -webkit-transform 1.5s;
	-o-transition: -o-transform 1.5s;
	transition: transform 1.5s;
	z-index: 22;
}
.logo4{
	position: absolute;
	margin: 0;
	height: 68px;
	width: 68px;
	background-image: url('/images/logo-4.png');
	background-size: 66px 66px;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-transition: -moz-transform 1.5s;
	-webkit-transition: -webkit-transform 1.5s;
	-o-transition: -o-transform 1.5s;
	transition: transform 1.5s;
	z-index: 21;
}
.logodiv:hover .logo1, .logodiv:hover .logo4{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-moz-transition: -moz-transform 1.5s;
	-webkit-transition: -webkit-transform 1.5s;
	-o-transition: -o-transform 1.5s;
	transition: transform 1.5s;
}
.logodiv:hover .logo2, .logodiv:hover .logo3{
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-moz-transition: -moz-transform 1.5s;
	-webkit-transition: -webkit-transform 1.5s;
	-o-transition: -o-transform 1.5s;
	transition: transform 1.5s;
}
.logotext{
	position: absolute;
	font-size: 34px;
	font-weight: 700;
	color: rgb(70,70,70);
	margin: 6px 0px 0px 71px;
	text-align: left;
	width: 170px;
	font-style: italic;
	text-transform: lowercase;
}
.logotextdigital{
	font-weight: 300;
}
.logobyline{
	position: absolute;
	margin: 44px 0px 0px 74px;
	color: rgb(120,120,120);
	text-align: left;
	font-size: 12px;
	font-weight: 300;
	font-style: italic;
	width: 170px;
}
.mainbyline{
	position: absolute;
	z-index: 20;
	text-align: center;
	left: 100%;
	top: 0px;
	margin: 0px 0px 0px -500px;
	padding: 35px 0 0 0;
	max-width: 500px;
	opacity: 0;
	-moz-transition: opacity 0.8s, top 1s, margin 0.2s;
	-webkit-transition: opacity 0.8s, top 1s, margin 0.2s;
	-o-transition: opacity 0.8s, top 1s, margin 0.2s;
	transition: opacity 0.8s, top 1s, margin 0.2s;
}
.phoneicon{
	display: inline-block;
	height: 30px;
	width: 30px;
	margin: 0px 10px -5px 5px;
	background-image: url("/images/phoneicon.png");
	background-size: 30px 30px;
	background-position: 0 0;
}
.clientlogin{
	display: block;
	position: absolute;
	left: 100%;
	width: 80px;
	z-index: 20;
	margin: 2px 0px 0px -85px;
	color: rgb(120,120,120);
	font-size: 10px;
	text-align: center;
}
.clientlogin:hover{
	text-decoration: underline;
}

/* INDEX AND KEY STYLES */

.centertext{
	text-align: center;
}
.contwidth{
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 5px 0;
}
.contpad{
	padding: 0px 20px;
}
.contsection{
	position: relative;
	width: 100%;
	min-height: 500px;
}
.contleft{
	position: absolute;
	width: 40%;
	padding: 0px 2%;
	margin: 30px 0px 0px 3%;
	background: rgba(255,255,255,0.8);
}
.contright{
	position: absolute;
	width: 40%;
	padding: 0px 2%;
	margin: 30px 0px 0px 0px;
	left: 50%;
	background: rgba(255,255,255,0.8);
}
.contseoform{
	position: absolute;
	width: 420px;
	padding: 0px 2%;
	margin: 30px 0px 0px 3%;
	background: rgba(255,255,255,0.8);
	z-index: 40;
}
.contheader{
	font-size: 52px;
	color: rgb(60, 60, 60);
	margin: 14px 0px;
}
.contbylineleft{
	margin: 15px 0px;
	text-align: left;
	line-height: 30px;
}
.contbyline{
    max-width: 900px;
    margin: 15px auto;
	text-align: center;
	padding: 0 5%;
}
.dkgrey{
	color: rgb(60,60,60);
}
.mdgrey{
	color: rgb(100,100,100);
}
.mdltgrey{
	color: rgb(120,120,120);
}
.ltgrey{
	color: rgb(140,140,140);
}
.contp{
	font-size: 14px;
	line-height: 20px;
}
.contformlabel{
	margin-top: 30px;
}
.continput{
	width: 90%;
	height: 40px;
	font-size: 16px;
	font-family: 'Open Sans',Arial,sans-serif;
	color: rgb(120,120,120);
	margin: 5px 0px;
	padding: 0 5%;
	border: 1px solid rgb(120,120,120);
}
.conttextarea{
	width: 90%;
	min-width: 90%;
	max-width: 90%;
	height: 120px;
	font-size: 16px;
	font-family: 'Open Sans',Arial,sans-serif;
	color: rgb(120,120,120);
	margin: 5px 0px;
	padding: 10px 5%;
	border: 1px solid rgb(120,120,120);
}
.seoreportbut{
	width: 100%;
	margin: 5px 0;
}
#contactformdiv{
	display: none;
}
#seowebsite{
	position: relative;
	width: 420px;
}
#seocontact{
	position: relative;
	width: 420px;
}
#seobackbut{
	float: right;
	cursor: pointer;
}
.seoerror{
	float: right;
	line-height: 20px;
	color: rgb(230,20,20);
	margin: 10px 0px 2px 0;
}
.seosection1{
	max-width: 4000px;
	margin: 0 auto;
	background-image: url('/images/bg1.jpg');
	background-size: 1920px 500px;
	background-position: top center;
	background-repeat: no-repeat;
}
.seosection2{
	background-image: url('/images/bg2.jpg');
	background-size: 1920px 500px;
	background-position: top center;
	background-repeat: no-repeat;
}
.seosection2mes{
	position: absolute;
	width: 165px;
	left: 50%;
	margin-left: -240px;
	margin-top: 240px;
}
.seosection2mes p{
	line-height: 1;
}
.seosection2meslink{
	display: block;
}
.seosection2messig{
	display: block;
	width: 140px;
	height: 35px;
	background-image: url('/images/codesig.gif');
	background-size: 140px 35px;
}
.seosection2title{
	font-size: 9px;
}
.contmasthead{
	font-size: 52px;
	text-align: center;
	margin-top: 90px;
	color: rgb(70, 70, 70);
	padding: 0 5%;
}
.contmastp{
	width: 900px;
	max-width: 90%;
	font-size: 14px;
	line-height: 20px;
	margin: 20px auto;
}
.contthreecol{
	position: relative;
	display: block;
	float: left;
	vertical-align: baseline;
	width: 29%;
	margin: 20px 0px 50px 0;
	padding: 0px 2% 20px 2%;
	border-right: 1px solid rgb(220,220,220);
	min-height: 195px;
	text-align: left;
}
.scrolloff {
    pointer-events: none;
}

/* INITIATE KEY WORDPRESS STYLES */

.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.entry-content table{
	margin: 20px auto;
}
.entry-content th{
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	border: 1px solid grey;
	background: rgb(30,30,30);
	color: white;
}
.entry-content td{
	padding: 10px;
	border: 1px solid grey;
}

.blogbg{
	display: block;
	background-image: url("/blog/wp-content/themes/codedigital/images/blogbg.jpg");
	background-position: center center;
	background-attachment: fixed;	
	background-size: cover;
}


.site{
}
.wrapper{
	width: 1200px;
	max-width: 90%;
	margin: 0px auto;
	padding: 20px 0px 50px;
}
.site-content{
	width: 68%;
	margin: 80px 0 100px;
	float: left;
}
.widget-area{
	width: 25%;
	float: right;
	background: rgba(0,0,0,0.85);
	color: white;
	margin: 80px 0;
	padding: 15px 2%;
}
.widget{
	display: block;
	clear: both;
	margin: 0 0 25px;
}
.widget-area h3, .widget-area p{
	color: white;
}
.widget-area a{
	color: #4D90FE;
}
.widget_custom_recent_entries ul li{
	margin: 5px 0;
}
.widget-area .widget_custom_recent_entries ul li a{
	color: white;
	font-size: 16px;
}
.custom-recent-post-thumb{
	display: block;
	position: relative;
	margin: 0 0 20px;
	overflow: hidden;
}
.custom-recent-post-title{
	position: absolute;
	color: white;
	font-size: 16px;
	line-height: 20px;
	bottom: 0;
	background: rgba(0,0,0,0.85);
	margin: 0 50px 20px 0;
	padding: 10px;
}
.custom-recent-post-title-rel{
	position: relative;
	color: white;
	font-size: 16px;
	line-height: 20px;
	background: rgba(0,0,0,0.85);
	margin: 10px 50px 20px 0;
	padding: 10px;
}
.custom-recent-post-thumb img{
	width: auto;
	height: 169px;
}
.widget_tag_cloud a{
	color: #FFF;
	font-weight: 300;
	margin: 10px 5px 0px 0;
	line-height: 15px;
	display: inline-block;
}
.blogheaderbanner{
	margin: 0px;
	padding: 1px 5%;
	background: rgb(30,30,30);
}
.blogheaderbannertitle{
	display: block;
	margin: 12px 0px;
	color: white;
	float: left;
}
.blogheadersubscribeform{
	float: right;
	max-width: 100%;
	width: 25%;
	padding: 0 2%;
}
.blogheadersubscribeinput{
	float: left;
	width: 55%;
	height: 38px;
	margin: 5px 0;
	padding: 0 2%;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Open Sans',Arial,sans-serif;
	color: white;
	border: 1px solid #787878;
	background: transparent;
}
.blogheadersubscribesubmit{
	float: right;
	width: 35%;
	height: 40px;
	margin: 5px 1% 5px 0px;
	line-height: 40px;
	font-size: 14px;
}
.entry-header{
	background: black;
	background: rgba(0,0,0,0.85);
	padding: 20px;
	margin: 0;
}
.entry-header h1, .entry-header h1 a{
	color: white;
	font-size: 32px;
	line-height: 40px;
	margin: 0 0 15px;
	text-shadow: 0 0 5px black;
}
.entry-header .post-tags a{
	display: inline-block;
	margin: 10px 0px 0px;
	color: rgb(77,144,254);
	font-weight: 700;
	font-size: 14px;
}
.entry-header .post-credit{
	margin: 15px 0 0;
}
.entry-header .post-credit p{
	margin: 0;
	font-size: 14px;
	color: white;
}
.entry-content{
	background: white;
	padding: 20px;
	font-size: 14px;
}
.entry-content p{
	font-size: 14px;
	margin: 10px 0 20px;
	line-height: 25px;
}
.entry-content h3{
    font-size: 28px;
    font-weight: 600;
    margin: 10px 0 20px;
}
.entry-content h6{
    font-weight: 600;
    margin: 10px 0 20px;
}
.entry-content blockquote, .entry-content blockquote p{
	font-size: 16px;
}
.entry-content a{
	color: #4D90FE;
}
.entry-content img{
	max-width: 100%;
	height: auto;
}
.blog-feature{
	display: block;
	position: relative;
	width: 100%;
	height: 340px;
	background-size: cover;
	background-position: center center;
}
.blog-feature .entry-title{
	position: absolute;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.85);
	margin: 0px 10% 20px 0px;
	width: 86%;
	padding: 8px 2% 12px;
}
.single-feature{
	display: block;
    float: right;
    width: 280px;
    height: 150px;
    margin: 0 0 0 20px;
    background-size: 100% auto;
    background-size: cover;
}
.moretag{
	color:rgb(77,144,254) !important;
}
.entry-content ul{
	list-style: inside;
	margin: 15px 10px;
}
.entry-content ul li{
	line-height: 18px;
	margin: 5px 0;
}
.entry-content ol{
	list-style: inside numeric;
}
.entry-content ol li{
	line-height: 18px;
	margin: 5px 0;
}
/* SIDEBAR AND WIDGETS */
.widget_search{
	display: block;
	margin: 0 0 20px;
}
.screen-reader-text{
	display: none;
}
#s{
	float: left;
	width: 55%;
	height: 38px;
	font-size: 14px;
	font-weight: 300;
	font-family: "Open Sans",Arial,sans-serif;
	color: #FFF;
	margin: 5px 0;
	padding: 0 2%;
	border: 1px solid #787878;
	background: transparent;
}
#searchsubmit{
	display: block;
	width: 35%;
	height: 40px;
	line-height: 40px;
	margin: 5px 1% 5px 0;
	float: right;
	font-size: 14px;
	box-shadow: none;
	background-color: #4D90FE;
	color: #FFF;
	font-family: "Open Sans",Arial,sans-serif;
	font-weight: 300;
	cursor: pointer;
	border: 0px none;
}
#searchsubmit:hover{
	background-color: #3269E6;
}
.widget_categories ul li{
	display: block;
	float: left;
	margin: 2px 4px 2px 0px;
}
.widget_categories ul:after{
	display: block;
	content: " ";
	clear: both;
}
.widget_categories ul li a{
	display: block;
	color: white;
	font-size: 15px;
	font-weight: 100;
	border: 1px solid rgb(160,160,160);
	padding: 10px;
}
.widget_categories ul li a:hover{
	background: #4D90FE;
}
.archive-header{
	background: rgba(0, 0, 0, 0.85) none repeat scroll 0% 0%;
	padding: 20px;
	margin: 0 0 20px;
}
.archive-header h1, .archive-title, .archive-title a, .archive-meta, .archive-meta p{
	color: white;
}
.entry-summary{
	background: white;
	margin: 0px;
	padding: 20px;
}
.entry-content #s{
	color: #646464;
}
.nav-post-box{
	display: block;
	position: relative;
	background-color: rgba(0, 0, 0, 0.85);
	padding: 15px 24px;
	max-width: 35%;
	width: 300px;
}
.nav-page-box{
	display: block;
	position: relative;
	background-color: rgba(0, 0, 0, 0.85);
	padding: 15px 30px;
	max-width: 35%;
}
.nav-post-previous{
	float: left;
}
.nav-post-next{
	float: right;
}
.nav-post-previous img{
	float: left;
	margin: 0 10px 0 0;
}
.nav-post-next img{
	float: right;
	margin: 0 0 0 10px;
}
.nav-post-larr{
	position: absolute;
	display: block;
	width: 20px;
	height: 28px;
	left: 0;
	margin: 36px 0 0;
	background-image: url('/blog/wp-content/themes/codedigital/images/l-r-caret.png');
	background-position: 0 0;
	background-repeat: no-repeat;
}
.nav-page-box .nav-post-larr{
	margin: -3px 4px 0px;
}
.nav-post-rarr{
	position: absolute;
	display: block;
	width: 20px;
	height: 28px;
	right: 0;
	margin: 36px 0 0;
	background-image: url('/blog/wp-content/themes/codedigital/images/l-r-caret.png');
	background-position: -20px 0;
	background-repeat: no-repeat;
}
.nav-page-box .nav-post-rarr{
	margin: -3px 4px 0px;
}
.nav-post-title{
	display: block;
	color: white;
	font-weight: 300;
	font-size: 15px;
	line-height: 20px;
}
.nav-post-next .nav-post-title{
	text-align: right;
}


/* COMMENTS AREA */
.comments-title{
	background: rgba(0,0,0,0.85);
	padding: 15px;
	margin: 0 0 20px;
	color: white;
	font-size: 32px;
	line-height: 40px;
}
.commentlist li.comment{
	background: rgba(0,0,0,0.85);
	padding: 15px;
	margin: 0 0 20px;
}
.commentlist li.comment .avatar{
	margin: 0px 15px 0px 0px;
}
.comment-respond{
	background: rgba(0,0,0,0.85);
	padding: 15px;
	margin: 0 0 50px;
}
.comments-area h3, .comments-area p{
	color: white;
}
.comments-area a{
	color: #A0A0A0;
}
.comments-area label{
	display: block;
	color: #A0A0A0;
}
.comments-area input{
	width: 90%;
	height: 40px;
	font-size: 16px;
	font-family: "Open Sans",Arial,sans-serif;
	color: rgb(220,220,220);
	margin: 2px 0px;
	padding: 0 5%;
	border: 1px solid #787878;
	background: rgb(30,30,30);
}
.comments-area input[type="submit"]{
	width: 100%;
	height: 60px;
	color: white;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 20px;
	font-weight: 300;
	cursor: pointer;
}
.comments-area input[type="submit"]:hover, .comments-area input[type="submit"]:focus{
    background-color: rgb(50, 105, 230);
}
#comment{
    width: 90%;
    height: 60px;
	font-size: 16px;
	font-family: "Open Sans",Arial,sans-serif;
	color: rgb(220,220,220);
	margin: 2px 0px;
	padding: 10px 5%;
	border: 1px solid #787878;
	background: rgb(30,30,30);
}


footer.entry-meta{
	background-color: rgba(0,0,0,0.85);
	margin: 0 0 50px;
	padding: 20px;
	line-height: 20px;
	color: white;
}
footer.entry-meta a{
	color: rgb(160,160,160);
}

/* SOCIAL SHARE BUTTONS */
.sharepad{
	position: fixed;
	z-index: 80;
	width: 40px;
	top: 50%;
	margin: -100px 0 0;
	-webkit-transition: margin-left 0.5s;
	-o-transition: margin-left 0.5s;
	-moz-transition: margin-left 0.5s;
	transition: margin-left 0.5s;
}
.sharepadmin{
	margin: -100px 0 0 -40px;
}
.sharetext{
	display: block;
	font-size: 12px;
	color: rgb(170,170,170);
	margin: 3px;
}
.sharelink{
	display: block;
	position: relative;
}
.sharesocialbutton{
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
	margin: 3px 0;
	padding: 0;
	cursor: pointer;
	opacity: 0.3;
	background-color: rgb(220,220,220);
	background-image: url('/images/socialicons.png');
	background-repeat: no-repeat;
	background-size: 280px 80px;
	-webkit-transition: background-position 0.5s, background-color 0.5s, opacity 0.5s;
	-moz-transition: background-position 0.5s, background-color 0.5s, opacity 0.5s;
	-o-transition: background-position 0.5s, background-color 0.5s, opacity 0.5s;
	transition: background-position 0.5s, background-color 0.5s, opacity 0.5s;
}
.sharefacebook{
	background-position: 0 -40px;
}
.sharelinkfacebook:hover .sharefacebook{
	opacity: 1;
	background-color: rgb(32,67,133);
	background-position: 0px 0;
}
.sharetwitter{
	background-position: -40px -40px;
}
.sharelinktwitter:hover  .sharetwitter{
	opacity: 1;
	background-color: rgb(42,169,224);
	background-position: -40px 0;
}
.sharegoogle{
	background-position: -80px -40px;
}
.sharelinkgoogle:hover .sharegoogle{
	opacity: 1;
	background-color: rgb(211,73,44);
	background-position: -80px 0;
}
.sharelinkedin{
	background-position: -120px -40px;
}
.sharelinklinkedin:hover .sharelinkedin{
	opacity: 1;
	background-color: rgb(2,102,154);
	background-position: -120px 0;
}
.sharetoggle{
	position: relative;
	margin-left: 0;
	background-position: -200px -40px;
	-webkit-transition: margin-left 0.5s, background-position 0.5s;
	-o-transition: margin-left 0.5s, background-position 0.5s;
	-moz-transition: margin-left 0.5s, background-position 0.5s;
	transition: margin-left 0.5s, background-position 0.5s;
}
.sharetogglemin{
	margin-left: 40px;
	background-position: -240px -40px;
}


/* RESPONSIVE LIKE BOX */

.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] {width: 100% !important;display:block;z-index:10;position:relative; }
.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe  span[style] {width: 100% !important;display:block;z-index:10;position:relative; }

/* FOOTER STYLES */

.footerpartner{
	width: 100%;
	background: rgb(250, 250, 250);
	padding: 30px 0 80px;
}
.partnerlogodiv{
	display: block;
	position: relative;
	margin: 0 auto;
	width: 600px;
}
.partnerlogo{
	display: block;
	float: left;
	width: 160px;
	height: 85px;
	margin: 0 20px;
	background-image: url("/images/partner-logos.png");
	background-size: 1000px 170px;
	background-repeat: no-repeat;
}
.partner-g{
	background-position: 0 0;
}
.partnerf{
	background-position: 20% 0;
}
.partnerm{
	background-position: 40% 0;
}
.partnerb{
	background-position: 60% 0;
}
.partnern{
	background-position: 80% 0;
}
.partnera{
	background-position: 100% 0;
}
.partnerg:hover{
	background-position: 0 100%;
}
.partnerf:hover{
	background-position: 20% 100%;
}
.partnerm:hover{
	background-position: 40% 100%;
}
.partnerb:hover{
	background-position: 60% 100%;
}
.partnern:hover{
	background-position: 80% 100%;
}
.partnera:hover{
	background-position: 100% 100%;
}

.footermain{
	width: 100%;
	min-height: 500px;
	background-color: rgb(35,35,35);
}
.fourborder{
	width: 100%;
	height: 10px;
}
.purpleline{
	height: 10px;
	width: 25%;
	float: left;
	background-color: rgb(162,66,176);
}
.blueline{
	height: 10px;
	width: 25%;
	float: left;
	background-color: rgb(50,105,230);
}
.greenline{
	height: 10px;
	width: 25%;
	float: left;
	background-color: rgb(120,205,58);
}
.orangeline{
	height: 10px;
	width: 25%;
	float: left;
	background-color: rgb(255,166,43);
}
.footercol1{
	width: 27%;
	padding: 10px 2% 80px 5%;
	min-height: 450px;
	float: left;
}
.footercol2{
	width: 16%;
	padding: 115px 1% 80px 4%;
	min-height: 345px;
	float: left;
}
.footercol3{
	width: 37%;
	padding: 115px 5% 80px 2%;
	min-height: 345px;
	float: left;
}
.footerlogodiv{
	position: relative !important;
	left: 0px !important;
	height: 70px;
	width: 240px;
	margin: 17px 0px;
}
.footerlogolink{
	top: 0px !important;
}
.footerlogotext{
	position: absolute;
	font-size: 34px;
	font-weight: 700;
	font-style: italic;
	color: rgb(170,170,170);
	margin: 6px 0px 0px 71px;
	text-align: left;
	width: 170px;
	text-transform: lowercase;
}
.footerlogobyline{
	position: absolute;
	margin: 44px 0px 0px 74px;
	color: rgb(170,170,170);
	text-align: left;
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	width: 170px;
}
.footerheader{
	color: rgb(170,170,170);
	padding: 4px 0px;
}
.footerheader a{
	display: block;
	color: rgb(170,170,170);
}
.footerheader a:hover{
	color: rgb(50,105,230);
}
.footerlink{
	display: block;
	font-size: 16px;
	line-height: 16px;
	text-align: left;
	color: rgb(170,170,170);
	font-weight: 300;
	padding: 12px 10px 10px 0px;
}
.footerlink:hover{
	color: rgb(50,105,230);
}
.footinput{
	width: 90%;
	height: 40px;
	font-size: 16px;
	font-family: "Open Sans",Arial,sans-serif;
	color: rgb(220,220,220);
	margin: 2px 0px;
	padding: 0px 5%;
	border: 1px solid #787878;
	background: rgb(30,30,30);
}
.foottextarea{
	width: 90%;
	min-width: 90%;
	max-width: 90%;
	height: 120px;
	font-size: 16px;
	font-family: 'Open Sans',Arial,sans-serif;
	color: rgb(220,220,220);
	margin: 2px 0px;
	padding: 8px 5%;
	border: 1px solid #787878;
	background: rgb(30,30,30);
}
.footsubmit{
	margin: 2px 0px;
	padding: 0px 5%;
	width: 90%;
	border: 1px solid #787878;
	background: none repeat scroll 0% 0% #1E1E1E;
	height: 60px;
	box-sizing: inherit;
}
.footer-about-phone a{
	color: rgb(170,170,170);
}
.footer-about-phone a:hover{
	color: rgb(50,105,230);
}

.footerlocations{
	background-color: rgb(25,25,25);
	border-top: 1px solid rgb(100,100,100);
}
.footerlocationdiv{
    padding: 5px 5%;
}
.footerlocation{
	display: block;
	float: left;
	width: 16.5%;
	font-size: 15px;
	line-height: 16px;
	text-align: center;
	color: #AAA;
	font-weight: 300;
	padding: 10px 0px;
}
.footerlocation:hover{
	color: rgb(50,105,230);
}

.footercredit{
	background-color: rgb(15,15,15);
	border-top: 1px solid rgb(100,100,100);
}
.footercreditbar{
	padding: 5px 5%;
	margin: 30px 0px 0px 0px;
}
.footercreditbar2{
	padding: 5px 5%;
	margin: 0px 0px 0px 0px;
}
.footercreditbar3{
	padding: 5px 5%;
	margin: 0px 0px 25px 0px;
}
.footerclientlink{
	display: inline-block;
	color: white;
	padding: 0;
}
.footercreditlink{
	display: inline-block;
	color: rgb(120,120,120);
	padding: 0;
	margin: 0;
}
.footersocial{
	float: right;
	width: 176px;
	height: 70px;
	margin: 35px 5%;
	padding: 5px 0px;
}
.footersocialbutton{
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 1.5px;
	padding: 0;
	cursor: pointer;
	background-color: rgb(100,100,100);
	background-image: url("/images/socialicons.png");
	background-repeat: no-repeat;
	background-size: 280px 80px;
	-webkit-transition: background-color 0.5s, background-position 0.5s;
	-moz-transition: background-color 0.5s, background-position 0.5s;
	-o-transition: background-color 0.5s, background-position 0.5s;
	transition: background-color 0.5s, background-position 0.5s;
}
.footerfacebook{
	background-position: 0 -40px;
}
.footerfacebook:hover{
	background-color: rgb(32,67,133);
	background-position: 0 0;
}
.footertwitter{
	background-position: -40px -40px;
}
.footertwitter:hover{
	background-color: rgb(42,169,224);
	background-position: -40px 0;
}
.footergoogle{
	background-position: -80px -40px;
}
.footergoogle:hover{
	background-color: rgb(211,73,44);
	background-position: -80px 0;
}
.footerlinkedin{
	background-position: -120px -40px;
}
.footerlinkedin:hover{
	background-color: rgb(2,102,154);
	background-position: -120px 0;
}
.socialfollowtext{
	display: block;
	padding: 0px;
	margin: 10px 0;
	color: rgb(170,170,170);
	text-align: center;
}
.modout{
	display: none;
}

.input_two{
	display: block;
	height: 0;
	visibility: hidden;
}


/* MEDIA QUERIES */

/* MEDIUM SCREENS - TABLETS */

@media all and (max-width: 959px){
.mainbyline{
	margin: 0px 0px 0px -395px;
	padding: 39px 0 0 0;
}
.mainbyline h3{
	font-size: 24px;
}
.phoneicon{
	height: 25px;
	width: 25px;
	background-size: 25px 25px;
	margin: 0px 10px -4px 5px;
}
.navbar{
	position: relative;
}
.navbutton{
	margin: 100px 5px 0 5px;
	padding: 5px 5px 5px;
}
#dropdowndiv1{
	margin-left: -402px;
}
#dropdowndiv2{
	margin-left: -228px;
}
.servicescontleft{
	width: 45%;
}
.contacttextdiv{
	width: 50%;
}
.contactformdiv{
	width: 50%;
}



}


/* SMALL SCREENS - SMART PHONES */

@media all and (max-width: 719px){
.minout{
	display: none;
}
.clientlogin{
	width: 65px;
	margin: 2px 0px 0px -65px;
}
.minimenutop{
	display: block;
	position: absolute;
	width: 80px;
	left: 100%;
	height: 35px;
	margin: 100px 0px 0px -95px;
	line-height: 35px;
	color: rgb(70,70,70);
	background-color: rgb(245, 245, 245);
	border-radius: 6px;
	cursor: pointer;
	height: 35px;
	padding: 0px 5px;
	text-align: left;
	font-size: 12px;
}
.minimenubutton{
	height: 35px;
	width: 35px;
	float: right;
}
.minimenuline{
	height: 5px;
	width: 35px;
	margin: 5px 0;
	border-radius: 3px;
	background-color: rgb(70, 70, 70);
}
#minimenudiv{
	display: block;
	position: absolute;
	z-index: 80;
	margin: 140px 0;
	width: 100%;
	left: 100%; /* Slide action with jQuery */
	-moz-transition: left 1s;
	-webkit-transition: left 1s;
	-o-transition: left 1s;
	transition: left 1s;
}
.minimenureveal{
	left: 0% !important;
	-moz-transition: left 1s;
	-webkit-transition: left 1s;
	-o-transition: left 1s;
	-ms-transition: left 1s;
	transition: left 1s;
}
.navbutton{
	position: relative;
	display: block;
	width: 90%;
	padding: 10px 5%;
	background-color: rgb(70,70,70);
	color: white;
	margin: 0;
	border-bottom: 1px solid rgb(90,90,90);
}
.homenavbuttonicon{
	width: 40px;
	height: 32px;
	float: left;
	background-image: url('/images/menusprites.png');
	background-position: -7px -10px;
	background-repeat: no-repeat;
	background-size: 568px 50px;
}
.seonavbuttonicon{
	width: 40px;
	height: 32px;
	float: left;
	background-image: url('/images/menusprites.png');
	background-position: -78px -10px;
	background-repeat: no-repeat;
	background-size: 568px 50px;
}
.adwordsnavbuttonicon{
	width: 40px;
	height: 32px;
	float: left;
	background-image: url('/images/menusprites.png');
	background-position: -153px -10px;
	background-repeat: no-repeat;
	background-size: 568px 50px;
}
.webnavbuttonicon{
	width: 40px;
	height: 32px;
	float: left;
	background-image: url('/images/menusprites.png');
	background-position: -224px -10px;
	background-repeat: no-repeat;
	background-size: 568px 50px;
}
.servicesnavbuttonicon{
	width: 40px;
	height: 32px;
	float: left;
	background-image: url('/images/menusprites.png');
	background-position: -302px -10px;
	background-repeat: no-repeat;
	background-size: 568px 50px;
}
.blognavbuttonicon{
	width: 40px;
	height: 32px;
	float: left;
	background-image: url('/images/menusprites.png');
	background-position: -378px -10px;
	background-repeat: no-repeat;
	background-size: 568px 50px;
}
.supportnavbuttonicon{
	width: 40px;
	height: 32px;
	float: left;
	background-image: url('/images/menusprites.png');
	background-position: -448px -10px;
	background-repeat: no-repeat;
	background-size: 568px 50px;
}
.contactnavbuttonicon{
	width: 40px;
	height: 32px;
	float: left;
	background-image: url('/images/menusprites.png');
	background-position: -520px -10px;
	background-repeat: no-repeat;
	background-size: 568px 50px;
}
.dropdowndiv{
	position: relative;
	left: 0%;
}
#dropdowndiv1{
	margin: -6px 0 0 0;
}
#dropdowndiv2{
	margin: -6px 0 0 0;
}
.dropdownlink{
	font-size: 14px;
	text-align: right;
	padding: 10px 10%;
}
.minimenucollapse{
	display: block;
	width: 90%;
	padding: 5px 5%;
	height: 35px;
	line-height: 35px;
	font-size: 12px;
	background-color: #F0F0F0;
	box-shadow: 2px 2px 2px #464646;
	cursor: pointer;
}
.minimenubottom{
	width: 35px;
	padding: 0px 5px;
	float: left;
}
.site{

}
.site-content{
	width: 100%;
	float: none;
}
.widget-area{
	width: 92%;
	padding: 15px 4%;
	float: none;
}
.blogheadersubscribeform{
	width: 100%;
	padding: 0;
}
.blogheadersubscribeinput{
	width: 55%;
}
.blogheadersubscribesubmit{
	max-width: 32%;
}
.custom-recent-post-thumb{
	float: left;
	margin: 0 1.6% 20px;
	width: 46.8%;
}
.nav-post-previous, .nav-post-next{
	width: 30%;
}
.nav-post-previous img, .nav-post-next img {
	float: none;
}


.footercol1{
	width: 90%;
	padding: 10px 5% 10px 5%;
	min-height: 100px;
	float: none;
}
.footercol2{
	width: 90%;
	padding: 20px 5% 10px 5%;
	min-height: 100px;
	float: none;
}
.footercol3{
	width: 90%;
	padding: 40px 5% 10px 5%;
	min-height: 100px;
	float: none;
}
.footersocial{
	float: none;
	margin: 30px auto;
}
.footerlink{
	text-align: center;
	padding: 15px 10px 15px 20px;
	border-bottom: 1px solid rgb(70,70,70);
}
.footerlocation{
	width: 33%;
	margin: 10px 0;
}
.footercreditbar, .footercreditbar2{
	text-align: center;
}



}

/* VERY SMALL ONLY UNDER 540px WIDTH */

@media all and (max-width: 539px){
	.custom-recent-post-thumb{
		float: none;
		margin: 0 0 20px;
		width: 100%;
	}
	.custom-recent-post-thumb img{
		width: 100%;
		height: auto;
	}
	
}


/* HOVER EFFECTS ONLY OVER 720px WIDTH */

@media all and (min-width: 720px){
.maxout{
	display: none;
}

}



/* LARGE MONITORS ALSO TABLET LANDSCAPE */

@media all and (min-width: 960px){
.navbutton{
	padding: 100px 10px 10px 10px;
}
 .navbarminimize{
	height: 70px;
	-moz-transition: height 1s;
	-webkit-transition: height 1s;
	-o-transition: height 1s;
	transition: height 1s;
}
.navbarminimize .logolink{
	top: 1px;
	-moz-transition: top 1s;
	-webkit-transition: top 1s;
	-o-transition: top 1s;
	transition: top 1s;
}
.navbarminimize .mainbyline{
	opacity: 0;
	margin: -85px 0px 0px -500px;
	-moz-transition: opacity 0.8s, margin 1s;
	-webkit-transition: opacity 0.8s, margin 1s;
	-o-transition: opacity 0.8s, margin 1s;
	transition: opacity 0.8s, margin 1s;
}
.mainbylinebegone{
	opacity: 0;
	top: -100px;
	-moz-transition: opacity 0.5s, top 0.5s;
	-webkit-transition: opacity 0.5s, top 0.5s;
	-o-transition: opacity 0.5s, top 0.5s;
	transition: opacity 0.5s, top 0.5s;
}
.navbarminimize .navbutton{
	padding: 22px 10px 18px;
	-moz-transition: padding 1s, margin 1s;
	-webkit-transition: padding 1s, margin 1s;
	-o-transition: padding 1s, margin 1s;
	transition: padding 1s, margin 1s;
}
.homenavbutton{
	background-image: url('/images/menusprites.png');
	background-position: 0px 30px;
	background-repeat: no-repeat;
	background-size: 568px 50px;
}
.seonavbutton{
	background-image: url('/images/menusprites.png');
	background-position: -75px 30px;
	background-repeat: no-repeat;
	background-size: 568px 50px;
}
.adwordsnavbutton{
	background-image: url('/images/menusprites.png');
	background-position: -136px 30px;
	background-repeat: no-repeat;
	background-size: 568px 50px;
}
.webnavbutton{
	background-image: url('/images/menusprites.png');
	background-position: -197px 30px;
	background-repeat: no-repeat;
	background-size: 568px 50px;
}
.servicesnavbutton{
	background-image: url('/images/menusprites.png');
	background-position: -287px 30px;
	background-repeat: no-repeat;
	background-size: 568px 50px;
}
.blognavbutton{
	padding: 100px 10px 10px 10px;
	background-image: url('/images/menusprites.png');
	background-position: -377px 30px;
	background-repeat: no-repeat;
	background-size: 568px 50px;
}
.supportnavbutton{
	background-image: url('/images/menusprites.png');
	background-position: -431px 30px;
	background-repeat: no-repeat;
	background-size: 568px 50px;
}
.contactnavbutton{
	background-image: url('/images/menusprites.png');
	background-position: -495px 30px;
	background-repeat: no-repeat;
	background-size: 568px 50px;
}
.navbarminimize .homenavbutton{
	background-image: none;
}
.navbarminimize .seonavbutton{
	background-image: none;
}
.navbarminimize .adwordsnavbutton{
	background-image: none;
}
.navbarminimize .webnavbutton{
	background-image: none;
}
.navbarminimize .servicesnavbutton{
	background-image: none;
}
.navbarminimize .blognavbutton{
	background-image: none;
	padding: 22px 10px 18px;
}
.navbarminimize .supportnavbutton{
	background-image: none;
}
.navbarminimize .contactnavbutton{
	background-image: none;
}

}

/* VERY WIDE SCREEN SPECIFIC STYLES - THIS IS JUST FOR A FEW FEATURES IDEALLY */

@media all and (min-width: 1280px){


.maxin{
	display: inline-block;
}

}
