/**
 *	Theme Name: MOG Builders Custom Theme
 *	Author: Mariart Design Studio
 *	Author URI: http://www.mariart.com.au
 *	Description: This is the custom theme for the MOG Builders website
 *	Version: 1.0
 *	Text Domain: mog
 */




/*  ********************************************************************************  **
**  ********************************************************************************  **

	MOG Standard Colours

	Blue: 		#002B55
	Orange: 	#E46F1F
	Text Grey: 	#666666

**  ********************************************************************************  **
**  ********************************************************************************  */




/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
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;
}




/*  **********  Web Fonts  **********  */

@font-face {
    font-family: 'breuer';
    src: url('fonts/breuertext-bold-webfont.eot');
    src: url('fonts/breuertext-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/breuertext-bold-webfont.woff2') format('woff2'),
         url('fonts/breuertext-bold-webfont.woff') format('woff'),
         url('fonts/breuertext-bold-webfont.ttf') format('truetype'),
         url('fonts/breuertext-bold-webfont.svg#breuer_textbold') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'breuer';
    src: url('fonts/breuertext-light-webfont.eot');
    src: url('fonts/breuertext-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/breuertext-light-webfont.woff2') format('woff2'),
         url('fonts/breuertext-light-webfont.woff') format('woff'),
         url('fonts/breuertext-light-webfont.ttf') format('truetype'),
         url('fonts/breuertext-light-webfont.svg#breuer_textlight') format('svg');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'breuer';
    src: url('fonts/breuertext-medium-webfont.eot');
    src: url('fonts/breuertext-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/breuertext-medium-webfont.woff2') format('woff2'),
         url('fonts/breuertext-medium-webfont.woff') format('woff'),
         url('fonts/breuertext-medium-webfont.ttf') format('truetype'),
         url('fonts/breuertext-medium-webfont.svg#breuer_textmedium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'breuer';
    src: url('fonts/breuertext-regular-webfont.eot');
    src: url('fonts/breuertext-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/breuertext-regular-webfont.woff2') format('woff2'),
         url('fonts/breuertext-regular-webfont.woff') format('woff'),
         url('fonts/breuertext-regular-webfont.ttf') format('truetype'),
         url('fonts/breuertext-regular-webfont.svg#breuer_textregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'breuer';
    src: url('fonts/breuertext-regularitalic-webfont.eot');
    src: url('fonts/breuertext-regularitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/breuertext-regularitalic-webfont.woff2') format('woff2'),
         url('fonts/breuertext-regularitalic-webfont.woff') format('woff'),
         url('fonts/breuertext-regularitalic-webfont.ttf') format('truetype'),
         url('fonts/breuertext-regularitalic-webfont.svg#breuer_textregular_italic') format('svg');
    font-weight: normal;
    font-style: italic;
}




/*  **********  Standard HTML Tags  **********  */

body {
	background: #FFFFFF;
	color: #666666;
	font-size: 14px;
	font-family: breuer, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #E46F1F;
}
h1 {
	font-size: 34px;
	margin: 0 0 20px 0;
}

p,
li {
	font-size: 14px;
	line-height: 21px;
}
p {
	margin: 15px 0;
}

a {
	color: #002B55;
}
strong,
b {
	font-weight: 500;
}
video {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: block;
}




/*  **********  Page containers  **********  */

#primary {
	max-width: 1080px;
	padding: 60px;
	margin: 0 auto;
}




/*  **********  Header  **********  */

#masthead .header-main {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
#header_logo {
	margin: 30px auto;
	text-align: center;
}
#header_social {
	position: absolute;
	left: 60px;
	bottom: 0;
}
#header_social img,
#contact_social img {
	float: left;
	margin: 0 10px 0 0;
}
#header_social img#social_gplus,
#contact_social img#social_gplus {
	margin-top: 3px;
}
#header_call {
	position: absolute;
	right: 60px;
	bottom: 10px;
	font-size: 17px;
	color: #002B55;
	padding-left: 30px;
	background: url("images/header/phone.png") center left no-repeat;
	min-height: 25px;
}
#header_call a {
	color: #002B55;
	font-weight: 500;
	text-decoration:  none;
}

#feature_image img {
	width: 100%;
	height: auto;
}




/*  **********  Navigation Menu  **********  */

#primary-navigation {
	height: 55px;
	background: #002B55;
}
#primary-menu {
	margin: 0 auto;
	float: none;
	display: block;
	width: 730px;
}
.sf-menu li ,
.sf-menu li:hover,
sf.menu li.sfHover {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}
/*  First level  */
.sf-menu li a {
	border: none;
	background: #002B55;
	color: #FFFFFF;
	font-size: 17px;
	margin: 0;
	padding: 0 15px;
	line-height: 55px;
}
.sf-menu li a:hover,
.sf-menu li.current-menu-item > a,
.sf-menu li.current-menu-parent > a,
.sf-menu li.current-menu-ancestor > a {
	color: #E46F1F;
}
#menu-item-44 a {
	width: 22px;
	text-indent: -9999px;
	background: url("images/header/home.png") center center no-repeat;
}
#menu-item-44 a:hover,
#menu-item-44.current-menu-item a {
	background-image: url("images/header/home_active.png");
}



/*  **********  Footer  **********  */

#colophon {
	background: #002B55;
	padding: 20px 60px;
	color: #FFFFFF;
	clear: both;
}
#colophon > .inner {
	max-width: 1080px;
	margin: 0 auto;
}
#colophon a {
	color: #FFFFFF;
	text-decoration: none;
}
.site-info {
	float: left;
}
.site-info a {
	margin: 0 20px 0 0;
}
.site-author {
	text-align: right;
}




/*  **********  Slider  **********  */

#slider_container {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	background: url("images/slider_background.jpg") top left repeat-x;
	
}
#slider {
	width: 1200px;
	height: 500px;
	margin: 0 auto;
}
#slider > img {
	/*
	width: 1200px;
	height: 500px;
	*/
}
#slider > li {
	display: block;
	width: 100%;
	height: 500px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.nivo-caption {
	background: none;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 1;
}
.nivo-caption > .inner {
	width: auto;
	max-width: 1080px;
	margin: 0 auto;
	text-align: right;
}
.nivo-caption > .inner img {
	position: relative;
	margin: 0 auto;
	display: block;
}
.nivo-caption > .inner > .caption {
	display: inline-block;
	text-align: center;
	width: 300px;
	padding-top: 45px;
}
.caption_content {
	background: rgba(255,255,255,0.4);
	padding: 30px;
}
.caption_content * {
	font-size: 34px;
	line-height: 48px;
	color: #002B55;
}
.nivo-caption > .inner > .caption .link {
	margin-top: 10px;
}
.nivo-caption a.box_corners {
	display: inline-block !important;
}
#slider {
	z-index: 0;
}
.nivo-controlNav {
	z-index: 999;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.nivo-control {
	width: 12px;
	height: 12px;
	margin: 0 8px;
	padding: 0;
	background: url("images/home/control.png") top left no-repeat;
	display: inline-block;
	text-indent: -9999px;
}
.nivo-control.active {
	background-position: bottom left;
}




/*  **********  Home Page  **********  */

#home_video {
	width: 525px;
	float: left;
}
#home_content {
	margin: 0 0 0 555px;
}

#home_feature_links {
	background: #E46F1F;
	padding: 55px 60px;
}
#home_feature_links > .inner {
	max-width: 1080px;
	margin: 0 auto;
}
#home_feature_links .link_container {
	float: left;
	width: 25%;
}
#home_feature_links .link_container a {
	text-decoration: none;
}
#home_feature_links .link_container .inner {
	margin: 0 20px;
	text-align: center;
}
#home_feature_links .link_container h2 {
	color: #002B55;
	font-size: 34px;
	margin: 20px 0 10px 0;
}
#home_feature_links .link_container p {
	color: #FFFFFF;
	font-size: 17px;
	line-height: 24px;
}




/*  **********  Projects Page  **********  */

#project_filter {
	padding: 50px 60px;
}
#project_filter .content {
	max-width: 1080px;
	margin: 0 auto;
}
#project_filter h3 {
	color: #002B55;
	font-size: 17px;
	float: left;
	margin: 10px 60px 0 0;
}
#project_filter select {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	border-bottom: 1px solid #EDEDED;
	background: url("images/arrow_down.png") center right no-repeat #FFFFFF;
	color: #666666;
	font-size: 17px;
	float: left;
	margin: 0 30px 0 0;
	padding: 5px 30px 5px 5px;
}

.project_list_item {
	padding: 60px;
	background: #FFFFFF;
}
.project_list_item.item_1 {
	background: #EDEDED;
}
.project_list_item img {
	display: block;
	width: 100%;
	height: auto;
}
.project_list_item .inner {
	max-width: 1080px;
	margin: 0 auto;
}
.project_left {
	float: left;
	width: 525px;
}
.project_right {
	float: right;
	width: 525px;
}
.project_right h2 {
	font-size: 34px;
	margin: 0 0 30px 0;
}
.project_gallery_image {
	width: 30%;
	margin: 0 5% 15px 0;
	float: left;
}
.project_gallery_image.col_3_2 {
	margin-right: 0;
}




/*  **********  FAQ's Page  **********  */

.faq_item {
	padding: 60px;
	background: #FFFFFF;
}
.faq_item .inner {
	max-width: 1080px;
	margin: 0 auto;
}
.faq_item.faq_0 {
	background: #EDEDED;
}
.faq_item h2 {
	font-size: 17px;
	line-height: 24px;
	float: left;
	max-width: 340px;
}
.faq_item .answer {
	margin-left: 370px;
}




/*  **********  Reviews Page  **********  */

.faq_item .name {
	font-weight: 500;
}
.faq_item .company {
	font-style: italic;
}




/*  **********  Blog  **********  */

.archive #main,
.category #main,
.single-post #main {
	max-width: 1080px;
	margin: 0 auto;
	padding: 60px;
}
.archive #primary,
.category #primary,
.single-post #primary {
	float: left;
	width: 710px;
	clear: none;
	margin: 0;
	padding: 0;
}
.archive #secondary,
.category #secondary,
.single-post #secondary {
	float: right;
	width: 340px;
	clear: none;
	margin: 0;
	padding: 0;
}
.list_item {
	padding: 0 0 60px 0;
}
.list_item .image {
	width: 155px;
	float: left;
}
.list_item .image img {
	width: 100%;
	height: auto;
}
.list_item .content {
	margin-left: 185px;
}
.list_item .content p {
	margin-top: 0;
}
.item_date {
	color: #ADB1B2;
	font-style: italic;
}
.list_item h2 {
	font-size: 30px;
	padding: 0 0 15px 0;
}
.list_item h2 a {
	color: #E46F1F;
	text-decoration: none;
}

#secondary > ul > li {
	display: block;
	margin: 0 0 60px 0;
	background: #FDEDE0;
	padding-bottom: 30px;
}
.widget h2 {
	padding: 25px 30px;
	background: #E46F1F;
	color: #FFFFFF;
	font-size: 28px;
}
.widget ul {
	background: #FDEDE0;
	padding: 30px;
}
.widget ul li a {
	display: block;
	border-bottom: 1px solid #666666;
	background: url("images/arrow_down.png") center right no-repeat;
	text-decoration:  none;
	margin: 10px 0;
	padding: 10px 0;
}
.widget label {
	display: none;
}
.widget select {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	border-bottom: 1px solid #666666;
	border-radius: 0;
	background: url("images/arrow_down.png") center right no-repeat;
	margin: 10px  30px 0 30px;
	padding: 10px 0;
	display: block;
	width: auto;
	width: calc(100% - 60px);
}




/*  **********  Gallery Page  **********  */

#mog_gallery .image_wrap {
	width: 23%;
	margin: 0 0 15px 2.66%;
	display: block;
	float: left;
}
#mog_gallery .image_wrap.col_4_0 {
	margin-left: 0;
}
#mog_gallery img {
	width: 100%;
	height: auto;
}




/*  **********  Contact Us Page  **********  */

#contact_left {
	float: left;
	width: 640px;
}
#contact_right {
	float: right;
	width: 340px;
}

#contact_right .map {
	width: 100%;
	height: 300px;
}
.gform_button {
	background: #002B55;
	color: #FFFFFF;
	padding: 10px 15px !important;
	margin: 0;
	border: none;
	-webkit-appearance: none;
	cursor: pointer;
	border-radius: 0;
}

#contact_right h2 {
	padding: 30px;
	margin: 0;
	font-size: 34px;
	color: #FFFFFF;
	background: #E46F1F;
}
#contact_right .details {
	background: #FDEDE0;
	margin: 0 0 60px 0;
	padding: 0 0 1px 0;
}
.contact_details {
	width: 100%;
	border-collapse: collapse;
	margin: 30px;
}
.contact_details tr {
	vertical-align: top;
}
.contact_details th,
.contact_details td {
	padding: 5px 0;
}
.contact_details th {
	text-align: left;
	font-weight: 500;
}
.contact_details a {
	text-decoration: none;
	color: #666666;
}




/*  **********  Box Corners  **********  */

.box_corners {
	position: relative;
	padding: 6px;
	display: inline-block;
}
.box_corners .inner {
	display: block;
}
.box_corners .hor {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-top: 1px solid #002B55;
	border-bottom: 1px solid #002B55;
	margin: 5px 0;
	width: 100%;
}
.box_corners .vert {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-left: 1px solid #002B55;
	border-right: 1px solid #002B55;
	margin: 0 5px;
}
.box_corners img {
	display: block;
	margin: 0 auto;
}




/*  **********  Shared Styles  **********  */

#mobile_captions {
	display: none;
}
.mobile-caption {
	display: none;
}
.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 20px;
}
.aligncenter {
	display: block;
	margin: 10px auto;
}

.screen-reader-text,
.menu-toggle {
	display: none;
}

.more-link {
	background: #002B55;
	color: #FFFFFF;
	text-decoration: none;
	padding: 15px 25px;
	font-weight: 500;
	font-size: 17px;
	display: inline-block;
}
.more-link * {
	color: #FFFFFF;
	text-decoration:  none;
}
.clear {
	clear: both;
}

.mog_page_feature_image {
	width: 525px;
	float: right;
	padding: 0 0 60px 0;
}
.mog_page_feature_image img {
	width: 100%;
	height: auto;
	display: block;
}
.mog_page_content.with_content_feature {
	float:left;
	width: 520px;
}

#know_more {
	clear: both;
	background: #E46F1F;
	color: #002B55;
	padding: 60px;
	text-align: center;
}
#know_more .text,
#know_more .links {
	display: inline;
	margin: 0 30px;
}
#know_more .text {
	font-size: 34px;
}
#know_more .links a {
	margin: 0 10px 0 0;
}

#ideas_inspiration {
	background: #002B55;
	padding: 60px;
}
#ideas_inspiration h2 {
	color: #FFFFFF;
	font-size: 34px;
	text-align: center;
	padding: 0;
	margin: 0 0 60px 0;
}
#ideas_inspiration .inner {
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 30px;
	position: relative;
	height: 170px;
	overflow: hidden;
}
#ideas_inspiration .image_container {
	height: 170px;
}
#ideas_inspiration .inner img {
	float: left;
	display: block;
	margin: 0 7px 0 0;
}
#mog_carousel_prev,
#mog_carousel_next {
	width: 30px;
	background: #E46F1F;
	position: absolute;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
#mog_carousel_prev {
	left: 0;
	background: url("images/arrow_prev.png") center center no-repeat #E46F1F;
}
#mog_carousel_next {
	right: 0;
	background: url("images/arrow_next.png") center center no-repeat #E46F1F;
}

#reviews_container {
	padding: 60px;
}
#reviews_container > .inner {
	max-width: 1080px;
	margin: 0 auto;
}
#reviews_container > .inner h2 {
	font-size: 34px;
	margin: 0 0 20px 0;
	text-align: center;
}
#reviews_container .review {
	
	width: 100%;
	vertical-align: text-top;
}
#reviews_container .review.col_0 {
	clear: left;
}
#reviews_container .review .inner {
	margin: 20px;
	text-align: center;
}

.shared_reviews_container {
	width: 50%;
	display: inline-block;
	vertical-align: text-top;
}

.review p
{
	text-align: left;
}

.review .name
{
	font-weight: 500;
}

#breadcrumbs {
	margin: 0 0 60px 0;
}
#breadcrumbs a {
	text-decoration: none;
}
#breadcrumbs span.breadcrumb_last {
	color: #E46F1F;
}




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




/*  ********************************************************************************  **
**  ********************************************************************************  **

	Responsive Media Queries

**  ********************************************************************************  **
**  ********************************************************************************  */

/*  **********  Tablet - 1200px  **********  */

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

	/*  **********  Standard Page Contaners  *********  */
	
	
	
	#primary {
		padding: 60px 30px;
	}
	
	#reviews_container {
		padding: 60px 30px;
	}
	
	#reviews_container .review .inner {
		margin: 0px;
		
	}
	/*  **********  Navigation Menu  **********  */

	#primary-navigation {
		height: auto;
	}
	#primary-menu {
		width: auto;
		display: none;
	}
	.menu-toggle {
		-webkit-appearance: none;
		display: block;
		width: 100%;
		border: none;
		background: url("images/menu-toggle.png") center center no-repeat;
		line-height: 55px;
		height: 55px;
		cursor: pointer;
		text-indent: -9999px;
	}
	#menu-item-44 a:hover,
	#menu-item-44.current-menu-item a {
		background: none;
		width: auto;
		text-indent: 0;
	}
	.sf-menu li,
	.sf-menu li a,
	.sf-menu li li,
	.sf-menu li li a,
	.sf-menu ul {
		float: none;
		display: block;
		position: relative;
		box-shadow: none;
		text-align: center;
	}
	#menu-item-44 a {
		display: block;
		width: auto;
	}
	.sf-menu li li a {
		background: #004284;
		font-size: 15px;
	}




	/*  **********  Home Page  **********  */

	#home_feature_links .link_container {
		width: 50%;
	}
	#home_feature_links .link_container.renovating {
		clear: left;
	}
	#home_feature_links .link_container.renovating,
	#home_feature_links .link_container.difference {
		margin-top: 30px;
	}

	#home_video,
	#home_content {
		float: none;
		margin: 0 0 60px 0;
		width: auto;
	}




	/*  **********  Projects Page  **********  */

	.project_left,
	.project_right {
		float: none;
		width: auto;
		margin: 0;
	}
	.project_right {
		margin-top: 45px;
	}
	.project_feature .box_corners {
		display: block;
	}




	/*  **********  FAQs Page  **********  */

	.faq_item {
		padding: 45px 30px;
	}
	.faq_item h2 {
		font-size: 17px;
		line-height: 24px;
		float: none;
		max-width: none;
		margin: 0 0 30px 0;
	}
	.faq_item .answer {
		margin: 00;
	}




	/*  **********  Blog  **********  */

	.archive #main,
	.category #main,
	.single-post #main {
		padding: 60px 30px;
	}

	.archive #primary,
	.category #primary,
	.single-post #primary {
		float: none;
		width: auto;
	}
	.archive #secondary,
	.category #secondary,
	.single-post #secondary {
		float: none;
		width: auto;
		padding: 0 0 30px 0;
	}
	#secondary > ul > li {
		margin: 0 0 30px 0;
	}
	
	
	
	
	/*  **********  Gallery Page  **********  */

	#mog_gallery .image_wrap,
	#mog_gallery .image_wrap.col_4_0 {
		width: 32%;
		margin: 0 0 15px 2%;
		display: block;
		float: left;
	}
	#mog_gallery .image_wrap.col_3_0 {
		margin-left: 0;
	}




	/*  **********  Contact Us Page  **********  */

	#contact_left,
	#contact_right {
		float: none;
		width: auto;
		margin: 0 0 60px 0;
	}
	#contact_right .details,
	#contact_right .map {
		float: left;
		width: 48%;
		margin: 0;
	}
	#contact_right .map {
		float: right;
	}




	/*  **********  Slider  **********  */

	.nivo-caption > .inner > .caption {
		width: 250px;
		margin-right: 50px;
	}
	.caption_content {
		padding: 10px;
	}
	.caption_content * {
		font-size: 30px;
		line-height: 38px;
	}




	/*  **********  Shared Styles  **********  */

	.mog_page_feature_image {
		width: auto;
		float: none;
		padding: 0;
		margin: 60px 0;
	}
	.mog_page_content.with_content_feature {
		float: none;
		width: auto;
	}

	#know_more .text,
	#know_more .links {
		display: block;
		margin: 20px 0;
		text-align: center;
	}

	#reviews_container .review,
	#reviews_container .review.col_0 {
		float: none;
		width: auto;
		margin: 60px 0 0 0;
	}

}





/*  **********  Small Tablet - 800px  **********  */

@media only screen and (max-width: 800px) {
	
	#slider
	{
		width: 500px;
		height: 307px;
		margin: 0px 0px;
		
	}
	
	#slider_container
	{
		background: white url("images/slider/slider_background_small.jpg") repeat-x left top;
	}
	
	.shared_reviews_container {
	width: 100%;
	display: inline-block;
	vertical-align: text-top;
	}
	
	/*  **********  Header  **********  */

	#header_social,
	#header_call {
		display: none;
	}




	/*  **********  Slider  **********  */
	
		
	
	.nivo-caption {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		background: #FFFFFF;
	}
	.nivo-caption > .inner {
		width: auto;
		
		text-align: inherit;
	}
	.nivo-caption > .inner > .caption {
		display: block;
		margin: 0 60px 60px 60px;
		width: auto;
	}
	.nivo-caption > .inner > .caption .box_corners {
		display: block;
	}
	.nivo-controlNav {
		display: none;
	}
	
	#mobile_captions {
		display: block;
		background: #FFFFFF;
		padding: 15px 30px;
		text-align: center;
	}
	#mobile_captions div:first-child {
		display: block;
	}
	
	.nivo-caption
	{
		display: none !important;
	}

	

	/*  **********  Footer  **********  */

	.site-info,
	.site-author {
		float: none;
		text-align: center;
		margin: 20px 0;
	}
	#colophon {
		padding: 1px;
	}




	/*  **********  Contact Us Page  **********  */

	#contact_right .details,
	#contact_right .map {
		float: none;
		width: auto;
		margin: 0 0 60px 0;
	}
	div.ginput_complex.ginput_container.gf_name_has_2 span {
		width: 100% !important;
	}
	div.ginput_container_name span {
		padding-right: 0 !important;
	}

}





/*  **********  Mobile - 500px  **********  */

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

	/*  **********  Page Containers  **********  */
	
	#slider
	{
		width: 100%;
		height: auto;
	}
	
	#primary {
		padding: 60px 30px;
	}

	#mobile_captions img
	{
		width: 100%;
	}


	/*  **********  Slider  **********  */

	.nivo-caption > .inner > .caption {
		margin: 0 20px 40px 20px;
	}




	/*  **********  Home Page  **********  */

	#home_feature_links .link_container {
		float: none;
		width: auto;
		margin: 30px 0;
	}




	/*  **********  Project Page  **********  */

	.project_gallery_image,
	.project_gallery_image.col_3_2 {
		width: 48%;
		margin: 0 4% 15px 0;
	}
	.project_gallery_image.col_2_1 {
		margin-right: 0;
	}




	/*  **********  Blog  **********  */

	.list_item .image {
		float: none;
		width: auto;
	}
	.list_item .content {
		margin: 15px 0 0 0;
	}
	
	
	
	
	/*  **********  Gallery Page  **********  */

	#mog_gallery .image_wrap,
	#mog_gallery .image_wrap.col_4_0,
	#mog_gallery .image_wrap.col_3_0 {
		width: 48%;
		margin: 0 0 15px 4%;
		display: block;
		float: left;
	}
	#mog_gallery .image_wrap.col_2_0 {
		margin-left: 0;
	}

}