/*
Theme Name: Techno Jobs
Theme URI: [www.fluidstudiosltd.com]
Description: A bespoke wordpress theme for Techno Jobs.
Version: 1.0
Author: Ryan Gee - Fluid Studios Ltd
Author URI: http://www.fluidstudiosltd.com;
*/

/* Styles go below */

@import 'css/bootstrap.css';

/* ==========================================================================
   Fluid Studios defaults
   ========================================================================== */
html,body {
	background:#fff;
	color: #000;
	font-family: 'Lato', sans-serif;
}

strong {
	font-weight: 400 !important;
}
/* ALIGNMENT */
.text-left {text-align:left;}
.text-right {text-align:right;}
.text-center {text-align:center;}
.clear {clear:both; height: 1px;}
.clear-cms {display: none;}
/* CMS */
.control-panel {
	z-index:9999;
	width:170px;
	min-height:100px;
	border-radius:10px;
	background:#fff;
	position:fixed;
	top:100px;
	border:solid 1px #2a9bab;
	right:-140px;
	overflow:hidden;
	padding:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.5);
}
.control-panel img {
	margin:2px;
}
.control-panel a {
	float:right;
}
.gallery * {
	transition: none;
}
/* DIVS */
.row {margin-bottom:10px;}
.pad {padding:20px;}
.max-width, .limiter {max-width:1000px; margin:0 auto;}
main, article, aside, header, footer {display:block;}
/* FONTS */
.mark, .highlight {color:#F00; background:none;}
.white {color:#FFF}
.black {color:#000;}
h1 {font-size:24px; line-height:26px; font-weight:normal;}
h2 {font-size:16px; line-height:18px; font-weight:normal;}
h3 {}
h4 {}
h5 {}
/* FORMS */
.req {color: #F00;}
.btn-inverse {color:#ccc;}
.span1.add-on {
	margin-left: -1px;
	float: none;
	width: 8.547008547008547%;
}
form {
	margin:0
}
.btn {
	background: #fff;
	border:solid 1px #ccc;
	box-shadow:none;
}
/* LINKS */
.clickable {cursor:pointer;}
a {text-decoration:none; transition:0.4s}
a:link, a:visited {color:#555;}
a:hover, a:active {color:#fff; text-decoration:none;}
.font-small {font-size: 10px;}
.font-standard {font-size: 11px;}
.font-large {font-size: 14px;}
.font-xlarge {font-size: 18px;}
.a2a_label {
	display:none;
}

/* ==========================================================================
   div styles - modern desktops
   ========================================================================== */

/* ===== HEADER ===== */
#cookie-bar {
	height:auto !important;
}
#header-top {
	background:#000;
	color:#fff;
	line-height:30px;
}
#header-main {
	line-height:25px;
	padding:0;
	background: #794973;
}
#header-info {
	line-height:20px;
	text-align:right;
} 
#header-social {
	padding:5px 0;
	text-align:right;
} 

.header-seo {
	background: #532E4F;
	color: #FFFDFF;
	font-family: 'Merriweather', Serif;
	font-style: italic;
	padding: 5px 15px;
	font-size: 12px;
	font-weight: 300;
	display: inline-block;
}

.logo-wrap {
	padding: 20px 0;
}
/* ===== SEARCH ===== */
.search-btn {
	height: 30px !important;
}
.search {
	/*padding: 10px;*/
	box-sizing: border-box;
	border: 1px solid #999;
	margin: 20px auto;
}
.search header {
	cursor: pointer;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
}
.search header:hover,
.search header:focus,
.search header:active,
.search span.clickable:hover,
.search span.clickable:focus,
.search span.clickable:active {
	color: #07c;
}
.search-content {
	line-height: 18px;
	max-height: 54px;
	overflow: hidden;
}

/* ===== GUIDES PAGES ===== */

form#guidesearchform {
	display: inline-block;
    width: calc(100% - 150px);
}

input#guides-new {
    width: 100%;
}

.guidesmenu {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}
.guidesmenu li {
  list-style: none;
  flex: 1;
  white-space: nowrap;
  margin: 20px;
  text-align: center;
}

/* ===== MENU ===== */
.navbar {
	margin-bottom:0;
}

.navbar-inner {
	background: #532E4F;
	border:none;
	border-radius: 0px;
}

/* left or right align menu */
.navbar .nav {
	float:left;
}
/* change menu highglight (top level) */
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {  
	background:none;
	box-shadow:none;
	color:#FFFDFF;
}
 
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
	color:#FFFDFF;
}
.navbar .nav > li > a {
	text-shadow:none;
	color:#FFFDFF;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background:none;
	color:#000;
}
.menu-left {
	color:#666;
	float:left;
	padding-right:8px;
	padding-top:2px;
	font-size:12px;
	line-height:14px;
	color:#999;
	text-shadow:none;
}

.social-icons {
	float: right;
	padding-top: 8px;
}
.menu-right {float:right}

.menu-wrap {
	background: #532E4F;
}

.menu ul {
	margin: 0;
}

.menu-wrap nav li {
	display: inline-block;
	padding: 10px 20px;
}

.menu-wrap nav li a {
	color: #FEFFFF;
	text-transform: uppercase;
}

#menu-menu-1 {
	margin: 0px;
	/*width: 100%;*/
}

/* ===== BANNER ===== */
.banner-wrap {
	background:#fff;
	padding:0;
	margin-bottom:0;
}
.banner {
	width: 100%;
	position:relative;
	overflow: visible;
}
.banner-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}
.banner-text-wrap {
	position: absolute;
    top: 75%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
    width: 100%;
}
.banner-text {
	text-align:center;
	font-family: 'Oswald', Sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 2px;
}
.banner-text h1 {
	font-size: 36px;
	color: #FFFDFF;
}
.general-banner {
}
.general-banner img {
	width: 100%;
}
#banner-home {
}
.mobile-banner {
	display:none;
}

.banner-overlay {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #FFF;
    background: rgba(121,73,115,0.75);
}

/* ===== CONTENT ===== */

.content2 {
	padding:10px 0;
	background:#F5F9FC;
	color:#595758;
	font-size: 16px;
	line-height: 26px;
}

.content2 h1 {
	font-family: 'Oswald', Sans-serif;
	text-transform: uppercase;
	margin: 0 0 30px 0;
	font-size: 32px;
}

.restrictor {
	width: 80%;
	margin: 0 auto;

}
.content3 {
	padding:30px 0;
	font-size: 12px;
	line-height: 16px;
}
.general-content1 {
	padding:30px 0;
}
.general-content2 {
	padding:30px 0;
}

.three-boxes {
	box-sizing: border-box;
	width: 33%;
	float: left;
	padding: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	
}

.three-boxes:nth-of-type(2) {
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}

.three-boxes h2 {
	font-family: 'Lato', Sans-serif;
	line-height: 24px;
	font-size: 18px;
	font-weight: 400;
}

.purple-background {
	background: #6D4067;
	color: #FFFDFF;
}

.purple-background.emphasis-wrap {
	background: #6D4067;
	color: #FFFDFF;
}

.emphasis-wrap {
	position: relative;

}

.emphasis-wrap-inner {
	padding: 20px;
}

.purple-background-text {
	padding: 20px;
}

svg circle.one {
    stroke-dasharray: 567px;
    stroke-dashoffset: 610px;
    animation-name: draw;
    animation-duration: 1s;
    animation-fill-mode: forwards; 
    animation-iteration-count: 1; 
    animation-timing-function: linear;
  }

  svg circle.two {
    stroke-dasharray: 549px;
    stroke-dashoffset: 610px;
    animation-name: draw;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-fill-mode: forwards; 
    animation-iteration-count: 1; 
    animation-timing-function: linear;
  }

  svg text {
    animation-name: write;
    animation-duration: 2s;
    animation-iteration-count: 1; 
    animation-timing-function: linear;
  }


@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes write {
	from {
		fill: rgba(0,0,0,0);
    	stroke: rgba(0,0,0,0);
  	} to {
    	fill: #532E4F;
    	stroke: #532E4F;
  }
}

.purple-background h1 {
	font-family: 'Oswald', Sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0 0 20px 0;
}

.set-height img {
	width: height: 100%;
}

.img-wrap {
	overflow: hidden;
}

.row-fluid {
	margin-bottom: 20px;
}

.advice-banner {
	padding: 20px;
	background-image: url('img/woman-computer-banner.jpg');
	background-size: cover;
	background-position: center;
	height: 250px;
	position: relative;
}

.graduates-banner {
	padding: 20px;
	background-image: url('img/woman-computer-banner3.jpg');
	background-size: cover;
	background-position: center;
	height: 250px;
	position: relative;
}

.advice-title span {
	color: #794973;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
    color: white;
    font-family: 'Oswald', Sans-serif;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    margin: 50px 0 0;
}

.graduates-title span {
	color: #794973;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
    color: white;
    font-family: 'Oswald', Sans-serif;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    margin: 50px 0 0;
}

.employer-archive-banner {
	padding: 20px;
	background-image: url('img/woman-computer-banner2.jpg');
	background-size: cover;
	background-position: center;
	height: 250px;
	position: relative;
}

.employer-archive-banner2 {
	padding: 20px;
	background-image: url('/wp-content/uploads/2021/11/Banner.jpg');
	background-size: cover;
	background-position: center;
	height: 250px;
	position: relative;
}

.contact-banner {
	padding: 20px;
	background-image: url('img/woman-computer-banner4.jpg');
	background-size: cover;
	background-position: center;
	height: 250px;
	position: relative;
}

.employer-title span {
	color: white;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
    color: white;
    font-family: 'Oswald', Sans-serif;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    margin: 50px 0 0;
}

.content-contact {
	padding: 50px 20px;
	background: #f6f6f6;
	font-weight: 400 !important;
    font-size: 20px;
    margin-bottom: 30px;
}


.employer-profile-title {
    font-family: 'Oswald', Sans-serif;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
}

.employer-profile-title span {
	color: #794973;
    font-family: 'Oswald', Sans-serif;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
}

.employer-listings {
	padding: 30px 0;
	background: #f5f9fc;
}

.employers-intro,
.employers-intro li {
	font-size: 18px !important;
	line-height: 26px !important;
	font-weight: 300 !important;
}

.employers-intro p:first-of-type {
	font-weight: 400 !important;
	font-size: 20px;
	margin-bottom: 30px;
}

.employers-intro strong {
	margin: 20px 0 10px;
	display: inline-block;
}

.employers-intro iframe{
	display: block;
	margin-bottom: 20px;
}

.tworow-iframe {
width: 460px;
height: 312px !important;
float: inline-start;
margin-right: 6px;
}

.threerow {
        display: flex !important;
    }
.threerow-width {
    width: 50% !important;
}

#responsive-form{
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.wpcf7 input {
	box-sizing: border-box;
	height: 30px !important;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box;
	      margin-top: 10px;
}
.wpcf7 input[type="text"]:focus{
	background: #fff;
}
.wpcf7-submit{
	float: right;
	background: #794973;
	border-radius: 3px;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 6px 20px;
	cursor: pointer;
}
.wpcf7-submit:hover{
	background: #532E4F;
}
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #794973;
	padding: 5px;
}
div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #794973;
	padding: 5px;
	color: #f6f6f6;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #794973;
	border-color: #794973;
	color: #fff;
	margin: 0;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}
/* ===== FOOTER ===== */
footer {
	background: #FFFFFF;
	font-size:12px;
}
#footer-tagline {
	padding:20px;
}
.footer-main {
	padding:40px;
	line-height:40px;
	font-size:14px;
}
.footer-main h1 {
	font-size:14px;
	line-height:40px;
	margin:0;
	color: #171717;
}
.footer-main h2 {
	font-size:28px;
	line-height:40px;
	margin:0;
	font-family: 'Oswald', Sans-serif;
	font-weight: 300;
}

.footer-main h2 a {
	color: #6D4067;
}

.footer-main .row-fluid {
	margin-bottom: 0px;
}

.footer-contact {
	background: #6D4067;
	color: #fff;
	font-weight: 300;
	padding: 20px;
}

.footer-contact .row-fluid {
	margin-bottom: 0px;
}

.footer-contact a {
	color: white;
	display: inline-block;
	padding:0px 15px;
	border-left: 1px solid white;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
}

.footer-contact a:first-of-type {
	border-left: none;
}
address {
	padding:20px 0;
	margin-bottom:0;
	line-height:22px;
	color:#000;
}
.share-this {
	text-align:right;
}

.footer-copy {
    float: left;
    border-right: solid 1px #7C7C7C;
    margin-right: 10px;
    padding-right: 10px;
    line-height: 16px;
}

.footer-rights {
    float: left;
    line-height: 16px;
    margin-right: 10px;
}

.footer-link {
    float: left;
    line-height: 16px;
    margin-right: 10px;
}



/* ===== COPYRIGHT ===== */
.top-link {
	float:right;
}
.copy {
	background:#181818;
	color:#7C7C7C;
	padding:20px;
}

.copy a {
	color: #7C7C7C;
}

.copy .row-fluid {
	margin-bottom: 0px;
}
.a2a_kit {
    float: right;
    margin: 4px 0;
    margin-left: 10px;
}

/* FIXES */


/* ==========================================================================
   CMS styles
   ========================================================================== */

/* ===== BLOG PAGE ===== */

.blog {
	margin-bottom:20px;
}
#blog-menu {
	background:#eeeeee;
	padding:20px;
	color:#fff;
	margin-top: 10px;
}

.blog-post-preview {
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #eee;
}
.blog-post-preview:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.blog-post-preview header,
.blog header {
	padding: 0;
	margin : 0 0 10px 0;
	background:none;
	font-size:20px;
	font-weight:700;
}
.blog-post-preview-img {
	width: 25%;
	float: left;
}
.blog-post-preview-content {
	width: 72%;
	float: right;
}
.blog-post-preview-content img {
	display:none;
}
.blog-post-content {
	height: 40px;
	line-height: 18px;
	overflow: hidden;
}
.blog-post-more {
	float: right;
	background: #eee;
	color:#555;
	border-radius: 1px;
	padding: 5px 10px;
	margin-top: 20px;
}
.blog-post-preview a:link, .blog-post-preview a:visited {
	color:#555;
}

.blog-post-preview a:hover, .blog-post-preview a:active {
	color:#555;
}
.blog-year-title {

	padding: 5% 0;
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
	color:#000;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
}
.blog-month-title {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color:#000;
	margin: 5px 0;
}
.blog-cloud {
	width: 90%;
	padding: 5%;
	margin-top: 5%;
	border-radius: 2px;
	background: #000;
}
.blog-cloud a:link, .blog-cloud a:visited {color:#fff !important; text-decoration:none;}
.blog-cloud a:hover, .blog-cloud a:active {color:#000 !important; text-decoration:none;}
.blog-wc-smallest {font-size: 0.6em; padding: 3px;}
.blog-wc-small {font-size: 0.8em; padding: 3px;}
.blog-wc-medium {font-size: 1em; padding: 3px;}
.blog-wc-large {font-size: 1.2em; padding: 5px;}
.blog-wc-largest {font-size: 1.4em; padding: 5px;}
.blog-post-date {
	font-size: 14px;
	float: right;
}

#blog-search {
	margin-bottom:0;
}

.grey {
	color:#8f8f8f;
}
.blog-social .a2a_kit {
    float: left;
    margin: 10px 0;
}

/* ===== CONTACT PAGE ===== */

#contact-msg {
	margin-bottom: 10px;
	display: none;
}
#contact-form {
	margin-bottom: 10px;
}

.contact article {
	padding:20px;
}

.contact aside {
	padding:20px;
	background:#eee;
}

.map-cover {
	position:relative;
}

.map-absolute {
	position:absolute;
	width:100%;
	top:0;
	bottom:0;
}

.advice-articles {
	padding: 30px 0 10px 0;
	background: #F5F9FC;
}

/* ===== GALLERY ===== */

#galleria {
	width: 100%;
	height: auto;
}

.statement {
	background:#eee;
	font-size:24px;
	line-height:36px;
	padding:40px;
	text-align:center;
}

/* ===== GENERAL ===== */
.statement > div {
	width: 80%;
	padding: 10%;
}

/* ==========================================================================
   RESPONSIVE OVERRIDES
   ========================================================================== */

/* iPads (landscape) 768x1024 ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
  
}

/* iPads (portrait) 768x1024 ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
  
}
/* Large desktop */
@media (min-width: 1400px) {

}
/* Standard desktop */
@media (min-width: 1200px) and (max-width: 1400px) {

}
/* Small desktop */
@media (min-width: 980px) and (max-width: 1199px) {

}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	
	.banner-text h1 {
	  margin: 2.5% auto 10px auto;
	  font-size:22px;
	}
	.navbar .btn-navbar {
		width:100%;
		color:#000;
		margin-left:0;
		background: none;
		border: none;
		filter: none;
		box-shadow: none;
	}
	.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
		color: #000;
		background: none;
	}
	.nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
		background: none;
		color:#000;
	}
	.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
		background:none;
		color:#000;
	}
	.navbar-inner {
		background:none;
		border:none;
		box-shadow:none;
	}
	.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
		background:none;
		color:#000;
		box-shadow:none;
	}
	.navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle {
		background:none;
		color:#000;
	}
    .threerow {
        display: flex !important;
    }


}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	
	body, html {
		margin:0;
		padding:0;
	}
	header, header div, header article, header aside, header .text-right {
		text-align:left !important;
	}
	#header-top {
		padding:10px 20px;
		box-sizing:border-box;
	}
	.banner-text h1 {
	  margin: 2.5% auto 10px auto;
	  font-size:18px;
	  line-height:18px;
	  padding:10px;
	}
	.banner-text h2 {
	  margin: 0 auto;
	  font-size:14px;
	  line-height:14px;
	  padding:10px;
	}

	/*AM 9-3-2018 fix navbar */
	.navbar .nav {
		width: 100%;
	}

	.navbar .btn-navbar {
		width:100%;
		color:#000;
		margin-left:0;
		background: none;
		border: none;
		filter: none;
		box-shadow: none;
	}
	.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
		color: #000;
		background: none;
	}
	.nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
		background: none;
		color:#000;
	}
	.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
		background:none;
		color:#000;
	}
	.navbar-inner {
		background:none;
		border:none;
		box-shadow:none;
	}
	.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
		background:none;
		color:#000;
		box-shadow:none;
	}
	.navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle {
		background:none;
		color:#000;
	}
	
	address, .copy {
		text-align:center;
		line-height:20px;
	}
	address {
		padding-bottom:0;
	}
	.top-link {
		float:none;
	}
	#blog-menu input {
		width:75%;
	}
	#blogs {
		width: 65%;
		float: left;
		padding-right: 5%;
	}
	#blog-menu {
		width: 35%;
		float: left;
	}
	.content1, .content2, .content3, .general-content1, .general-content2{
		padding:20px;
		box-sizing:border-box;
	}
	footer, footer div, footer article, footer aside, footer .text-right, .share-this {
		text-align:center;
	}
	.copy {
		padding:10px 20px;
		box-sizing:border-box;
	}

}

/* Landscape phones and down iphone 320x480 */
@media (max-width: 480px) {
	#cookie-bar {
		font-size:12px;
	}
	.row-fluid [class*="span"] {
		margin-bottom:20px;
	}
	.row-fluid [class*="span"]:last-child {
		margin-bottom:10px;
	}

	.banner-text {
		position:absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
		padding: 0px;
		box-sizing:border-box;
	}

	.banner-text-wrap {
		position: relative;
		top: 0 !important;
	}
		#blog-menu input {
		width:75%;
	}
	.blog header {
		text-align:left;
	}
	
	.blog-post-date {
		font-size:10px;
	}
	footer {
		font-size:10px;
	}
	.copy {
		line-height:20px;
	}
    .threerow {
        display: block !important;
    }
        .threerow-width {
    width: auto !important;
    }
    .tworow-img {
    padding: 0px !important;
    }
	
}

/*================================

SOCIAL

================================*/

.fa {
  padding: 20px !important;
  width: 73px !important;
  text-align: center !important;
  text-decoration: none !important;
  margin: 5px 2px !important;
  border-radius: 50% !important;
  color: #ffffff !important;
  font-size: 30px !important;

}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}

/* Pagination */

div.page_nav{
	margin-top: 0;
}

.page_nav .page-numbers{
    background:#633661;
	color:#fff;
	display:block;
	width:auto;
	float:left;
	margin: 4px 4px 30px 0;
	padding:15px 18px 14px 18px;
	text-decoration:none;
}

.page_nav .page-numbers:hover{
	background: #40213f;
	color:#fff;
	text-decoration: none;
}

.page_nav .current{
        background: #40213f;
	color:#fff;
        padding:15px 18px 14px 18px;
}