/*
Theme Name:   Web Bird Digital Business 
Theme URI:    http://www.webbirddigital.com.au
Description:  Web Bird Digital Business Theme. A modern, simple yet elegant theme to showcase for your business. 
Author:       Simon Codrington
Author URI:   http://www.simoncodrington.com.au
Version:      1.8 
Tags:         Modern, Amazing, Magical, Responsive, Fully Customisable, Retina-Ready, HiDPI, Web Bird
*/

*,
*:before,
*:after{
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

/*Universal elements*/
body {
	font-family: 'open sans','san-serif';
	font-weight: 300;
	font-size: 100%;
	overflow: hidden;
	line-height:160%;
}

.button {
	padding: 7px 15px;
	display: inline-block; 
	-webkit-transition: all 350ms linear;
	-moz-transition: all 350ms linear;
	-ms-transition: all 350ms linear;
	-o-transition: all 350ms linear;
	transition: all 350ms linear;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 0px;
	cursor: pointer;
}

/*embeded elements*/
embed, iframe, object, video {
	width: 100%;
}

a:active,
a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
	display: block;
}

.entry-meta .edit-link,
.edit-link {
	margin-top: 10px;
	display: inline-block;
}
.entry-meta .edit-link {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 0px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}
.entry-meta .edit-link a,
.edit-link a.comment-edit-link {
	color: inherit!important;
	padding: 7px 12px;
	display: inline-block;
}




/*Containers*/ 
.site{
	width: 100%;
	max-width: 100%;
	left: 0%;
	border-left: none;
	position: relative;
	border-right: none;
	z-index: 1;
	position: relative;
}
.site-header {

}

.site-main {
	
}


.site-footer {
	background-color: transparent;
	color: inherit;
}

/*content inside of the primary container*/
.entry-header, 
.entry-content, 
.entry-summary, 
.entry-meta{
	max-width: 1200px;
}


/*FORM elements*/
input[type="search"] {
	-webkit-appearance: none;
}

button, input, textarea{
	border: solid 1px #ccc;
}
input:focus, textarea:focus{
	border: solid 1px #ccc;
}




/*Header*/
/*Header - top menu*/
.site-header .top-menu {
	width: 100%;
	position: relative;
	height: 45px;
	color: #fff;
}
.site-header .top-menu.sticky {
	height: 0px;
	z-index: 2;
}
.site-header .top-menu.sticky.active {
	height: 45px;
	position: fixed;
	top: 0px;
}

.site-header .inner {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	height: 100%;
	padding: 10px 15px;
}

/*Header - social media*/
.top-menu .social-media {
	float: right;
}

/*Header - contact */
.top-menu .contact-information {
	float: left;
}
.top-menu .contact-information > div {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
}
.top-menu .contact-information > div:first-child {
	padding-left: 0px;
}


/*header - bottom menu*/
.site-header .bottom-menu {
	
}
.site-header .bottom-menu .address {
	display: block;
}
.site-header .bottom-menu .address .address_element {
	display: inline-block;
	margin-right: 10px;
}



/*Header - middle menu*/
.site-header .middle-menu {
	position: relative;
	width: 100%;
	z-index:3;
	height: 90px;
	-webkit-transition: height 300ms linear;
	-moz-transition: height 300ms linear;
	-o-transition: height 300ms linear;
	-ms-transition: height 300ms linear;
	transition: height 300ms linear;
	border-bottom: solid 1px #ddd;
	/*box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);*/
}
.site-header .middle-menu .inner {
	height: 100%;
	position: relative;
}
.site-header .middle-menu .inner .container-inner{
	height: 100%;
} 
/*Sticky menu*/
.site-header .middle-menu.sticky {
	position: fixed;
	top: 45px;
	height: 0px;
	transition: all 300ms linear;
	box-shadow: 0px 1px 2px rgba(180, 180, 180, 0.5);
	z-index: 2;
}
.site-header .middle-menu.sticky.active {
	height: 80px;
	transition: all 180ms linear;
}



/*Header - logo*/
.middle-menu .logo {
	width: 35%;
	float: left;
	height: 100%;
}
.middle-menu .logo .image {
	max-width: 100%;
	max-height: 100%;
	height: auto;
}

/*Header - navigation menu toggle*/
.middle-menu .menutoggle {
	display: none;
}





/*Header - navigation menu*/
.middle-menu .navbar {
	width: 65%;
	float: left;
	background: transparent;
	height: 100%;
	position: relative;
}
.navbar .main-navigation {
	position: absolute;
	bottom: 0px;
	min-height: 0px;
	width: 100%;
}
/*Hide slideout menu if we have it*/
.navbar.slideout {
	display: none;
}
/*ul container*/
.navbar .main-navigation .nav-menu{
	padding: 0px;
	text-align: right;
}
/*li items*/
.navbar .main-navigation .nav-menu li{
	
}
/*li items with an a*/
.navbar .main-navigation .nav-menu li a{
	padding: 8px 12px;
	font-size: 110%;
	font-weight: 400;
	line-height: 150%;
}


/*a items*/
.navbar .main-navigation .nav-menu a{
	
}
/*Current ancestor a link*/
.navbar .main-navigation .nav-menu .current_page_item > a, 
.navbar .main-navigation .nav-menu .current_page_ancestor > a, 
.navbar .main-navigation .nav-menu .current-menu-item > a, 
.navbar .main-navigation .nav-menu .current-menu-ancestor > a {
	font-style: normal;
	font-weight: 400;
}

/*navigation sub menu ul */
.navbar .main-navigation .sub-menu {
	background-color: transparent;
	border: none;
	/*margin-left: 10px;*/
}
.navbar .main-navigation .sub-menu li {
	text-align: left;
}
.navbar .main-navigation .sub-menu li a{
}

/*Navigation sub-sub menus*/
.navbar .main-navigation .sub-menu .sub-menu:before{
	display: none;
}

.darkoverlay {
	display:	none;
}



/*HOME PAGE BLOCKS*/
#home_blocks {
	width: 100%;
	float: left;
	position: relative;
}

#home_blocks .inner {
	width: 100%;
	margin: auto;
	padding: 0px 15px;
	margin-top: 2%;
}
/*boxed width boxes*/
#home_blocks.boxed .inner {
	max-width: 1200px;
}

#home_blocks .block {
	width: 30%;
	height: 100%;
	margin-right: 1.66%;
	margin-left: 1.66%;
	margin-bottom: 3.33%;
	float: left;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*-webkit-box-shadow: 0px 1px 3px rgba(128, 128, 128, 0.70);
	-moz-box-shadow: 0px 1px 3px rgba(128, 128, 128, 0.70);
	box-shadow: 0px 1px 3px rgba(128, 128, 128, 0.70);*/
	border: solid 1px #eee;
	overflow: hidden;
}
#home_blocks .block:nth-child(3n-2){
	width: 31.5%;
	margin-left: 0%;
	margin-right: 1.375%;
	margin-bottom: 2.75%;
}
#home_blocks .block:nth-child(3n-1){
	width: 31.5%;
	margin-right: 1.375%;
	margin-left: 1.375%;
	margin-bottom: 2.75%;
}
#home_blocks .block:nth-child(3n){
	width: 31.5%;
	margin-right:0%;
	margin-left: 1.375%;	
	margin-bottom: 2.75%;
}


#home_blocks .block .block-name {
	font-size: 150%;
	text-align: left;
	padding: 12px 15px 12px 15px;
	text-transform: uppercase;
	font-weight: 400;
	color: #333;
	width: 100%;
	border: none;
	position: absolute;
	line-height: 150%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	z-index: 3;
	margin: 0px;
	color: #fff;
	display: block;
}
#home_blocks .block .block-image-info {
	
}

#home_blocks .block .block-image {
	width: 100%;
	height: 300px;
	position: relative;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	background-repeat: no-repeat;
	background-size: cover;
	border: solid 1px #ccc;
}
#home_block .block .block-image.no-image{
	background-position: center top;
	background-size: contain; 
	background-repeat: no-repeat; 
}
#home_blocks .block .image-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('images/event-overlay-image.png');
	background: rgba(25,25,25,0.70);
	top: 0px;
	left: 0px;
	overflow: hidden;
	text-align: center;
	opacity: 0;
	z-index: 1;
	-webkit-transition: opacity 350ms linear;
	-moz-transition: opacity 350ms linear;
	-ms-transition: opacity 350ms linear;
	-o-transition: opacity 350ms linear;
	transition: opacity 350ms linear;
	padding: 15px;
}
#home_blocks .block .image-overlay .read-more{
	color: #fff;
	border: solid 1px #fff;
	padding: 7px 15px;
	display: inline-block;
}


#home_blocks .block .block-info {
	padding: 20% 15px 10px 25%; /*With offset at top and left to allow for slide effect*/
	background: #DBDBDB;
	position: absolute;
	left: -100%;
	top: 0%;
	width: 100%;
	height: 100%;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 2;
}
#home_blocks .block .block-info .block-text {
	margin: 0px;
	color: #333;
	line-height: 150%;
	font-size: 100%;
	font-weight: 100;
	margin-bottom: 15px;
}
#home_blocks .block .block-info .read-more {
	background: #004278;
	padding: 7px 15px;
	color: #fff;
	display: inline-block;
	-webkit-transition: background 350ms linear;
	-moz-transition: background 350ms linear;
	-ms-transition: background 350ms linear;
	-o-transition: background 350ms linear;
	transition: background 350ms linear;
} 
#home_blocks .block .block-info .read-more:hover,
#home_blocks .block .block-info .read-more:active {
	background: #003764;
}


/*on hover, display inner overlay*/
#home_blocks .block:active .image-overlay,
#home_blocks .block:hover .image-overlay {
	opacity: 1;
}

/*On hover, push out the text container from left to cover screen*/
#home_blocks .block:hover .block-info,
#home_blocks .block:active .block-info{
	-webkit-transform: translate(80%,0px);
	-moz-transform: translate(80%,0px);
	-o-transform: translate(80%,0px);
	-ms-transform: translate(80%,0px);
	
	-webkit-transform: translate3d(80%,0px,0px);
	-moz-transform: translate3d(80%,0px,0px);
	-o-transform: translate3d(80%,0px,0px);
	
	transform: translate(80%,0px);
	transform: translate3d(80%,0px,0px);
}
/*on hover, push the image over from the left to out of view*/
#home_blocks .block:hover .block-image,
#home_blocks .block:active .block-image  {
	-webkit-transform: translate(80%,0px);
	-moz-transform: translate(80%,0px);
	-o-transform: translate(80%,0px);
	-ms-transform: translate(80%,0px);
	
	-webkit-transform: translate3d(80%,0px,0px);
	-moz-transform: translate3d(80%,0px,0px);
	-o-transform: translate3d(80%,0px,0px);
	
	transform: translate(80%,0px);
	transform: translate3d(80%,0px,0px);
}








/*MIDDLE PAGE CONTENT (Content + sidebar)*/
.site-main .content-area {
	float: left;
	width: 100%;
	position: relative;
}
/*container for sidebar*/
.site-main .sidebar-container{
	float: right;
	width: 32.5%;
	top: 0px;
	margin-top: 60px;
	position: relative;
	height: auto;
	overflow: hidden;
}
/*container for widgets*/
.sidebar-container .sidebar-inner{
	float: right;
	width: 100%;
}
/*toggle container for sidebar (on mobile)*/

.sidebar-container .sidebar-inner .expand-sidebar{
	padding: 15px;
	position: relative;
	display: none;
	cursor: pointer;
}
.sidebar-container .sidebar-inner .expand-sidebar h2 {
	margin-bottom: 0px;
	position: relative;
	border-bottom: 0px;
	width: 100%;
	padding-right: 30px;
} 
.sidebar-container .sidebar-inner .expand-sidebar h2 span {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 35px;
	height: 35px;
}
.sidebar-container .sidebar-inner .expand-sidebar h2 span i {
	background: #FFF;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 35px;
	border: solid 1px #ccc;
	font-size: 115%;
	color: #333;
}




/*each widget*/
.sidebar-container .widget-area{
	width: 100%;
	margin: 0px;
}
.sidebar-container .widget-area .widget{
	background: transparent;
	list-style-type: none;
	font-size: 100%;
}
.sidebar-container .widget-area .widget div {

}
.sidebar-container .widget-area .widget ul {
	margin: 0px !important;
}
.sidebar-container .widget-area .widget ul li {
	list-style-type: square;
}

/*any content area with a sidebar*/
.sidebar-container ~ .content-area {
	width: 65%;
	margin-right: 2.5%;
}

.site-content {
	width: 100%;
	float: left;
}
.site-content .inner{
	max-width: 1200px;
	margin: auto;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
}


















/*SOCIAL MEDIA - GENERAL STYLING*/
.social-media {
	display: inline-block;
}
.social-media .icon {
	display: inline-block;
	font-size: 130%;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 25px;
	margin-left: 3px;
}
.social-media .icon a {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: color 300ms linear;
	-moz-transition: color 300ms linear;
	-ms-transition: color 300ms linear;
	-o-transition: color 300ms linear;
	transition: color 300ms linear;
}
.social-media .icon i {
	
}

/*CONTACT - GENERAL STYLING*/
.contact-information {
	display: inline-block;
}
.contact-information .phone-primary,
.contact-information .phone-secondary,
.contact-information .email{
	
}
.contact-information .phone-primary {
	
}
.contact-information .phone-secondary {
	
}
.contact-information .email {
	
}

/*----- H tags -----*/

h1,h2,h3,h4,h5,h6{
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}


h1{
	font-size: 190%;
	
}

h2{
	font-size: 150%;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 0px;
	margin-bottom: 20px;
}

h3{
	font-size: 130%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 0px;
	margin-bottom: 10px;
}
h4 {
	font-size: 110%;
}

.inner h2 {
	margin-bottom: 20px;
	display: block
}



/*LATEST NEWS / TESTIMONIALS CONTAINER*/
#news_testimonials {
	width: 100%;
	float: left;
}
#news_testimonials .inner {
	max-width: 1200px;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}


/*LATEST NEWS (homepage)*/
.latest_news {
	width: 48.5%;
	margin-right: 1.5%;	
	float: left;
	position: relative;
}
.latest_news h2 {
	
}
.latest_news .news {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility:hidden;
}
.latest_news .news_image {
	width: 37.5%;
	margin-right: 2.5%; 
	float: left;
	height: 175px;
	/*-webkit-box-shadow: 0px 1px 3px rgba(128, 128, 128, 0.75);
	-moz-box-shadow: 0px 1px 3px rgba(128, 128, 128, 0.75);
	box-shadow: 0px 1px 3px rgba(128, 128, 128, 0.75);*/
	border: solid 1px #eee;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.latest_news .news_information  {
	width: 60%;
	float: left;
}
.latest_news .news_information h3 {
	
}
.latest_news .news_information .news_date{
	margin-bottom: 15px;
}
.latest_news .news_information .news_content {
	margin-bottom: 15px;
}
.latest_news .news_information .readmore {
	
}



/*TESTIMONIALS (Homepage)*/
.testimonials {
	width: 100%;
	margin-left: 0%;	
	float: left;
	position: relative;
}
.testimonials h2 {
	display: none!important;
}
/*each testimonial*/
.testimonials .testimonial {
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility:hidden;
	width: 47.5%;
	margin: 0% 1.25% 2.5% 1.25%;
	float: left;
}
.testimonials .testimonial:nth-of-type(odd){
	width: 48.75%;
	margin: 0% 1.25% 2.5% 0%;
	clear: left;
}
.testimonials .testimonial:nth-of-type(even){
	width: 48.75%;
	margin: 0% 0% 2.5% 1.25%;
	clear: right;
}

/*testimonial content*/
.testimonial .content_container{
	padding: 10px;
	background-color: #BDBDBD;
	width: 100%;
	float: left;
	margin-bottom: 15px;
	position: relative;
}
.testimonial .content_container:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 110px;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #BDBDBD;
}
.testimonial .content_container .content{
	font-style: italic;
}
/*Testimonial author*/
.testimonial .author_container{
	float: left;
	width: auto;
}
.testimonial .author_container .author_name{
	display: block;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
.testimonial .author_container .author_position{
	display: block;
}
.testimonial .author_container .author_name.block,
.testimonial .author_container .author_position.block{
	display: block;
}

.testimonial .author_container .testimonial_company{
	display: block;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	margin-top: 10px;
}
.testimonial .author_container .readmore {
	margin-top: 10px;
}

/*Testimonial image*/
.testimonial .image_container{
	float: left;
	width: auto;
	margin-right: 30px;
	
}
.testimonial .image_container .image{
	width: 100px;
	height: 100px;
	border-radius: 50px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #BDBDBD;
}
/*No photo icon, uses font-awesome */
.testimonial .image_container .image i {
	text-align: center;
	width: 100%;
	height: 100%;
	line-height: 100px;
	font-size: 270%;
	color: #EEE;
}

/*TESTIMONIALS ON HOME*/
.home .testimonials {
	width: 48.5%;
	margin-left: 1.5%;
}
.home .testimonials h2 {
	display: block!important;
}
.home .testimonials .testimonial:nth-of-type(1n){
	margin: 0px;
	clear: none;
}


/*SINGLE TESTIMONIALS*/
.single-testimonial .testimonial {
	width: 100%;
}

.single-testimonial .entry-header-content {
	width: 100%;
	margin-right: 0%;
}
.single-testimonial .entry-header-content h2 {
	display: block;
	margin-bottom: 10px;
}
.single-testimonial .entry-content {
	width: 100%;
}



/*GALLERY LISTING */
.gallery{
	margin-left: 0px;	
}
.gallery-list {
	position: relative;
	float: left;
	width: 100%;
}
.gallery-list .gallery {
	width: 30%;
	margin: 0% 1.665% 3.33% 1.665%;
	float: left;
	position: relative;
}
.gallery-list .gallery:nth-of-type(3n-2){
	width: 32%;
	margin: 0% 1% 2% 0%;
}
.gallery-list .gallery:nth-of-type(3n-1){
	width: 32%;
	margin: 0% 1% 2% 1%;
}
.gallery-list .gallery:nth-of-type(3n-3){
	width: 32%;
	margin: 0% 0% 2% 1%;
}


.gallery-list .gallery:hover .gallery-image .gallery-overlay,
.gallery-list .gallery:active .gallery-image .gallery-overlay {
	opacity: 1;	
}

.gallery-list .gallery .gallery-title {
	margin-bottom: 15px;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.gallery-list .gallery .gallery-image {
	height: 275px;
	position: relative;
	width: 100%;
	border: solid 1px #ccc;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	margin-bottom: 20px;
}
.gallery-list .gallery .gallery-image .gallery-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: url('images/black_background.png');
	background: rgba(0, 0, 0, 0.75);
	color: #fff;
	-webkit-transition: all 350ms linear;
	-moz-transition: all 350ms linear;
	-ms-transition: all 350ms linear;
	-o-transition: all 350ms linear;
	transition: all 350ms linear;
}
.gallery-list .gallery .gallery-image .gallery-overlay .gallery-description{
	position: relative;
	padding: 25% 15px 15px 15px;
	text-align: center;
}
.gallery-list .gallery .gallery-image .gallery-overlay .gallery-description span {
	width: 100%;
	display: block;
	margin-bottom: 25px;
	text-align: center;
	font-size:140%;
}
.gallery-list .gallery .gallery-image .gallery-overlay .gallery-description span i {
	margin-left: 10px;
}
.gallery-list .gallery .gallery-image .gallery-overlay .gallery-description p {
	margin: 0px;
	font-size: 110%;
}
.gallery-list .gallery .gallery-readmore {
	display: inline-block;
}


/*SINGLE GALLERY*/
.single-gallery  .entry-title {
	width: 100%;
	float: left;	
}
.single-gallery  .gallery-links {
	width: 100%;
	float: left;	
}
.single-gallery  .gallery-links .gallery-link {
	display: inline-block;
	margin-right: 10px;
}
.single-gallery  .gallery-links .gallery-link a{
	padding: 7px 15px;
	margin-bottom: 10px;
	display: block;
}

.single-gallery .gallery-image-container {
	float: left;
	width: 100%;
}
.single-gallery .gallery-image {
	width: 33.33%;
	float: left;
	height: 300px;
	position: relative;
	border: solid 1px #ddd;
}
.single-gallery .gallery-image:active .overlay,
.single-gallery .gallery-image:hover .overlay{
	opacity: 1;	
}
.single-gallery .gallery-image .image {
	width: 100%;
	position: relative;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.single-gallery .gallery-image .overlay {
	background: url('images/black_background.png');
	background: rgba(0, 0, 0, 0.75);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;	
	color: white;
	padding: 15px;
	-webkit-transition: all 350ms linear;
	-moz-transition: all 350ms linear;
	-ms-transition: all 350ms linear;
	-o-transition: all 350ms linear;
	transition: all 350ms linear;
}
.single-gallery .gallery-image .overlay span.text {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	font-size: 140%;
	text-align: center;
	padding-top: 25%;
}
.single-gallery .gallery-image .overlay span.icon {
	display: block;
	width: 100%;
	text-align: center;
}
.single-gallery .gallery-image .overlay i {
	background: #555;
	padding: 7px;
	font-size: 120%;
	width: 40px;
	height: 40px;
	line-height: 27px;
	text-align: center;
}





/*SERVICES LISTING (homepage)*/
#services.on_home {
	width: 100%;
	float: left;
	background: #eee;
}
#services.on_home .inner {
	max-width: 1200px;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 15px;
	padding-left: 15px;
}
#services.on_home .services h2 {
	display: inline-block;
}



/*STAFF MEMBERS / SERVICES */
#staff_members,
#services {
	width: 100%;
	float: left;
}
#staff_members .inner,
#services .inner {
	max-width: 1200px;
	margin: auto;
	padding: 0px;
}
.staff_members,
.services {
	width: 100%;
	float: left;
}
#staff_members .inner h2,
#services .inner h2 {
	display: none;
}
.staff,
.service {
	width: 47.5%;
	margin-left: 1.25%;
	margin-right: 1.25%;
	float: left;
	margin-bottom: 20px;
}
/*first items of two*/
.staff:nth-of-type(2n),
.service:nth-of-type(2n){
	margin-left: 0%;
	width: 48.75%;
	clear: left;
}
/*second items of two*/
.staff:nth-of-type(2n-1),
.service:nth-of-type(2n-1){
	margin-right: 0%;
	width: 48.75%;
	clear: right;
}
/*hovering over the staff / service*/
.staff:hover .image_container .image,
.staff:active .image_container .image,
.service:hover .image_container .image,
.service:active .image_container .image {
	
	/*Scale the image using 2d and 3D transforms*/
	-webkit-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	-webkit-transform: scale3d(1.2,1.2,1);
	-moz-transform: scale3d(1.2,1.2,1);
	-o-transform: scale3d(1.2,1.2,1);
	transform: scale(1.2,1.2);
	transform: scale3d(1.2,1.2,1); 
}
/*Hovering over the staff / service (alter its image)*/
.staff:hover .image_container .image_interior,
.staff:active .image_container .image_interior,
.service:hover .image_container .image_interior,
.service:active .image_container .image_interior {
	opacity: 1;
}
.staff:hover .image_container .image_interior .readmore i,
.service:hover .image_container .image_interior .readmore i {
	height: 30px;
}

/*staff / service photo*/
.staff .image_container,
.service .image_container{
	width: 40%;
	margin-right: 2.5%;
	float: left;
	overflow: hidden;
	position: relative;
}
.staff .image_container .image,
.service .image_container .image{
	width: 100%;
	position: relative;
	height: 220px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: solid 1px #eee;
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
}
.staff .image_container .image_interior,
.service .image_container .image_interior{
	opacity: 0;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	background: url('images/black_background.png');
	background: rgba(0,0,0,0.70);
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
}
.staff .image_container .image_interior .readmore,
.service .image_container .image_interior .readmore {
	color: #fff;
	margin: 0px 25% 0% 25%;
	top: 35%;
	width: 50%;
	border: solid 1px #fff;
	position: absolute;
	text-align: center;
	overflow: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/*Staff / Servicer Info (witout image)*/
.staff .image_container ~ .content_container,
.service .image_container ~ .content_container {
	width: 57.5%;
}

/*Staff / Service info (without image)*/
.staff .content_container,
.service .content_container{
	width: 100%;
	float: left;
}
.staff .content_container .name,
.service .content_container .name{
	
}
.staff .content_container .position,
.service .content_container .position{
	text-transform: uppercase;
	margin-bottom: 5px;
}
.staff .content_container .description,
.service .content_container .description{
	margin-bottom: 10px;
}


/*Staff members displaying on homepage*/
#staff_members.on_home {
	/*background: #D3D1D1;*/
	background: #fff;
}
#staff_members.on_home .staff_members h2 {
	display: inline-block;
}
#staff_members.on_home .inner {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

/*STAFF SINGLE / SERVICE SINGLE PAGE*/
.single-staff .staff,
.single-service .service {
	width: 100%;
	margin: 0px;
}
.single-staff .entry-header-content,
.single-service .entry-header-content  {
	width: 100%;
	margin-right: 0px;
}
.single-staff .entry-header h2,
.single-service .entry-header h2  {
	display: block;
	margin-bottom: 25px;
}
.single-staff .entry-content,
.single-service .entry-content{
	width: 100%;
	float: right;
}
.single-staff .entry-thumbnail ~ .entry-content,
.single-service .entry-thumbnail ~ .entry-content{
	width: 57.5%;
	margin-left: 2.5%;
}

.single-staff .entry-thumbnail,
.single-service .entry-thumbnail {
	float: left;
	margin: 0px 15px 15px 0px;
}


/*PARTNERS*/
#partners.on_home {
	width: 100%;
	float: left;
	position: relative;
}
#partners.on_home .inner {
	max-width: 1200px;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}
#partners.on_home .partners  h2{
	display: inline-block;
}

#partners .inner {
	padding: 0px;
}

.partners {
	width: 100%;
}
#partners .inner h2 {
	display: none;
}
/*Each partner*/
.partners .partner {
	float: left;
	width: 20%;
	height: 140px;
	text-align: center;
	border: solid 1px #CCC;
	overflow: hidden;
	position: relative;

}
.partner > a {
	display: block;
	width: 100%;
	height: 100%;
}
.partner .partner-image {
	height: 100%;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFF;
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
}
/*Inner container for hovering over partners*/
.partner .partner-inner{
	height: 100%;
	width: 100%;
	padding: 15px;
	position: absolute;
	top: 0px;
	opacity: 0;
	background: url('images/black_background.png');
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
}

/*Hovering over each partner, zoom its image*/
.partner:hover .partner-image {
	opacity: 1;
	-webkit-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	-webkit-transform: scale3d(1.2,1.2,1);
	-moz-transform: scale3d(1.2,1.2,1);
	-o-transform: scale3d(1.2,1.2,1);
	transform: scale(1.2,1.2);
	transform: scale3d(1.2,1.2,1);
}
.partner:hover .partner-inner {
	opacity: 1;
}

.partner .partner-inner h3 {
	color: #fff;
}
.partner .partner-inner .readmore {
	border: solid 1px #fff;
	color: #fff;
}


/*SINGLE PARTNER PAGE */

.single-partner .entry-header-content {
	width: 100%;
	float: left;
}
.single-partner .entry-content {
	width: 100%;
	float: left;
}
.single-partner .entry-thumbnail{
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	border: solid 1px #eee;
}


/*ATTACHMENT PAGE (single image, document etc)*/
.attachment .hentry{
	background: transparent;
}
.attachment .entry-header{
	padding: 0px;
	max-width: 100%;
	margin-bottom: 15px;
}
.attachment .entry-title{
	display: block;
	width: 100%;
	font-weight: 600;
	margin-bottom: 15px;
	font-style: normal;
	font-family: 'Raleway', sans-serif;
	font-size: 190%;
}
.attachment .entry-title:before{
	content: '\f1c5';
	font-family: 'FontAwesome';
	margin-right: 10px;
	position: relative;
}

.attachment .entry-meta{
	max-width: 100%;
	text-align: left;
	padding: 0px;
}
.attachment .entry-meta a{
	color: inherit;
}
.attachment-meta.full-size-link:before{
	display: none;
}
.attachment-meta:before{
	font-family: 'FontAwesome';
	content: '\f017';
	position: relative;
	margin-right: 8px;
	vertical-align: middle;
}
.full-size-link a:before{
	font-family: 'FontAwesome';
	content: '\f0c1';
	position: relative;
	margin-right: 8px;
	vertical-align: middle;
}

.attachment .entry-content{
	padding: 0px;
}
/*image nav*/
.attachment .image-navigation{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.attachment .image-navigation .nav-previous{
	float: left;
	position: relative;
	top: 0px;
	margin-right: 10px;
}
.attachment .image-navigation .nav-next{
	float: left;
	position: relative;
	top: 0px;
}
.attachment .image-navigation .nav-previous a,
.attachment .image-navigation .nav-next a{
	padding: 7px 12px;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.attachment .entry-attachment{
	float: left;
	width: 100%;
	max-width: 100%;
	text-align: left;
}
.attachment .entry-attachment .attachment{
	border: solid 1px #ddd;
}



/*INDEX PAGE (News page, category listing, tag listing)*/

/*header above listings (for tags and categories)*/
.archive-header {
	background-color: transparent;
	padding: 0px;
}
.archive-title {
	font-style: normal;
	max-width: 100%;
	margin: 0px 0px 20px 0px;;
	padding: 0px;
}
.archive-meta{
	font-size: 100%;
	font-family: inherit;
	font-weight: inherit;
	margin: 0px;
	width: 100%;
	padding-bottom: 0px;
	max-width: 100%;
}

/*each article*/
.news .hentry,
.category .hentry,
.tag .hentry,
.author .hentry{
	padding: 15px;
	background: #EBEBEB;
	border: solid 1px #DDD;
	margin-bottom: 25px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	float: left;
	width: 100%;
}
.news .hentry:active,
.news .hentry:hover,
.category .hentry:active,
.category .hentry:hover,
.tag .hentry:active,
.tag .hentry:hover,
.author .hentry:active,
.author .hentry:hover  {
	background: #DDD;
}
/*header (title,image,meta) and content*/
.news .entry-header-content,
.category .entry-header-content,
.tag .entry-header-content,
.author .entry-header-content {
	float: left;
	width: 57.5%;
	margin-right: 2.5%;
}
.news .entry-header-content.full,
.category .entry-header-content.full,
.tag .entry-header-content.full,
.autrhor .entry-header-content.full {
	width: 100%;
	margin-right: 0%;
}

.news .entry-header-content .entry-header,
.category .entry-header-content .entry-header,
.tag .entry-header-content .entry-header,
.author .entry-header-content .entry-header  {
	float: left;
	width: 100%;
	/*margin-bottom: 15px;*/
}
.news .entry-header .entry-title,
.category .entry-header .entry-title,
.tag .entry-header .entry-title,
.author .entry-header .entry-title {
	margin-bottom: 10px;
}
.news .entry-header .entry-meta,
.category .entry-header .entry-meta,
.tag .entry-header .entry-meta,
.author .entry-header .entry-meta,
.news footer.entry-meta,
.category footer.entry-meta,
.tag footer.entry-meta,
.author footer.entry-meta{
	font-size: 100%;
}
/*icon font before meta info*/
.news .entry-header .entry-meta a:before,
.category .entry-header .entry-meta a:before,
.tag .entry-header .entry-meta a:before,
.author .entry-header .entry-meta a:before,
.news footer.entry-meta a:before,
.category footer.entry-meta a:before,
.tag footer.entry-meta a:before,
.author footer.entry-meta a:before{
	font-size: 120%;
	vertical-align: middle;
	font-family: 'FontAwesome';
}



.news .entry-content,
.category .entry-content,
.tag .entry-content,
.author .entry-content {
	float: left;
	width: 100%;
}

.news .entry-thumbnail,
.category .entry-thumbnail,
.tag .entry-thumbnail,
.author .entry-thumbnail {
	float: left;
	width: 40%;
	height: 275px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.news .readmore,
.category .readmore,
.tag .readmore,
.author .readmore  {
	margin-bottom: 10px;
}

/*Pagination*/
.paging-navigation {
	width: 100%;
	float: left;
	padding: 0px;
	background-color: #333;
	border: solid 1px #DDD;
}
.paging-navigation .nav-links{
	max-width: 100%;
}

.paging-navigation .nav-links .nav-previous,
.paging-navigation .nav-links .nav-next {
	padding: 0px;
}
.paging-navigation .nav-links .nav-previous a,
.paging-navigation .nav-links .nav-next a {
	font-style: normal;
	font-size: 120%;
	display: block;
	color: #fff;
}
.paging-navigation .nav-links .nav-previous a span.meta-nav,
.paging-navigation .nav-links .nav-next a span.meta-nav{
	width: 40px;
	height: 65px;
	padding: 0px;
	margin: 0px;
	line-height: 60px;
	border-radius: 0%;
	background: #FFF;
	color: #333;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.paging-navigation .nav-links .nav-next a span.meta-nav{
	margin-left: 15px;
}
.paging-navigation .nav-links .nav-previous a span.meta-nav {
	margin-right: 15px;
}
/*hovering over pagination next and prev*/
.paging-navigation .nav-links .nav-previous a:hover span.meta-nav,
.paging-navigation .nav-links .nav-next a:hover span.meta-nav{
 	width: 100px;
 	background: #eee;
}




/*UNIVERSAL SINGLE POSTS*/
.hentry {
	margin-bottom: 25px;
	float: left;
	width:100%;	
	padding-top: 0px;
}
.hentry .entry-meta{
	font-size: 100%;
	float: left;
	width: 100%;
	margin-bottom: 15px;
	font-weight: 400;
}
.hentry .entry-meta a{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
/*font awesome icons before meta information*/
.hentry .entry-meta a:before{
	font-size: 120%;
	vertical-align: middle;
	font-family: 'FontAwesome';
	margin-right: 7px;
}
.hentry .entry-meta .date a:before{
	content: '\f017';
}
.hentry .entry-meta .categories-links a:before{
	content: '\f07c';
}
.hentry .entry-meta .tags-links a:before{
	content: '\f02b';
}
.hentry .entry-meta .edit-link a:before,{
	content: '\f040';
}
.hentry .entry-meta .author a:before{
	content: '\f007';
}
.hentry .entry-meta .comments-link a:before{
	content: '\f112';
}
/*edit link in comments*/
.edit-link a:before {
	content: '\f040';
	font-size: 120%;
	vertical-align: middle;
	font-family: 'FontAwesome';
	margin-right: 7px;
}


.entry-header-content {
	float: left;
	width: 100%
}
.entry-header-content.full {
	width: 100%;
	margin-right: 0%;
}
.entry-header {
	min-height: 60px;
	margin-bottom: 0px;
	float: left;
}
.entry-title {
	font-weight: 600;
	margin-bottom: 15px;
}
.hentry img {
	margin: 0px;
	max-height: 100%;
	border: solid 1px #eee;
	height: auto;
}
.entry-content {
	float: left;
	width: 100%;
}
.entry-thumbnail {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	height: 300px;
	float: left;
	width: 50%;
}
.entry-thumbnail ~ .description ul{
	position: relative;
	left: 15px;
}



/*post navigation*/
.post-navigation {
	background-color: #E7E7E7;
	border: solid 1px #ccc;
	margin-bottom: 25px;
	margin-top: 10px;
	font-style: normal;
	padding: 15px;
	font-size: 100%;
	float: left;
	width: 100%;
}
.post-navigation .nav-links{
	max-width: 100%;
}

.post-navigation .nav-links a[rel="prev"] span,
.post-navigation .nav-links a[rel="next"] span{
	display: none;
}
.post-navigation .nav-links a[rel="prev"]:before{
	content: '\f100';
	font-family: 'FontAwesome';
	margin-right: 5px;
	font-size: 120%;
}
.post-navigation .nav-links a[rel="next"]:after{
	content: '\f101';
	font-family: 'FontAwesome';
	margin-left: 5px;
	font-size: 120%;
}

.post-navigation a,
.post-navigation a:hover,
.post-navigation a:active {
	color: #333;
}


/*SEARCH PAGE*/
.page-header {
	background: transparent;
}
.page-header .page-title {
	font-style: normal;
	max-width: 1200px;
}
.page-content {
	max-width: 100%;
	padding: 0px;
}
.search .hentry{
	width: 100%;
	margin-left:0%;
	margin-right: 0%;
	padding: 15px;
	background: #E7E7E7;
	margin-bottom: 30px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}


/*IMAGE ALIGNMENT (left,right,center etc)*/
.entry-content img.alignright, 
.entry-content .wp-caption.alignright {
	margin: 0px 0px 15px 15px;
}

.entry-content img.alignleft, 
.entry-content .wp-caption.alignleft{
	margin: 0px 15px 15px 0px;
}



/*COMMENTS CONTAINER*/
.comments-area {
	background: #E7E7E7;
	padding: 15px;
	float: left;
}
.comments-area .comments-title {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-style: normal;
	display: block;
	max-width: 100%;
}
.comment-reply-title {
	font-style: normal;
}
.comments-area .comment-list{
	max-width: 100%;
	width: 57.5%;
	margin-right: 2.5%;
	float: left;
	border-right: solid 1px #CCC;
}
.comments-area .comment-list li {
	background: #eee;
	padding: 15px;
	border-bottom: solid 1px #ccc;
}
.comments-area .comment-list li:nth-of-type(odd){
	background: #eee;
}
.comments-area .comment-list li:nth-of-type(even){
	background: #F1F1F1;
}
.comments-area .comment-list li:last-of-type{
	border-bottom: 0px;
}
.comments-area .comment-list li:after{
	display: none;
}
.comments-area .comment-list li .comment-author{
	display: none;
}
.comments-area .comment-list li .comment-meta{
	font-size: 100%;
}
.comments-area .comment-list li .comment-metadata{
	width: 100%;
}
.comments-area .comment-list li .comment-metadata a{
	font-size: 100%;
	color: #333;
}
.comments-area .comment-list li .comment-content{
	width: 100%;
}
.comments-area .comment-list li .reply{
	width: 100%;
}
.comments-area .comment-list li .reply a,
.comments-area .comment-list li .reply a:hover,
.comments-area .comment-list li .reply a:active{
	color: #333;
}
.comments-area .comment-list li .reply a:before {
	content: '\f112';
	font-family: 'FontAwesome';
	font-size: 120%;
	margin-right: 5px;
}
.comment-respond .comment-reply-title,
.comment-respond .comment-form {
	max-width: 100%;
}
/*reply section*/
.comment-respond {
	background: transparent;
	float: left;
	width: 40%;
}
.comment-form [for="author"], 
.comment-form [for="email"], 
.comment-form [for="url"], 
.comment-form [for="comment"] {
	width: 25%;
}
.comment-form input[type="text"], 
.comment-form input[type="email"], 
.comment-form input[type="url"] {
	width: 75%;
	max-width: 75%;
}
.comment-form textarea {
	resize: none;
}

/*reply section (when replying inline to comments)*/
.comment-list  .comment-respond {
	width: 100%;
	z-index: 999;
	position: relative;
	margin: 20px 0px;
}





/*404 Pages*/
.error404 .page-wrapper {
	background: #333;
}
.error404 .page-wrapper .page-content{
	padding: 15px;
	max-width: 100%;
}
.error404 .page-wrapper .page-content h2,
.error404 .page-wrapper .page-content p {
	color: #fff;
}






/*FOOTERS*/
.site-footer {
	font-size: 100%;
}
.site-footer a,
.site-footer .widget a,
.site-footer .attribution a{
	color: inherit;
}
.site-footer .inner {
	max-width: 1200px;
	margin: auto;
	padding: 25px 15px;
}
/*contains all widget zones*/
.site-footer .widget-area {
	max-width: 100%;
	padding: 0px;
}
/*each widget*/
.site-footer .widget {
	width: 33.33%;
	color: inherit;
	padding: 0% 1.5% 0% 1.5%;
	float: left;
	font-size: 100%;
	margin: 0%;
}

.site-footer .widget:nth-child(3n-1){
	
}
.site-footer .widget:nth-child(3n-2){
	padding-left: 0%;
}
.site-footer .widget:nth-child(3n) {
	padding-right: 0%;
}

.site-footer .widget h2 {
	margin-bottom: 15px;
	display: block;
}

.site-footer .attribution {
	text-align: left;
	margin-top: 25px;
}



/*FORM STYLING*/
/*Visual form builder pro + standard forms*/

.sidebar-container form {
	margin: 0px;
}

.sidebar-container form fieldset {
	background: transparent;
	border: none;
	margin: 0px 0px 15px 0px;
	background-color: rgba(0,0,0,0);
	padding: 0px;
}
.sidebar-container form fieldset:last-child{
	margin-bottom: 0px;
}

/*holds the actual form elements*/
form.visual-form-builder {
	margin-top: 0px!important;
}

.visual-form-builder ul,
.entry-content .visual-form-builder ul{
	font-size: 100%!important;
	margin: 0px!important;
}
/*wrapper for each form item*/
.visual-form-builder ul li {
	padding-left: 0px!important;
	padding-right: 0px!important;
}

.visual-form-builder fieldset {
	margin: 0px 0px 25px 0px;
	border: 0px;
	padding: 0px 15px;
}

.visual-form-builder .vfb-legend {
	margin:0px;
	border-bottom: 0px;
	padding: 0px;
	color: inherit;
}

.visual-form-builder label {
	font-weight: normal;
	padding-bottom: 0px;
	margin-bottom: 3px;
}

.visual-form-builder input[type]:focus,
.visual-form-builder textarea:focus,
.visual-form-builder select:focus{
	border: solid 1px #AAA;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.visual-form-builder input[type="text"],
.visual-form-builder input[type="password"],
.visual-form-builder input[type="email"],
.visual-form-builder input[type="tel"],
.visual-form-builder input[type="number"],
.visual-form-builder input[type="search"],
.visual-form-builder textarea,
.visual-form-builder select {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	box-shadow: none;
	border: solid 1px #ccc;
	height: 38px;
	margin-bottom: 0px;
	padding: 5px;
}

.visual-form-builder input[type='submit']{
	border: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 7px 15px; 
	-webkit-transition: all 350ms linear;
	-moz-transition: all 350ms linear;
	-ms-transition: all 350ms linear;
	-o-transition: all 350ms linear;
	transition: all 350ms linear;
}
.visual-form-builder input[type='submit']:focus {
	border: 0px;
}

.visual-form-builder textarea {
	height: 120px;
	padding: 10px;
}



/*universal form styling*/
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	box-shadow: none;
	border: solid 1px #ccc;
}



/*UNDOOING STYLES*/
.entry-meta a {
	color: inherit;		
}

/*container, holds two folated containers maybe*/
.entry-content .container {
	float: left;
	width: 100%;
	margin-bottom: 2%;
}


/*half containers used in the content (for left and right)*/
.entry-content .half-container {
	float: left;
	width: 47.5%;
	margin-left: 1.25%;
	margin-right: 1.25%;
}
.entry-content .half-container h1,
.entry-content .half-container h2 {
	margin-top: 0px;
	margin-bottom: 15px;
}

.entry-content .half-container:nth-child(odd){
	margin-left: 0%;
	margin-right: 1.25%;
	width: 48.75%;
}
.entry-content .half-container:nth-child(even){
	margin-right: 0%;
	margin-left: 1.25%;
	width: 48.75%;
}

/*----------------------------------WORDPRESS ADMIN BAR--------------------------*/
#wpadminbar .ab-top-menu li.parent-theme-version{
	
}
#wpadminbar .ab-top-menu li.parent-theme-version .ab-item{
	background: #666;
	color: #FFF;
}
#wpadminbar .ab-top-menu li.parent-theme-version:hover .ab-item,
#wpadminbar .ab-top-menu li.parent-theme-version:active .ab-item {
	background: #333;
	color: #2EA2CC;
}
#wpadminbar .ab-top-menu li.parent-theme-version .ab-item .ab-icon{
	margin-right: 6px;
	color: #444;
	font-family: 'FontAwesome'!important;
}
#wpadminbar .ab-top-menu li.parent-theme-version:hover .ab-item .icon,
#wpadminbar .ab-top-menu li.parent-theme-version:active .ab-item .icon{
	color: #2EA2CC;
}


/* --------------------------------- Extra CSS --------------------------------- */

.bullet-icon{
	list-style-image:url('');
}

