/******************************************************************
Theme Name: Prolix
Theme URI: http://www.newerainternet.com/
Description:  This is the Newera Framework with Gumby
Author: New Era Internet
Author URI: http://www.newerainternet.com/
Version: 1
*/

.screen-reader-text {}
.sticky {}          /* DO NOT EDIT THIS */
.gallery-caption {} /* THESE ARE USELESS */
.bypostauthor {}    /* THEY ARE ONLY TO KEEP THEME CHECK HAPPY */

body {
	background-size: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal !important;
}

body.home {
	background-color: #fff !important;
}

#container .mix{
    display: none;
}

p {
	font-size: 17px;
	font-weight: normal !important;
	margin-bottom: 15px;
	font-family: 'Source Sans Pro', sans-serif;
}

p.copyright {
	margin-bottom: 0px;
}

a { 
	color: #3f3f3e;
}

a:hover, .text-info a, h1 a, h2 a, h3 a, .category-post a { 
	text-decoration: none !important;
}

#main a {
	text-decoration: underline;
}

strong {
	font-weight: 500;
	font-family: 'Source Sans Pro', sans-serif;
	color: #3f3f3e;
}

h1, h2, h3, h4, h5 {
	
}

h1 {
    color: #3f3f3e;
    font-size: 40px;
    text-transform: uppercase;
	line-height: 1;
}

h1 strong {
	color: #3f3f3e;
}

h2 {
	font-size: 25px;
	color: #3f3f3e;
}

h2.article-title {
	margin-bottom: 2px !important;
}

h3 {
	font-size: 18px;
	color: #3f3f3e;
}

h4 {
	font-size: 16px;
	color: #B7B7B7;
}

h5 {
	font-size: 15px;
	color: #B7B7B7;
	font-weight: normal;
}

li { 
	font-size: 15px;
}

input:focus {
    outline:none;
}


h1.main-title, #sidebar1 h4.widgettitle {
    color: #3f3f3e;
    font-size: 28px;
    text-transform: uppercase;
	line-height: 1;
}

h1.entry-title i {
	float: right;
	padding-left: 15px;
}


.title h1.main-title {
	margin-bottom: 0px !important;
	padding-bottom: 9px;
}

 
.push-in, .home-content, .home-widgets {
	padding: 10px 20px 0 20px;
}

body.home .push-in, body.blog .push-in {
	padding-top: 0px !important;
}

.padding {
	padding: 40px 0;
}

.comment-form-url {
	display: none;
}

/** LIGHTBOX MARKUP **/

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999999999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox .brochure-container {
	width: 400px;
    margin: 0 auto;
    top: 50%;
    margin-top: -220px;
    position: relative;
    background-color: #fff;
    padding: 24px 16px 30px 12px;
}

.lightbox .brochure-container a.close-btn {
	display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    padding: 3px;
    background: #3f3f3e;
    color: #fff;
}

.lightbox .brochure-container img.ajax-loader {
    margin-top: -11px;
    height: 12px;
    width: 12px;
}

.lightbox .brochure-container .email-field-btn {
	position: relative;
    height: 48px;
    top: 6px;
}

.lightbox .brochure-container span.wpcf7-not-valid-tip {
	display: none;
}

.lightbox .brochure-container div.wpcf7-response-output {
    margin: 11px 0 6px 0 !important;
}

.lightbox .brochure-container br {
	display: none;
}

.lightbox .brochure-container .wpcf7-submit {
    position: absolute;
    right: 0;
    top: 0px;
    margin: 0;
	padding: 9px 28px 8px 28px !important;
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 2%;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}

#fancybox-overlay {
	z-index: 99999 !important;
    background: rgba(0,0,0,0.7) !important;
}

.fancybox-wrap {
	z-index: 999999 !important;
}

/* 	Main Page Title Style  */

div.title {
	width: 100%;
    max-width: 1100px;
    margin: 0 auto;
	padding-bottom: 40px;
}

div.title h1 {
	text-align: center;
	font-size: 42px;
}

div.title p {
	text-align: center;
	font-size: 18px;
}

div.title:after {
	content: '';
    width: 89px;
    height: 7px;
    border-radius: 10px;
    background-color: #B7B7B7;
    margin: 0 auto;
    margin-top: 20px;
    display: block;
}

/* Header */

#logo {
	text-align: center;
}

#logo span.site-logo {
	text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    padding-top: 50px;
    display: block;
}

#logo span.site-description {
	text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
	padding-top: 10px;
    padding-bottom: 50px;
    display: block;
}

#logo img {
    display: block;
    max-width: 350px;
    width: 100%;
    padding: 18px 0;
}

.navbar p {
	display: block;
    width: 100%;
    padding: 15px;
    text-align: center;
    color: #fff;
    margin: 0;
}

.top-bar {
	padding: 10px 0;
}

.top-bar #searchform #s {
	padding: 10px;
  	border: 1px solid #EBEBEB;
	max-width: 170px;
	font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
}

.top-bar #searchform #searchsubmit {
  	padding: 7px;
  	border: 0px solid #fff;
  	cursor: pointer;
  	color: #fff;
  	font-size: 19px;
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
	width: 38px;
    height: 38px;
}

.header-icons {
	text-align: right;
    display: block;
    margin-top: 15px;
}

.header-icons li {
	display: inline-block;
	list-style: none;
}

.header-icons a {
  	padding: 6px;
  	width: 37px;
  	height: 37px;
  	text-align: center;
  	font-size: 22px;
  	border-left: 10px solid #fff;
  	position: relative;
  	display: inline-block;
  	border: 0px solid #fff;
	border-radius: 100%;
  	cursor: pointer;
  	color: #fff;
	background-color: #d0d0d0;
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
	margin-left: 5px;
	background-position: center center !important;
	opacity: 1;
}

.social-sharing a, a.s3-facebook, a.s3-twitter, .pinit-btn-div span {
  	padding: 0px;
  	width: 37px;
  	height: 37px;
  	text-align: center;
  	font-size: 22px;
  	border-left: 10px solid #fff;
  	position: relative;
  	display: inline-block;
  	border: 0px solid #fff;
	border-radius: 100%;
  	cursor: pointer;
	color: #fff;
	background-color: #d0d0d0;
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
	margin-left: 5px;
	background-position: center center !important;
	background-size: 100% !important;
	opacity: 1;
}

.social-sharing a  a.s3-facebook {
	background-image: url('https://www.croydonist.co.uk/wp-content/uploads/2016/04/fb.png') !important;
}

.social-sharing a  a.s3-twitter {
	background-image: url('https://www.croydonist.co.uk/wp-content/uploads/2016/04/tw.png') !important;
}

.social-sharing a  .pinit-btn-div span {
	background-image: url('https://www.croydonist.co.uk/wp-content/uploads/2016/04/pi.png') !important;
}

.social-sharing a.ss-button-facebook {
	background-image: url('https://www.croydonist.co.uk/wp-content/uploads/2016/04/fb.png');
}

.social-sharing a.ss-button-twitter {
	background-image: url('https://www.croydonist.co.uk/wp-content/uploads/2016/04/tw.png');
}

.social-sharing a.ss-button-pinterest {
	background-image: url('https://www.croydonist.co.uk/wp-content/uploads/2016/04/pi.png');
}

.social-sharing a {
	margin-left: 0px !important;
	margin-right: 5px !important;
}

.header-icons a:hover, .header-icons #searchform #searchsubmit:hover, .social-sharing a:hover {
	opacity: 0.7;
}

.search-link {
	background-color: #fff !important;
	margin-right: 20px;
	color: #B7B7B7 !important;
	padding: 0px;
	font-size: 26px !important;
    top: 3px;
}

.search-link:hover {
	color: #939598 !important;
}

/* navigation styles */

.nav-wrap img.mobile-logo {
	display: none;
}

.navbar {
	border-top: 1.4px solid #939598;
	border-bottom: 1.4px solid #939598;
}

.horizontal-style {
    display: table;
    width: 100%;
	table-layout: fixed;
	margin-bottom: 0;
}

.horizontal-style > li {
    display: table-cell;
	border-right: 1px solid #fff;
	position: relative;
}

.horizontal-style li:last-child {
	border-right: 0px solid #000;
}

.horizontal-style a {
	display: block;
    text-align: center;
    padding: 20px 0px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
    color: #1B1B1B !important;
    font-size: 16.5px !important;
}

.navbar .horizontal-style a:hover {
	text-decoration: none;
	color: #939598 !important;
	background-color: #fff !important;
}

.navbar ul#menu-top-menu > li.current-menu-item > a, .current-menu-parent a {
	text-decoration: underline !important;
}

.navbar ul li.current-menu-item ul.dropdown li a {
	background-image: none !important;
}

.sticky-header ul.horizontal-style > li > a {
	background-color: #F7F7F7 !important;
}

.current-menu-item a {
	text-decoration: underline !important;
}

.nav-menu {
	border-bottom: 2px solid #F9F7F7;
}

.nav-menu ul li {
	padding: 0;
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}
	
.nav-menu ul ul {
	display: block;
	max-height: 0;
	overflow: hidden;
	background: #5f6975; 
	border-radius: 0px; 
	padding: 0;
	position: absolute; 
	z-index: 99999;
	top: 100%; 
	margin: 0;
	width:100%;
	opacity: 0;
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}

.nav-menu ul li:hover > ul {
	display: block;
	opacity: 1;
	max-height: 1000px;
	overflow: visible;
}

	.nav-menu ul ul li {
		float: none; 
		position: relative;
	}
		.nav-menu ul ul li a {
			padding: 15px 40px;
			color: #fff;
			background-color: #3f3f3e;
		}	
			.nav-menu ul ul li a:hover {
				background: #373737;
			}
			
			.nav-menu ul ul ul {
				position: absolute; 
				left: 100%; 
				top:0;
			}
			
header li.menu-item-has-children:hover a { 
	background-color: #3f3f3e;
}

li.menu-item-has-children:hover a ul.sub-menu a { 
	background-color: #373737 !important;
}

/* Main */

.custom_image_and_text_widget {
	position: relative;
}

.custom_image_and_text_widget img {
	display: block;	
}

.custom_image_and_text_widget a.title {
	position: absolute;
	display: block;
	width: 100%;
	bottom: 0;
	background-color: rgba(29, 61, 81, 0.8);
	color: #fff !important;
	padding: 15px;
	font-size: 22px;
	text-align: center;
}

.custom_image_and_text_widget a.title h4 {
	color: #fff !important;
	font-size: 20px;
	font-weight: 600;
}

#content {
	min-height: 60vh;
}

.main-content {
	
}

.home-text {
	padding: 0 5px;
}

body.page-template-page-portfolio #main {
	background-color: rgba(255,255,255,0);
	background: none;
}

body.page-template-page-portfolio #main img {
  	margin: 0 !important;
}

#inner-content { 
	margin-bottom: 1.36986%; 
}

body.home #inner-content { 
	margin-top: 0px !important; 
}

.ms-slide-layers {
    position: relative !important;
    max-width: 1400px !important;
    width: 100% !important;
    margin: 0 auto !important;
}


/* Widget post styling */


.upw-image {
	width: 20%;
	float: left;
}

.upw-posts .entry-title a {
	font-weight: 600;
	font-size: 16px;
}

.upw-image img {
	border-radius: 100%;	
}

.upw-content {
	width: 75%;
	float: right;
}

.upw-content .post-title {
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 16px;
}

/* Sidebar content */

#searchform {
    margin-top: 15px;
}

#searchform div {
	position: relative;
    width: 100%;
}

#searchform #s {
	width: 100% !important;
    display: block;
    padding: 5px 42px 5px 5px;
    height: 37px;
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
	border: 1px solid #E8E8E8;
}

#searchform #searchsubmit {
	position: absolute;
    right: 0;
    top: 0;
	padding: 7px;
    border: 0px solid #fff;
    cursor: pointer;
    color: #fff;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 37px;
    height: 37px;
	background-color: #3f3f3e;
}

#searchform #searchsubmit:hover {
	background-color: #939598;
}

.calendar_wrap {
	
}

.wpcf7-submit {
	padding: 8px 28px 8px 28px !important;
}

.contact-label {
	margin-bottom: 0px;	
}

footer .wpcf7-form {
	margin-top: 15px;
}

.accordion-title {
	background-color: #3f3f3e;
    padding: 13px;
	font-size: 15px;
	color: #fff;
	margin-bottom: 0px !important;
	cursor: pointer;
	border-bottom: 1px solid #fff;
}

.accordion-title.open {
	background-color: #B7B7B7;
	border-bottom: 0px solid #fff;
}

.accordion-content {
	background-color: #fff;
	font-size: 15px;
	padding: 13px;
	border: 1px solid #eee;
}

.accordion-content p, .accordion-content li {
	font-size: 15px;
}

.contact-map iframe {
	width: 100%;
	height: 350px;
	display: block;
}

.contact-map {
	border-bottom: 3px solid #939598;
	border-top: 3px solid #939598;
}

.contact-map p { 
	margin-bottom: 0px !important;
}

/* Buttons */	

.btn, .submit, .wpcf7-submit, .elm-button {
	color: #fff;
    border: 0px solid #eee !important;
    display: inline-block !important;
    padding: 8px 28px 8px 28px;
	margin-top: 10px;
	margin-bottom: 15px;
    margin-right: 6px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #3f3f3e !important;
	position: relative;
	opacity: 1;
}

.btn:hover, .submit:hover, .wpcf7-submit:hover, .elm-button:hover {
	opacity: 0.7;
}

.submit {
	padding: 10px 12px !important;
}

/* MAIL CHIMP FORM */	

.mail-chimp-box {
	width: 240px;
    position: relative;
    right: -10px;
    float: right;
    bottom: -10px;;
}

.yikes-easy-mc-form label.label-inline {
	width: 80% !important;
}

.yikes-easy-mc-form label.label-inline input {
	width: 182px;
	height: 36px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 18px; 
}

.yikes-easy-mc-error-message {
    color: rgba(216,48,57,.87);
    background: #FFBABA;
    padding: 12px;
    position: absolute !important;
    z-index: 9999999;
    bottom: -86px;
    left: 0;
}

.yikes-easy-mc-success-message {
    position: absolute;
    z-index: 9999999;
    bottom: -115px;
}

.yikes-easy-mc-form label.label-inline input, .yikes-easy-mc-form label.label-inline label {
	display: inline;
}

.yikes-easy-mc-success-message {
	display: none;
}

.yikes-easy-mc-form input[type=text], .yikes-easy-mc-form input[type=url], .yikes-easy-mc-form input[type=email], .yikes-easy-mc-form input[type=number], .yikes-easy-mc-form select {
	background-color: #fff !important;
	padding: 10px !important;
}

.empty-label, .edit-link {
	display: none;
}

.yikes-easy-mc-form .submit-button-inline-label {
 	width: 15% !important;
    min-width: auto !important;
    position: absolute;
    top: -2px;
	float: none !important;
}

.yikes-easy-mc-form .yikes-easy-mc-submit-button {
    background: url(https://www.croydonist.co.uk/wp-content/uploads/2016/04/envelope-1.png) no-repeat center center;
    background-size: 89%;
    width: 35px !important;
    height: 35px !important;
    min-height: 33px !important;
    background-color: #d0d0d0 !important;
    border-radius: 100%;
    overflow: hidden;
    color: rgba(216, 216, 216,0);
    margin-top: 2px !important;
	opacity: 1;
}

.yikes-easy-mc-form .yikes-easy-mc-submit-button:hover {
	opacity: 0.7;
}

/* News */	

.article-header h2 { 
	margin-bottom: 0px !important;
}

body.archive article.post { 
	border-bottom: 1px solid #eee;
	padding-bottom: 0px;
	margin-bottom: 20px;
}

body.archive article.post:last-child { 
	border-bottom: 0px solid #eee;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.date-author, .footer-category {
	font-size: 13px;
}

.page-numbers {
	text-align: center;
	margin-left: 0px !important;
}

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

.page-numbers li a, .page-numbers li span {
	display: table-cell;
    color: #fff;
    padding: 7px;
    height: 37px;
    vertical-align: middle;
    width: 37px;
    text-align: center;
    margin: 0 3px;
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
	background-color: #3f3f3e !important;
}

.page-numbers li a:hover {
	background-color: #3f3f3e !important;
	opacity: 0.8;
}

.page-numbers li span {
	background-color: #3f3f3e !important;
	opacity: 0.8;
}

.custom_post_function_recent_post_widget ul li {
  	display: inline-block;
	width: 100%;
}

.custom_post_function_recent_post_widget ul li a, .custom_post_function_recent_post_widget ul li .post-date {
	
}


body.blog .blog-list .entry-content {
  	padding: 0 !important;
}

article.row.post {
	padding-top: 10px;
	padding-bottom: 25px; 
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.main-content article:last-child {
	border-bottom: 0px solid #eee;
}

article.post .news-img .img-container {
	position: relative;
	border-radius: 100%;
	overflow: hidden;
}

article.post .news-img .img-container span {
	position: absolute;
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    font-size: 27px;
	background-color: #83CC34;
    opacity: 0;
    color: #fff;
	transform: scale(0.4);
	border-radius: 100%;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

article.post:hover .news-img .img-container span {
    opacity: 0.85;
    transform: scale(1);
}

article.post .news-img .img-container span i {
	margin-top: 36%;
}

article.post .news-img img {
	border-radius: 100%;
	display: block;
	margin: 0 auto;
}

article.post .ten.columns {
	padding-left: 7px;
}

/* Comments */

.comment-box {
	margin-top: 3%;
    background-color: #fff;
}

.comment-box h2.entry-title {
	color: #3f3f3e;
    font-size: 28px;
    text-transform: uppercase;
}

.comment-box .profile-pic img {
	border-radius: 100%;
	display: block;
	margin: 0 auto;
}

.comment-box, .comment-box p, .comment-box a {
	font-size: 15px;
}

.comment-box .comment.depth-1 { 
	border-bottom: 1px solid #eee;
	padding-top: 15px;
}

.commentlist .comment.depth-1:first-child { 
	padding-top: 0px;
}

.comment-box .comment.depth-2, .comment-box .comment.depth-3 { 
	border-top: 1px solid #eee;
	padding: 15px 0;
}

.comment-box .comment.depth-2 { 
	padding-left: 50px;
}

.comment-box .comment.depth-3 { 
	padding-left: 100px;
}

.comment-buttons {
	padding-bottom: 20px;
}

.comment-buttons a {
  	background-color: #3f3f3e;
  	color: #fff;
  	border: 0px solid #eee;
  	display: inline-block;
  	padding: 6px 12px;
	margin-right: 6px;
  	text-transform: uppercase;
  	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
  	font-size: 14px;
	cursor: pointer;
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}

.comment-buttons a:hover {
	background-color: #3f3f3e;
}

.comment-box h3#reply-title {
	text-transform: uppercase;
}

.comment-form-comment label {
	display: none;
}

.comment-form-comment textarea {
	width: 100%;
}

.profile-pic { 
	display: none;
}

.commentlist .columns {
	margin-left: 0px !important;
}

/* 404 page */	

#post-not-found header {
	text-align: center;
}

#post-not-found .fa-chain-broken {
	font-size: 50px;
	margin-top: 20px;	
}

#post-not-found h1 {
    font-size: 37px;
    text-align: center;
    margin-top: 30px;
}

#post-not-found p {
	font-size: 20px;
    text-align: center;
    margin-top: 0;
}

#container {
	overflow: hidden;
}

/* Footer */


.footer p, .footer {
	line-height: 1.4em;
}

.footer .widget-area {
	padding: 40px 20px 10px;
}

.footer .widget-area h4.widgettitle {
  	color: #fff;
  	font-size: 22px !important;
  	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}

.footer .widget-area h4.widgettitle a {
	font-size: 22px !important;
}

.footer .widget-area section.sidebar-content {
	padding: 7px 0px;
}

.footer .widget-area, .footer .widget-area a, .footer .widget-area p {
	font-size: 15px;
}
	
.footer .widget-area .widget {
	margin-bottom: 4.36986%; 
	clear: both;
}

.footer .widget-area .sidebar-content ul li {
    padding: 15px 0;
	clear: both;
	border-bottom: 2px dotted #507D8E;
}

.footer .widget-area .sidebar-content ul li:first-child {
    padding-top: 0px !important;
}

.footer .widget-area .sidebar-content ul li:last-child {
	border-bottom: 0px dotted #fff;
}

.footer .widget-area .custom_post_function_recent_post_widget a {
	font-weight: bold;
}

.footer .widget-area .custom_post_function_recent_post_widget div.post-date {
	margin: 0px !important;
	font-size: 13px;
	color: #B7D8E6;
}

.footer .widget-area ul {
	list-style: none;
	margin-left: 0;
}

.footer .widget-area #searchform {
	position: relative;
	clear: both;
}

.footer .widget-area #searchform #s {
	width: 100% !important;
    display: block;
    padding: 5px 42px 5px 5px;
    height: 37px;
    margin-bottom: 4.36986%;
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
	border: 1px solid #FFF;
}

.footer .widget-area #searchform #searchsubmit {
	position: absolute;
    right: 0;
    top: 0;
	padding: 7px;
    border: 0px solid #fff;
    cursor: pointer;
    color: #fff;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 37px;
    height: 37px;
}

.footer .widget-area #searchform #searchsubmit:hover {
	background-color: #3f3f3e;
}

.footer-nav ul {
	text-align: left;
	margin: 0;
	padding-bottom: 1px;
    padding-top: 5px;
}

.footer-nav ul li {
	display: inline-block;
}

.footer-nav ul li a {
	font-size: 14px;
	padding: 0 14px 0 10px;
	font-weight: normal !important; 
}

.footer-nav ul li:first-child a {
	padding: 0 14px 0 0px !important;
}

.footer-nav ul li ul {
	display: none;
}
	
#inner-footer {
	padding: 20px;
  	text-align: center;
  	font-family: 'Open Sans', sans-serif;
  	font-weight: bold;
}

.bottom-bar {
	padding: 0 20px;
}

#inner-footer p {
	color: #fff;
}

.copyright {
	text-align: center;
    padding: 20px;
    font-size: 14px;
}

.copyright p {
	margin-bottom: 0;
}

.top-arrow {
	position: fixed;
    right: 20px;
    bottom: 6px;
    width: 55px;
}

/* Widgets */

.custom-post.featured-image {
	position: relative;
    padding: 12px 0 12px 77px !important;
    min-height: 90px;
}

.custom-post.no-image {
	position: relative;
    padding: 12px 0 12px 0px !important;
    min-height: 60px;
}

.custom-post .post-image {
	position: absolute;
	width: 66px;
	height: 66px;
	left: 0;
}

.custom-post .post-image img {
	display: block;
}

.custom-post .post-image .post-date {
	position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 10px;
    background-color: rgba(0,0,0,0.7);
    text-align: center;
	color: #fff;
}

.custom-post .post-snippet {
	font-size: 13px;
	line-height: 1;
}

/* Responsive */	

#click-menu {
	background: #3f3f3e !important;
  	right: 3% !important;
	margin-top: 12px !important;
}

body #responsive-menu #responsive-menu-title {
    font-size: 33px !important;
    padding: 28px 0px 28px 5% !important;
    text-transform: uppercase;
	width: 96% !important;
}

#responsive-menu {
    box-shadow: 0px 0px 0px #fff !important;
}

.social-container {
	display: none;
}

/* Post content */

.alm-reveal {
	padding-left: 0px;
	padding-right: 0px;
	clear: both;
}

.banner-crop {
    max-height: 320px;
    overflow: hidden;
}

.featured-post {
	position: relative;
    margin-bottom: 23px;
	overflow: hidden;
}

.featured-post img {
	display: block;
	min-height: 500px;
	min-width: 1007px;
}

.featured-post .post-info {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 10px;
	max-width: 450px;
}

.featured-post .post-info h2 {
	margin: 0px 0px 20px 0px !important;
	padding: 0px !important;
	font-family: 'skit' !important;
}

.rpwe-block h3 {
	font-family: 'skit' !important;
}
h1.main-title, h1.single-title, h4.widgettitle, .entry-content h1 {
	font-family: 'skit' !important;
}
.search-results h2.entry-title {
	font-family: 'skit' !important;
} 

.featured-post .post-info h2 span {
	color: #3f3f3e;
    font-size: 66px;
    text-transform: uppercase;
    line-height: 81px;
    margin: 0px !important;
    position: relative;
    left: 0.25em;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 0px;
    box-shadow: 0.24em 0 0 0 #fff, -0.24em 0 0 0 #fff;
    display: inline;
    background: #fff;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}

.featured-post .post-info .excerpt-hide {
    background: #fff;
    padding: 18px 20px 5px 20px;
    font-size: 15px;
    color: #3f3f3e;
}

.featured-post .post-info .excerpt-hide p {
	color: #3f3f3e;
}


body.osx .featured-post .post-info h2 {
	margin: 0px 0px 10px 0px !important;
}

body.osx .featured-post .post-info h2 span {
	line-height: 55px !important;
}

body.osx.safari .featured-post .post-info h2 span {
	line-height: 60px !important;
}

@media only screen and (max-width: 980px) {
	
	body.osx.safari .featured-post .post-info h2 span {
	line-height: 45px !important;
}
	
}

body.osx.firefox .featured-post .post-info h2 span, body.osx.lynx .featured-post .post-info h2 span {
	line-height: 60px !important;
}

.normal-post, .rpwe-li {
	position: relative;
	overflow: hidden;
}

.normal-post img, .rpwe-li img {
	display: block;
	border: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
}

.normal-post .post-info h2, .rpwe-li .rpwe-title {
    display: block;
    position: absolute;
    top: 8px;
    left: 9px;
    width: 95%;
}

.normal-post .post-info h2, .rpwe-li .rpwe-title {
    margin: 0px !important;
    padding: 10px !important;
    overflow: hidden;
}

.normal-post .post-info h2 a, .rpwe-li .rpwe-title a {
    color: #3f3f3e;
    font-size: 41px;
    text-transform: uppercase;
    line-height: 52px !important;
    margin: 0px !important;
    position: relative;
    box-shadow: 0.24em 0 0 0 #fff, -0.24em 0 0 0 #fff;
    display: inline;
    background: #fff;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}
@media not all and (min-resolution:.001dpcm) { 
    @media {
        .normal-post .post-info h2 a, .rpwe-li .rpwe-title a {
    /*line-height: 52px;*/
	line-height:48px !important;
		
}
    }
}
body.osx .normal-post .post-info h2 a, body.osx .rpwe-li .rpwe-title a {
		line-height:40px !important;
	padding-top: 8px;
}


.alm-btn-wrap, .copyright, .elm-wrapper {
	text-align: left !important;
}

.alm-btn-wrap {
	padding: 0px !important;
}


@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
{ @media {
	
    .normal-post .post-info h2 a, .rpwe-li .rpwe-title a {
		line-height: 48px !important;
	}
	
}}

.four .excerpt-hide, .four .excerpt-hide p {
	background: #fff;
 	font-size: 15px;
	color: #3f3f3e;
	margin-bottom: 15px;
}

.four .excerpt-hide strong {
	color: #3f3f3e;
}

.four .excerpt-hide .category-post {
	color: #3f3f3e;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 8px;
}

/* Responsive Media */

@media only screen and (max-width: 1400px) {
	
	.featured-post .post-info h2 span {
		font-size: 60px;
		line-height: 80px;
	}
	
	body.osx .safari_only .post-info h2 span {
		line-height: 60px !important;
	}
	
}

@media only screen and (max-width: 1281px) {
	
	.featured-post .post-info h2 span {
		font-size: 53px;
		line-height: 70px;
	}
	
	body.osx .safari_only .post-info h2 span {
		line-height: 54px !important;
	}
	
	.horizontal-style a {
		font-size: 14.5px !important;
	}
	
}

@media only screen and (max-width: 1162px) {
	
	.featured-post .post-info h2 span {
		font-size: 52px;
		line-height: 73px;
	}
	
	body.osx .safari_only .post-info h2 span {
		line-height: 54px !important;
	}
	
}

@media only screen and (max-width: 961px) {
	
	.header-contact a.contact-email {
   	 	font-size: 20.6px;
	}
	
	.header-contact a.contact-number {
    	font-size: 41px;
	}
	
	#searchform #s {
		max-width: 100%;
		float: none;
	}

	.ms-slide-info h1 {
  		font-size: 30px;
	}
	
	p {
		font-size: 15px;
	}
	
	article.hover-style .entry-content .excerpt-hide {
		display: none;
	}
	
	.horizontal-style a {
		font-size: 11.5px !important;
		text-align: center;
		padding: 0 5px !important;
	}
	
	.featured-post .post-info h2 span {
		font-size: 38px;
		line-height: 55px;
	}
	
	body.osx .safari_only .post-info h2 span {
		line-height: 45px !important;
	}
	
	.normal-post .post-info h2 a, .rpwe-li .rpwe-title a {
		font-size: 30px;
	    line-height: 38px;
	}

}

@media only screen and (max-width: 767px) {
	
	.mob-container {
		
	}
	
	.featured-post img {
		display: block;
		min-height: 400px;
		min-width: 913px;
		margin-left: -200px;
	}
	
	.navbar a.toggle {
		color: #939598 !important;
	}
	
	.featured-post .post-info {
		display: block;
		position: absolute;
		top: 13px;
		left: 0px;
		padding: 10px;
		max-width: 100%;
		width: 100%;
	}
	
	.featured-post .post-info .excerpt-hide {
		background: #fff;
		padding: 10px 0px 0px 0px;
		font-size: 15px;
		position: absolute;
		bottom: 0;
		width: 100%;
		left: 0;
		color: #3f3f3e;
	}
	
	.featured-post .post-info h2, .normal-post .post-info h2 , .rpwe-li .rpwe-title {
		width: 80% !important;	
	}
	
	.featured-post .post-info h2 span, .normal-post .post-info h2 a, .rpwe-li .rpwe-title a {
		font-size: 34px;
	}
	
	.featured-post .post-info h2 span {
		font-size: 34px;
    	line-height: 49px;
	}
	
	body.osx .safari_only .post-info h2 span {
		line-height: 40px !important;
		padding-bottom: 4px;
	}
	
	.mail-chimp-box {
		float: left;
	}
	
	.yikes-easy-mc-form .submit-button-inline-label {
		position: absolute;
		right: -15px;
	}
	
	.form-field-description {
		display: none !important;
	}
	
	.lightbox .brochure-container {
		width: 86%;
	}
	
	#searchform #s {
		max-width: 100%;
		float: none;
	}
	
	.social-container {
		display: block !important;
	}
	
	.social-container li {
		display: inline !important;
	}
	
	.social-container li a {
		display: inline !important;
	}
	
	.social-container li .search-link {
		background-color: #3e4043 !important;
		font-size: 16px !important;
	}
	
	.bottom-bar {
		padding: 0 0 20px 0;
	}

	#main, #sidebar1 {
		max-width: 500px;
		margin: 0 auto;
	}
	
	.service-box .widget-image-container img {
		max-width: 145px;
		margin-top: -78px;
	}
	
	.gumby-no-touch .navbar ul li:hover > a, .gumby-touch .navbar ul li.active > a.social-link, a.social-link {
		padding: 0 14px !important;
		background: none !important;
	}
	
	.yikes-easy-mc-form .yikes-easy-mc-submit-button {
	    background-color: #3E4043 !important;
	}
	
	.navbar ul li > a {
		color: #fff !important;
	}
	
	.navbar {
		border-top: 0px solid #3f3f3e;
    	border-bottom: 0px solid #3f3f3e;
	}
	
	.nav-wrap img.mobile-logo {
		display: block;
    	max-width: 195px;
    	padding: 18px 14px;
	}
	
	#logo, .home-content .five.columns img, .header-contact, .master-slider-parent {
		display: none;
	}

	.push-in, .home-content, .home-widgets {
    	padding: 20px 0;
	}
	
	.widget { 
		margin-bottom: 20px;
	}
	
	.home-widgets .widget:last-child {
		margin-bottom: 0px !important;
	}
	
	.padding {
		padding: 20px;
	}

	
	.home-text, .home-text p {
		text-align: center;
		padding: 10px;
	}
	
	#filters .btn {
		width: 100%;
		margin: 0 0 1% 0;
	}
	
	.home-text {
		width: 100% !important;
	}
	
	#inner-content {
 		margin-bottom: 5px;
  		margin-top: 10px;
	}
	
	.ms-nav-next, .ms-nav-prev {
		display: none;	
	}
	
	.nav-wrap {
  		position: fixed;
    	top: 0;
    	width: 100%;
    	height: 82px;
    	z-index: 9999;
		background-color: #fff;
	    border-bottom: 1px solid #eee;
	}
	
	#main { 
		margin-bottom: 4%;
	}
	
	#inner-header {
		padding-top: 80px;
		display: block !important;
	}
	
	.nav-menu, .ms-nav-next, .ms-nav-prev, .top-bar  {
		display: none !important;
	}
	
	.ms-slide-info {
  		margin-top: 23px !important;
	}
	
	.contact-field {
    	border-right: 0px solid #EEE !important;
	}
	
	.blog-list article, .portfolio-list article {
		margin-bottom: 10px;
	}
	
	.news-img img {
		padding: 20px;
    	max-width: 250px;
		display: block;
		margin: 0 auto;
	}
	
	.news-img img, .portfolio-list article img {
		width: 100%;
	}
	
	.pagination {
		padding-bottom: 1px;
		padding-top: 1px;
	}
	
	article.post .ten.columns {
		padding-left: 0px;
	}
	
	.horizontal-style a {
		text-align: left;
    	border-bottom: 1px solid #535556;
		font-size: 11.5px !important;
		padding: 0 15px !important;
	}
	
	.row {
		padding: 0 10px;
	}
}

body.iphone .yikes-easy-mc-form .submit-button-inline-label {
    position: absolute;
    right: -15px;
}

body.osx.safari.iphone .featured-post .post-info h2 span {
	line-height: 42px !important;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
	
  	.safari_only .post-info h2 span {
		line-height: 50px !important;
		padding-bottom: 4px;
	}
	
	.normal-post .post-info h2 a, .rpwe-li .rpwe-title a {
		line-height: 55px !important;
		padding-top: 8px !important;
		padding-bottom: 3px !important;
	}

}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
	
  	.safari_only .post-info h2 span {
		line-height: 50px !important;
		padding-bottom: 4px;
	}
	
	.normal-post .post-info h2 a, .rpwe-li .rpwe-title a {
		line-height: 70px !important;
		padding-top: 8px !important;
		padding-bottom: 3px !important;
	}
	
}


@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {

	.featured-post .post-info h2 span, .normal-post .post-info h2 a, .rpwe-li .rpwe-title a {
		padding-top: 5px !important;
	}
	
	.featured-post .post-info h2 span, .normal-post .post-info h2, .rpwe-li .rpwe-title {
		line-height: 1 !important;
	}

}
li.instag {height:37px !important;}
.header-icons a.insta {
	padding: 0px 0px 0px 0px !important;
	width: 37px;
	height: 37px;
	text-align: center;
	font-size: 22px;
	border-left: 10px solid #fff;
	position: relative;
	display: inline-block;
	border: 0px solid #fff;
	border-radius: 0;
	cursor: pointer;
	color: #fff;
	background-color: #fff !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-left: 5px;
	background-position: center center !important;
	opacity: 1;
}
a.insta img {width:37px;height:37px;vertical-align: middle;margin-bottom:5px;}
a.insta-m img {width:16px !important;height:16px !important;}
a.insta img:hover, a.insta-m img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
} 
/* Hide sidebar recent posts after 5 on view all page */
.sidebar-content li.rpwe-li:nth-of-type(1n+6){ display:none !important; }

/*  Test font color on post */

.postid-202 h1.main-title, .postid-202 #sidebar1 h4.widgettitle, .postid-202 a, .postid-202 p, body.postid-202, .postid-202 h1 {
	color: #3f3f3e !important;
}
.postid-202 p {font-weight:normal !important;}
