/******************************************************************
Theme Name: Media Skink Works
Theme URI: http://www.mediaskunkworks.com
Description: 
Author: Freshinc Limited
Author URI: http://www.freshinc.co.uk
******************************************************************/

/* some normalize css stuff */
html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, input, textarea, button, 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, input {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a { 
	outline: 0px none; 
	text-decoration: none; 
}
*, *:before, *:after {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
textarea { overflow: auto; }

button, input, select, textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}
button, input, select, option {
    line-height: 1.428571429;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
/* CLASSES EDITED AT EACH PAGE CREATION  == ACTUAL CSS FILE HERE */

/* defaults on strong and em */
strong { font-weight: 700; vertical-align: baseline; }
em { font-style: italic; vertical-align: baseline; }
sup { vertical-align: super; line-height: 0; font-size: 75%; }
sub { vertical-align: sub; line-height: 0; font-size: 75%;}


/* ========================= PAGE CSS ========================= */

/* === === === separator bars === === === */
hr { padding: 0px; margin: 0px; border: 0px none; height: 0px; clear: both; border-bottom: 1px solid #333; }

hr[data-role*="only-clear"] { padding: 0px; margin: 0px; border: 0px none; height: 0px; clear: both; }
hr[data-role*='separator'] { margin-left: 10px; margin-right: 10px; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #333;  }
hr[data-role*="inner"] { margin-left: 0px; margin-right: 0px; }
hr[data-role*="only-top"] { margin-bottom: 0px; }
hr[data-role*="only-bottom"] { padding-bottom: 0px; }
hr[data-role*="no-border"] { border: 0px none; }
/* === === === end of separator bars === === === */

/* === === === alerts === === === */
.alert { padding: 20px; border: 1px solid rgba(0,0,0,0); border-radius: 5px; position: relative; }
.alert * { margin-top: 10px; }
.alert *:first-child { margin-top: 0px; }
.alert-success { background-color: rgb(223,240,216); border-color: rgb(214,233,198); color: rgb(70,136,71); }
.alert-info { background-color: rgb(217,237,247); border-color: rgb(188,232,242); color: rgb(58,135,173); }
.alert-warning { background-color: rgb(252,248,227); border-color: rgb(250,235,204); color: rgb(192,152,83); }
.alert-danger { background-color: rgb(242,222,222); border-color: rgb(235,204,209); color: rgb(185,74,72); }
/* === === === end of alerts === === === */

/* === === === input widths === === === */
/* === === === end of input widths === === === */


/* === === === input-text-css === === === */
/* === === placeholder css === === */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
::-webkit-input-placeholder {
   color: rgb(54,47,45);
   opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
   color: rgb(54,47,45);
	opacity: 1;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: rgb(54,47,45);  
   opacity: 1;
}

:-ms-input-placeholder {  
   color: rgb(54,47,45);
	opacity: 1;
}
/* === === end of placeholder css === === */

/* === === input style css === === */
button { }
button, textarea { border: 0px; padding: 0px; background: transparent; margin: 0px;  resize: none; }
input:focus, textarea:focus { outline: 0px; }

/* original sizes */
[class^="i-btn"] { padding: 6px 12px; }
[class^="i-btn"][class*="i-btn-lg"] {  padding: 10px 16px; /* +4px +4px */;  font-size: 18px; line-height: 1.333333333333333; border-radius: 6px; }
[class^="i-btn"][class*="i-btn-sm"], [class^="i-btn"][class*="i-btn-xs"] {  padding: 5px 10px; /* -1px -6px */; font-size: 12px; line-height: 1.5; border-radius: 3px; }
[class^="i-btn"][class*="i-btn-xs"] { padding: 1px 5px; } 
/* end of original sizes */

[class^="i-btn"], a[class^="i-other-btn"]  { 
	border-radius: 4px; 
	position: relative; 
	display: inline-block; 
	text-align: center; 
	width: auto;  
	cursor: pointer;
	font-family: Arial, Helvetica; color: rgb(255,255,255); font-weight: 400; text-shadow: 0px -1px 0px rgba(0,46,103,0.65); text-align: center;
	font-size: 14px;
	line-height: 1.42857; 
	transition: all 0.25s ease-in-out; 
	-webkit-transition: all 0.25s ease-in-out; 
	height: auto;
	vertical-align: middle;
	border-width: 1px; 
	border-style: solid; 
}
[class^="i-btn"] + [class^="i-btn"], [class^="i-other-btn"]  + [class^="i-other-btn"] { margin-left: 4px; }

/* full width block */
[class^="i-btn"][class*="i-btn-block"] { width: 100%; display: block; margin: 0px; }

/* icons are same size */
[class^="i-btn"][class*="icon-"][class*="left-side"] { position: relative; padding-left: 38px; /* padding-left must be the image size + some pixels */ }
[class^="i-btn"][class*="icon-"][class*="left-side"]:before { content: " "; background-repeat: no-repeat; background-position: center center; top: 0px; position: absolute; left: 10px; top: 50%; margin-top: -14px; width: 28px; height: 28px; } /* margin-top must be minus half of the image size and width and height have to be the size of the image */
[class^="i-btn"][class*="icon-"][class*="right-side"] { position: relative; padding-right: 38px; }
[class^="i-btn"][class*="icon-"][class*="right-side"]:before { content: " "; background-repeat: no-repeat; background-position: center center; top: 0px; position: absolute; right: 5px; top: 50%; margin-top: -14px; width: 28px; height: 28px; }

/* either set them as content or as a background-image if you have a sprite */
[class^="i-btn"][class*="icon-edit"]:before { content: ""; background-image: url("./uihp-icon-edit.png"); /* background-image */  }


/* btn borders */
[class^="i-btn"][class*="i-btn-main"], [class^="i-other-btn"][class*="i-btn-main"] {  border-color: rgb(34, 109, 200); }
[class^="i-btn"][class*="i-btn-info"], [class^="i-other-btn"][class*="i-btn-info"] { border-color: rgb(44,150,180); }
[class^="i-btn"][class*="i-btn-success"], [class^="i-other-btn"][class*="i-btn-info"] { border-color: rgb(76, 174, 76); } 
[class^="i-btn"][class*="i-btn-default"], [class^="i-other-btn"][class*="i-btn-default"] {  text-shadow: 0px 0px 0px rgb(0,0,0); color: rgb(51, 51, 51); }
/* end of btn borders */



/* sctructure button is untested ensure line-height on span is bigger than the largest image else you wil get unequal buttons, good system if you have 2-3 sets of icons of different sizes but same sizes common together makes 3 classes of line-heights, one ofr each and add the class to them 
<a class='other-btn'>
	<i><img src='/path/to/img/' /></i>
	<span>Button text here</span>
</a>
<button class='other-btn'>
	<i><img src="./path/to/img' /></i>
	<span>button text here </span>
</button>
*/
[class^="i-other-btn"] {  padding: 0px 8px; position: relative; display: table;} 
[class^="i-other-btn"] span  { padding: 0px 6px; display: table-cell; vertical-align: middle;  }
[class^="i-other-btn"] i {  display: table-cell;  vertical-align: middle;  }
[class^="i-other-btn"] img { display: block; }
/* end of system to use if the icons are different sizes */


/* some default inputs */
.ginput_container textarea, .form-control { 
	height: 34px; 
	background-color: rgb(255,255,255); 
	background-image: none; 
	border-radius: 4px;
	box-shadow: inset 2px 2px 1px -1px rgba(0,0,0,0.075);
	color: rgb(85,85,85); 
	width: 100%; 
	display: block; 
	padding: 6px 12px;
	line-height: 1.428571429;
	border: 1px solid rgb(204,204,204); 
	transition: all 0.25s ease-in-out; 
	-webkit-transition: all 0.25s ease-in-out;
	vertical-align: middle; 
	font-size: 14px;
}

.form-control:focus {
	border-color: rgb(102,175,233); 
	box-shadow: 2px 2px 1px -1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6)
}


.input-lg { height: 45px; padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; }
.input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }

textarea.form-control { height: auto; }
select.form-control option { padding: 6px 12px; }
select.input-sm { height: 30px; line-height: 30px; }
select.input-sm.form-control option { padding: 5px 10px; }
select.input-lg { height: 45px; line-height: 45px; }
select.input-lg.form-control option { padding: 10px 16px; }


.form-row-inline > * { display: inline-block; vertical-align: middle; margin-left: 10px; }
.form-row-inline > *:first-child { margin-left: 0px; }

.form-row, .form-row-inline { margin-top: 10px; }
.form-row:first-child, .form-row-inline:first-child { margin-top: 0px; }

.form-group { margin-top: 10px; display: table; width: 100%; }
.form-group:first-child { margin-top: 0px; }
.form-group > * { display: table-row; }
.form-group > *:first-child > * { padding-top: 0px; }
.form-group > * > * { display: table-cell; padding-top: 10px; width: 100%;}
.form-group > * > *:first-child { text-align: right; padding-right: 10px; white-space: nowrap; width: auto; }


.radio, .checkbox { display: block; vertical-align: middle; }
.radio-inline, .checkbox-inline { display: inline-block; vertical-align: middle; cursor: pointer; }
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline, .radio-inline + .checkbox-inline, .checkbox-inline + .radio-inline { margin-left: 10px; }
.radio label, .checkbox label { cursor: pointer; }

input[type="checkbox"], input[type="radio"] { display:none; }
input[type="checkbox"] + label { position: relative; padding-right: 0px; display: block; line-height: 20px; min-height: 20px; cursor: pointer; padding-left: 24px; }
input[type="checkbox"] + label:before { 
	content: " ";
	position: absolute; left: 0px; top: 50%; margin-top: -11px;
    width:20px;
    height:20px;
    vertical-align:middle;
    background-image: url("./images/buttons-inputs/button-checkbox.png");
    background-repeat: no-repeat; background-position: left top;
    cursor:pointer;
}
input[type="checkbox"]:checked + label:before {
   background-position: -20px top;
}
input[type="radio"] + label { position: relative; padding-left: 0px; display: block; min-height: 20px; padding-left: 24px; cursor: pointer; }
input[type="radio"] + label:before {
	content: " ";
	position: absolute;
	left: 0px; 
	top: 50%; 
	margin-top: -12px; 
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background-image: url("./images/buttons-inputs/button-radio.png");
	background-repeat: no-repeat; 
	background-position: left top;
	cursor: pointer;
}
input[type="radio"]:checked + label:before {
	background-position: -20px top; 	
}
/* 
<input type="checkbox" id="c1" name="cc" />
<label for="c1"><span></span>Check Box 1</label>

<input type="radio" id="c1" name="cc" />
<label for="c1" onclick="" ><span></span>RADIO BOX 1</label>
*/

/* === === end of input style css === === */
/* === === === end of input-text-css === === === */


/* === === === buttons css === === === */
/* === === === end of buttons css === === === */


/* === === === form buttons css === === === */
/* === === custom form upload button === === */
.button-select-file-202px-32px { position: relative; width: 202px; height: 32px; overflow: hidden; }
.button-select-file-202px-32px span.button { background-image: url("./images/buttons-inputs/button-brown-32px.png"); background-repeat: repeat-x; background-position: left top; width: 202px; height: 32px; cursor: pointer; line-height: 32px; color: #f9f9ec; text-align: center; font-size: 16px; border-radius: 5px; display: block; font-weight: bold; font-family: Arial, Helvetica;  }
.button-select-file-202px-32px input { cursor: pointer; height: 100%; position: absolute; right: 0px; top: 0px; filter: alpha(opacity=1); -moz-opacity: 0.01; opacity: 0.01; font-size: 100px; }
/* === === end of custom form upload button === === */
/* === === == end of form buttons css === === === */


/* === === === icons css === === === */
/* === === === end of icons css === === ===  */



/* ============== General CSS =================== */	

body { font-size: 16px; line-height: 1.428571429; font-family: "Effra", Arial, Helvetica; background-repeat: repeat-x;background-position: center 0px; background-color: rgb(245,244,242); color: rgb(54,47,45); background-image: url("./images/backgrounds/content-bg.jpg"); }
body.page-template-page-panels-php,
body.single-post,
body.search,
body.category,
body#content-page,
body.page-template-sidebar-page-php { font-size: 16px; line-height: 1.428571429; font-family: "Effra", Arial, Helvetica; background-repeat: repeat-x;background-position: center 0px; background-color: #f9f8f6; color: rgb(54,47,45); background-image: url("./images/backgrounds/content-bg.jpg"); background-position: center -800px; background-repeat: no-repeat;
background-size: 100%; }
body.home { font-size: 16px; line-height: 1.428571429; font-family: "Effra", Arial, Helvetica; background-image: url("./images/backgrounds/background-body.jpg"); background-repeat: repeat-x;background-position: center 0px; background-color: rgb(245,244,242); color: rgb(54,47,45); background-position: center 0 !important; }
/* === === === top header === === === */
.outer-header { background-color: #fff;  position: fixed; width: 100%; z-index: 100; }
.inner-header { max-width: 1240px; padding: 0px 20px; margin: 0px auto; }

/* logo */
.inner-header a.logo { float: left; padding: 19px 0px 19px; }
.inner-header a.logo img { display: block; }
/* end of logo */

/* main nav */
.main-nav { float: right; }
.main-nav h3 { float: left; font-size: 32px; font-weight: 300; line-height: 32px;}
.main-nav h3 a.button-toggle { color: rgb(235,86,46) !important; }
/*.main-nav a.button-toggle { background-image: url("./images/navigations/menu-toggle.png"); background-repeat: no-repeat; background-position: left top; height: 32px; width: 32px; float: right; }*/
/* end of main nav */
/* === === === end of top header === === === */


/* === === === outer banner === === === */
.outer-banner { padding-top: 100px; background-image: url("./images/content-images/banner.jpg"); background-repeat: no-repeat; background-position: 0 80px; background-size: 100% 100%;}
.inner-banner { min-height: 500px; padding-top: 229px;  }
.inner-banner form { max-width: 768px; margin: 0px auto; border: 2px solid rgb(54,47,45); }
.inner-banner form div { overflow: hidden; }
.inner-banner form input { line-height: 60px; height: 60px; color: rgb(54,47,45); font-size: 24px; padding: 0px 20px; width: 100%; background: transparent;}
.inner-banner form input:focus { background: #fff; }
.inner-banner form button { float: right; background-image: url("./images/icons/icon-search.png"); background-repeat: no-repeat; background-position: center center; height: 60px; width: 60px; cursor: pointer; }
/* === === === end of outer banner === === === */


/* === === === outer welcome box === === === */
.outer-welcome-box { padding: 55px 20px; background-color: rgba(255,255,255,0.50); margin-bottom: 50px; }
.inner-welcome-box { text-align: center; }
.inner-welcome-box h1 { font-size: 42px; font-weight: 300; color: rgb(235,86,46); }
.inner-welcome-box h3 { font-size: 36px; font-weight: 300; margin-bottom: 30px; }
.inner-welcome-box a { line-height: 48px; padding: 0px 25px; display: inline-block; border: 2px solid rgb(235,86,46);; font-size: 24px; font-weight: 500; color: rgb(235,86,46); }
.inner-welcome-box a:hover { background-color: rgb(235,86,46); color: rgb(255,255,255); }
/* === === === end of outer welcome box === === === */


/* === === === inner-content === === === */
.outer-content { margin-bottom: 70px; }
.inner-content { max-width: 1240px; padding: 0px 20px; margin: 0px auto; }

/* === === homepage box === === */
.homepage-boxes { padding-bottom: 70px; border-bottom: 1px solid rgb(235,86,46); margin-bottom: 30px; float: left; width: 100%; }
.homepage-boxes .indv-box { width: 25%; padding: 0px 10px; float: left; text-align: center; }
.homepage-boxes .indv-box img { display: block; margin: 0px auto 30px; }
.homepage-boxes .indv-box h2 { font-size: 24px; font-weight: 500; line-height: 1.2;}
.homepage-boxes .indv-box h5 { color: rgb(235,86,46); font-weight: 500; line-height: 1.2;}
.homepage-boxes .indv-box p { margin-top: 20px; font-weight: 300; font-size: 18px; }
.homepage-boxes .indv-box a { margin-top: 20px; display: inline-block; line-height: 48px; padding: 0px 20px; border: 2px solid rgb(235,86,46); font-size: 24px; font-weight: 500; color: rgb(235,86,46); }
.homepage-boxes .indv-box a:hover { background-color: rgb(235,86,46); color: rgb(255,255,255); }
/* === === end of homepage box === === */


/* === === about us box === === */
.about-us-box { float: left; width: 50%; }
.about-us-box > * { margin-top: 20px; font-size: 18px; font-weight: 300; }
.about-us-box > *:first-child { margin-top: 0px; }
.about-us-box h2 { font-size: 24px; font-weight: 500; }
/* === === end of about us box === === */


/* === === news-blog box === === */
.news-blog { float: right; width: 40%; }
.news-blog h2 { font-size: 24px; font-weight: 500; }
.news-blog ul { margin-top: 20px; }
.news-blog ul li { margin-top: 20px; font-weight: 300; font-size: 18px;}
.news-blog ul li a { color: rgb(235,86,46); padding-right: 15px; background-image: url("./images/icons/icon-more.png"); background-repeat: no-repeat; background-position: right center; padding-right: 20px; } 
.news-blog ul li:first-child { margin-top: 0px; }
.news-blog ul li span { float: left; margin-right: 30px; line-height: 21px; font-size: 21px; font-weight: 500; padding: 5px; border: 2px solid rgb(235,86,46); text-align: center; color: rgb(235,86,46); }
.news-blog ul li span strong { font-size: 36px; line-height: 32px; display: inline-block; }
.news-blog .buttons { margin-top: 20px; }
.news-blog .buttons a { display: inline-block; border: 2px solid rgb(235,86,46); line-height: 28px; padding: 0px 12px; font-size: 15px; font-weight: 500; margin-right: 10px; color: rgb(235,86,46); }
.news-blog .buttons a:hover { background-color: rgb(235,86,46); color: rgb(255,255,255); }

/* === === end of news blog box === === */
/* === === === end of inner-content === === === */


/* === === === outer footer === === === */
.outer-footer { background-color: rgb(54,47,45); padding: 55px 0px; color: rgb(245,244,242); border-bottom: 2px solid rgb(235,86,46); }
.inner-footer { max-width: 1240px; padding: 0px 20px; margin: 0px auto; }
.inner-footer .footer-col:first-child { width: 25%; margin-left: 0px; }
.inner-footer .footer-col { width: 20%; float: left; margin-left: 5%; }
.inner-footer .footer-col img { margin-bottom: 20px; display: block; margin-top: 90px;}

.inner-footer address a { vertical-align: baseline; color: rgb(245,244,242); }
.inner-footer h3 { color: rgb(235,86,46); font-size: 18px; margin-bottom: 15px; } 
.inner-footer ul li { margin-top: 5px; }
.inner-footer ul li:first-child { margin-top: 0px; }
.inner-footer ul li a { color: rgb(245,244,242); }
.inner-footer ul li a:hover { color: rgb(235,86,46); }
.inner-footer ul li a[class] { background-repeat: no-repeat; background-position: left top; line-height: 36px; display: block; padding-left: 40px; }
.inner-footer ul li a.icon-fb { background-image: url("./images/icons/icon-facebook.png"); }
.inner-footer ul li a.icon-twitter { background-image: url("./images/icons/icon-twitter.png"); }
.inner-footer ul li a.icon-gplus { background-image: url("./images/icons/icon-gplus.png"); }
.inner-footer ul li a.icon-linkedin { background-image: url("./images/icons/icon-linkedin.png"); }
/* === === === end of outer footer === === === */


/* === === === outer content === === === */
.subpage-area { max-width: 1240px; margin: 0px auto; padding: 50px 0px 0px;}

/* === === subpage title === === */
.subpage-area .subpage-title { margin-top: 70px; padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid rgb(54,47,45); margin-left: 20px; margin-right: 20px;  }
.subpage-area .subpage-title img { float: left; margin-right: 30px;}
.subpage-area .subpage-title h1 { overflow: hidden; padding-top: 0px; color: #333; font-size: 42px; margin-bottom: 0px; font-weight: 300; line-height: 40px; text-transform: uppercase; }
.subpage-area .subpage-title h2 { overflow: hidden; font-size: 25px; font-weight: 300; line-height: 30px;} 
.subpage-area .subpage-title p, .blog-content p { margin-bottom: 20px; font-size: 18px; font-weight: 300;}
.subpage-area .subpage-title a { color: rgb(235,86,46); }
/* === === end of subpage content === === */
/* === === subpage-content === === */
.subpage-content .white-title h3 { color: rgb(235,86,46); }
.subpage-content .orange-title h3 { color: rgb(235,86,46); }
.subpage-content h3 { font-size: 24px; font-weight: 500;  }
.subpage-content p { margin-top: 16px; color: #333; font-weight: 300; font-size: 18px; }
/* .subpage-content a { margin-top: 16px; display: inline-block; padding: 0px 12px; line-height: 48px; border: 2px solid rgb(235,86,46); font-size: 24px; font-weight: 500; color: rgb(235,86,46);  }*/
.subpage-content a { color: rgb(235,86,46); }
.subpage-content a:hover { color: rgb(235,86,46); }
.subpage-content img { display: block; /* width: 100%; */ }

.subpage-content .sc-row { margin-top: 40px; }
.subpage-content .sc-row:first-child { margin-top: 0px; }
.subpage-content .sc-row .w-50 { padding: 0px 20px; float: left; width: 50%; }
.subpage-content .sc-row .w-30 { padding: 0px 20px; float: left; width: 30%; }
.subpage-content .sc-row .w-70 { padding: 0px 20px; float: left; width: 70%; }
.subpage-content .sc-row .w-100 { padding: 0px 20px; float: left; width: 100%; }
/* === === === end of outer content === === === */


/* === === === blog page === === === */
.blog-area { max-width: 1240px; margin: 0px auto; padding: 50px 20px 0px; } 


/* === === blog title === === */
.blog-title { padding-bottom: 10px; margin-bottom: 30px; border-bottom: 1px solid rgb(54,47,45); }
.blog-title h1 { font-size: 42px; color: rgb(235,86,46); font-weight: 300; }
/* === === end of blog title === === */


/* === === blog content === === */

/* === blog posts === */

.blog-area .blog-title { margin-top: 70px; padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid rgb(54,47,45); clear: both; float: left; width: 100%; }
.blog-area .blog-title img { float: left; margin-right: 60px;}
.blog-area .blog-title h1 { overflow: hidden; padding-top: 15px; color: #333; font-size: 42px; margin-bottom: 0px; font-weight: 300; line-height: 46px; }
.blog-area .blog-title h2 { overflow: hidden; font-size: 36px; font-weight: 300; line-height: 40px;} 
.blog-area .blog-title p { margin-top: 20px; font-size: 18px; }
.blog-area .blog-title a { color: rgb(235,86,46); }

.blog-content .blog-posts { float: left;/*  width: 60%;*/ }
.blog-content .indv-blog { margin-top: 40px; }
.blog-content .indv-blog span { float: left; margin-right: 30px; border: 2px solid rgb(235,86,46); padding: 5px; text-align: center; font-size: 21px; font-weight: 500; line-height: 21px; color: rgb(235,86,46); }
.blog-content .indv-blog span strong { font-size: 700; vertical-align: baseline; display: inline-block; font-size: 36px; line-height: 1;}
.blog-content .indv-blog div { overflow: hidden; }
.blog-content .indv-blog div h3 { font-size: 24px; font-weight: 500; margin-bottom: 10px; color: rgb(235,86,46); }
.blog-content .indv-blog div p a { vertical-align:  baseline; background-image: url("./images/icons/icon-more-white.png"); background-repeat: no-repeat; background-position: right center; /*padding-right: 20px; */color: rgb(235,86,46); font-weight: 500;}
.blog-content .indv-blog:first-child { margin-top: 0px; }
.blog-content .indv-blog a { color: rgb(235,86,46); }
/* === end of blog posts === */

/* === blog sidebar === */
.blog-content .blog-sidebar { float: left; /*width: 35%; margin-left: 5%; */ }

.blog-sidebar form { border: 2px solid rgb(235,86,46); margin-bottom: 20px;}
.blog-sidebar form div { overflow: hidden; }
.blog-sidebar form input { background: transparent; height: 36px; line-height: 36px; padding: 0px 13px; color: rgb(235,86,46); font-weight: 400; font-family: "Effra", Arial, Helvetica; width: 100%; display: block;}
.blog-sidebar form ::-webkit-input-placeholder { color: rgb(235,86,46); opacity: 1; }
.blog-sidebar form :-moz-placeholder { color: rgb(235,86,46); opacity: 1; }
.blog-sidebar form ::-moz-placeholder { color: rgb(235,86,46); opacity: 1; }
.blog-sidebar form :-ms-input-placeholder { color: rgb(235,86,46); opacity: 1; }
.blog-sidebar form button { background-image: url("./images/icons/icon-search-red.png"); background-repeat: no-repeat; background-position: center center; float: right; width: 36px; height: 36px; cursor: pointer; }

.blog-sidebar .blog-social-box { margin-bottom: 20px; }
.blog-sidebar .blog-social-box a.fb-red { background-image: url("./images/icons/icon-facebook-red.png"); background-repeat: no-repeat; background-position: left center; color: rgb(235,86,46); line-height: 32px; padding-left: 38px; display: inline-block; margin-right: 30px;}
.blog-sidebar .blog-social-box a.twitter-red { background-image: url("./images/icons/icon-twitter-red.png"); background-repeat: no-repeat; background-position: left center; color: rgb(235,86,46); line-height: 32px; padding-left: 38px; display: inline-block; }

.blog-sidebar .blog-links { margin-bottom: 20px; font-weight: 500; }
.blog-sidebar .blog-links h3 { color: rgb(235,86,46); float: left; width: 100%; font-weight: 500; font-size: 18px; margin-bottom: 10px; }
.blog-sidebar .blog-links ul { float: left; width: 100%; }
.blog-sidebar .blog-links ul li { margin-top: 5px; text-transform: uppercase; float: left; width: 50%; }
.blog-sidebar .blog-links ul li:first-child { margin-top: 0px; }
.blog-sidebar .blog-links ul li a { color: rgb(54,47,45); display: block;}
.blog-sidebar .blog-links ul li a.more { color: rgb(235,86,46); }
.blog-sidebar .blog-links ul li a.more:after { content: " "; background-image: url("./images/icons/icon-more-white.png"); background-repeat: no-repeat; background-position: center center; display: inline-block; width: 14px; height: 7px; top: -2px; position: relative; margin-left: 2px;}

.blog-sidebar .blog-twitter { }
.blog-sidebar .blog-twitter h3 { font-size: 18px; font-weight: 500; color: rgb(235,86,46); margin-bottom: 10px; width: 100%; }
.blog-sidebar .blog-twitter img { float: left; margin-top: 12px; margin-right: 5px;}
.blog-sidebar .blog-twitter .outer-arrow-box { overflow: hidden;}

.blog-sidebar .blog-twitter .outer-arrow-box .arrow-box { border: 2px solid rgb(235,86,46); padding: 15px 15px 15px 28px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.blog-sidebar .blog-twitter .outer-arrow-box .arrow-box p { color: rgb(54,47,45); margin-bottom: 5px; }
.blog-sidebar .blog-twitter .outer-arrow-box .arrow-box a { display: inline-block; color: rgb(235,86,46); font-weight: 500; }
/* === end of blog sidebar === */
/* === === end of blog content === === */
/* === === === end of blog page === === === */

.subpage .text-area { padding: 100px; width: 900px; margin: 0px auto; }

.subpage .text-area > figure:first-child { margin-top: 0px !important; }
.subpage .text-area > figure:first-child + p { margin-top: 0px; }
.subpage .text-area > * { margin-top: 15px; }
.subpage .text-area > *:first-child { margin-top: 0px;}
.subpage .text-area > * > *:first-child { margin-top: 0px; }
.subpage .text-area > * > * > *:first-child { margin-top: 0px; }

.subpage .text-area strong { vertical-align: baseline; }
.subpage .text-area hr { margin-top: 0px; border-bottom: 1px solid #999; margin-top: 30px; margin-bottom: 30px; }
.subpage .text-area p { padding-left: 0px;  }
.subpage .text-area p span { }
.subpage .text-area ul {}
.subpage .text-area > ul ul { padding-left: 25px;}
.subpage .text-area > ol li,
.subpage .text-area > ul li { list-style: disc; padding-left: 0px; margin-top: 5px; margin-left: 30px; font-size: 18px; font-weight: 300;}

.subpage-content ul li { list-style-image: url('http://www.mediaskunkworks.com/wp-content/themes/mediaskunkworks/images/newbullet.png');  margin-left: 14px; padding-left: 10px; margin-top: 5px; padding-top: 5px; font-size: 18px; font-weight: 300;}

.subpage .text-area > ul li:first-child { margin-top: 0px; }
.subpage .text-area > ol li { list-style: decimal; }
.subpage-content ol,
.subpage .text-area > ol { list-style-type: decimal; list-style-position: outside; padding-left: 25px; font-weight: normal;}
.subpage-content ol li,
.subpage .text-area > ol li { margin-top: 5px;}
.subpage .text-area > ol li:first-child { margin-top: 0px; }
.subpage .text-area > ol li span { font-weight: normal;}
.subpage .text-area blockquote { padding-left: 25px; margin-top: 15px; border-left: 5px solid rgba(13,74,104,0.20);}
.subpage .text-area a { font-weight: 300; text-decoration: underline; color: rgb(235,86,46); vertical-align: top; text-decoration: none; }
.subpage .text-area a:hover, .subpage .text-area a:focus { }
.subpage .text-area h1 span, .subpage .text-area h2 span, .subpage .text-area h3 span, .subpage .text-area h4 span, .subpage .text-area h5 span, .subpage .text-area h6 span { vertical-align: baseline; } 
.subpage .text-area a:hover { background: none; text-decoration: underline; }
.subpage .text-area h1 { padding-left: 0px; font-size: 25px; font-weight: 400; margin-top: 15px; color: rgb(235,86,46); text-transform: uppercase; }
.subpage .text-area h2 { padding-left: 0px; font-size: 23px; font-weight: 400; margin-top: 15px; color: rgb(235,86,46); text-transform: uppercase; }
.subpage .text-area h3 { padding-left: 0px; font-size: 19px; font-weight: 400; margin-top: 15px; color: rgb(235,86,46); text-transform: uppercase; }
.subpage .text-area h4 { padding-left: 0px; font-size: 17px; font-weight: 400; margin-top: 15px; color: rgb(235,86,46); text-transform: uppercase; }
.subpage .text-area h5 { padding-left: 0px; font-size: 15px; font-weight: 400; margin-top: 15px; color: rgb(235,86,46); text-transform: uppercase; }
.subpage .text-area h6 { padding-left: 0px; font-size: 14px; font-weight: 400; margin-top: 15px; color: rgb(235,86,46); text-transform: uppercase; }

.subpage .text-area figure { text-align: center; }
.subpage .text-area figure img { display: block; margin-bottom: 5px;}
.subpage .text-area figcaption { font-family: "Raleway", Arial, Helvetica; }
.subpage .text-area figure[align="left"] { margin: 15px 15px 15px 0px; float: left;}
.subpage .text-area figure[align="right"] { margin: 15px 0px 15px 15px; float: right;}

.subpage .text-area iframe { width: 100%; }
.subpage .text-area img { width: 100%; height: inherit; }

.blog-date { text-transform: uppercase; }

/*
 *	The details
 */
 
.home-search-form,
.outer-welcome-box,
.subpage-title,
.subpage-content,
.hideme { opacity:0; }

.home-search-form form { background-color: rgba(255,255,255,0.5) !important; }

.team-page { margin-top: 50px; position: relative; z-index: 1; }

#team .bio-card {
	float: left;
	width: 18%;
	position: relative;
	height: 250px;
	margin-bottom: 10px;
	margin: 10px;
	overflow: hidden;
}

	

#team .bio-card img {
	width: 100%;
	position: absolute;
	width: 250px;
	height: 250px;
	z-index: 1;
	box-shadow: 0px 0px 2px 2px rgba(255,255,255,1);
}

#team .bio-card .copy {
	position: absolute;
	top: 0;
	width: 100%;
	height: 250px;
	background: rgb(235,86,46);
	z-index: 10;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	opacity: .8;
}

#team .bio-card .copy h3 {
	padding-top: 45%;
}


#team .bio-card .copy h4 {
	font-size: 10px;
	text-transform: uppercase;
}

.alignright { float: right; margin-left: 30px; }
.alignleft { float: left; margin-right: 30px;  }

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.scr-img {
	height: 100%;
	margin: 1em 0;
    text-align: center; margin: 1em 0;
}
.scr-img img { width: 100%; vertical-align: middle;
    }
    
img.padd-me {  margin-top: 40px; } 

.scroller-activated {
	line-height: 4em !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	height: inherit;
}


.scroller-activated {
	height: inherit !important;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px 0;
margin: 0 auto;
}

input#email {
	border: 1px solid black;
        width: 70%;
}

#gform_wrapper_1{
	display: block;
	background: #FFFFFF;
	border: 2px solid #FF6600;
	width: 30%!important;
	padding: 20px!important;
	float: left;
	margin-right: 30px;
}

#gform_1 input[type="text"]{
	border: 1px solid #FF6600;
}

.gform_footer input[type="submit"], #inbound_form_submit, #gform_submit_button_1{
	background-color: #FF6600;
	padding: 10px;
	border-radius: 15px;
	box-shadow: 2px 2px 2px;
	cursor: pointer;
}

#inbound-wrapper{
	border: 2px solid #FF6600;
	height: 800px;
}

#inbound-content{
	width: 100%!important;
}

#inbound-wrapper li{
	font-size: 16px!important;
	margin-left: 17px!important;
	font-family: "Effra", Arial, Helvetica;
	font-weight: 400;
}

#inbound-form-wrapper .promo-content button[type="submit"]{
	margin-top: 15px;
	float: none;
}

#inbound-form-wrapper .promo-content input[type="email"]{
	text-align: center;
	width: 80%;
}

#cta-head-img{
	width: 80%;
	margin: auto;
	margin-top: -40px;
}
.blog-sidebar form {
	padding: 20px;
}
.blog-sidebar input[type="text"],
.blog-sidebar input[type="email"] {
	border: 1px solid #ccc;
}


.blog-sidebar input[type="submit"] {
	background-color: #FF6600;
	padding: 10px 10px 0 10px;
	color: #fff;
	height: inherit;
}

.ajax-loader {
	display: none;
}

.blog-content h1 { padding-left: 0px; font-size: 25px; font-weight: 400; margin-top: 15px; color: rgb(235,86,46); text-transform: uppercase; }
.blog-content h2 { padding-left: 0px; font-size: 23px; font-weight: 400; margin-top: 15px; color: rgb(235,86,46); text-transform: uppercase; }
.blog-content h3 { padding-left: 0px; font-size: 19px; font-weight: 400; margin-top: 15px; color: rgb(235,86,46); text-transform: uppercase; }
.blog-content h4 { padding-left: 0px; font-size: 17px; font-weight: 400; margin-top: 15px; color: rgb(235,86,46); text-transform: uppercase; }
.blog-content h5 { padding-left: 0px; font-size: 15px; font-weight: 400; margin-top: 15px; color: rgb(235,86,46); text-transform: uppercase; }
.blog-content h6 { padding-left: 0px; font-size: 14px; font-weight: 400; margin-top: 15px; color: rgb(235,86,46); text-transform: uppercase; }

.blog-content ol,
.blog-content ul {
	list-style-position: outside;
	padding-left: 25px;
	font-weight: normal;
}
.blog-content ol li {
	list-style: decimal !important;
	margin-left: 20px;
}

.blog-content ul li {
	list-style: disc;
	margin-left: 20px;
}

	.promo-content { padding: 0 20px; }
	.promo-content .topper { float: left; width: 50%; color: #333 !important; font-size: 18px; font-weight: 600; }
	.promo-content .topper .intro { font-size: 26px; font-weight: bold; line-height: 30px; }
	.promo-content .topper ul { line-height: 35px; list-style: disc; margin: 20px 0 20px 30px; }
	.promo-content .topper hr { margin: 30px 0; border-color: #999999; }
	
	.promo-content .topper .book { width: 90%; margin-top: -100px; }
	
	.promo-content form { margin-bottom: 30px; }
	.promo-content input[type="email"] { width: 58%; border: 2px solid #d0d6c1; padding: 11px; margin-right: 10px; }
	.promo-content button[type="submit"] { float: right; width: 40%; border: 3px solid #e75736; padding: 10px; color: #e75736; cursor: pointer; -webkit-transition: background 1s; /* Safari */ transition: background 1s; }
	.promo-content button[type="submit"]:hover { background: #e75736; color: #fff; }
	
	.promo-content .topper:nth-child(1) { float: right; } 
	.promo-content .topper:nth-child(0) { float: left; } 
	
	.promo-content .base-section { clear: both; }
	.promo-content .base-section h2 { font-weight: 600; border-bottom: 1px solid #e45635; color: #333; padding: 10px 0; margin-bottom: 20px; }
	.promo-content .base-section p { font-size: 18px; font-weight: 300; line-height: 20px; margin-bottom: 20px; line-height: 25px; }
	.promo-content .base-section ul { font-size: 18px; line-height: 35px; list-style: disc; margin: 0px 0 20px 30px; font-weight: 300; }
	.promo-content .base-section img.author { float: right; margin-left: 20px; }
	
	.promo-base-bar { background: #cfd5c0; padding: 30px 0; float: left; width: 100%; margin-top: 20px; margin-bottom: 45px; }
	.promo-base-bar .promo-base-bar-holder { max-width: 1200px; margin: 0 auto; }
	.promo-base-bar .promo-base-bar-holder h3 { font-size: 30px; font-weight: 600; color: #e35635;float: left; }
	
	.promo-base-bar .promo-base-bar-holder form { float: right; width: 50%; }
	.promo-base-bar .promo-base-bar-holder form input[type="email"] { width: 58%; border: 2px solid #d0d6c1; padding: 11px; margin-right: 10px; font-weight: 600; }
	.promo-base-bar button[type="submit"] { float: right; width: 40%; border: 3px solid #fff; padding: 10px; background: #e75736; color: #fff; font-weight: 600; cursor: pointer; -webkit-transition: background 1s; /* Safari */ transition: background 1s; }
		.promo-base-bar .promo-base-bar-holder form button[type="submit"]:hover { background: #fff; color: #e75736; }

	
	@media (min-width: 300px) and (max-width: 768px) {
		
		.promo-content .topper { width: 100%; }
		.promo-content .topper:nth-child(0), .promo-content .topper:nth-child(1) { float: left !important; } 
		.promo-content .topper .book { width: 90%; margin-top: 0; margin-left: -10%; margin-bottom: 30px; }
		.promo-content input[type="email"], .promo-content button[type="submit"] { text-align: center; width: 100%; margin-bottom: 10px; }
		
		.promo-base-bar .promo-base-bar-holder h3 { line-height:  }
		
		.promo-base-bar .promo-base-bar-holder { padding: 0 20px; }
		.promo-base-bar .promo-base-bar-holder h3,
		.promo-base-bar .promo-base-bar-holder form,
		.promo-base-bar .promo-base-bar-holder form button[type="submit"],
		.promo-base-bar .promo-base-bar-holder form input[type="email"] { width: 100%; float: left; text-align: center;  clear: both; }
		
		.promo-base-bar .promo-base-bar-holder h3 { line-height: 30px; margin-bottom: 20px; }
		.promo-base-bar .promo-base-bar-holder form input[type="email"] { margin-bottom: 10px; }

	}
	
	@media (min-width: 768px) and (max-width: 1100px) {
		
		.promo-content .topper .book { width: 90%; margin-top: -10%; margin-left: -10%; margin-bottom: 30px; }

		.promo-content input[type="email"], .promo-content button[type="submit"] { text-align: center; width: 100%; margin-bottom: 10px; }
		
		.promo-base-bar .promo-base-bar-holder h3 { width: 100%; text-align: center;  }
		.promo-base-bar .promo-base-bar-holder form {width: 100%; padding: 30px; }
	}