/*
Theme Name: ZEN
Theme URI: http://themeforest.net/item/zen-responsive-wordpress-theme/3168344
Author: Digital Science
Author URI: http://www.digitalscience.za.org/
Description: ZEN Responsive WordPress Theme is clean and modern theme design with several built in theme colors to suit your needs. Built on Bootstrap, this theme has been carefully crafted to be easily customized and flexible using custom built plugins. With it's clean design, this theme is versatile for any type of website, such as an online portfolio, corporate website, retail/service showcase, personal blog etc. Being responsive the theme layout is fluid and is compatible with all mobile and tablet devices, with the option to set the layout to be fixed if required.
Version: 1.3.0
License: ThemeForest Licensing Terms
License URI:	http://themeforest.net/wiki/support/legal-terms/licensing-terms/
Tags: pink, red, orange, green, blue
Text Domain: zen
*/




/* Table of Contents

* Defaults
* Styles
* Wrappers
* Social Links
* Header
* Main
* Archives
* Posts
* Projects
* Team
* Search
* Pagination
* Page Navigation
* Comments
* Respond
* Secondary
* Footer Widgets
* Footer
* Shortcodes
  * Content Blocks
  * Pricing Tables
  * Post Slider
* Sliders
* Project Sliders
* Forms
* Contact Form 7
* Search Form
* Additional Content Boxes
* MediaElement Player
* @media Queries

*/

/* Defaults
------------------------------------------------------------ */

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: 'Helvetica', 'Arial', 'Myriad Pro', sans-serif;
    color: #666;


    margin: 0;
}
h1, h1 a {
    font-size: 35px;
    font-family: 'Helvetica', 'Arial', 'Myriad Pro', sans-serif;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-style: italic;
    font-weight: 800;

}
h2, h2 a {
    font-size: 60px;
    font-family: 'Helvetica Neue LT Com', 'Helvetica', 'Arial', 'Myriad Pro', sans-serif;
    color: #fff;
    line-height: 53px;
    text-align: left;
    font-style: italic;
    font-weight: 800;

}

h3, h3
a {
    font-size: 30px;
    font-family: 'Helvetica Neue LT Com', 'Helvetica', 'Arial', 'Myriad Pro', sans-serif;
    color: #fff;
    line-height: 40px;
    margin-bottom: 15px;
    text-align: left;
    font-style: italic;
    font-weight: 800;

}


h5, h5
a {
    font-size: 16px;
    font-family: 'Helvetica Neue LT Com', 'Helvetica', 'Arial', 'Myriad Pro', sans-serif;
    color: #ffc20e;
    line-height:20px;
    text-align: left;
    font-style: italic;
    font-weight: 200;


}


#primary{
    background-color: #000;
    padding: 30px 30px 0 30px;

}
p, li, a, label, span, div {
    font-family: 'Helvetica', 'Arial', 'Myriad Pro', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #a7a9ac;
}
p {
    margin-bottom: 25px;
}
a {
    outline: 0;
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
}
a:hover {
    color: #ffc20e;
    text-decoration: none;
}
ul, ol {
    margin-bottom: 25px;
}

ul {
    margin-top: 25px;
}

blockquote {
    padding: 0 0 0 30px;
    margin: 0 0 30px 30px;
    border-left: none;
    background: url(images/bg-divider-vertical.png) repeat-y left top;
}
pre {
    margin-bottom: 30px;
}
hr {
    clear: both;
    border: none;
    height: 1px;
    background: url(images/bg-divider.png) repeat-x left bottom;
    margin: 0px 0 35px 0;

}
iframe {
    border: none;
    margin: 0;
}
.clear {
    clear: both;
}
.assistive-text {
    display: none;
}
strong, b {
    font-weight: bold;
}
i, cite, em, var, address, dfn {
    font-style: italic;
}



.breadcrumb{
    width: 100%;
    margin-top: 10px;
    margin-bottom: -36px;
    margin-left: -8px;
    background-color: #000;
}



/* products
------------------------------------------------------------ */

.productimage{
    float: left;
    width: 15%;
    margin: 0 5% 0% 0;
}


.producttext{
    float: left;
    margin: 0 15% 0% 0;
    width: 50%;
}

.enquire{
    float: right;
    color: #ffc20e;
    margin: 10% 0% 2% 0;
    font-size: 16px;
    text-align: right;
    width: 70%;}

.enquire a{
    color: #ffc20e;
    font-size: 16px;
}

.enquire a:hover{
    color: #806107;

}


/* purple boxes	
------------------------------------------------------------ */

.purplebox{
    width: 31%;
    float: left;
    height: 180px;
    margin: 1%;
    background: #9b3c9b; /* Old browsers */
    background: -moz-linear-gradient(top,  #9b3c9b 0%, #7a327b 100%, #7a327b 101%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9b3c9b), color-stop(100%,#7a327b), color-stop(101%,#7a327b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #9b3c9b 0%,#7a327b 100%,#7a327b 101%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #9b3c9b 0%,#7a327b 100%,#7a327b 101%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #9b3c9b 0%,#7a327b 100%,#7a327b 101%); /* IE10+ */
    background: linear-gradient(to bottom,  #9b3c9b 0%,#7a327b 100%,#7a327b 101%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b3c9b', endColorstr='#7a327b',GradientType=0 ); /* IE6-9 */

}


.purplebox:hover{
    background: #612862;

}


.purpleboxtext3{
    width: 90%;
    margin: 20% auto 0 auto;
    color: #fff;
}

.purpleboxtext2{
    width: 90%;
    margin: 25% auto 0 auto;
    color: #fff;
}

.purpleboxtext1{
    width: 90%;
    margin: 30% auto 0 auto;
    color: #fff;
}

h4, h4 a {
    font-size: 30px;
    font-family: 'Helvetica', 'Arial', 'Myriad Pro', sans-serif;
    color: #fff;
    line-height: 27px;
    text-align: center;
    font-style: bold;
    font-weight: 800;

}

.lowertext{
    width: 100%;
    text-align: center;
    margin-top:-10px;
    margin-bottom:-10px;
}

.uppertext{
    width: 100%;
    text-align: center;
    padding-top:10px;
    margin-bottom:-10px;
}

.uppertext p{
    color: #4c4c4c;


}



/* grey panel
------------------------------------------------------------ */

.greypanel{
    width: 100%;
    height: 102px;
    padding-top: 40px;
    padding-bottom: 20px;

    background-color: #212121;
    /* 212121 */

}




/* Styles
------------------------------------------------------------ */

.mtphr-hover-anim {
    position: relative;
}
.mtphr-hover-anim .mtphr-hover-anim-target {
    position: absolute;
    top: 0;
    left: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
.mtphr-hover-anim:hover .mtphr-hover-anim-target,
.mtphr-hover-anim.active .mtphr-hover-anim-target {
    filter: alpha(opacity=100);
    opacity: 1;
}
.zen-overlay-graphic,
.mtphr-overlay-graphic {
    width: 100%;
    height: 100%;
    background: #ffc20e url(images/hover-overlay.png) no-repeat center center;
}
.mtphr-hover-anim:hover .mtphr-hover-anim-target.zen-overlay-graphic,
.mtphr-hover-anim:hover .mtphr-hover-anim-target.mtphr-overlay-graphic {
    filter: alpha(opacity=50);
    opacity: .5;
}
.widget-title,
.widget-title a {
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
}
.widget-title {
    font-weight: lighter;
    background: url(images/bg-diagonal-large.png) repeat-x left top;
}
.widget-title > .wrapper {
    margin-bottom: 35px;
}
.widget-title span {
    display: block;
    font-size: 18px;
    line-height: 18px;
}
.widget-title .inner {
    float: left;
    background: #FFF;
    padding-right: 10px;
}
.alignleft {
    float: left;
    margin: 0 20px 5px 0;
}
.alignright {
    float: right;
    margin: 0 0 5px 20px;
}
.aligncenter, dl.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.sub-heading-large {
    font-family: 'Myriad Pro', 'Helvetica', 'Arial', sans-serif;
    font-weight: 100;
    font-size: 36px;
    line-height: 60px;
    color: #333;
    margin-bottom: 25px;
}
.sub-heading {
    font-family: 'Myriad Pro', 'Helvetica', 'Arial', sans-serif;
    font-weight: 100;
    font-size: 36px;
    line-height: 48px;
    color: #333;
    margin-bottom: 25px;
}
.sub-heading-small {
    font-family: 'Myriad Pro', 'Helvetica', 'Arial', sans-serif;
    font-weight: 100;
    font-size: 30px;
    line-height: 40px;
    color: #666;
    margin-bottom: 25px;
}
.inline-heading {
    display: inline-block;
    color: #ffc20e;
    width: 70px;
}
.drop-cap {
    display: block;
    font-size: 3.35em;
    line-height: .8em;
    /* line-height: .05em; */
    float : left;
    color : #ffc20e;
    margin-top: 0.16em;
    margin-bottom: -.1em;
    padding-right: 0.1em;
    height: auto;
}
.mtphr-style-link a,
a.mtphr-style-link {
    background: url(images/graphic-plus.png) no-repeat left 3px;
    padding-left: 12px;
}
.mtphr-style-link a:hover,
a.mtphr-style-link:hover {
    color: #ffffff;
}
.mtphr-style-button a,
a.mtphr-style-button {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    color: #000;
    text-transform: uppercase;
    padding: 10px 15px 8px 15px;
    background: #CECECE;
}
.mtphr-style-button a:hover,
a.mtphr-style-button:hover {
    color: #ffc20e;
}
.highlight {
    color: #ffc20e;
}
.border-image {
    padding: 9px;
    background: #FFF;
    border: 1px solid #CCC;
}
.border-image * {
    display: block;
    margin-bottom: 0;
}

/* Wrappers
------------------------------------------------------------ */

body {
    /*background: #303030;*//* includes the main header backgound colour */
    background: #ffffff;
    margin: 0;
    background-color: #444545;
}
body.fixed {
    min-width: 980px;
}
.container,
.container-fluid {
    /*max-width: 940px;*/
    max-width: 920px;
    margin: 0 auto;
}
.container {
    padding: 0 20px;
}

/* Social Links
------------------------------------------------------------ */

#social-links {
    float: right;
    margin-top: 35px;
}
.mtphr-social-link {
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    background: #666 url(images/icons-social-old.png) no-repeat;
    margin-right: 5px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.mtphr-social-link span {
    width: 30px;
    height: 30px;
    background: #666 url(images/icons-social-old.png) no-repeat;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.mtphr-twitter-link {
    background-position: 0 -100px;
}
.mtphr-twitter-link span {
    background-position: 0 -150px;
}
.mtphr-facebook-link {
    background-position: -50px -100px;
}
.mtphr-facebook-link span {
    background-position: -50px -150px;
}
.mtphr-google-link {
    background-position: -100px -100px;
}
.mtphr-google-link span {
    background-position: -100px -150px;
}
.mtphr-linkedin-link {
    background-position: -150px -100px;
}
.mtphr-linkedin-link span {
    background-position: -150px -150px;
}
.mtphr-social-link-small {
    float: left;
    display: block;
    width: 20px;
    height: 20px;
    background: #CCC url(images/icons-social-old.png) no-repeat;
    margin-right: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.mtphr-social-link-small span {
    width: 20px;
    height: 20px;
    background: #999 url(images/icons-social-old.png) no-repeat;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.mtphr-twitter-link-small,
.mtphr-twitter-link-small span {
    background-position: -200px -50px;
}
.mtphr-facebook-link-small,
.mtphr-facebook-link-small span {
    background-position: -250px -50px;
}
.mtphr-google-link-small,
.mtphr-google-link-small span {
    background-position: -300px -50px;
}
.mtphr-linkedin-link-small,
.mtphr-linkedin-link-small span {
    background-position: -350px -50px;
}

/* Header
------------------------------------------------------------ */

#siteHeader {
    /* height: 100px; */
    padding-bottom: 4px;
}
#header-widget-area {
    float: right;
}
#header-widget-area .widget {
    margin-top: 35px;
    margin-bottom: 0;
}
#header-widget-area .mtphr-social-widget-links {
    margin-bottom: -5px;
}
#logo {
    display: block;
    float: left;
    width:100%;
    margin-top: 10px;
    margin-bottom: 15px;
}
#logo img {
    display: block;
    height: auto;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
#logo .wrapper {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
    color: #FFF;
    margin: 9px auto 0 auto;
}

.main-menu-container {
    position: relative;
    z-index: 9999;
    height: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    /* margin-top: 50px; */
}
.main-menu-container a {
    text-decoration: none;
}
/*.main-menu-container ul {
	list-style: none;
	display: inline-block;
	margin-top: 10px;
	padding-left: 0;
}*/

.main-menu-container ul {
    list-style: none;
    display: inline-block;
    margin: 0px;
    padding-left: 0;
}

.main-menu-container > ul {
    margin-top: 10px;
}


.main-menu-container > ul > li,
.main-menu-container > ul > li > a {
    font-family: 'Myriad Pro', 'Helvetica', 'Arial', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
}
.main-menu-container a {
    display: block;
    padding: 9px 15px 2px 15px;
    /*height: 20px;*/

    /* background: #ffffff; */

    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
}
.main-menu-container ul li {
    float:left;
}
.main-menu-container > ul > li {
    display: block;
    position: relative;
    background: url(images/bg-divider-vertical.png) repeat-y right top;
    padding-right: 1px;
}
.main-menu-container > ul > li > ul {
    /* padding-top: 35px; */
    background: #303030;
}
.main-menu-container li ul {
    width: auto;
    position: absolute;
    z-index: 99999;
    left: -9999px;
    /*width: 184px;*/
}
.main-menu-container li ul li {
    width: auto;
    white-space: nowrap;
    border-top: 1px solid #393939;
    margin-top: -1px;
}
.main-menu-container li ul a {
    float: left;
    display: block;
    font-family: 'Myriad Pro', 'Helvetica', 'Arial', sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    color: #999;
    padding: 10px 15px 12px 15px;
    width: 110px;
    white-space: normal;
}
.main-menu-container > ul > li:last-child {
    background: none;
    padding-right: 0;
}
.main-menu-container li:hover > ul {
    left: 0;
    /*left: -24px;*/
}
.main-menu-container a:hover,
.main-menu-container li.current-menu-item > a,
.main-menu-container li.current_page_item > a,
.main-menu-container li.current-menu-ancestor > a,
.main-menu-container li.current-page-ancestor > a {
    /* background: #444545; */
    color: #fcc02d;

}
.main-menu-container > ul > li > ul a:hover,
.main-menu-container > ul > li > ul li.current-menu-item a,
.main-menu-container > ul > li > ul li.current_page_item a {
    color: #000;
    background: #9b3c9b;
}

/* !Main mobile menu */
.main-menu-mobile-container {
    display: none;
    clear: both;
    overflow: hidden;
    position: relative;
    /*border: 1px solid #3d3d3d;*/
    height: 31px;
}
.main-menu-mobile-container ul {
    /* position: absolute; */
    width: 100%;
    margin: 0;
}
.main-menu-mobile-container li {
    border-top: 1px solid #fff;
}
.main-menu-mobile-container-condensed li {
    border-color: #262626;
}
.main-menu-mobile-container > ul > li:first-child {
    border: none;
}
.main-menu-mobile-container li,
.main-menu-mobile-container a {
    display: block;
    font-size: 12px;
    font-weight: normal;
    background: #9b3c9b;
}
.main-menu-mobile-container a {
    padding: 6px 20px 3px 20px;
}
.main-menu-mobile-container > ul > li > a {
    text-transform: uppercase;
    color: #FFF;
}
.main-menu-mobile-container li ul a {
    color: #FFF;
}
.main-menu-mobile-container a:hover,
.main-menu-mobile-container li.active-menu-item > a {
    color: #fcc02d;
    text-decoration: none;
}
.main-menu-mobile-container a.mtphr-menu-level-1 {
    padding-left: 40px;
}
.main-menu-mobile-container a.mtphr-menu-level-2 {
    padding-left: 60px;
}
.main-menu-mobile-container a.mtphr-menu-level-3 {
    padding-left: 80px;
}
.main-menu-mobile-container a.mtphr-menu-level-4 {
    padding-left: 100px;
}
.main-menu-mobile-container a.mtphr-menu-level-5 {
    padding-left: 120px;
}
.main-menu-mobile-container a.mtphr-menu-level-6 {
    padding-left: 140px;
}
.main-menu-mobile-container a.mtphr-menu-level-7 {
    padding-left: 160px;
}
.main-menu-mobile-container a.mtphr-menu-level-8 {
    padding-left: 180px;
}
.main-menu-mobile-container a.mtphr-menu-level-9 {
    padding-left: 200px;
}
.main-menu-mobile-container a.mtphr-menu-level-10 {
    padding-left: 220px;
}
.main-menu-mobile-container li.mobile-menu-top a {
    text-transform: uppercase;
    color: #FFF;
    background: url(images/bg-mobile-menu.png) no-repeat right;
}
.main-menu-mobile-container li.active-menu-item.mobile-menu-top a {
    text-transform: uppercase;
    color: #FFF;
    background-image: url(images/bg-mobile-menu.png);
    background-repeat: no-repeat;
    background-position: right 12px;
    -webkit-background-size: 25px 8px;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    .main-menu-mobile-container li.mobile-menu-top a {
        background-image: url(assets/images/bg-mobile-menu@2x.png);
    }
}
.main-menu-mobile-container li.mobile-menu-top a.mtphr-menu-level-1,
.main-menu-mobile-container li.mobile-menu-top a.mtphr-menu-level-2,
.main-menu-mobile-container li.mobile-menu-top a.mtphr-menu-level-3,
.main-menu-mobile-container li.mobile-menu-top a.mtphr-menu-level-4,
.main-menu-mobile-container li.mobile-menu-top a.mtphr-menu-level-5,
.main-menu-mobile-container li.mobile-menu-top a.mtphr-menu-level-6,
.main-menu-mobile-container li.mobile-menu-top a.mtphr-menu-level-7,
.main-menu-mobile-container li.mobile-menu-top a.mtphr-menu-level-8,
.main-menu-mobile-container li.mobile-menu-top a.mtphr-menu-level-9,
.main-menu-mobile-container li.mobile-menu-top a.mtphr-menu-level-10 {
    padding-left: 20px;
}
.main-menu-container a:active, .main-menu-container a:selected, .main-menu-container a:visited,
.main-menu-mobile-container a:active, .main-menu-mobile-container a:selected, .main-menu-mobile-container a:visited {
    border: none;
    outline: none;
}

/* facbook logo */
#facebook-icon {
    margin: 32px 0 0;
    border: none;
    outline: none;

}

#builder-icons {
    margin-top: 91px;
    display: none;
}
#builder-icons img {
    margin-left: 10px;
}

/* move fb icon over */
.main-menu-container > ul > li:last-child {
    padding-right: 20px;
}

.light-overlay-container {
    background-color:rgba(0,0,0,0.6) !important;
    width: 45% !important; /* need to chaneg fro smaller screens?? */
    display:none;
}
.sub-heading-large {
    color:  #fff !important;
    line-height: 48px;
}
.light-overlay-container p {
    color: #bbb !important;
}

.entry-title, .entry-title a {
    color: #ffc20e !important;
}
.entry-title, .entry-title a:hover {
    color: #999 !important;
}
.gallery .gallery-item {
    width: 170px !important;
}
.gallery img {
    border: none !important;
}
#head-wrapper {
    background: url(images/headershadow.jpg) #000 repeat-x top left;

}

#navi-wrapper {
    width: 100%;
    height: 50px;
    background: #9b3c9b; /* Old browsers */
    background: -moz-linear-gradient(top,  #9b3c9b 0%, #7a327b 100%, #7a327b 101%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9b3c9b), color-stop(100%,#7a327b), color-stop(101%,#7a327b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #9b3c9b 0%,#7a327b 100%,#7a327b 101%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #9b3c9b 0%,#7a327b 100%,#7a327b 101%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #9b3c9b 0%,#7a327b 100%,#7a327b 101%); /* IE10+ */
    background: linear-gradient(to bottom,  #9b3c9b 0%,#7a327b 100%,#7a327b 101%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b3c9b', endColorstr='#7a327b',GradientType=0 ); /* IE6-9 */

}


#post-109 .entry-content p {
    margin: 0;
}

#post-109 #mtphr-acb-above {
    margin: 0;
}
.page-id-113  .page-header ,
.page-id-109 .page-header {
    background:none;
    margin: 0 0 0px 0;
}
.page-id-113  .page-title {
    margin-bottom: 0px;
}
.gallery {
    margin-left: -9px !important;
}
.post-109 h2 {
    clear: both;
    display: block;

}
.menu-item-332,
#menu-item-332 {
    display: none;
}

/* Main
------------------------------------------------------------ */

#main {
    /* background: #71bf44; */
    /* padding: 17px 0; */
    background: url(images/bgtest.jpg) #000 repeat-x top left;
}
#content {
    /* 	margin-bottom: 30px; */
}
.page-header {
    background: url(images/bg-divider.png) repeat-x left bottom;
    margin: 0 0 0px 0;
    padding: 0;
    border: none;
}
.page-title {
    font-size: 26px;
    line-height: 48px;
    font-weight: 100;
    color: #333;
    margin-bottom: 12px;
}
.entry-header {
    margin-bottom: 13px;
}
.entry-title {
    margin-bottom: 24px;
}
.entry-title,
.entry-title a {
    font-size: 36px;
    line-height: 48px;
    font-weight: 100;
    color: #333;
}
.sticky .entry-title,
.sticky .entry-title a {
    color: #ffc20e;
}
.entry-title a:hover {
    color: #ffc20e;
}
.featured-image-container-wrapper {
    text-align: center;
}
.featured-image-container {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 30px;
    border: 1px solid #CDCDCD;
}
.featured-image-container > .wrapper {
    position: relative;
    display: block;
    border: 9px solid #FFF;
}
.featured-image {
    display: block;
}
.featured-image-title {
    position: absolute;
    top: 50%;
    left: 40px;
    font-size: 48px;
    line-height: 48px;
    font-weight: 100;
    color: #FFF;
    margin-top: -20px;
    margin-bottom: 0;
}
.entry-meta {
    clear: both;
    margin: 0 0 12px 0 !important;
}
.entry-utility {
    margin-right: 14px;
}
.entry-utility,
.entry-utility a {
}
.entry-utility-prep {
    color: #ffc20e;
    margin-right: 2px;
}
.entry-utility a:hover,
.entry-utility a:hover .entry-utility-prep {
    color: #ffc20e;
}
.wp-caption {
    width: auto !important;
    max-width: 97%;
    border: 1px solid #CDCDCD;
    padding: 9px;
    background: #FFF;
    margin-bottom: 25px;
}
.wp-caption img {
    max-width: 100%;
    margin-bottom: 10px;
}
.wp-caption-text,
.gallery-caption {
    font-style: italic;
    text-align: center;
    margin-bottom: 0;
}
.gallery-icon {
    margin-bottom: 10px;
}

/* Archives
------------------------------------------------------------ */

.archive-title {
    margin-bottom: 20px;
}
.archive-title,
.archive-title-meta {
    font-size: 24px;
    font-weight: 100;
}
.archive-title-meta {
    color: #ffc20e;
}
.mtphr-archive-entry-title,
.mtphr-archive-entry-title a {
    font-size: 18px;
    line-height: 18px;
    color: #666;
}
.mtphr-archive-entry-title a:hover {
    color: #ffc20e;
}
.mtphr-archive-item-excerpt {
    /* line-height: 18px; */
    margin-bottom: 0;
}
.mtphr-archive-thumbnail-wrapper {
    text-align: center;
}
.mtphr-archive-thumbnail-link {
    position: relative;
    display: inline-block;
    max-width: 100%;
    border: 1px solid #CDCDCD;
    margin-bottom: 20px;
}
.mtphr-archive-thumbnail-link > .wrapper {
    border: 9px solid #FFF;
}
.mtphr-archive-thumbnail-link a {
    display: block;
}
.mtphr-archive-thumbnail {
    display: block;
}

/* Posts
------------------------------------------------------------ */

/* Archives */
.page-template-pgtemp-blog-php .type-post,
.archive article {
    padding-bottom: 32px;
    margin-bottom: 26px;
    background: url(images/bg-divider.png) repeat-x left bottom;
}
.page-template-pgtemp-blog-php .type-post .entry-content > p {
    margin-bottom: 13px;
}

/* Single */
.single-post .page-title {
    float: left;
}
.single-post #content {
    padding-bottom: 32px;
    background: url(images/bg-divider.png) repeat-x left bottom;
}

/* Post Blocks */
.mtphr-post-block-post .entry-header {
    position: relative;
    padding: 10px;
    border: 1px solid #CCC;
    margin-bottom: 25px;
}
.mtphr-post-block-post .entry-title,
.mtphr-post-block-post .entry-title a {
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    color: #666;
}
.mtphr-post-block-post .entry-title a:hover {
    color: #ffc20e;
}
.mtphr-post-block-post .entry-title-arrow {
    display: block;
    position: absolute;
    bottom: -20px;
    right: 27px;
    width: 20px;
    height: 20px;
    background: url(images/arrow-bubble.png);
}
.mtphr-post-block-post .entry-date {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffc20e;
    margin: 0;
}

/* Projects
------------------------------------------------------------ */

.single-mtphr_projects .page-header,
.page-template-pgtemp-mtphr_projects-php .page-header {
    margin-bottom: 24px;
}
.single-mtphr_projects .entry-header {
    margin-bottom: 23px !important;
}
.single-mtphr_projects .mtphr-project-slider {
    /* clear: none !important; */
}
/*
.single-mtphr_projects .mtphr-slider-buttons {
	top: 8px !important;
}
*/
.page-template-pgtemp-mtphr_projects-php #mtphr-nav-columns {
    padding-top: 5px;
}
.page-template-pgtemp-mtphr_projects-php .entry-header {
    margin-bottom: 24px;
}

/* Team
------------------------------------------------------------ */

.single-mtphr_team_members .page-header {
    margin-bottom: 24px;
}
.single-mtphr_team_members .entry-header {
    margin-bottom: 24px;
}
.single-mtphr_team_members .entry-title {
    margin-bottom: 0;
}
.type-mtphr_team_members .archive-entry-title,
.type-mtphr_team_members .archive-entry-title a {
    font-size: 18px;
    line-height: 18px;
}
.mtphr-team-members-title,
.mtphr-team-members-title a {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffc20e;
    margin: 0;
}
.post-type-archive-mtphr_team_members .type-mtphr_team_members .entry-content p {
    line-height: 18px;
    margin-bottom: 20px;
}
.page-template-pgtemp-mtphr_team_members-php .type-mtphr_team_members .mtphr-team-members-title,
.page-template-pgtemp-mtphr_team_members-php .type-mtphr_team_members .mtphr-team-members-title a,
.page-template-pgtemp-mtphr_team_members-php .type-mtphr_team_members .mtphr-archive-item-excerpt {
    line-height: 18px;
}

/* Search
------------------------------------------------------------ */

.search-results article {
    padding-bottom: 32px;
    margin-bottom: 26px;
    background: url(images/bg-divider.png) repeat-x left bottom;
}
.search-results .entry-header {
    margin-bottom: 0;
}
.search-results .entry-title,
.search-results .entry-title a {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
}
.search-results .entry-content p {
    margin-bottom: 0;
}

/* Pagination
------------------------------------------------------------ */

.paginate-break {
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
}
#paginate-container,
#page-paginate-container,
#comment-nav {
    clear: both;
    padding-top: 10px;
    margin-bottom: 20px;
}
.paginate-heading {
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 18px;
}
#page-paginate-container .paginate-heading {
    margin-right: 19px;
}
ul.page-numbers {
    display: inline;
    margin: 0;
}
ul.page-numbers li {
    float: left;
    display: block;
    color: #333;
    border-left: 1px solid #CCC;
    padding: 0;
    margin: 0;
}
ul.page-numbers li:last-child {
    border-right: none;
}
ul.page-numbers li a,
ul.page-numbers li span {
    display: block;
    height: 19px;
    font-weight: bold;
    line-height: 19px;
    color: #CCC;
    padding: 0 18px 0 20px;
    margin: 0;
}
ul.page-numbers a.next,
ul.page-numbers a.prev,
ul.page-numbers li.next-link a,
ul.page-numbers li.prev-link a {
    text-transform: uppercase;
}
ul.page-numbers li.next-link a {
    margin-left: 4px;
}
ul.page-numbers li a:hover {
    color: #ffc20e;
}
ul.page-numbers li span.current {
    color: #666;
}

/* Page Navigation
------------------------------------------------------------ */

.single-nav ul {
    list-style: none;
    margin: 0;
}
.single-nav ul li {
    float: left;
    direction: block;
    color: #333;
    border-left: 1px solid #E5E5E5;
    padding: 0;
    margin: 0;
}
.single-nav ul li:first-child {
    border-left: none;
}
.single-nav ul li a,
.single-nav ul li span {
    display: block;
    height: 19px;
    font-weight: bold;
    line-height: 19px;
    color: #CCC;
    padding: 0 20px 0 12px;
    margin: 0;
}
.single-nav ul li:first-child a {
    padding-left: 0;
}
.single-nav ul li:last-child a {
    padding-right: 0;
}
.single-nav ul li a:hover {
    color: #ffc20e;
}
.single-nav ul li.active a {
    color: #666;
}
#single-nav-top {
    float: right;
    padding: 10px 0;
}
#content-nav {
    float: right;
    padding-top: 10px;
}
#content-nav > div {
    float: left;
    height: 19px;
    border-right: 1px solid #CCC;
}
#content-nav div:last-child {
    border-right: none;
}
#content-nav a {
    display: block;
    height: 19px;
    line-height: 19px;
    font-weight: bold;
    text-transform: uppercase;
    color: #CCC;
    padding: 0 24px 0 14px;
}
#content-nav a:hover {
    color: #ffc20e;
}
.page-nav .paginate-heading {
    margin-right: 8px;
}
.page-nav {
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
}
.page-nav a {
    font-weight: bold;
    text-transform: uppercase;
    color: #CCC;
}
.page-nav a:hover {
    color: #ffc20e;
}
.paginate-links {
    letter-spacing: 10px;
}
#comment-nav ul li:first-child {
    border: none;
}

/* Comments
------------------------------------------------------------ */

#social-links-container {
    float: right;
    margin: 0 0 30px 0;
}
#social-links-container a {
    float: left;
    margin-right: 5px;
    margin-top: -2px;
}
#social-links-container span {
    float: left;
    margin-right: 15px;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
}
#social-links-container .mtphr-social-link,
#social-links-container .mtphr-social-link span {
    background-color: #CCC !important;
}
#social-links-container .mtphr-twitter-link {
    background-position: 0 -50px !important;
}
#social-links-container .mtphr-twitter-link span {
    background-position: 0 -150px !important;
}
#social-links-container .mtphr-facebook-link {
    background-position: -50px -50px !important;
}
#social-links-container .mtphr-facebook-link span {
    background-position: -50px -150px !important;
}
#social-links-container .mtphr-google-link {
    background-position: -100px -50px !important;
}
#social-links-container .mtphr-google-link span {
    background-position: -100px -150px !important;
}
#social-links-container .mtphr-linkedin-link {
    background-position: -150px -50px !important;
}
#social-links-container .mtphr-linkedin-link span {
    background-position: -150px -150px !important;
}
#social-links-container-date {
    color: #ffc20e;
}

#comments-links-container {
    float: left;
    margin: 0 0 30px 0;
}
#comments-links-container .comments-link {
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
}
#comments {
    clear: both;
    margin: 30px 0;
}
#commentscontainer {
    background: url(images/bg-divider.png) repeat-x left bottom;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
#commentscontainer ol, #commentscontainer ul {
    list-style: none;
}
.commentlist {
    margin-left: 0;
}
.commentlist ul.children {
    margin-left: 90px;
}
.commentlist > li > ul.children {
    margin-left: 120px;
}
.comment-container {
    width: 100%;
    vertical-align: top;
    border-spacing: 0;
    margin-bottom: 20px;
}
.comment-container td {
    vertical-align: top;
    padding: 0;
}
.comment-avatar {
    float: none;
    width: 90px;
    margin: 0;
}
.comment-avatar .wrapper {
    border: 1px solid #CCC;
}
ul.children .comment-avatar {
    width: 60px;
}
.comment-avatar img {
    display: block;
    border: 9px solid #FFF;
}
ul.children .comment-avatar img {
    width: 50px;
    height: 50px;
    border-width: 4px;
}
.comment-arrow {
    width: 30px;
}
.comment-arrow span {
    float: right;
    display: block;
    width: 20px;
    height: 34px;
    background: url(images/comment-arrow.png) no-repeat top right;
    margin-right: -1px;
}
.comment-container td.comment-data {
    clear: none;
    background: #F2F2F2;
    border: 1px solid #CCC;
    padding: 15px;
}
.comment-data p {
    margin-bottom: 10px;
}
.comment-data .comment-author,
.comment-data .comment-author a {
    font-size: 14px;
    line-height: 14px;
}
.comment-data .comment-author a:hover {
    color: #ffc20e;
}
.comment-data .comment-body p {
    font-size: 14px;
    font-style: italic;
}
.comment-data .comment-date {
    float: left;
    font-style: italic;
    line-height: 14px;
    color: #ffc20e;
    margin: 0;
}
.comment-data .comment-reply-link {
    float: right;
    font-style: italic;
    line-height: 14px;
    margin: 0;
}
.comment-data .comment-reply-link:hover {
    color: #ffc20e;
}
.bypostauthor > .comment-container .comment-avatar .wrapper {
}

/* Respond
------------------------------------------------------------ */

#reply-title {
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
}
#reply-title small,
#reply-title small a {
    font-weight: normal;
    font-size: 14px;
    font-style: italic;
    text-transform: none;
}
#respond {
}
.depth-2 #respond {
    margin-left: -120px;
}
.depth-3 #respond {
    margin-left: -210px;
}
.depth-4 #respond {
    margin-left: -300px;
}
.depth-5 #respond {
    margin-left: -390px;
}
.depth-6 #respond {
    margin-left: -480px;
}

/* Secondary
------------------------------------------------------------ */

.widget {
    margin-bottom: 55px;
}
.widget-title > .wrapper {
    margin-bottom: 20px;
}
.widget-sub-title {
    font-family: 'Myriad Pro', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #CCC;
    background: url(images/bg-divider.png) repeat-x left bottom;
    margin-bottom: 13px;
    padding-bottom: 8px;
}
.widget > ul {
    list-style: none;
    margin: 0;
}
.widget p, .widget li, .widget a, .widget label, .widget span, .widget div {
    line-height: 18px;
}
.widget p {
    margin-bottom: 20px;
}

/* Widget Form Fields */
.widget form p {
    margin-bottom: 0;
}

/* Archives, Categories, Links, RSS, Recent Comments, Recent Entries */
.widget_archive > ul > li,
.widget_categories > ul > li,
.widget_links > ul > li,
.widget_rss > ul > li,
.widget_recent_comments > ul > li,
.widget_recent_entries > ul > li {
    background: url(images/bg-divider.png) repeat-x left bottom;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.widget_archive > ul > li:last-child,
.widget_categories > ul > li:last-child,
.widget_links > ul > li:last-child,
.widget_rss > ul > li:last-child,
.widget_recent_comments > ul > li:last-child,
.widget_recent_entries > ul > li:last-child {
    background: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

/* Archives, Categories, Links, Recent Comments, Recent Entries */
.widget_archive a,
.widget_categories a,
.widget_links a,
.widget_recent_entries a {
    color: #666;
    background: url(images/graphic-plus.png) no-repeat 3px 2px;
    padding-left: 16px;
}
.widget_archive a:hover,
.widget_categories a:hover,
.widget_links a:hover,
.widget_recent_comments a:hover,
.widget_recent_entries a:hover {
    color: #ffc20e;
}

/* Recent Comments */
.widget_recent_comments a {
    color: #CCC;
}

/* Calendar */
#wp-calendar {
    width: 100%;
}
#wp-calendar caption {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 5px;
}
#wp-calendar th {
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    padding: 5px 0;
    width: 14.2%;
}
#wp-calendar td {
    text-align: center;
    font-size: 12px;
    padding: 2px 0 0 0;
    width: 14.2%;
}
#wp-calendar td#today {
    color: #FFF;
    background: #ffc20e;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
#wp-calendar td a {
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    color: #ffc20e;
}
#wp-calendar tfoot td {
    padding: 5px 0;
}

/* RSS */
.widget_rss .rsswidget,
.widget_rss cite {
    color: #CCC;
}
.widget_rss .rsswidget:hover {
    color: #ffc20e;
}

/* Tag Cloud */
.widget_tag_cloud a {
    display: inline-block;
    font-size: 12px !important;
    color: #FFF;
    background: #CCC;
    padding: 6px 10px;
    margin: 0 8px 7px 0;

    -webkit-transition: background .3s linear;
    -moz-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
}
.widget_tag_cloud a:hover {
    background: #ffc20e;
}

/* Metaphor Posts */
.mtphr-posts-widget-title {
    color: #CCC;
}
.mtphr-posts-widget a.readmore {
    background: url(images/graphic-plus.png) no-repeat left center;
    padding-left: 12px;
}

/* Metaphor Comments */
.mtphr-comments-widget ul li {
    padding-bottom: 18px;
    margin-bottom: 20px;
    background: url(images/bg-divider.png) repeat-x left bottom;
}
.mtphr-comments-widget ul li:last-child {
    padding-bottom: 0;
    background: none;
}
.mtphr-comments-avatar {
    background: #FFF;
    border: 1px solid #CCC;
    padding: 4px;
    margin-bottom: 20px;
}
.mtphr-comments-avatar img {
    width: 30px;
    height: 30px;
}
.widget .mtphr-comments-author {
    line-height: 22px;
    padding-top: 8px;
}
.widget .mtphr-comments-date {
    color: #ffc20e;
    line-height: 22px;
}
.widget .mtphr-comments-excerpt {
    line-height: 22px;
}

/* Metaphor Twitter */
.mtphr-twitter-widget-image {
    background-color: #ffc20e !important;
    background-position: 0 -50px;
}
.mtphr-twitter-widget-date {
    color: #ffc20e;
}

/* Maven Social Widget */
.mtphr-social-widget-title {
    color: #CCC;
    text-transform: uppercase;
}
.mtphr-twitter-widget ul li,
.mtphr-twitter-widget ul li a {
    line-height: 18px;
    color: #999;
}
.mtphr-twitter-widget ul li a:hover {
    color: #ffc20e;
}
.mtphr-social-widget-date {
    color: #CCC;
}
.mtphr-social-widget .mtphr-social-link,
.mtphr-social-widget .mtphr-social-link span {
    background-image: url(images/icons-social-old.png) !important;
}
#secondary .mtphr-social-widget .mtphr-social-link,
#secondary .mtphr-social-widget .mtphr-social-link span {
    background-color: #CCC !important;
}
.mtphr-social-widget .mtphr-twitter-link {
    background-position: 0 -50px !important;
}
.mtphr-social-widget .mtphr-twitter-link span {
    background-position: 0 -150px !important;
}
.mtphr-social-widget .mtphr-facebook-link {
    background-position: -50px -50px !important;
}
.mtphr-social-widget .mtphr-facebook-link span {
    background-position: -50px -150px !important;
}
.mtphr-social-widget .mtphr-google-link {
    background-position: -100px -50px !important;
}
.mtphr-social-widget .mtphr-google-link span {
    background-position: -100px -150px !important;
}
.mtphr-social-widget .mtphr-linkedin-link {
    background-position: -150px -50px !important;
}
.mtphr-social-widget .mtphr-linkedin-link span {
    background-position: -150px -150px !important;
}
.mtphr-social-widget-date {
    color: #ffc20e;
}

/* Metaphor Contact Widget */
.mtphr-contact-widget-title,
.mtphr-contact-widget-title * {
    color: #ffc20e !important;
}
.mtphr-contact-widget-email a,
.mtphr-contact-widget-info a {
    text-decoration: underline;
}
.mtphr-contact-widget-email a:hover,
.mtphr-contact-widget-info a:hover {
    color: #ffc20e;
}

/* --------------------------------------------------------- */
/* !Metaphor Social Links */
/* --------------------------------------------------------- */

.mtphr-social-widget-links a {
    margin: 0 0 5px 5px;
}
.mtphr-social-widget-links a i {
    width: 30px;
    height: 30px;
    font-size: 1.5em;
    line-height: 30px;
    color: #FFF;
    background-color: #CCC;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
}
.mtphr-social-widget-links a:hover i {
    color: #ffc20e;
}

/* Footer Widgets
------------------------------------------------------------ */

#footer-before {
    padding-top: 37px;
}
#footer-before .widget > ul {
    padding-left: 0;
}
#footer-before .widget-title {
    font-weight: bold;
    color: #FFF;
    background: none;
}
#footer-before .widget-title > .wrapper {
    float: none;
    color: #FFF;
    background: url(images/bg-divider.png) repeat-x left bottom;
    padding-bottom: 15px;
}
#footer-before .widget-title > .wrapper > .inner {
    float: none;
    color: #FFF;
    background: none;
}

#footer-before h1, #footer-before h2, #footer-before h3, #footer-before h4, #footer-before h5, #footer-before h6,
#footer-before h1 a, #footer-before h2 a, #footer-before h3 a, #footer-before h4 a, #footer-before h5 a, #footer-before h6 a {
    color: #FFF;
}
#footer-before p, #footer-before li, #footer-before a, #footer-before label, #footer-before span, #footer-before div {
    color: #999;
}
#footer-before a:hover {
    color: #ffc20e;
}

/* Metaphor Posts */
#footer-before .mtphr-posts-widget-title {
    color: #FFF;
}
#footer-before .mtphr-posts-widget-title:hover {
    color: #ffc20e;
}
#footer-before .mtphr-posts-widget a.readmore {
    color: #FFF;
    background: url(images/graphic-plus.png) no-repeat left center;
    padding-left: 12px;
}
#footer-before .mtphr-posts-widget a.readmore:hover {
    color: #ffc20e;
}

/* Metaphor Twitter */
#footer-before .mtphr-twitter-widget-image {
    background-color: #ffc20e !important;
}
#footer-before .mtphr-twitter-widget-date {
    color: #FFF;
}

/* Metaphor Contact Widget */
#footer-before .mtphr-contact-widget-title {
    color: #ffc20e;
}
#footer-before .mtphr-contact-widget-email a {
    color: #FFF;
}
#footer-before .mtphr-contact-widget-email a:hover {
    color: #ffc20e;
}

/* Metaphor Social Widget */
#footer-before .mtphr-social-widget-title {
    color: #FFF;
    text-transform: uppercase;
}
#footer-before .mtphr-social-widget-date {
    color: #FFF;
}
#footer-before .mtphr-social-widget-links a i,
#header-widget-area .mtphr-social-widget-links a i {
    color: #b3b3b3;
    background-color: #666;
}
#footer-before .mtphr-social-widget-links a:hover i,
#header-widget-area .mtphr-social-widget-links a:hover i {
    color: #ffc20e;
}

/* Footer
------------------------------------------------------------ */

#siteFooter {
    width: 100%;
    background-image: none;
    padding-top: 20px;
    padding-bottom: 30px;
    background: url(images/footershadow.jpg) #ffc20e repeat-x top left;
    background-color: #ffc20e;
}




#siteFooter .container-fluid {
    position: relative;
}

#siteFooter .wrapper {
    max-width: 940px;
    padding: 0 10px;
    margin: 0 auto;
}
#footer-text-left {
    float: left;
}
#footer-text-right {
    float: right;
    text-align: right;
}
#siteFooter p {
    color: #9c3b9c;
    margin: 0;
}
#siteFooter a {
    color: #9c3b9c;
    text-decoration: underline;
    margin-bottom: 0;
}
#siteFooter a:hover {
    color: #000;
}

#siteFooter .footer-logo {
    position: absolute;
    right: 16px;
    top: -49px;
}

#siteFooter #footer-text-center {
    text-align: center !important;
}


/* Shortcodes
------------------------------------------------------------ */

/* Content Blocks */

.content-blocks-header {
    background: url(images/bg-diagonal-large.png) left top repeat-x;
}
.content-blocks-title {
    float: left;
    text-transform: uppercase;
    color: #ffc20e;
    background: #FFF;
    padding: 0 10px 0 0;
}
.content-blocks h1, .content-blocks h2, .content-blocks h3, .content-blocks h4, .content-blocks h5, .content-blocks h6,
.content-blocks h1 a, .content-blocks h2 a, .content-blocks h3 a, .content-blocks h4 a, .content-blocks h5 a, .content-blocks h6 a {
    margin: 0;
}

/* Pricing Tables */

.mtphr-pricing-table-list {
    border: none !important;
    background: url(images/bg-divider.png) repeat-x left top;
    padding-top: 1px;
}
.mtphr-pricing-table-condensed .mtphr-pricing-table-price {
    border: none !important;
    background: url(images/bg-divider.png) repeat-x left bottom;
}
.mtphr-pricing-table-values p {
    border-bottom: none !important;
    background: url(images/bg-divider.png) repeat-x left bottom;
}
.mtphr-pricing-table-condensed:hover .mtphr-pricing-table-title {
    background: #ffc20e !important;
}
.mtphr-pricing-table-button a:hover {
    background-color: #ffc20e !important;
}
.mtphr-pricing-table-normal:hover .mtphr-pricing-table-price {
    background: #ffc20e !important;
}
.mtphr-pricing-table-list .mtphr-pricing-table-values p strong {
    color: #ffc20e !important;
}

/* Post Slider */

.mtphr-post-slider-header {
    background: url(images/bg-diagonal-large.png) left top repeat-x;
    margin-bottom: 20px;
}
.mtphr-post-slider-title {
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color: #ffc20e;
    background: #FFF;
    padding: 0 10px 0 0;
    margin: 0 0 17px 0;
}
.mtphr-post-slider-navigation {
    clear: both;
}
.mtphr-post-slider .mtphr-post-slider-prev,
.mtphr-post-slider .mtphr-post-slider-next {
    display: block;
    float: left;
    width: 20px;
    height: 21px;
    background: #B2B2B2;
    padding: 10px 0 0 11px;

    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
}
.mtphr-post-slider .mtphr-post-slider-prev:hover,
.mtphr-post-slider .mtphr-post-slider-next:hover {
    background: #666;
}
.mtphr-post-slider .mtphr-post-slider-prev span,
.mtphr-post-slider .mtphr-post-slider-next span {
    display: block;
    width: 8px;
    height: 12px;
    text-indent: -9999px;
    background: url(images/icons.png) no-repeat;
}
.mtphr-post-slider .mtphr-post-slider-prev span {
    background-position: -15px -15px;
}
.mtphr-post-slider .mtphr-post-slider-next span {
    background-position: 0 -15px;
}


/* Sliders
------------------------------------------------------------ */

.mtphr-slider-container {
    position: relative;
    /*border: 1px solid #CDCDCD;*/
}
.mtphr-slider-container > .wrapper {
    display: block;
    border: 0px solid #FFF;
}
.mtphr-slider-buttons p a.active {
    background: #ffffff !important;
}
.mtphr-feature-slider .mtphr-slider-buttons a.active {
    background: #ffffff !important;
}

.mtphr-feature-slider.mtphr-buttons-enabled .mtphr-slider-container {
    margin-bottom: 10px !important;
}
.mtphr-feature-slider .mtphr-slider-buttons {
    float: right;
}

.mtphr-slider-prev {
    left: 10px !important;
}
.mtphr-slider-next {
    right: 10px !important;
}

/* Project Sliders
------------------------------------------------------------ */
.mtphr-project-slider.mtphr-buttons-enabled .mtphr-slider-container {
    margin-bottom: 0 !important;
}
.single-mtphr_projects .mtphr-project-slider {
    position: relative;
}
.single-mtphr_projects .mtphr-slider-buttons {
    float: right;
    margin-top: 6px;
    margin-bottom: 23px;
}
.single-mtphr_projects .mtphr-slider-buttons a {
    color: #CCC;
    border: 1px solid #E5E5E5;
}
.single-mtphr_projects .mtphr-slider-buttons a:hover,
.single-mtphr_projects .mtphr-slider-buttons a.active {
    color: #666;
}

/* Forms
------------------------------------------------------------ */

form .controls {
    padding: 4px 6px;
    border: 1px solid #CCC;
}
input:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
form .controls input[type="text"],
form .controls input[type="email"],
form .controls input[type="password"] {
    font-style: italic;
    border: none;
    padding: 0;
    margin: 0;

    width: 100%;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
form .controls textarea {
    font-style: italic;
    border: none;
    padding: 0;
    margin: 0;

    width: 100%;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-submit {
    text-align: right;
}
form input[type="submit"] {
    text-transform: uppercase;
    font-size: 12px;
    color: #FFF;
    background: #666;
    border: none;
    padding: 6px 25px;

    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
}
form input[type="submit"]:hover {
    background: #ffc20e;
}

/* Contact Form 7
------------------------------------------------------------ */

.wpcf7-response-output,
span.wpcf7-not-valid-tip {
    font-family: 'Myriad Pro', Helvetica, Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 100 !important;
    line-height: 18px !important;
    color: #FFF !important;
    background: #303030 !important;
    padding: 12px 15px !important;
    margin: 0 !important;
    border: 1px solid #ffc20e !important;
}
span.wpcf7-not-valid-tip {
    top: 10% !important;
    left: 0 !important;
}
.wpcf7-mail-sent-ok {
    border: 1px solid #ffc20e !important;
}
.wpcf7-validation-errors {
    border: 1px solid #ffc20e !important;
}


/* Search Form
------------------------------------------------------------ */

.search-form {
    position: relative;
    height: 30px;
}
.search-form .control-group {
    padding-right: 30px;
}
.search-form .controls {
    border-right: none;
}
.search-form .submit-wrapper,
.search-form .submit {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
}
.search-form .submit-wrapper {
    z-index: 1;
    background: #666 url(images/btn-search.png) no-repeat left center;
}
.search-form [type="submit"].submit {
    text-indent: -9999px;
    background: #ffc20e url(images/btn-search.png) no-repeat left center;
    border: none;
    padding: 0;

    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
.search-form .submit:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

/* Additional Content Boxes
------------------------------------------------------------ */

#mtphr-acb-above.border-top,
#mtphr-acb-below.border-top {
    background: url(images/bg-divider.png) repeat-x left top;
    border: none !important;
    padding-top: 30px !important;
}
#mtphr-acb-above.border-bottom,
#mtphr-acb-below.border-bottom {
    border: none !important;
}
#mtphr-acb-above.border-bottom .wrapper,
#mtphr-acb-below.border-bottom .wrapper {
    background: url(images/bg-divider.png) repeat-x left bottom;
    padding-bottom: 1px;
}



/* MediaElement Player
------------------------------------------------------------ */

.mediaelement {
    margin-bottom: 25px;
}
.mejs-overlay-button,
.mejs-container .mejs-controls div.mejs-button,
.mejs-controls .mejs-button button {
    background-image: url(images/controls.png) !important;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background-image: url(images/mejs-time-rail-loading.png) !important;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
    background-image: url(images/mejs-time-rail-progress.png) !important;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
    background: #ffc20e !important;
}

/* Media Queries
------------------------------------------------------------ */
#footer-before.row > .wrapper {
    max-width: 940px;
    padding: 0;
    margin: 0 auto;
}
.row-fluid [class*="span"] {
    min-height: 0 !important;

}
@media (min-width: 768px) and (max-width: 979px) {
}

@media (max-width: 767px) {

    #navi-wrapper {
        width: 100%;
        height: 100%;
        margin-top: -50px;
        background: #9b3c9b; /* Old browsers */
        background: -moz-linear-gradient(top,  #9b3c9b 0%, #7a327b 100%, #7a327b 101%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9b3c9b), color-stop(100%,#7a327b), color-stop(101%,#7a327b)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #9b3c9b 0%,#7a327b 100%,#7a327b 101%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #9b3c9b 0%,#7a327b 100%,#7a327b 101%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #9b3c9b 0%,#7a327b 100%,#7a327b 101%); /* IE10+ */
        background: linear-gradient(to bottom,  #9b3c9b 0%,#7a327b 100%,#7a327b 101%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b3c9b', endColorstr='#7a327b',GradientType=0 ); /* IE6-9 */

    }


    #main {
        /* background: #71bf44; */
        /* padding: 17px 0; */
        background: #000 repeat-x top left;
    }

    /* purple boxes
    ------------------------------------------------------------ */

    .purplebox{
        width: 31%;
        float: left;
        height: 160px;
        margin: 1%;
        background: #9b3c9b; /* Old browsers */
        background: -moz-linear-gradient(top,  #9b3c9b 0%, #7a327b 100%, #7a327b 101%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9b3c9b), color-stop(100%,#7a327b), color-stop(101%,#7a327b)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #9b3c9b 0%,#7a327b 100%,#7a327b 101%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #9b3c9b 0%,#7a327b 100%,#7a327b 101%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #9b3c9b 0%,#7a327b 100%,#7a327b 101%); /* IE10+ */
        background: linear-gradient(to bottom,  #9b3c9b 0%,#7a327b 100%,#7a327b 101%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b3c9b', endColorstr='#7a327b',GradientType=0 ); /* IE6-9 */

    }


    .purpleboxtext3{
        width: 90%;
        margin: 25% auto 0 auto;
        color: #fff;
    }

    .purpleboxtext2{
        width: 90%;
        margin: 28% auto 0 auto;
        color: #fff;
    }

    .purpleboxtext1{
        width: 90%;
        margin: 38% auto 0 auto;
        color: #fff;
    }

    h4, h4 a {
        font-size: 24px;
        font-family: 'Helvetica', 'Arial', 'Myriad Pro', sans-serif;
        color: #fff;
        line-height: 22px;
        text-align: center;
        font-style: bold;
        font-weight: 800;

    }





    .fluid #siteHeader,
    .fluid #main,
    .fluid #footer-before,
    .fluid #siteFooter {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .fluid #siteHeader {
        height: auto;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 35px;
    }
    .fluid #logo {
        /* float: none; */
        margin-bottom: 35px;
    }
    #header-widget-area .widget {
        margin-bottom: 30px;
    }
    .fluid #social-links {
        margin-bottom: 35px;
    }
    .fluid .featured-image-title {
        font-size: 28px;
        line-height: 28px;
        margin-top: -15px;
    }
    .fluid .page-title {
        font-size: 32px;
        line-height: 32px;
    }
    .fluid .entry-title {
        font-size: 24px;
        line-height: 24px;
    }
    .fluid #footer-text-left,
    .fluid #footer-text-right {
        float: none;
        text-align: center;
    }

    /* !Main menu */
    .fluid .main-menu-container {
        display: none;
    }
    .fluid .main-menu-mobile-container {
        display: block;
        height: 31px;
    }
    /*
.fluid .main-menu-container {
        clear: both;
        float: none;
        overflow: hidden;
        position: relative;
        border: 1px solid #393939;
    }
    .fluid .main-menu-container ul {
        position: absolute;
        top: 0;
        width: 100%;
    }
    .fluid .main-menu-container li {
        display: block;
        float: none;
        position: static;

        background: none;
        padding-right: 0;
        border-top: 1px solid #393939;
    }
    .fluid .main-menu-container li,
    .fluid .main-menu-container a {
        float: none !important;
    }
    .fluid .main-menu-container > ul > li:first-child {
        border: none;
    }
    .fluid .main-menu-container li ul {
        position: static;
        z-index: auto;
        left: auto;
        padding-top: 0;
    }
    .fluid .main-menu-container li ul li {
        position: static;
    }
    .fluid .main-menu-container li ul a {
        padding-bottom: 0;
        padding-left: 35px;
    }
    .fluid .main-menu-container li.current-menu-item > a,
    .fluid .main-menu-container li.current_page_item > a,
    .fluid .main-menu-container li.current-menu-ancestor > a,
    .fluid .main-menu-container li.current-page-ancestor > a {
        background: none;
    }
    .fluid .main-menu-container li.current-menu-item > a.selected,
    .fluid .main-menu-container li.current_page_item > a.selected {
        background: #ffc20e;
    }
    .fluid .main-menu-container li.current-menu-item > a:hover,
    .fluid .main-menu-container li.current_page_item > a:hover,
    .fluid .main-menu-container li.current-menu-ancestor > a:hover,
    .fluid .main-menu-container li.current-page-ancestor > a:hover {
        background: #ffc20e;
    }
    .fluid .main-menu-container > ul > li > ul li.current-menu-item a,
    .fluid .main-menu-container > ul > li > ul li.current_page_item a {
        font-size: 14px;
        font-weight: bold;
        padding-left: 20px;
    }
    .fluid .main-menu-container > ul > li > ul li.current-menu-item a.selected,
    .fluid .main-menu-container > ul > li > ul li.current_page_item a.selected {
        font-size: 12px;
        font-weight: normal;
        padding-left: 35px;
    }
*/
    .fluid .sub-heading-large,
    .fluid .sub-heading,
    .fluid .sub-heading-small {
        font-size: 24px;
        line-height: 30px;
    }
    .fluid.single-mtphr_team_members .page-title,
    .fluid.single-mtphr_projects .page-title {
        float: none;
        margin-bottom: 0;
    }
    .fluid.single-mtphr_team_members #single-nav-top,
    .fluid.single-mtphr_projects #single-nav-top {
        float: none;
    }
    .fluid.single-mtphr_team_members #single-nav-top > ul > li,
    .fluid.single-mtphr_team_members #single-nav-top > ul > li > a,
    .fluid.single-mtphr_projects #single-nav-top > ul > li,
    .fluid.single-mtphr_projects #single-nav-top > ul > li > a {
        padding: 0;
        border: none;
    }
    .fluid.single-mtphr_team_members #single-nav-top > ul > li:first-child,
    .fluid.single-mtphr_projects #single-nav-top > ul > li:first-child {
        display: none;
    }
    .fluid.single-mtphr_team_members #single-nav-top > ul > li:last-child,
    .fluid.single-mtphr_projects #single-nav-top > ul > li:last-child {
        float: right;
    }
    .single-mtphr_projects .mtphr-project-slider {
        clear: both !important;
        /* padding-top: 60px; */
    }
    /*
.single-mtphr_projects .mtphr-slider-buttons {
        top: auto !important;
        left: auto;
        position: relative;
        margin-top: 20px;
        margin-bottom: 0;
    }
*/
}
@media (max-width: 767px) {

h1, h1 a {
    font-size: 25px;
    font-family: 'Helvetica', 'Arial', 'Myriad Pro', sans-serif;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-style: italic;
    font-weight: 800;

}


    .productimage{
        float: left;
        width: 25%;
        margin: 0 2% 0% 0;

    }


    .producttext{
        float: left;
        margin: 0 0% 1% 0;
        width:72%;

    }

    .enquire{
        float: right;
        margin: 0% 0% 2% 0;
        color: #ffc20e;
        width: 100%;
        text-align: right;
        font-size: 16px;
    }

    #primary{
        background-color: #000;
        padding: 30px 0px 0 0px;

    }



}
@media (min-width: 1200px) {
}
@media (min-width: 768px) {







}
@media (max-width: 480px) {




    /* products
    ------------------------------------------------------------ */

    .productimage{
        float: left;
        width: 40%;
        margin: 0 2% 0% 0;

    }


    .producttext{
        float: left;
        margin: 0 0% 1% 0;
        width:55%;

    }

    .enquire{
        float: right;

        color: #ffc20e;
        width: 100%;
        text-align: right;
        font-size: 16px;
    }

    #primary{
        background-color: #000;
        padding: 30px 0px 0 0px;

    }





    .greypanel{
        width: 100%;
        height: 100px;
        padding-top: 40px;
        background-color: #212121;
        /* 212121 */

    }

    h1, h1 a {
        font-size: 25px;
        font-family: 'Helvetica', 'Arial', 'Myriad Pro', sans-serif;
        color: #fff;
        line-height: 24px;
        text-align: center;
        font-style: italic;
        font-weight: 800;

    }



    .uppertext{
        display: none;
    }



    /* purple boxes
    ------------------------------------------------------------ */

    .purplebox{
        width: 48%;
        float: left;
        height: 160px;
        margin: 1%;
        background: #9b3c9b; /* Old browsers */
        background: -moz-linear-gradient(top,  #9b3c9b 0%, #7a327b 100%, #7a327b 101%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9b3c9b), color-stop(100%,#7a327b), color-stop(101%,#7a327b)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #9b3c9b 0%,#7a327b 100%,#7a327b 101%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #9b3c9b 0%,#7a327b 100%,#7a327b 101%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #9b3c9b 0%,#7a327b 100%,#7a327b 101%); /* IE10+ */
        background: linear-gradient(to bottom,  #9b3c9b 0%,#7a327b 100%,#7a327b 101%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b3c9b', endColorstr='#7a327b',GradientType=0 ); /* IE6-9 */

    }


    .purpleboxtext3{
        width: 90%;
        margin: 25% auto 0 auto;
        color: #fff;
    }

    .purpleboxtext2{
        width: 90%;
        margin: 28% auto 0 auto;
        color: #fff;
    }

    .purpleboxtext1{
        width: 90%;
        margin: 38% auto 0 auto;
        color: #fff;
    }

    h4, h4 a {
        font-size: 21px;
        font-family: 'Helvetica', 'Arial', 'Myriad Pro', sans-serif;
        color: #fff;
        line-height: 22px;
        text-align: center;
        font-style: bold;
        font-weight: 800;

    }



    .fluid .commentlist > li > ul.children {
        margin-left: 0;
    }
    .fluid .commentlist ul.children {
        margin-left: 0;
    }
    .fluid .comment-avatar {
        width: 60px;
    }
    .fluid .comment-avatar img {
        width: 50px;
        height: 50px;
        border-width: 4px;
    }

    #builder-icons {
        position: absolute;
        top: 30px;
        right: 20px;
    }

}




@media (max-width: 401px) {



    /* purple boxes
    ------------------------------------------------------------ */

    .purplebox{
        width: 48%;
        float: left;
        height: 120px;
        margin: 1%;
        background: #9b3c9b; /* Old browsers */
        background: -moz-linear-gradient(top,  #9b3c9b 0%, #7a327b 100%, #7a327b 101%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9b3c9b), color-stop(100%,#7a327b), color-stop(101%,#7a327b)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #9b3c9b 0%,#7a327b 100%,#7a327b 101%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #9b3c9b 0%,#7a327b 100%,#7a327b 101%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #9b3c9b 0%,#7a327b 100%,#7a327b 101%); /* IE10+ */
        background: linear-gradient(to bottom,  #9b3c9b 0%,#7a327b 100%,#7a327b 101%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b3c9b', endColorstr='#7a327b',GradientType=0 ); /* IE6-9 */

    }


    .purpleboxtext3{
        width: 90%;
        margin: 25% auto 0 auto;
        color: #fff;
    }

    .purpleboxtext2{
        width: 90%;
        margin: 28% auto 0 auto;
        color: #fff;
    }

    .purpleboxtext1{
        width: 90%;
        margin: 28% auto 0 auto;
        color: #fff;
    }

    h4, h4 a {
        font-size: 16px;
        font-family: 'Helvetica', 'Arial', 'Myriad Pro', sans-serif;
        color: #fff;
        line-height: 16px;
        text-align: center;
        font-style: bold;
        font-weight: 800;

    }


}


@media (max-width: 320px) {

    h1{
        font-size: 18px;
        line-height: 20px;
                margin-top: -20px;
    }

    .greypanel{
        height: 50px;

    }


    #primary{
        background-color: #000;
        padding: 30px 0px 0 0px;

    }

}


@media (max-width: 979px) {
}
@media (min-width: 980px) {
}




@media (min-width: 300px) and (max-width: 767px) {


    #head-wrapper {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }


}

