/*
Theme Name: Skilled Fencing Store 2
Theme URI: http://skilledfencing.com.au
Author: Zorro Rojo Designs
Author URI: http//zorrorojo.com.au/
Description: Custom storefront for Skilled Fencing WA
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Skilled Fencing store 2
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


* {
    box-sizing: border-box;
}

html {
    position: relative;
    min-height: 100%;
}
body {
    margin: 0 0 775px; /* bottom = footer height */
    font-family: 'Lato', sans-serif;
    background:#f7f7f7;
}

footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 775px;
    width: 100%;
    background-color: #232523;
    color: #fff;
    padding:30px 50px;
}


/* ================= Above is for sticky footer ======================== */

/*================ Top section ===============*/

#topContactBar {
	width: 100%;
    height: 30px;
    background: #383838;
}

#topContactBar p {
	text-align: right;
    color: #fff;
    line-height: 30px;
    padding: 0 20px;
	margin: 0;
}

#topContactBar p a {
	text-decoration:none;
	color:#2e9c2e;
}

#topContactBar p a:hover {
	text-decoration:underline;
}

#menuOpen {
    position: fixed;
    top: 48px;
    right: 19px;
    font-size: 30px;
    color: #fff;
    text-shadow: 1px 1px 1px black;
    z-index: 8;
}

#menuButton {
    position: fixed;
    top: 43px;
    right: 15px;
    
    text-align: right;
    padding: 10px;
    color: #d4d1d1;
    font-size: 20px;
    z-index:6;
}

.mOpenFixed {
	top:18px!important;
}

.mButtonFixed {
	top:13px!important;
}

.topNav {
    display: block;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#topSect {
    width: 100%;
    position: fixed;
    top: 30px;
    left: 0;
    height: 70px;
    z-index: 2;
    color: #fff;
}

#topSect2 {
    width: 100%;
    position: fixed;
    top: 30px;
    left: 0;
    height: 70px;
    z-index: 5;
    color: #000;
    background-color:#efefef;
}

#topLogo {
    background-image: url(images/skilledlogo.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 70px;
    width: 180px;
    position: relative;
    top: 0px;
}

#topLogo2 {
    background-image: url(images/skilledlogo2.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 70px;
    width: 180px;
    position: relative;
    top: 0px;
}

#topLogo2 a {
    display: block;
    width: 100%;
    height: 100%;
}

#menu-skilled-menu {
    display: table;
    max-width: 550px;
    width: 100%;
    position: relative;
    top: -58px;
    float: right;
    font-family: 'Lato', sans-serif;
    font-weight:700;
}

#menu-skilled-menu li {
    text-align: center;
    display: table-cell;
    text-transform: uppercase;
}

#topSect #menu-skilled-menu li a {
    color:#fff;
}

#menu-skilled-menu li a {
    text-decoration: none;
    color: #000;
}

#menu-skilled-menu li a:hover {
    text-decoration: underline;
}

.linkColor {
    color: #000!important;
}

#topNavHome li a:hover {
    text-decoration: underline;
}

.sub-menu {
    display:none;
    background: #efefef;
    position: absolute;
    list-style: none;
	left: -60px;
    padding: 20px 100px;
}

.sub-menu:hover {
	display:block;
}

.sub-menu-toggle {
	display: list-item;
    position: relative;
    left: auto;
    background: transparent;
    width: 100%;
    background-color: #efefef;
	padding-bottom: 0;
    margin-bottom: 0;
	padding: 0;
	margin-top: -20px;
}

.sub-menu-toggle li {
    padding: 5px!important;
	box-shadow: 0px 0px 0px transparent!important;
}

.sub-menu-toggle li a {
    padding: 0!important;
}

#menu-skilled-menu .sub-menu li {
    padding: 10px 0px;
	display: list-item !important;
    text-align: center !important;
}

#topSect #menu-skilled-menu .sub-menu li a {
	color: #828282;
}

.menu-item-has-children:hover .sub-menu {
	display: block;
    width: 100%;
    padding: 0px;
}

.fixed {
    color:#000!important;
    background-color:#efefef;
	top:0!important;
}

.fixed2 {
	top:0!important;
}

.logoFixed {
    background-image: url(images/skilledlogo2.png)!important;
}

#pageWrap {
    position:relative;
    top:70px;
    overflow: hidden;
    padding: 0px 20px 80px;
    max-width: 1050px;
    margin: auto;
}

#billBoardWrap {

}

#billboard {
	position:relative;
}

#CTA {
	z-index: 1;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	text-align: center;
    padding: 50px 20px;
    height: 20px;
    line-height: 0px;
    width: 300px;
    text-decoration: none;
	color: #f7931e;
    background-color: transparent;
    border: solid #f7931e 3px;
    font-size: 2em;
}

#CTA:hover {
	color: #fff;
    background-color: rgba(247, 147, 30, 0.55);
    border: solid #fff 3px;
}

#lrgText {
    position: absolute;
    color: #f7931e;
	text-shadow:
	   -1px -1px 0 #000,  
		1px -1px 0 #000,
		-1px 1px 0 #000,
		 1px 1px 0 #000;
	width: 100%;
    right: 0;
    left: 0;
    bottom: 120px;
    text-align: center;
	font-size:3em;
}

#smlText {
    position: absolute;
    color: #fff;
	text-shadow:
	   -1px -1px 0 #000,  
		1px -1px 0 #000,
		-1px 1px 0 #000,
		 1px 1px 0 #000;
		 
	width: 100%;
    right: 0;
    left: 0;
    bottom: 190px;
    text-align: center;
	font-size:2em;
}

.unslider-arrow.next {
    left: auto;
    right: 20px;
    font-size:0;
    position: absolute;
    top: 400px;
    width: 40px;
    height: 40px;
    /*background: rgba(74, 74, 74, 0.57);*/
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    text-decoration: none;
    background-image:url(images/right-arrow.png);
    background-repeat:no-repeat;
    background-position: 55% 55%;
    z-index: 1;
}

.unslider-arrow.prev {
    right: auto;
    left: 20px;
    font-size:0;
    position: absolute;
    top: 400px;
    width: 40px;
    height: 40px;
    /*background: rgba(74, 74, 74, 0.57);*/
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    text-decoration: none;
    background-image: url(images/left-arrow.png);
    background-repeat: no-repeat;
    background-position: 45% 50%;
    z-index: 1;
}

.unslider-nav {
    position: relative;
    top: -30px;
}

.my-slider li {
    height:calc(100vh - 170px);
    background-size: cover;
    background-position: 50% 30%;
    background-repeat: no-repeat;
}

#largeTextWrap {
    /*background: #009fda;*/
    background: #383838;
    padding: 10px;
    margin: 0;
    position: relative;
    top: -8px;
}

#largeTextWrap h1 {
    text-align: center;
    color:#fff;
    letter-spacing: 3px;
}

#largeTextWrap h1 a {
	 color: #2e9c2e;
	 text-decoration:none;
}

#triangle-down {
    width: 0;
    height: 0;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-top: 70px solid #383838;
    position: relative;
    top: -10px;
    left: 100px;
}

#midBand {
    width: 100%;
    max-width: 1050px;
    margin: auto;
    overflow:hidden;
    padding-top:50px;
}

#midBand2 {
    color: #6f6d6d;
    background-color: rgb(208, 128, 35);
    z-index: 1;
    position: relative;
    /*padding: 20px 20px 100px 20px;*/
    background-image: url(images/Gallery/nice-house.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#bgOverlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
    background-image: url(images/hive.png);
}

#textWrap {
    overflow: auto;
    max-width: 850px;
    margin: auto;
    padding-top: 140px;
    padding-bottom: 70px;
    color: #fff;
}

#textWrap h2 {
    text-align: right;
    margin:0 10px;
    color:#fff;
}

#textWrap p {
    text-align: right;
    float: right;
    width: 70%;
    font-size: 130%;
    margin: 10 10 0 0;
}

#midBand2In {
    position: absolute;
    left: 0;
    width: 100%;
    overflow:hidden;
}

#midBand2In h3 {
	text-align: center;
    color: #ffffff;
    text-shadow: 2px 2px 1px #347537;
    position: relative;
    text-transform: uppercase;
    top: -190px;
	font-size: 2em;
    line-height: 20px;
}

#midBand2InTop {
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
}

#midBand3Shape {
    width: 100%;
    position: absolute;
    top: 430px;
    left: 0;
}

#midBand3 {
    background-image: url(images/Gallery/nice-house.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 80px 0;
    position:relative;
}

.col3 {
    /*
    width: calc(100%/3);
    display: inline-block;
    float: left;
    text-align: center;
    padding: 10px;
    */
    width: 100%;
    display: inline-block;
    float: left;
    text-align: center;
    padding: 10px;
    
    position: relative;
    height: 230px;
}

.col3 h2 {
    color: #f7931e;
    text-transform: uppercase;
    font-size: 120%;
}

.colIntWrap {
    width: 690px;
    height: 200px;
    display: block;
    
    position: absolute;
    left: 340px;
    transition:all 0.3s ease;
}

.floatMoveBack {
    left:10px!important;
}

.floatMoveBack2 {
    right:10px!important;
}

.colIntWrap2 {
    width: 690px;
    height: 200px;
    display: block;
    
    position: absolute;
    right: 340px;
    transition:all 0.3s ease;
}

.colImg {
    display: inline;
    float: right;
    width:170px;
}

.colImg2 {
    display: inline;
    float: left;
    width:170px;
}

.colText {
    float: left;
    display: inline;
    width: 450px;
    text-align:right;
	text-decoration:none;
	color:#000;
}

.colText2 {
    float: right;
    display: inline;
    width: 60%;
    text-align:left;
	text-decoration:none;
	color:#000;
}

#contactWrapInt {
    max-width: 1050px;
    width: 100%;
    margin: 170px auto 0;
    position:relative;
    z-index:1;
    padding-bottom: 20px;
}

#cForm {
    max-width: 600px;
    margin:auto;
	overflow: auto;
}

#cForm .contact-form {
	width: 100%;
}

#cForm h3 {
	background: #4caf50;
    padding: 20px;
}

#cForm h3 a {
	color: #fff;
}

#contact-form-10 {
	color:#fff;
}

#cForm .contact-form-submission {
	background-color: #4caf50;
    color: #fff;
    font-size: 130%;
}

.cFormSep {
    
}

.cFormSep input {
    outline: none;
    border: solid 2px #808080;
    border-radius: 3px;
    font-size: 120%;
    padding: 10px;
    width:100%;
    max-width: 290px;
    font-family: 'Lato', sans-serif;
    margin: 5px;
}

#contactTextarea {
    outline: none;
    border: solid 2px #808080;
    border-radius: 3px;
    font-size: 120%;
    padding: 10px;
    font-family: 'Lato', sans-serif;
    margin: 5px;
    width: 590px;
    height: 120px;
    resize: none;
}

.cFormSep input:focus, #contactTextarea:focus {
    box-shadow: 0px 0px 10px #808080
}

.inputLeft {
    float:left;
}

.inputRight {
    float:right;
}

#submitBtn {   
    display: block;
    margin: auto;
    border: 0;
    color: #fff;
    background: #4CAF50;
    border-bottom: 7px solid #347537;
    border-radius: 3px;
    font-size: 120%;
    padding: 10px;
    width:100%;
    max-width: 290px;
    font-family: 'Lato', sans-serif;
}
    
#submitBtn:hover {
    border-bottom: 2px solid #347537;
    margin-top:5px;
}

/*====================== WP CONTACT FORM ===============*/

.contact-form {
	width: 50%;
    display: inline-block;
    float: right;
    padding: 10px;
}

.contact-form .grunion-field-label {
	display:none;
}

.contact-form input {
	width: 100%!important;
    outline: none;
    border: solid 2px #808080;
    border-radius: 3px;
    font-size: 120%;
    padding: 10px;
    font-family: 'Lato', sans-serif;
    margin: 0px;
    margin-bottom: 5px!important;
	max-width:100%!important;
}

.contact-form textarea {
	outline: none;
    border: solid 2px #808080;
    border-radius: 3px;
    font-size: 120%;
    padding: 10px;
    font-family: 'Lato', sans-serif;
    height: 120px;
    resize: none;
    margin: 0;
    width: 100%!important;
    margin-bottom: 5px!important;
    float: none!important;
}

.contact-form input:focus, #contact-form-comment-g62-comment:focus {
    box-shadow: 0px 0px 10px #808080
}

.contact-form .pushbutton-wide {
	display: block;
    margin: auto;
    border: 0;
    color: #fff;
    background: #4CAF50;
    border-bottom: 7px solid #347537;
    border-radius: 3px;
    font-size: 120%;
    padding: 10px;
    width: 100%;
    max-width: 290px!important;
    font-family: 'Lato', sans-serif;
}

.contact-form .pushbutton-wide:hover {
	border-bottom: 2px solid #347537;
    top:5px;
	position:relative;
}

/*====================== Homepage pre-footer ============*/

.serviceHalf {

}

.serviceHalfInt {
	width: 50%;
    display: block;
	overflow:auto;
	text-decoration:none;
	float: left;
    padding: 10px;
}

.serviceHalfInt:hover {
	background:#eaeaea;
}

.serviceHalfInt img {
	display: inline-block;
    float: left;
    width: 170px;
    margin: auto;
	padding-right: 20px;
}

.SHtextWrap {

}

.serviceHalfInt h2 {
	color:#f7931e;
	text-align:center;
}

.serviceHalfInt p {
	color:#000;
	text-align:center;
}

/*====================== Footer ========================*/

.menu-footer-menu-container {
    display:inline;
}

#menu-footer-menu {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    width: 66.66%;
    list-style-type: none;
    padding: 0;
    display:inline-block;
    margin:0;
}

#menu-footer-menu li {
    padding:5px 10px;
}

#menu-footer-menu li a {
    text-decoration:none;
    color:#fff;
}

#menu-footer-menu li a:hover {
    text-decoration: underline;
}

#socialSect {
    width: 33.33%;
    float:right;
    display:inline-block;
}

#socialSect p {
    padding: 10px;
    margin: 0;
    text-align: right;
}

#socialLinks {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#socialLinks li {
    display: inline;
    padding: 10px;
    font-size: 30px;
    float: right;
}

#socialLinks li a {
    text-decoration:none;
    color:fff;
}

#socialLinks li a:hover {
    color:grey;
}

#footerLine {
    border-top: solid #6f6d6d 1px;
    margin: 40px 40px 30px 40px;
}

#footerText {
    display:inline-block;
    color:#6f6d6d;
}

#footerText a {
    color:#6f6d6d;
}

#footerText a:hover {
    text-decoration: none;
}

#footerLogo {
    background-image: url(images/skilledlogo3.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    width: 125px;
    float: right;
    display: inline-block;
    margin-top: 10px;
}

#footerMap {
	max-width: 1050px;
    margin: auto;
	display: block;
    overflow: auto;
}

#footerMap #map {
	width: 50%;
    display: inline-block;
    float: right;
}

#footerMap #mapAddress {
    width: 50%;
    float: left;
}

#footerMap #mapAddress li {
	padding: 5px;
}

#footerMap #mapAddress lh {
    color: #a5a5a5;
	padding: 5px;
    margin: 0;
    font-weight: 800;
    font-size: 1.2em;
}

#footerMap #mapAddress li a {
	color:#fff;
	text-decoration:none;
}

#footerMap #mapAddress li a:hover {
	color:#fff;
	text-decoration:underline;
}

/*============================================================================*/
/*========================== Store Page ====================================*/

.page-title {
    display: none;
}

.orderby {
    font-size: 120%;
    padding: 10px;
}

.products {
    padding:0;
}

.products li {
    display:inline-block;
    width: 33.33%;
    float:left;
    text-align: center;
    padding-bottom: 40px;
    height: 430px;
    transition: all 0.3s ease;
}

.products li:hover {
    transform: scale(1.1);
    border:solid 1px #efefef;
}

.products li a{
    text-decoration: none;
    color: #000;
    font-size: 0.8em;
}

.products li a img {
    display: block;
    margin: auto;
}

.products li a h3 {
    padding: 0;
    margin: 0;
    color: #000;
}

.onsale {
    display:none;
}

.price {
    text-decoration: none;
    font-size: 150%;
    color: #ff4700;
    font-weight: bolder;
}

.price ins {
    text-decoration: none;
}

.price del {
    color:#000;
    display:none;
}

.woocommerce-Price-amount {
    
}

.star-rating {
    color: #646464;
}

.add_to_cart_button {
    display:none;
}

.woocommerce-pagination {
    overflow: auto;
    width: 100%;
}

.page-numbers {
    width: auto;
    float: right;
}

.page-numbers li {
	display: inline-block;
}

.page-numbers li a {
    text-decoration: none;
    color:#000;
}

.page-numbers li a:hover {
    text-decoration: underline;
}

/*============================= Single shop item =======================*/

.entry-summary {
    overflow: auto;
    margin-bottom: 20px;
    padding: 20px;
    width:40%;
    background: #ececec;
    position: relative;
    top: 20px;
}

.entry-summary a {
    text-decoration:none;
    color:#0b5e90;
}

.entry-summary a:hover {
    text-decoration:underline;
}

.entry-summary .price {
    color: green;
    font-size: 1.5em;
}

.woocommerce-product-details__short-description {
    text-align: justify;
    line-height: 1;
    font-style: italic;
}

.woocommerce-product-gallery__wrapper {
        margin:0;
    }

.woocommerce-product-gallery__image a {
    float: right;
    width: 60%;
    display: block;
    overflow: hidden;
}

.variations {
    width:100%;
}

.variations tbody {
    border: solid red 1px;
    overflow: auto;
    width: 100%;
}

.variations tbody label {
    font-size: 1.5em;
}

.variations #width, .variations #lattice{
    font-size: 120%;
    padding: 5px;
    margin: 5px;
    float: right;
}

.woocommerce-tabs {
    overflow: auto;
    width: 100%;
    position: relative;
    top: 20px;
}


.size-shop_single {
    width: 100%;
    padding: 20px;
    height: auto;
}

.input-text {
    padding: 5px;
    font-size: 120%;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin: 5px;
    
}

#order_comments {
    font-family:sans-serif;
}

.qty {
    max-width: 100px;
}

.single_variation-wrap {
    overflow: auto;
}

.single_add_to_cart_button {
    font-size: 120%;
    padding: 5px;
    margin: 5px;
    float: right;
}

.product_meta {
    overflow: auto;
    width: 100%;
}

.product_meta .sku_wrapper {
    display: none;
}

.wc-tabs {
    display: inline-block;
    list-style-type: none;
    padding: 0;
}

.wc-tabs li {
    display: inline-block;
    border: solid #c4c4c4 3px;
    padding: 7px;
    margin-right: 3px;
    margin-bottom: 5px;
}

.wc-tabs li a {
    text-decoration:none;
    color: #000;
}

.description_tab {

}

/*========================== PAGE FORMATTING ===========================*/

.services_wrap {
    display:block;
    overflow:auto;
    
    max-width: 1050px;
    margin: auto;
}

.services_wrap h2 {
    display:inline;
    text-transform: uppercase;
    font-size: 120%;
    color: #d47100;
}

.services_wrap h2 a {
    text-decoration:none;
    color: #d47100; 
}

.services_wrap h2 a:hover {
    text-decoration:underline;
}

.alignright {
    float: right;
    padding: 0px 20px;
    height: auto;
}

.alignleft {
    float: left;
    padding: 0px 20px;
    height: auto;
}

#pageWrap h3, #fullWidthBand h3 {
    color: #d47100;
    text-transform: uppercase;
    text-align:center;
}

#fullWidthBand {
    background: #ececec;
    display: block;
    overflow: auto;
    width: 100%;
    padding-bottom: 30px;
}

#FWint {
    max-width: 1050px;
    margin: auto;
    overflow: auto;
}

#FWintServices {
    max-width: 1050px;
    margin: auto;
    overflow:auto;
    text-align:center;
}

#FWint figure {
    width: 50%!important;
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
}

#FWint figure a {
    overflow: auto;
    display: block;
}

#FWint figure img {
    position: relative;
    float: left;
    width: 100%;
    height: 300px;
    padding: 0 30px;
}

#FWint figure figcaption {
    text-align: center;
    font-size: 1.5em;
    color: #d47100;
    padding-top: 15px;
}

#FWint dl.gallery-item {
    width: calc(100%/6)!important;
}

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

.gallery-columns-3 {
    overflow: auto;
    padding-bottom: 40px;
}

.gallery-item {
    display:inline-block;
    width:33.33%;
    float:left;
    margin:0;
    padding:10px 10px 20px;
}

.gallery-item img {
    width:100%;
    height:auto;
}

#pageWrap #gallery-4 .gallery-caption {
    display:none;
}

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

#mapContactWrap {
    width: 50%;
    display: inline-block;
    float: left;
    padding:10px;
}

#contactInfo {
    padding: 0;
    list-style-type: none;
    text-align: center;
}

#contactInfo li h3 {
    padding: 0px;
    padding-bottom: 10px;
    margin: 0;
}

#contactInfo li .fa-phone, #contactInfo li .fa-envelope-o {
    padding-right:20px;
}

#contactInfo li a {
    text-decoration:none;
    color:#000;
}

#contactInfo li a:hover {
    text-decoration:none;
    color:#000;
    text-decoration: underline;
}

#map {
    width: 100%;
    display: inline-block;
    float: left;
    min-height: 300px;
    border: 0;
}

#mapAddress {
    list-style-type:none;
    text-align:center;
    padding:0;
    margin:0;
}

#mapAddress li h3 {
    padding: 5px;
    margin: 0;
}

#contactFormWrap {
    width:50%;
    display:inline-block;
    float:right;
    padding:10px;
}

.contactInput {
    width:100%;
    outline: none;
    border: solid 2px #808080;
    border-radius: 3px;
    font-size: 120%;
    padding: 10px;
    font-family: 'Lato', sans-serif;
    margin: 0px;
    margin-bottom:5px;
}

.contactInput:focus {
    box-shadow: 0px 0px 10px #808080
}

#contactFormWrap #contactTextarea {
    margin: 0;
    width: 100%;
    margin-bottom:5px;
}

/*================= SUB PAGES =====================*/

#subServicesPageWrap {
    position: relative;
    overflow: hidden;
    padding: 40px 20px 40px;
    max-width: 1050px;
    margin: auto;
}

#subServicesPageWrap h3 {
    color: #d47100;
    text-transform: uppercase;
}

#fadedTop {
    position:relative;
    margin-top: 70px;
    height: 250px;
}

#fadedTopBg {
    background-position: 50% 30%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    position: absolute;
}

#fadedTop h1 {
    max-width: 1050px;
    margin: auto;
    padding-top: 100px;
    font-size: 2.5em;
    color: #383838;
}

.services_wrap #gallery-4 .gallery-caption {
    display:none;
}

/*======================== Blog PAGE ========================*/

.pageWrapBlog {
	top:0px!important;
}

#recentPost {
	border: solid transparent;
	overflow: auto;
}

.singleArticle h2 {
	color: #000;
}

.singleArticle a {
	text-decoration:none;
}

.singleArticle a:hover {
	text-decoration:underline;
}

.singleArticle img {
	display: inline;
	float: right;
	padding-left: 20px;
    width: 220px;
	height:200px;
}