/*
Theme Name: Wimmera
Theme URI: https://wordpress.org/themes/wimmera/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Wimmera is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Wimmera will make your WordPress look beautiful everywhere.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: wimmera

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

@font-face {
    font-family: 'Wingdings3';
    src: url('fonts/wingdings3.eot');
    src: url('fonts/wingdings3.eot?#iefix') format('embedded-opentype'), url('fonts/wingdings3.woff') format('woff'), url('fonts/wingdings3.ttf') format('truetype'), url('fonts/wingdings3.svg#wingdings3') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Alegreya-Bold';
    src: url('fonts/alegreyabold.eot');
    src: url('fonts/alegreyabold.eot?#iefix') format('embedded-opentype'), url('fonts/alegreyabold.woff') format('woff'), url('fonts/alegreyabold.ttf') format('truetype'), url('fonts/alegreyabold.svg#alegreyabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Alegreya-BoldItalic';
    src: url('fonts/alegreyabolditalic.eot');
    src: url('fonts/alegreyabolditalic.eot?#iefix') format('embedded-opentype'), url('fonts/alegreyabolditalic.woff') format('woff'), url('fonts/alegreyabolditalic.ttf') format('truetype'), url('fonts/alegreyabolditalic.svg#alegreyabolditalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Alegreya-Regular';
    src: url('fonts/alegreyaregular.eot');
    src: url('fonts/alegreyaregular.eot?#iefix') format('embedded-opentype'), url('fonts/alegreyaregular.woff') format('woff'), url('fonts/alegreyaregular.ttf') format('truetype'), url('fonts/alegreyaregular.svg#alegreyaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ElsieBlack-Regular';
    src: url('fonts/elsieblack.eot');
    src: url('fonts/elsieblack.eot?#iefix') format('embedded-opentype'), url('fonts/elsieblack.woff') format('woff'), url('fonts/elsieblack.ttf') format('truetype'), url('fonts/elsieblack.svg#elsieblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Elsie-Regular';
    src: url('fonts/elsieregular.eot');
    src: url('fonts/elsieregular.eot?#iefix') format('embedded-opentype'), url('fonts/elsieregular.woff') format('woff'), url('fonts/elsieregular.ttf') format('truetype'), url('fonts/elsieregular.svg#elsieregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 - Typography
 */

body {
    margin: 0px;
    padding: 0px;
    background: #ffffff;
    font-family: 'Alegreya-Regular';
    font-size: 18px;
    line-height: 24px;
    color: #5b5b5b;
}

button,
input,
select,
textarea {
	color: #1a1a1a;
	font-family: Merriweather, Georgia, serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
	font-style: normal;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    font-family: 'Alegreya-BoldItalic';
}
h1 {
    font-size: 56px;
    line-height: 60px;
}

h2 {
    font-size: 35px;
    line-height: 35px;
}

h3 {
    font-size: 32px;
    line-height: 34px;
    margin: 12px 0 9px;
}

h4 {
    font-size: 23px;
    line-height: 24px;
    margin-bottom: 15px;
}

h5 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

p {
	margin: 0 0 23px;
    padding: 0px;
    font-family: 'Alegreya-Regular';
    font-size: 18px;
    line-height: 24px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	 background: #ffffff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	background: none;
    margin: 0px;
    padding: 0px;
    list-style-image: none;
    list-style-type: none;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

:-moz-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

::-moz-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}


/**
 * 5.0 - Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #1a1a1a;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #007acc;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #000;
	border-radius: 0px;
	color: #000;
	padding: 10px;
	width: 100%;
    font-size: 18px;
    line-height: 20px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #000;
	color: #1a1a1a;
	outline: 0;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.search-form {
	position: relative;
}

input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
}

.search-submit:before {
	content: "\f400";
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}

.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}


/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */

a {
	color: #5b5b5b;
	text-decoration: none;
    outline: 0px none !important;
}

a:hover,
a:focus,
a:active {
	color: #5b5b5b;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
	text-decoration: none;
}

.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
	box-shadow: 0 1px 0 0 currentColor;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
	box-shadow: none;
}


.clear {
    clear: both;
    height: 0;
    margin: 0px;
    padding: 0px;
}

#content {
    float: left;
    width: 100%;
    text-align: center;
}

.designer-title {
    float: left;
    width: 100%;
    background: url(images/pattern.png) repeat-x bottom left;
    padding-bottom: 38px;
    margin-bottom: 35px;
}

.content-top {
    float: left;
    width: 100%;
}
.content-area{
	float: left;
    width: 100%;
	padding-bottom: 33px;
	border-bottom: 1px solid #efefef;
}
.banner-container {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 67px;
}

.banner-container ul {
    float: left;
    width: 100%;
}

.banner-container ul li {
    float: left;
    width: 100%;
}
.banner-container ul li > img{
    width: 100%;
}
.banner-content {
    float: left;
    width: 100%;
    color: #fff;
    position: absolute;
    bottom:145px;
   
}
.banner-content-inner{
     border-top: 1px solid rgba(255,255,255,.4);
    border-bottom: 1px solid rgba(255,255,255,.4);
     float: left;
    width: 100%;
    position: relative;
    padding-bottom: 25px;
}
.banner-content-inner:after{
      border-bottom: 1px solid rgba(255,255,255,.2);
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom:1px;
}
.banner-content h2{
    font-size: 34px;
     font-family: 'ElsieBlack-Regular';
}
.banner-content h6{
     font-family: 'Elsie-Regular';
    font-size: 28px;
}
.banner-content-image {
    margin-top: -72px;
}
.banner-content-image img{
    width: auto;
    border: 7px solid #c32148;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.header-container {
    float: left;
    width: 100%;
    position: relative;
}

.main-menu {
    float: left;
    width: 100%;
    text-align: center;
    background: #c32148;
    -webkit-box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.29);
-moz-box-shadow:   0 5px 8px 0px rgba(0, 0, 0, 0.29);
box-shadow:        0 5px 8px 0px rgba(0, 0, 0, 0.29);
}

.main-menu-container {
    float: left;
    width: 100%;
    position: absolute;
    top: 61px;
    z-index: 999;
}

.main-menu nav {
    background: url(images/menu-pattern.png);
    float: left;
    width: 100%;
}

.main-menu ul {
    position: relative;
    margin: 19px 0 21px;
}

.main-menu ul:before {
    background: url(images/faded-lines.png) no-repeat top center;
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    left: 0;
    right: 0;
}

.main-menu ul:after {
    background: url(images/faded-lines.png) no-repeat bottom center;
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
}

.main-menu li {
    display: inline-block;
    padding:0 5px 2px;
    vertical-align: middle;
    line-height: 40px;
}

.main-menu li a {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Alegreya-Regular';
    font-size: 16px;
}
.main-menu li a:hover{
    color: #dd6e88;
}


.main-menu .logo a {
    font-size: 38px;
    text-transform: none;
    font-family: 'ElsieBlack-Regular';
    line-height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
}
.main-menu .logo a:hover{
    color: #fff;
}

.main-menu .logo {
    max-width: 255px;
    width: 100%;
    position: relative;
}
.services-container {
    float: left;
    width: 100%;
      border-top: 1px solid #efefef;
    padding-top: 56px;
    margin-top: 33px;
}
.services-container h2{
    color: #c32148;
  
}
.service-title {
    float: left;
    width: 100%;
    background: #c32148;
    padding: 33px 0;
}

.service-title h4 {
    color: #fff;
    margin: 0;
}

.service-title h4 {
    color: #fff;
    margin: 0;
}

.services-block-out {
    float: left;
    width: 105%;
    margin-top: 48px;
    padding-bottom: 40px;
	margin-left: -5%;
}

.services-block {
    float: left;
    width: 95%;
    max-width: 300px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-left: 4.7%;
    background: url(images/service-shadow.png) no-repeat bottom center;
    margin-bottom: 10px;
    padding-bottom: 30px;
}

/*
.services-block.services-block-left {
    margin-left: 0;
}
*/

.service-design {
    width: 100%;
    max-width: 225px;
    background: url(images/arrow.png) repeat-x;
    height: 11px;
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: 0;
}

.service-image {
    float: left;
    position: relative;
    width: 100%;
}

.services-block:hover {
    opacity: .7;
}

.bottom-block {
    float: left;
    width: 100%;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
    padding-top: 63px;
    padding-bottom: 62px;
}

#footer {
    float: left;
    width: 100%;
    text-align: center;
}

.footer-top {
    float: left;
    width: 100%;
    padding-top: 35px;
}

.footer-bottom {
    float: left;
    width: 100%;
    background: #414141;
    border-top: 7px solid #c32148;
    border-bottom: 1px solid #c32148;
    min-height: 225px;
    text-align: center;
}

.footer-bottom span {
    padding-top: 82px;
    display: inline-block;
}
.contact-top {
    float: left;
    width: 100%;
}
.footer-top h4{
    font-family: 'Alegreya-Bold';
    margin-bottom: 2px;
}
.footer-top h2{
    color: #c32148;
}
.contact-top span{
    color: #a8a8a8;
     font-family: 'Alegreya-Bold';
    margin-bottom: 16px;
    display: inline-block;
}
.contact-bottom {
    float: left;
    width: 100%;
}
.contact-bottom address{
    margin-bottom: 5px;
}
.contact-bottom a{
    color: #5b5b5b;
}
.contact-detail{
    float: left;
    width: 100%;
    line-height: 28px;
}
.contact-detail a{
     font-family: 'Alegreya-Bold'; 
}
.social-icons{
    float: left;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 55px;
}
.social-icons li{
    display: inline-block;
    width:45px ;
    height:45px ;
    margin: 0 4px;
}
.social-icons li i{
    color: #fff;
    line-height: 45px;
    font-size: 26px;
}
.social-icons li.email{background:#01bbf6; }
.social-icons li.facebook{background:#3b5899; }
.social-icons li.dribbble{background:#f5699a; }
.social-icons li.rss{background:#f8a32c; }
.social-icons li.google-plus{background:#242223; }
.social-icons li.instagram{background:#cb4a69; }
.social-icons li:hover{
    opacity: .8;
}
.menu-out{
    float: left;
    width: 100%;
}
.controlls span{
   font-family: 'Wingdings3';   
    color: #fff;
    font-size: 28px;
    line-height: 84px;
    cursor: pointer;
    margin: 0 2px;
}
.controlls {
    background: rgba(0, 0, 0, 0) url("images/arrow-bg.png") no-repeat ;
    background-size: cover;
    display: inline-block;
    height: 84px;
    margin: 0 auto;
    max-width: 142px;
    width: 100%;
    position: absolute;
    left: 50%;
    margin-left: -71px;
    bottom: -42px;;
    z-index: 999;
}
.controlls span:hover{
    color: #dd6e88;
}
.archive .content-area{
    text-align: left;
}


/**** contact-page****/

.contact-block {
    float: left;
    max-width: 920px;
    width: 100%;
	text-align: left;
}
.contact-block label {
    font-size: 20px;
    width: 100%;
}
.contact-block input[type="text"], .contact-block input[type="email"] {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #333;
    border-radius: 4px;
    font-size: 16px;
    height: 42px;
    padding: 10px;
}
div.wpcf7-response-output {
    float: left;
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 30px;
}
.contact-block textarea {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #333;
    border-radius: 4px;
    font-size: 16px;
    padding: 10px;
    resize: none;
}
.contact-block input[type="submit"] {
    background: #c32148;
	border: 2px solid #c32148;
    border-radius: 4px;
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    padding: 8px 10px;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
}
.contact-block input[type="submit"]:focus{
    outline: none;
}
.contact-block input[type="submit"]:hover{
    background: #fff;
	color: #c32148;
}
div.wpcf7-validation-errors{
    width: 100%;
    text-align: center;
    border: 0px;
}

/*** contact-block ends ****/


.service-banner{
	float: left;
	width: 100%;
	max-height: 600px;
	overflow: hidden;
}
.service-banner img{
	width: 100%;
}













