/******************************************************************
Theme Name: Origin Fencing
Theme URI: http://www.themble.com/bones
Description: Origin Fencing custom theme.
Author: Excite Media
Author URI: http://www.excitemedia.com.au
Version: 1.7
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support

License: WTFPL
License URI: http://sam.zoy.org/wtfpl/
Are You Serious? Yes.




/*
WordPress Probz
So Theme Check (http://wordpress.org/plugins/theme-check/)
is constantly telling me that it needs these classes in the CSS even
though they are in the REAL stylesheet in library/css/style.css.
So we're gonna drop these here to keep it happy.
Great work, Theme Check (eye roll)
*/

.sticky {}          /* DO NOT EDIT THIS */
.gallery-caption {} /* THESE ARE USELESS */
.bypostauthor {}    /* THEY ARE ONLY TO KEEP THEME CHECK HAPPY */

body { font-family: 'Fira Sans', sans-serif; font-size:17px; font-weight:normal; }

h1, h2, h3, h4, h5, h6 { font-family: 'Fira Sans', sans-serif; color:#e56b1f; font-weight:600; margin:10px 0; }

/**/
h1,
h1.page-title {
	font-size:42px; 
	margin:10px 0 20px;
}

.home h1.page-title {
	text-align:center;
	margin-top:30px;
}

h2 { font-size:30px; }

.project h2 { margin-bottom:0; }

h3, h3.entry-title { font-size:26px; }

h4 { font-size:24px; }

h5 { font-size:22px; }

h6 { font-size:20px; }

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a { color:#e56b1f ; }
/**/

#top { background:#e56b1f; color:#fff; text-transform:uppercase; line-height:1.2; }

#top p { margin:0; }

.top-left { text-align:center; padding:5px 0; }

.top-right { text-align:center; padding:5px 0; } 

.phone { display:inline-block; background:url(library/images/phone-icon.png) left 50% no-repeat; padding-left:20px; font-size:20px; font-weight:bold; }

@media (min-width: 992px) {
	#top { line-height:47px;}
	.top-left { text-align:left; padding:0; }
	
	.top-right { text-align:right; padding:0; } 

}

.header { text-align:center; }

.logo { margin:31px 0 20px; }

#logo { margin:0; }
#logo img{ width: 300px; }

#logo a { display:block; line-height:0.5; }

@media (min-width: 992px) {
	.logo { text-align:left; }
}

#banner { margin:0; position:relative; overflow:hidden; }

@media (min-width: 992px) {
	#banner { margin-bottom:-25px; }
}

.inner_banner { background:url(library/images/banner-inner.jpg) center top no-repeat; text-align:center; }

.inner_banner p { margin:0; }

.banner-inner-text { color:#fff; text-shadow:2px 2px rgba(0,0,0,.75); font-size:30px ; font-weight:600;  padding-top: 10px; padding-bottom: 10px; }

.banner-inner-button { padding-bottom:20px; }

.banner-inner-button a { display:inline-block; background:#e56b1f; padding:10px; color:#fff; text-decoration:none; font-weight:600; text-transform:uppercase; white-space:nowrap;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
 }
 
.banner-inner-button a:hover,
.banner-inner-button a:focus { color:#fff; } 
.gform_wrapper {
	clear: both;
	max-width: none;
}
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea {
	width: 100%;
}
.gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
	width: 45%;
}
.gform_wrapper .ginput_complex .ginput_left input, .gform_wrapper .ginput_complex .ginput_right input,
.gform_wrapper .ginput_complex .ginput_right input[type="text"], .gform_wrapper .ginput_complex .ginput_right input[type="url"], .gform_wrapper .ginput_complex .ginput_right input[type="email"], .gform_wrapper .ginput_complex .ginput_right input[type="tel"], .gform_wrapper .ginput_complex .ginput_right input[type="number"], .gform_wrapper .ginput_complex .ginput_right input[type="password"], .gform_wrapper .ginput_complex .ginput_right select {
	max-width: none;
	width: 100% !important;
}
.gform_wrapper .contact_form .top_label input.medium {
	max-width: none;
	width: 45%;
}

 
@media (min-width: 768px) {
	.banner-inner-text { text-align:left; font-size: 50px; padding-top:40px;}
	.banner-inner-button  { text-align:right; }
	.banner-inner-button a { font-size:24px; font-weight:bold; padding:0 10px; line-height:66px; margin-top:47px; margin-bottom:30px; }	
}
   
 
@media (min-width:1200px) {
	.banner-inner-text { text-align:left; font-size:75px; line-height:161px; padding-top:0; padding-bottom:0; }
}
  
/**/

#main-container { background:url(library/images/main-bg.jpg) repeat-x #fff; padding-top:20px; overflow:hidden; min-height:284px;
font-size:18px; color:#373435; padding-bottom:10px;}

@media (min-width: 992px) {
	#main-container { padding-top:0; }
}


#boxes { position:relative; z-index:9999; border-bottom:1px solid #e9e9e9; }

#boxes .box {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-bottom:20px; }

#boxes .box p { margin:0; }

#boxes .box img { width:100%; height: auto !important; }

#boxes .box a { display:block; line-height:0.5; text-decoration:none;  }

#boxes .box h2.widget-title { position:relative; background:#e56b1f; line-height:1.4; position:relative; color:#fff; 
font-size:16px ;font-weight:600; text-transform:uppercase; padding:18px 0 14px 25px; margin:0;
 }

#boxes .box h2.widget-title .fa { color:#ed9863; float:right; margin-right:20px; }

@media (min-width: 992px) {
	#boxes .box { background:#fff;  padding:25px; }
}

/**/

.project { border-top:1px solid #ccc; padding-top:50px; padding-bottom:15px; }


p.info { margin-bottom:0; font-size:16px; font-style:italic; }


/**/
.footer { margin-top:73px; font-size:16px; background:#003976; color:#fff; }

.footer h2.widget-title { font-size:18px; font-weight:600; text-transform:uppercase; margin:10px 0; color:#fff; }

.footer p { margin:0 0 5px 0; }

.footer a { color:#fff; text-decoration:none; }

.footer a:hover,
.footer a:focus { color:#e56b1f; }

#footer-boxes { position:relative; padding-top:56px; }

#footer-boxes .row > div .box { border-top:1px solid #fff; padding-top:20px; padding-bottom:20px; }
#footer-boxes .row > div:first-child .box { border:none; }

@media (min-width: 768px) {
	#footer-boxes .row > div .box { border-top:none; padding-top:0; }
}


.footer-sign { position:absolute; top:-73px; left:50%; margin:0 0 0 -165px; width:312px; padding-left:10px; padding-right:10px; }

@media (min-width: 768px) and (max-width:1900px) {
	.footer-sign { position:absolute; right:0; left:auto; margin:0; padding:0;   }
}


@media (min-width: 1900px) {
	.footer-sign { position:absolute; right:-330px; left:auto; margin:0; padding:0;  }
}

ul#menu-footer { margin-top:5px; }


#footer-boxes div.box-3 ul, #footer-boxes > div.box-4 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-boxes  div.box-3 ul li:first-child + li {
	background: url(library/images/icon_phone.png) no-repeat 0 2px;
	padding-left: 25px;
}
#footer-boxes div.box-3 ul li:first-child + li + li {
	background: url(library/images/icon_envelope.png) no-repeat 0 5px;
	padding-left: 25px;
}


.footer-bottom { text-align:center; font-size:14px; color:#fff; }

.footer-bottom .container > div { border-top:1px solid #fff; padding-top:30px; padding-bottom:40px; margin-top:10px; }

.copyright > span { display:block; }

@media (min-width: 992px) {
	.copyright > span { display:inline-block; }
}


/**/

.ls-v5 .ls-nav-prev, .ls-v5 .ls-nav-next { background:url(library/images/slider-nav.png) no-repeat !important; width:47px !important; height:92px !important; margin-top:-46px !important; } 

.ls-v5 .ls-nav-prev { left:0 !important; }
.ls-v5 .ls-nav-next { background-position:100% 0 !important; right:0 !important; }


.ls-v5 .ls-bottom-slidebuttons { visibility:hidden;  }

@media (min-width: 768px)  {
	.ls-v5 .ls-bottom-slidebuttons { visibility:visible;  }
}


@media (min-width: 992px) and (max-width: 1199px) {
	.ls-v5 .ls-bottom-slidebuttons { top:-60px !important; }
}


@media (min-width: 1199px) {
	.ls-v5 .ls-bottom-slidebuttons { top:-120px !important; }
}


.ls-v5 .ls-bottom-slidebuttons a { width:16px !important; height:16px !important; background-image:none !important ; background-color:#fff; opacity:.5; margin:0 2px !important;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px; }

.ls-v5 .ls-bottom-slidebuttons a.ls-nav-active, .ls-v5 .ls-bottom-slidebuttons a:hover { opacity:1; }

/*********************
NAVIGATION
*********************/


.gform_wrapper  input, .gform_wrapper  textarea {

padding: 10px !important;
font-size: 15px !important;
}

@import url(http://fonts.googleapis.com/css?family=Lato:400,700,300);


/* @media (min-width:768px) {
	.col-md-6 {
		float: right;
		width: 233px;
	}
	
	.col-md-6.top-left {
		float: left;
		width: 50%;
	}

}

*/


@media (min-width: 768px) {
.banner-inner-text {
}
.nav li a {
  display: block;
  color: #373435;
  text-decoration: none;
  padding: 0 12px 0 4px;
  border-bottom: 0;
}
}

.table_style_1 {
	background: #ccdae5;
}
.table_style_1 td, .table_style_1 th {
	border-bottom: none;
	border-left: 1px solid #fff;
	border-right: none;
	border-top: 1px solid #fff;
	padding: 13px 25px 13px 30px;
	text-align: left;
}
.table_style_1 th {
	background: #00447b;
	color: #fff;
	font-size: 19px;
	font-weight: normal;
	line-height: 24px;
	padding: 12px 5px 12px 30px;
}
.table_style_1 tr td:first-child,
.table_style_1 tr th:first-child {
	border-left: none;
}
.table_style_1 tr:nth-child(2n) td {
	background: #99b4ca;
}


/*********************
Our Work Project Listing
*********************/

table.of-our-work-table {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

table.of-our-work-table tr:nth-child(2n) td{
	background: none;
}

table.of-our-work-table h2{
    font-size: 28px;
    margin-top: -7px;
}

.table_style_1.of-our-work-table td {
    padding-top: 60px;
}

.table_style_1.of-our-work-table td:first-child {
    padding: 0;
    padding-bottom: 60px;
    padding-top: 60px;
}

.table_style_1.of-our-work-table,
.table_style_1.of-our-work-table tbody,
.table_style_1.of-our-work-table tr {
    display: block;
}

.table_style_1.of-our-work-table td {
    background: #fff;
    border-bottom: 1px solid #d7d7d7;
    padding-top: 60px;
    vertical-align: top;
}

.of-our-work-table-project-view-project-button {
    border: 2px solid #E56B1F;
    border-radius: 3px;
    color: #E56B1F;
    display: inline-block;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.7pt;
    margin-top: 10px;
    padding: 5px 25px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    display: none;
}

.table_style_1.of-our-work-table a {
    text-decoration: none;
}

.table_style_1.of-our-work-table img {
    padding-left: 25px;
}

.of-our-work-table-project-view-project-button:hover {
    background: none repeat scroll 0 0 #e56b1f;
    color: #fff;
}

.of-our-work-table-project-completion-date {
    color: #999;
    font-size: 15px;
    font-weight: bold;
    margin-top: -13px;
    text-transform: uppercase;
}

.of-project-detail-table .of-our-work-table-project-completion-date{
    margin-top: 0;
}

/*********************
Our Work Project - Detail
*********************/

table.of-project-detail-table {
    background: none repeat scroll 0 0 #fff;
    border-top: medium none;
    display: block;
    margin-top: 25px;
}
.table_style_1 {
    background: none repeat scroll 0 0 #ccdae5;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    box-sizing: border-box;
}
#main-container {
    color: #373435;
    font-size: 17px;
}
body {
    font-family: "Fira Sans",sans-serif;
    font-size: 17px;
    font-weight: normal;
}
body {
    color: #5c6b80;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 100%;
    line-height: 1.5;
}

table.of-project-detail-table td:first-child {
    padding: 0;
    vertical-align: top;
}

.of-project-detail-table td {
    vertical-align: top;
    border-top: none;
}

.of-project-detail-table .flexslider {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    max-width: 634px;
    overflow: hidden;
}

.of-project-detail-table .slides img {
    -webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#carousel .slides img{
	cursor: pointer;
	max-width: 172px;
}

#carousel.flexslider .slides > li {
    /*margin-right: 10px;
    width: auto !important;*/
}

.of-project-detail-table .flexslider{
	margin: 0 0 25px;
}

.back-to-project-link {
    color: #E56B1F;
    display: inline-block;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.7pt;
    text-transform: uppercase;
}

.active-overlay {
	display: none;
    background: none repeat scroll 0 0 rgba(61, 61, 61, 0.56);
    height: 113px;
    position: absolute;
    width: 172px;
}

.flex-active-slide .active-overlay{
	display: block;
}

.active-overlay > img {
    height: 42px !important;
    margin: 35px auto;
    width: 42px !important;
}
#slider .full-screen-image {
    height: 17px !important;
    left: 597px;
    position: absolute;
    top: 20px;
    width: 17px !important;
}

#slider .slides li {
    position: relative;
}

/* Direction Nav */
.of-project-detail-gallery-container #carousel .flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.of-project-detail-gallery-container #carousel .flex-direction-nav .flex-next {background-position: 100% 0; right: 5px; }
.of-project-detail-gallery-container #carousel .flex-direction-nav .flex-prev {left: 5px;}
.of-project-detail-gallery-container #carousel .flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

.of-project-detail-table .of-project-detail-gallery-container #carousel .flex-direction-nav .flex-next {
    background: none repeat scroll 0 0 #bababb;
    border-left: 10px solid #fff;
    color: #fff;
    font-size: 39px;
    font-weight: lighter;
    height: 113px;
    margin: 0;
    opacity: 1 !important;
    padding-top: 30px;
    right: 0;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    top: 0;
    vertical-align: middle;
    width: 45px;
}

#carousel .flex-viewport {
    margin: 0 45px 0 55px;
}

#slider .flex-direction-nav{
	display: none;
}

.of-project-detail-table .of-project-detail-gallery-container #carousel .flex-direction-nav .flex-prev {
    background: none repeat scroll 0 0 #bababb;
    border-right: 10px solid #fff;
    color: #fff;
    font-size: 39px;
    font-weight: lighter;
    height: 113px;
    margin: 0;
    opacity: 1 !important;
    padding-top: 30px;
    left: 0;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    top: 0;
    vertical-align: middle;
    width: 45px;
}

.of-project-detail-table .of-project-detail-gallery-container #carousel .flex-direction-nav .flex-next:after {
    content: "" !important;
}

.flex-direction-nav a.flex-next:before{
	content: "" !important;
}

.of-project-detail-table .of-project-detail-gallery-container #carousel .flex-direction-nav .flex-prev:after {
    content: "" !important;
}

.flex-direction-nav a.flex-prev:before{
	content: "" !important;
}

/************ FORM *************/

.gform_footer input[type=submit] {

  font-size: 24px !important;
  font-weight: bold;
  padding: 0 45px !important;
  line-height: 66px;

background: #e56b1e;
border: 0;
color: #fff;
-webkit-transition: background 200ms ease-out;
-moz-transition: background 200ms ease-out;
-ms-transition: background 200ms ease-out;
-o-transition: background 200ms ease-out;
transition: background 200ms ease-out;
  border-radius: 5px;
text-transform: uppercase;
}

.gform_footer input[type=submit]:hover {

background: #bb5516;
color: #fff;


}

#boxes .box h2.widget-title {
background: #e56b1f;
border: 0;
color: #fff;
-webkit-transition: background 200ms ease-out;
-moz-transition: background 200ms ease-out;
-ms-transition: background 200ms ease-out;
-o-transition: background 200ms ease-out;
transition: background 200ms ease-out;
text-transform: uppercase;
font-size:20px;

}

@media (max-width:767px) {
    
    .table_style_1.of-our-work-table td{
        display: block;
        max-width: 100%;
    }

    .table_style_1.of-our-work-table td:first-child{
        border-bottom: none;
        text-align: center;
        padding-bottom: 0;
    }
    .table_style_1.of-our-work-table td img {
        max-width: 100%;
        padding: 0 15px;
    }
}

@media (min-width:1200px) {
	#boxes .box h2.widget-title {
		font-size:20px;
		padding: 15px 60px 10px!important;		
	}
	#boxes .box h2.widget-title .fa { margin-top:3px; }	
}

#boxes .box h2.widget-title:hover {
background: #bb5516;
color: #fff;


}



.entry-content img {

margin-bottom: 0 !important;
}


.boxlist ul li {

listy-style-type: none;
background: url(/wp-content/uploads/2015/03/arrowbox.png) top left no-repeat;
padding-left: 45px;
padding-bottom: 20px;
line-height: 29px;
}

.boxlist ul li a {

text-decoration: none;

}


/********* CONTACT PAGE *********/

.page-id-149 .page-title {

display: none;

}

.page-id-7 h1.page-title {

font-size: 51px !important;
}

.serviceblock {

display: block;
margin-top: 80px;
width: 100%;

}

.serviceblock {

display: block;
margin-top: 80px;
width: 100%;

}

.serviceblock h3 img { width:100%; margin-bottom:10px; float: none;}

@media (min-width:768px) {
	.serviceblock h3 img { width:150px; margin-bottom:0;}
}