/*
Theme Name: Promorris
Theme URI: http://promorris.com
Author: Chen Raz, chen@promorris.com
Description: Theme for gildan.co.il website
Text Domain: promorris
===================================================================
*/

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:hover,
a.hover{
	cursor: pointer;
}
/* FONT */
/* ===== */
@font-face {
    font-family: 'allerregular';
    src: url('../promorris/fonts/aller_rg-webfont.eot');
    src: url('../promorris/fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../promorris/fonts/aller_rg-webfont.woff2') format('woff2'),
         url('../promorris/fonts/aller_rg-webfont.woff') format('woff'),
         url('../promorris/fonts/aller_rg-webfont.ttf') format('truetype'),
         url('../promorris/fonts/aller_rg-webfont.svg#allerregular') format('svg');
    font-weight: normal;
    font-style: normal;

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

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

}



/* LAYOUT */
/* ======= */
body {
	margin: 0 auto;
	color: #1b1b15;
	font-size: 16px;
	background: #ebebec;
	font-family: 'allerregular';
	  min-width: 640px;
}
body.archive {
	background: #fff;
}
.out-wrap {
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.in-wrap {
	width: 1100px;
	margin: 0 auto;
	overflow: auto;  
}
#primary {
	padding-top: 32px;
}

main {
	line-height: 1.4;
}
.menu-item {
	float: left;
}
.menu-item a {
	text-decoration: none;
	color: #1b1515;
}
.desktop-layout ul.sub-menu .sub-menu {
    display: none;
}
.desktop-layout ul.sub-menu > li.hover > ul,
.desktop-layout ul.sub-menu > li:hover > ul {
    display: block;
}
.hidden {
	display: none;
}



h1 {
	font-size: 36px;
	padding-bottom: 24px;
	font-family: 'oswald_regularregular';
} 
h2 {
	font-family: 'oswald_regularregular';
	font-size: 25px;
	padding-bottom: 16px;
}
.page h2 {
    font-size: 18px;
    color: #d3161c;
}
p {
	padding-bottom: 24px;
}
img[src='#'] {
	display: none;
}
hr {
	display: none;
}
p, .side-bar {
	line-height: 1.4;
}

.dummy-stretcher {
	width: 100%;
	display: inline-block;
}
strong {
    font-weight: 700;
}
/* HEADER */
/* ====== */

#header {
    background: #fff;
}
#header .out-wrap {
	height: 90px;
}
.logo-container {
    width: calc(50% - 384px);
    float: right;
    height: 91px;
    position: relative;
	z-index: 7;
	background: #fff;
	border-bottom-left-radius: 3px;
}
.logo-container:after {
    content: "";
    display: inline-block;
    width: calc(100% - 12px);
    height: 10px;
    background: url('../promorris/style/shadow-white-strip.png') repeat;
    position: absolute;
    bottom: -10px;
    right: 0;
    z-index: 6;
	/* border-bottom-left-radius: 90%; */
}
.logo {
	width: 166px;
	height: 69px;
	/* background-image: url('../promorris/style/logo.png'); */
	background-image: url('../promorris/style/prm-icons.png');
	float: left;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-position: 0 -605px;
}
/* languages wpml */
.languages.menu-main-item {
	margin-top: 13px;
}
#lang_sel ul, #lang_sel li {
  overflow: visible;
  z-index: 4;
  width: 118px;
}
#lang_sel a, 
#lang_sel a:visited {
  border: none ;
  font-size: 14px;
  font-family: 'allerregular';
  vertical-align: top;
	line-height: 15px;
	color: #837a7a;
}


#lang_sel a:before {
		width: 16px;
		height: 15px;
		display: inline-block;
		content: "";
		margin-right: 10px;
		background-image: url('../promorris/style/prm-icons.png');
}
#lang_sel a.icl-en:before ,
#lang_sel .icl-en a:before {
	/* background-image: url('../promorris/style/english.jpg'); */
	background-position: -105px -159px;
}
#lang_sel a.icl-he:before ,
#lang_sel .icl-he a:before {
	/* background-image: url('../promorris/style/hebrew.jpg'); */
	background-position: -121px -159px;
}
#lang_sel a.icl-fr:before ,
#lang_sel .icl-fr a:before {
	/* background-image: url('../promorris/style/franch.jpg'); */
	background-position: -137px -159px;
}
#lang_sel a.icl-es:before ,
#lang_sel .icl-es a:before {
	/* background-image: url('../promorris/style/spanish.jpg'); */
	background-position: -153px -159px;
}
#lang_sel a.icl-ru:before ,
#lang_sel .icl-ru a:before {

	/* background-image: url('../promorris/style/arabic.jpg'); */
	background-position: -169px -159px;
}
#lang_sel ul ul {
	width: 116px; 
}
#lang_sel ul li.hover ul, 
#lang_sel ul a.hover ul,
#lang_sel ul li:hover ul, 
#lang_sel ul a:hover ul {
	height: inherit;
}
#lang_sel li li.hover a,
#lang_sel li li.hover a:visited,
#lang_sel li li:hover a,
#lang_sel li li:hover a:visited {
	color: #ee8084; 
}
#lang_sel > ul > li {
	height: 30px;
}
#header .menus .in-wrap {
	width: 902px;
	position: relative;
	overflow: visible;
	height: 35px;
	float: right;
}
.menus .left-wrap {
	width: calc(50% + 352px);
	float: right;
	margin-right: 32px;
}
.menu-main-item {
	display: inline-block;
}
.top-strip {
	height: 40px;
}

.top-strip .menu-main-item {
    float: right;
}


.bottom-strip {
	background: url('../promorris/style/bg-menu.jpg') repeat; 
	/* background: url('../promorris/style/backgrounds.png') repeat-x; */
	height: 50px;
	position: relative;
}
.bottom-strip:after {
	width: 44px;
	height: 60px;
	content: "";
	display: inline-block;
	position: absolute;
	/* background: url('../promorris/style/corner.png') no-repeat; */
	background: url('../promorris/style/prm-icons.png') -247px 0 no-repeat;
	right: -44px;
	/* background-size: 44px; */
	z-index: 5;
}
.search-form.menu-main-item {
    float: left;
	margin-top: 7px;
}
.search-form input {
	height: 20px;
}
.search-form input[type='submit'] {
	-webkit-appearance: none;
	/* background: url('../promorris/style/search.jpg')  no-repeat; */
	background: url('../promorris/style/prm-icons.png') 0 -159px no-repeat;
	font-size: 0;
	width: 11px;
	height: 15px;
	padding: 0;
	border: none;
	right: 24px;
	position: relative;
	top: -4px;
}
.search-form input[type='text'] {
    padding-right: 23px;
	font-family: 'allerregular';
	font-size: 14px;
	border: 1px solid #e1e1e1;
}
.search-form input[type='text']:focus {
	outline-color: #f0e45b;
}
#menu-topper-menu {
	height: 14px;
	margin-top: 13px;
	font-size: 14px;
}
#menu-topper-menu a {
	color: #626260;
	font-size: 14px;
}
#menu-topper-menu .current-menu-item a, 
#menu-topper-menu .menu-item.hover a,
#menu-topper-menu .menu-item:hover a {
	/* font-family: 'oswaldbold'; */
	font-weight: bold;
}

#menu-topper-menu:not(.js-layout) > .menu-item:after {
    content: "|";
    padding: 0 10px;
	color: #626260;
}

#menu-topper-menu > .menu-item.last-item:after {
    content: "";
}
#menu-topper-menu.js-layout li {
    text-align: center;
    border-right: 1px solid #626260;
    height: 14px;
}

#menu-topper-menu.js-layout li.dummy-stretcher {
    display: none;
}

.top-menu a {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 16px;
	font-family: 'oswald_regularregular';
	
}
.desktop-layout .top-menu li.hover > a,
.desktop-layout .top-menu li:hover > a {
	color: #000;
}
#menu-topmenue {

	text-align: justify;
}

#menu-topmenue .menu-item-depth-0 {
	height: 35px;
}
.desktop-layout #menu-topmenue .menu-item-depth-0.hover,
.desktop-layout #menu-topmenue .menu-item-depth-0:hover {
	height: 41px;
}
.desktop-layout #menu-topmenue.js-layout .menu-item-depth-0.sup-item:not(.dummy-stretcher).hover:after,
.desktop-layout #menu-topmenue.js-layout .menu-item-depth-0.sup-item:not(.dummy-stretcher):hover:after {
	/* background: url('../promorris/style/arrow-menu.png') no-repeat; */
	background: url('../promorris/style/prm-icons.png') 0 -174px no-repeat;
	top: 5px;
	right: -16px;
	display: inline-block;
	content: '';
	width: 9px;
	height: 6px;
	z-index: 2;
	position: absolute;
}
#menu-topmenue .sub-menu .menu-item {
    display: none;
	white-space: nowrap;
	height: 48px;
	margin: 0;
	
}
#menu-topmenue .menu-item-depth-1.sup-item > a:after {
	/* background: url('../promorris/style/arrow-menu-side.png') no-repeat; */
	background: url('../promorris/style/prm-icons.png') 0 -180px no-repeat;
	width: 6px;
	height: 9px;
	right: 12px;
	top: 15px;
	display: inline-block;
	z-index: 2;
	position: absolute;
	content: '';
}
.desktop-layout #menu-topmenue .menu-item.hover > ul > li,
.desktop-layout #menu-topmenue .menu-item:hover > ul > li {
	display: block;
	background: white;
	border: 1px solid #d6d6d6;
	border-top: 0;
}
.desktop-layout #menu-topmenue .menu-item-depth-0.sup-item:after.hover > ul > li,
.desktop-layout #menu-topmenue .menu-item-depth-0.sup-item:after:hover > ul > li {
    display: block;
	background: white;
	border: 1px solid #d6d6d6;
	border-top: 0;
}

.desktop-layout #menu-topmenue .menu-item.hover > ul > li:not(.dummy-stretcher):before,
.desktop-layout #menu-topmenue .menu-item:hover > ul > li:not(.dummy-stretcher):before {
	width: 8px;
	height: 49px;
	content: "";
	display: inline-block;
	position: absolute;
	background: linear-gradient(to left, rgba(0,0,0,.5),transparent 51%);
	left: -8px;
}
.desktop-layout #menu-topmenue .menu-item.hover > ul > li:not(.dummy-stretcher):after,
.desktop-layout #menu-topmenue .menu-item:hover > ul > li:not(.dummy-stretcher):after {
	width: 8px;
	height: 49px;
	content: "";
	display: inline-block;
	position: absolute;
	background: linear-gradient(to right, rgba(0,0,0,.5),transparent 51%);
	right: -8px;
}
#header #menu-topmenue .dummy-stretcher {
	border: none;
}
.desktop-layout #header #menu-topmenue .menu-item.hover > .sub-menu > .dummy-stretcher,
.desktop-layout #header #menu-topmenue .menu-item:hover > .sub-menu > .dummy-stretcher  {
	height: 6px;
	background: linear-gradient(to bottom, rgba(0,0,0,.5),transparent 51%);
}
.desktop-layout #menu-topmenue .menu-item.hover > .sub-menu > .menu-item:first-of-type,
.desktop-layout #menu-topmenue .menu-item:hover > .sub-menu > .menu-item:first-of-type {
	background: linear-gradient(to bottom, rgba(0,0,0,.3), rgba(0,0,0,.6) 2px, #fff 2px);
}
.desktop-layout #menu-topmenue .menu-item.hover > .sub-menu > .menu-item:first-of-type.hover,
.desktop-layout #menu-topmenue .menu-item:hover > .sub-menu > .menu-item:first-of-type:hover {
	background: linear-gradient(to bottom, rgba(0,0,0,.3), rgba(0,0,0,.6) 2px, #ebebeb 2px);
}
#menu-topmenue .menu-item-depth-1 .sub-menu {
    left: 100%;
    top: 0;
	padding-left: 4px;
}
.desktop-layout #menu-topmenue .menu-item-depth-0.hover,
.desktop-layout #menu-topmenue .menu-item-depth-0.sup-item:after.hover,
.desktop-layout #menu-topmenue .menu-item-depth-0:hover,
.desktop-layout #menu-topmenue .menu-item-depth-0.sup-item:after:hover {
    overflow: visible;
    z-index: 4;
}

#menu-topmenue .sub-menu .menu-item a {
    color: #1b1b15;
    padding: 16px 36px 16px 12px;
    display: inline-block;
}
#menu-topmenue .sub-menu {
	position: absolute;
	top: 33px;
	z-index: 3;
}


.desktop-layout #menu-topmenue .sub-menu .menu-item.hover,
.desktop-layout #menu-topmenue .sub-menu .menu-item:hover {
    background: #ebebeb;
}

.bottom-strip .menu-item {
	float: none;
	display: inline-block;
	margin-top: 17px;
	position: relative;
}

#headerimg {
	overflow: hidden;
	text-align: center;
	width: 100%;
	position: relative;
	top: -1px;
}
#headerimg .images-container {
	position: relative;
}
#headerimg [class *= 'headerimg'] {
	left: 50%;
	position: relative;
	width: 1800px;
}
#headerimg .dummy-stretcher {
	display: none;
}
#headerimg img {
    position: relative;
	right: 50%;
	display: none;
	width: 100%;
}

#headerimg .selected img {
    display: inline-block;
}
.tagline-container {
	margin-top: -124px;
	padding-bottom: 44px;
	position: relative;
}
.site-tagline {
	font-size: 50px;
	background: rgba(0,0,0,.7);
	color: #fff;
	display: inline-block;
	position: relative;
	z-index: 3;
	width: 950px;
	text-align: center;
	height: 50px;
	overflow: hidden;
	padding: 12px;
}
.site-tagline input {
	width: 32px;
	height: 32px;
	/* background: url('../promorris/style/pause.png'); */
	background: url('../promorris/style/prm-icons.png') -41px -159px no-repeat;
	padding: 0;
	border: none;
	margin: 9px 24px;
	vertical-align: top;
	font-size: 0;
	position: absolute;
	left: 0;
}
.site-tagline input[value='play'] {
	/* background: url('../promorris/style/play.png'); */
	background-position: -73px -159px;
}
.site-tagline input:hover {
	cursor: pointer;
}
.site-tagline input:focus {
	outline: 0;
}
.site-tagline [class*="tagline-"] {
    display: inline-block;
    width: 100%;
	margin-left: 28px;
}
[class*="tagline-"].selected ~ .selected {
	top: -50px;
	position: relative;
}
.site-tagline [class *= 'tagline-']:not(.selected) {
    display: none;
}
/* breadcrumbs */
.breadcrumbs-container {
    background: #ebebec;
}
.breadcrumbs.in-wrap {
	height: 40px;
	padding-top: 12px;
	box-sizing: border-box;
	clear: both;
}


/* HOMEPAGE
/* ============ */
.homepage main {
    max-width: 65%;
    float: left;
}


/* SIDE-BARS */
/*========== */

#primary.homepage .side-bar {
    float: right;
    max-width: 30%;
}

#text-2 .widgettitle {
	display: none;
}

#text-2 .textwidget {
	width: 357px;
	height: 223px;
	/* background: url('../promorris/style/video.jpg'); */
	max-width: 100%;
}
#text-2 iframe {
  max-width: 100%;
  width: 100%;
}
#nav_menu-5 {
    margin-top: 22px;
    border: 1px solid #757576;
    overflow: auto;
}

#nav_menu-5 .widgettitle {
    background: #d3161c;
	color: #fefeff;
	display: block;
	font-size: 24px;
	padding: 14px 12px;
	font-family: 'oswald_regularregular';
}

#menu-latest-articles {
	padding: 0 12px;
}
.latest-articles.menu-container {
	height: 302px;
	overflow: hidden;
}
#menu-latest-articles .menu-item {
	float: none;
	padding: 18px 0;
	border-bottom: 1px solid #c9c9cb;
	overflow: auto;
}


#menu-latest-articles h3 {
	font-size: 16px;
	font-weight: bold;
}
#menu-latest-articles .read-more-text {
    float: right;
    color: #d2151b;
}

#menu-latest-articles a > * {
    float: left;
	font-size: 14px;
}

#menu-latest-articles .excerpt-content {
    clear: both;
    margin-bottom: 8px;
	color: #585555;;
	
}
#menu-latest-articles  .post-date {
	display: block;
	color: #9a999a;
	font-size: 14px;
}
/* POST-NAVIGATION */
/* =============== */

nav.navigation.pagination {
    padding-bottom: 24px;
    font-style: italic;
    font-family: 'oswaldbold';
}

nav.navigation.pagination span {
    font-family: 'oswaldbold';
    margin-bottom: 6px;
    display: inline-block;
}

/* FOOTER
/* ====== */

#footer .menu.in-wrap {
	overflow: hidden;
}
/* recent projects */
#recent-projects.out-wrap {
	overflow: auto;
}
.recent-projects.menu-container {
    background: #d3161c;
	overflow: auto;
	position: relative;
}

.recent-projects .menu-title {
    background: #b5b4bd;
    display: inline-block;
    font-size: 24px;
    padding: 10px 0 11px calc(50% - 550px);
    position: relative;
	width: 225px;
	font-family: 'oswald_regularregular';
	color: #000;
}

.recent-projects .menu-title:after {
    content: "";
    width: 62px;
    height: 62px;
    background: #b5b4bd;
    display: inline-block;
    position: absolute;
    right: -31px;
    -ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
    top: 13px;
}
#menu-recent-projects {
    text-align: justify;
    display: block;
}
#menu-recent-projects > .menu-item {
    width: 30%;
    display: inline-block;
    float: none;
	text-align: left;
}
#menu-recent-projects > .menu-item > a {
    color: #fff;
    font-size: 16px;
    line-height: 54px;
	font-family: 'oswald_regularregular';
	text-transform: uppercase;
}
#menu-recent-projects > .menu-item > a:hover {
	text-decoration: underline;
}
#menu-recent-projects > .menu-item > a img {
    width: 100%;
	border: 1px solid #4f4f4f;
}

/* bottom menu */
.bottom-menu.menu-container {
    background: #ebebec; 
	
}
.bottom-menu.menu-container:before {
    width: 100%;
    display: block;
    content: "";
    height: 18px;
    background: linear-gradient(top, #0b0c0c 40%, rgba(0,0,0,.01) 60%, rgba(0,0,0,0) 60%);
    background: linear-gradient(#b9b9ba, #ebebec 60%, #ebebec);
}
#menu-bottom-menu {
	margin-top: 32px;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap:50px;
}
#menu-bottom-menu > .menu-item {
    float: none;
    display: inline-block;
	line-height: 20px;
	margin-bottom: 24px;
	width: 100%;
}
#menu-bottom-menu .dummy-stretcher {
	display: none;
}
#menu-bottom-menu > .menu-item > a {
    font-size: 14px;
    color: #231b1b;
    font-weight: bold;
    text-transform: uppercase;
}
#menu-bottom-menu a:hover {
	text-decoration: underline;
}
#menu-bottom-menu > .menu-item .menu-item {
    width: 100%;
}
#menu-bottom-menu > .menu-item .menu-item a {
    color: #5f5e5e;
}
/* bottom footer */
.bottom-footer.out-wrap {
    background: #d3d3d3;
	padding-bottom: 18px;
	font-family: 'allerregular';
	font-size: 14px;
	color: #5f5e5e;
	
}
.bottom-footer .in-wrap {
    text-align: center;
	padding-top: 18px;
	overflow: visible;
}
.bottom-footer-item .widgettitle {
	display: none;
}
.bottom-footer-item {
	display: inline-block;
}

/* social media */

.social-media-container.bottom-footer-item {
    float: left;
}

.social-media .group-field {
	display: inline-block;
	padding-right: 8px;
}

.social-media a {
	width: 32px;
	height: 32px;
	display: inline-block;
	background: url('../promorris/style/prm-icons.png') no-repeat;
}
.social-media a.sm_facebook {
	/* background: url("../promorris/style/face.png"); */
	background-position: -222px -223px;
	
}
.social-media a.sm_linkedin {
	/* background: url("../promorris/style/linkedin.png"); */
	background-position: -254px -223px;
}
.social-media a.sm_youtube {
	/* background: url("../promorris/style/youtube.png"); */
	background-position: -286px -223px;
}
.social-media a.sm_facebook:hover {
	/* background: url("../promorris/style/face-hover.png"); */
	background-position: -222px -191px;
}
.social-media a.sm_linkedin:hover {
	/* background: url("../promorris/style/linkedin-hover.png"); */
	background-position: -254px -191px;
}
.social-media a.sm_youtube:hover {
	/* background: url("../promorris/style/youtube-hover.png"); */
	background-position: -286px -191px;
}
/* footer text */

.footer-text-widget br {
    display: none;
}
.title.mail + a {
  color: inherit;
}
.footer-text-widget .mail ~ br {
    display: block !important;
}
.footer-text-widget .title {
    color: #605f5f;
    padding-right: 6px;
}

.footer-text-widget {
    color: #393939;
}

.footer-text-widget .fax:before, .footer-text-widget .mail:before {
    content: "|";
    padding: 0 6px;
	color: #393939;
}

.footer-text-widget .address {
    display: none;
}
/* copyrights */
#text_icl-2.bottom-footer-item {
    float: right;
	
}
#text_icl-2 .widgettitle {
	/* background: url("../promorris/style/logo-footer.png") no-repeat; */
	background: url('../promorris/style/prm-icons.png') -166px -605px no-repeat;
	font-size: 0;
	width: 136px;
	height: 57px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 12px;
}
#text_icl-2 .textwidget {
	opacity: .8;
}

/* credit */
.credit.in-wrap {
	text-align: left;
	padding: 0;
}

/* PRODUCT TAXONOMIES and POST ARCHIVE */
/* ================== */

#primary.archive  { 
	background: #fff;
	padding-top: 25px;
}
#primary.archive main  {
    text-align: justify;
}
#primary.archive h1 {
	padding-bottom: 29px;
}
#primary.archive article {
    max-width: 533px;
    display: inline-block;
	vertical-align: top;
}
#primary.archive.narrow article {
	max-width: 352px;
}
.archive-content {
	padding-bottom: 40px;
}
.archive-content a {
	text-decoration: none;
	color: #1b1b15;
	line-height: 1.4;
}
.archive-content a:hover {
    color: #2e2e2e;
}
.archive-content a:hover h2 {
    text-decoration: underline;
}
#menu-recent-projects a:hover .item-mask,
.archive-content a:hover .item-mask {
	display: inline-block;
	background: rgba(0,0,0,.1);
	position: absolute;
}
.diagram .item-mask {
	z-index: 2;
} 
.archive-content .thumbnail img {
	border: 1px solid #504e50;
	width: 100%;
	height: inherit;
	box-sizing: border-box;
}
.thumbnail.empty {
	width: 533px;
	height: 232px;
}
.archive-content .diagram {
	text-align: right;
}
.archive-content .diagram img {
	margin-right: 12px;
	border: 1px solid #4f4f4f;
	margin-top: -67%;
	position: relative;
}
.archive-text {
	margin-top: 12px;
	text-align: left;
}
.archive-content .diagram:not(.empty) ~ .archive-text {
	margin-top: -6px;
}
body.archive #recent-projects {
	background: #fff;
}
/* SINGLE PRODUCT */
/* ============== */

.single-gildan_products #primary.content-area {
	background: #fff;
	padding-top: 10px;
}
.photos-container.in-wrap {
	overflow: hidden;
}
[class *= 'product-img-'] {
    float: left;
}
[class *= 'product-img-'].button {
    float: right;
    width: 128px;
    overflow: hidden;
    margin-bottom: 2px;
}
.product-photos .dummy-stretcher {
	display: none;
}
.product-photos .button img {
    height: 98px;
    right: 49px;
    position: relative;
}
.product-photos .button:hover {
	cursor: pointer;
}
.product-single .description-container.out-wrap {
	background: #ebebec;
	line-height: 1.4;
}
.description-container h1 {
    padding-top: 28px;
}
.product-single .description {
    max-width: 961px;
    padding-bottom: 60px;
}
.product-tabs-container .out-wrap {
	background: #ebebec;
}
.product-tabs-container .control-box.left-wrap {
	height: 45px;
	overflow: hidden;
}
.product-tabs-container .control-item {
	height: 45px;
	float: left;
	background: #b4b4bc;
}
.product-tabs-container .control-item.selected {
	background: #d3161c;
	color: #fff;
}
.product-tabs-container .control-item.box-left-margin {
	width: calc(50% - 550px);
}
.product-tabs-container .button-decoration {
    width: 75px;
    height: 75px;
    display: inline-block;
    -ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
    top: 15px; 
    position: relative;
	margin-left: -38px;
	z-index: 1;
}
.product-tabs-container.selected-3 .button-decoration.button-1,
.product-tabs-container.selected-1 .button-decoration.button-2 {
	border-top: 1px solid #717176;
}
.product-tabs-container .tab-button {
	font-size: 24px;
	color: #010101;
	display: inline-block;
	margin-left: -38px;
	position: relative;
	width: 225px;
	box-sizing: border-box;
	padding-left: 54px;
	
}
.control-item.tab-button.hover, 
.control-item.button-decoration.hover,
.control-item.tab-button:hover, 
.control-item.button-decoration:hover {
	cursor: pointer;
	text-decoration: underline;
}
.control-box.hover-button-1 .button-1.tab-button span,
.control-box.hover-button-2 .button-2.tab-button span,
.control-box.hover-button-3 .button-3.tab-button span {
	text-decoration: underline;
}
.product-tabs-container .tab-button.button-1 {
	margin-left: 0;
	padding-left: 0;
}
.product-tabs-container .tab-button span {
	position: relative;
	top: 10px;
	display: inline-block;
	z-index: 2;
	font-family: 'oswald_regularregular';
}

.product-tabs.out-wrap {
	background: #d4d4d7;
	line-height: 1.4;
}
.product-tabs.in-wrap {
	padding: 40px 0;
	overflow: inherit;
}
.product-tabs .product-tab {
	max-width: 961px;
}
.product-tabs .product-tab:not(.selected) {
	display: none;
}

.single-gildan_products #recent-projects {
	background: #d4d4d7;
}
.product-tab.information li:before {
    content: "•";
    color: #d3161c;
    position: absolute;
    left: 0;
    
}

.product-tab.information li {
    padding-left: 18px;
    position: relative;
	padding-bottom: 18px;
}
.group-field[class*="tech_table"] {
    border: 1px solid #afaeb0;
    width: 715px;
	color: #000;
	overflow: auto;
}
.group-field[class*="tech_table"] > div {
    background: n#d4d4d7;
    box-sizing: border-box;
    float: left;
    padding: 14px;
    width: 50%;
	overflow: auto;
}
.group-field[class*="tech_table"] > div:nth-child(4n-3), .group-field[class*="tech_table"] > div:nth-child(4n-3) + div {
    background: none repeat scroll 0 0 #e4e4e5;
}
.group-field[class*="tech_table"] > div:nth-child(2n-1) {
  border-right: 1px solid #afaeb0;
}
.diagram-media_id img {
	box-shadow: -1px -1px 0 0 #9f9fa1, 1px 1px 0 0 #777779, -2px -2px 0 0 #777779, 2px 2px 0 0 #9f9fa1;
	margin-left: 5px; 
}
.pdf.product-tab {
    display: inline-block;
    position: relative;
    left: 748px;
    top: -100px;
}

a.pdf-download {
    display: inline-block;
    text-align: center;
	text-decoration: none;
	font-size: 18px;
	font-family: 'oswald_regularregular';
	color: #000;
	text-shadow: 1px 1px 0 rgba(255,255,255,.5);
}
.pdf-download .icon {
	width: 68px;
	height: 68px;
	/* background: url('../promorris/style/pdf.png') no-repeat; */
	background: url('../promorris/style/prm-icons.png') -243px -265px no-repeat;
	display: inline-block;
}
.pdf-download:hover .icon {
	/* background: url('../promorris/style/pdf-hover.png') no-repeat; */
	background-position: -243px -333px;
}

/* SINGLE-POST */
.single-post .entry-content {
	max-width: 960px;
}

/* ABOUT-US */
.entry-content img.alignleft{
    float: left;
    padding-right: 24px;
}

/* CONTACT-US */
body.page-template-contactus {
    background: #fff;
}
#primary.contact-us-template + hr {
    display: inline-block;
    width: 100%;
    float: none;
    clear: both;
    border: 0;
}
#get_quote {
	width: 320px;
	float: right;
	text-align: center;
	background: #f5f5f5;
	border: 1px solid #bbbbbb;
	position: relative;
}
#get_quote a {
    text-decoration: none;
    color: #7d7d7d;
    font-size: 18px;
}
.contact-us-template .widget-title {
    font-size: 24px;
    color: #000;
    display: block;
	margin-bottom: 12px;
}
.get_quote_text {
    padding: 18px;
}
#get_quote .icon {
    font-size: 0;
	width: 200px;
	height: 132px;
	/* background: url('../promorris/style/icon-quote.png'); */
	background: url('../promorris/style/prm-icons.png') 0 -401px no-repeat;
	margin: 18px auto;
}
#get_quote.js-layout .icon {
    position: absolute;
    bottom: 24px;
    margin: 0 60px;
}
#primary .contact-us {
    width: 700px;
    float: left;
    background: #d3d3d3;
	margin-bottom: 72px;
}
.contact-us-template .wp-content {
	margin-bottom: 44px;
}
#primary .contact-us .widget-title {
    background: #b8b8b8;
    font-size: 26px;
    padding: 11px 0;
    text-align: center;
	margin-bottom: 20px;
}
.contact-us input,
.contact-us textarea {
	width: 308px;
	border: 1px solid rgba(0,0,0,0);
	margin: 8px 0;
	color: rgba(27,27,21,.5);
	font-size: 15px;
	font-family: 'allerregular';
	padding: 6px;
}
.contact-us input {
    height: 30px;
}
.contact-us textarea {
	height: 90px;
}
.contact-us input:focus,
.contact-us textarea:focus {
    background: #efedd2;
    border: 1px solid #ed575d;
    outline: 0;
	color: rgba(27,27,21,.8);
}
.contact-us input::-webkit-input-placeholder,
.contact-us textarea::-webkit-input-placeholder {
	color: rgba(27,27,21,.5);
	font-size: 15px;
	font-family: 'allerregular';
	padding: 0 6px;
	
}
div.wpcf7-response-output {
  clear: both;
  margin: 0;
}
.left-col {
    width: 320px;
    float: left;
    margin-left: 12px;
}

.right-col {
    width: 320px;
    float: right;
    margin-right: 12px;
}
.contact-us input.wpcf7-submit {
    background: #ed585d;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'allerregular';
	height: 42px;
	width: 308px;
	padding: 6px;
	box-sizing: content-box;
}
.contact-us input.wpcf7-submit:hover {
	cursor: pointer;
}
.contact-details {
	float: none;
	clear: both;
	text-align: justify;
	padding-bottom: 112px;
}
.details-item {
	display: inline-block;
}
.contact-details .dummy-stretch {
	width: 100%;
	display: inline-block;
}
.c-icon {
	width: 72px;
	height: 72px;
	background-repeat: no-repeat;
	background: url('../promorris/style/prm-icons.png') no-repeat;
	display: inline-block;
}
.c-email .c-icon {
	/* background-image: url('../promorris/style/mail.png'); */
	background-position: 0 -533px;
}
.c-email a {
  color: inherit;
}
.c-phones .c-icon {
	/* background-image: url('../promorris/style/phone.png'); */
	background-position: -72px -533px;
}
.c-post .c-icon {
	/* background-image: url('../promorris/style/address.png'); */
	background-position: -144px -533px;
}
.c-text {
    display: inline-block;
    vertical-align: top;
    margin-top: 28px;
    padding-left: 18px;
}
.c-text span {
    float: left;
    clear: left;
}

.text-office {
    padding-bottom: 16px;
    margin-top: -16px;
}
/* search results */
body.search-results .thumbnail.empty {
  display: none;
}
@media (max-width: 1148px) {

	.logo-container {
		width: 166px;
		padding-right: 2%;
		z-index: 4;
	}
	.logo-container:after {
		width: 100%;
	}
	.languages.menu-main-item {
		padding-right: 12px;
	}
	.menus .left-wrap {
		width: calc(98% - 210px);
		margin: 0;
		float: left;
	}
	#header  .menus .in-wrap {
		width: 100%;
	}
	#header .menus ul.menu {
		padding: 0 12px;
	}
	

	#header .search-form.menu-main-item {
		margin-left: 2%;
		width: 94px;
	}
	.top-menu a {
		font-size: 15px;
		line-height: 15px;
	}
	#header #menu-topmenue {
		padding-left: 2%;
	}
	#header #headerimg [class *= 'headerimg'] {
		width: 170%;
	}
	
	.site-tagline {
		width: 85%;
		font-size: 34px;
		padding: 12px;
		height: 34px;
	}
	[class*="tagline-"].selected ~ .selected {
		top: -34px;
	}
	#header .tagline-container {
		padding-bottom: 22px;
	}

	.site-tagline input {
		margin: 0 12px;
	}
	
	
	.in-wrap {
		width: 92%;
	}

	.homepage main {
		width: 65%;
	}

	#primary.homepage .side-bar {
		width: 30%;
	}
	.recent-projects .menu-title {
		padding-left: 4%;
	}
	
	.title.fax + span + br {
		display: inline-block;
	}

	.title.mail:before {
		display: none;
	}
	.credit.in-wrap {
		top: -14px;
		position: relative;
	}
	/* single product */
	[class *= 'product-img-'].button {
		float: left;
		margin-right: 6px;
	}
	/* contact us */
	
	#get_quote, 
	#primary .contact-us {
		float: none;
		margin: 0 auto 24px;
	}
	.contact-details {
		margin-top: 48px;
	}
	.contact-details .details-item {
		display: block;
		margin: 0 24px;
	}

}
@media (max-width: 900px) {
	/* before lazyload style*/
	.before-images .logo-container {
		margin-bottom: 12px;
	}
	
	
	/* font size */
	
	.mobile h1 {
		font-size: 58px;
	}
	.mobile h2 {
		font-size: 42px
	}
	.mobile main,
	.mobile body{
		font-size: 30px;
	}
	.mobile .breadcrumbs.in-wrap {
		font-size: 22px;
	  height: auto;
	  /* overflow: hidden; */
	  line-height: 33px;
	}
	.contact-us input, 
	.contact-us textarea {
		font-size: 24px;
	}
	.contact-us input::-webkit-input-placeholder,
	.contact-us textarea::-webkit-input-placeholder	{
		font-size: 24px;
	}
	.contact-us input::-moz-input-placeholder,
	.contact-us textarea::-mox-input-placeholder{
		font-size: 24px;
	}
	.contact-us input.wpcf7-submit {
		-webkit-appearance: none;
		-moz-appreance: none;
	}
	.mobile #menu-recent-projects > .menu-item > a {
		font-size: 30px; 
		padding-bottom: 12px;
	}
	.mobile .credit span,
	.mobile .credit a {
		font-size: 26px;
	}
	
	/* after lazyload style */
	.in-wrap {
		width: 90.625%;
	}
	#header .out-wrap {
		height: 66px;
	}
	.logo-container {
		width: 247px;
		height: 103px;
		padding: 0;
		margin-right: 18px;
		
	}
	.logo-container:after {
		display: none;
	}
	.logo {
		width: 247px;
		height: 102px;
		/* background-size: 100%; */
		margin-top: 6px;
		/* background-image: url('../promorris/style/logo-mobile.png'); */
		background-position: 0 0;
	}
	#header .search-form.menu-main-item {
		display: none;
	}
	.menus .left-wrap {
		width: 100%;
		
	}
	.top-strip {
		min-height: 66px;
		border-bottom: 3px solid #d3161c;
		background: #f0eeeb;
		
	}
	#header .menus .in-wrap {
		min-height: 66px;
	}
	#header .languages.menu-main-item {
		padding: 0 24px;
	}
	#lang_sel a:before {
		width: 28px;
		height: 26px;
		/* background-size: 100%; */
		float: none;
		margin-top: 3px;
		background-size: 148px;
	}
	#lang_sel .lang_sel_sel.icl-en:before {
		background-position: 0 -48px;
	}
	#lang_sel .lang_sel_sel.icl-he:before {
		background-position: -28px -48px;
	}
	#lang_sel .lang_sel_sel.icl-fr:before {
		background-position: -56px -48px;
	}
	#lang_sel .lang_sel_sel.icl-es:before {
		background-position: -84px -48px;
	}
	#lang_sel .lang_sel_sel.icl-ru:before {
		background-position: -112px -48px;
	}
	#lang_sel .icl-en a:before {
		/* background-image: url('../promorris/style/eng-big-mobile.png'); */
		background-position: 0 -102px;
	}
	#lang_sel .icl-he a:before {
		/* background-image: url('../promorris/style/heb-big-mobile.png'); */
		background-position: -60px -102px;
	}
	#lang_sel .icl-fr a:before {
		/* background-image: url('../promorris/style/franch-big-mobile.png'); */
		background-position: -120px -102px;
	}
	#lang_sel .icl-es a:before {
		/* background-image: url('../promorris/style/spanish-big-mobile.png'); */
		background-position: -180px -102px;
	}
	#lang_sel .icl-ru a:before {

		/* background-image: url('../promorris/style/arabic-big-mobile.png'); */
		background-position: -240px -102px;
	}
	#header #lang_sel ul ul {
		width: 440px;
		position: relative;
		top: 5px;
		left: -411px;
		overflow: hidden;
		height: 486px;
	}
	#lang_sel li:hover ul,
	#lang_sel .clicked ul
	#lang_sel li:hover li,
	#lang_sel .clicked li {
		visibility: visible;
	}
	#lang_sel li li {
		height: 120px;
		vertical-align: top !important;
		width: 440px;
		background: #fff;
		border: 1px solid #dbdbdb;
		border-bottom: 0;
		box-sizing: border-box;
	}
	#lang_sel li li:last-of-type {
		border-bottom: 1px solid #dbdbdb;
	}
	
	
	#lang_sel li li:before {
		display: none;
	}
	
	#lang_sel ul, 
	#lang_sel li {
		z-index: 10;
		
	}
	
	#lang_sel > ul > li {
	  height: 60px;
	}
	#lang_sel > ul > li > a {
		font-size: 0;
		padding: 0;
		margin: 0;
		width: 0;
	}
	#lang_sel > ul, 
	#lang_sel > ul > li {
		width: 28px;
		
	}
	
	
	#page #header #lang_sel li li a {
		width: 100%;
		font-size: 32px;
		box-sizing: border-box;
		padding: 0;
		margin: 0;
		position: relative;
		line-height: 32px;
		height: 32px;
		margin-top: 42px;
	}

	#lang_sel li li a:before {
		width: 60px;
		height: 57px;
		position: relative;
		left: 350px;
		padding: 0;
		margin: 0;
		top: -10px;
		background-size: initial;
	}
	
	.topper-menu.menu-main-item {
		width: calc(100% - 76px);
	}
	#menu-topper-menu{
		text-align: justify;
		padding: 0 24px !important;
	}
	#menu-topper-menu li {
		border: 0 !important;
		display: inline-block;
		float: none;
		margin-top: 6px;
		
	}
	#menu-topper-menu.js-layout li.dummy-stretcher {
		display: inline-block;
	}
	#menu-topper-menu a {
		font-size: 22px;
	}
	.bottom-strip {
		background: none;
		height: 126px;
		background: #fff;
	}
	.bottom-strip:after {
		display: none;
	}
	#menu-topmenue {
		/* background: url('../promorris/style/prm-icons.png') -200px -401px no-repeat; */
		padding: 0 !important;
		height: 126px;
	}
	#menu-topmenue:before {
		  content: '';
		  width: 48px;
		  height: 38px;
		  display: inline-block;
		  background: url('../promorris/style/prm-icons.png') -200px -401px;
		  position: relative;
		  top: 39px;
		  left: 18px;
	}
	#menu-topmenue:hover,
	#menu-topmenue li.sup-item:hover,
	#menu-topmenue li.back-li{
		cursor: pointer
	}
	#menu-topmenue .out-container {
		overflow: hidden;
		width: 100%;
		top: 125px;
		position: absolute;
	}
	#menu-topmenue .in-container {
		position: relative;
		z-index: 7;
	}
	#menu-topmenue .menu-item {
		width: 100%;
		background: #d3161c;
		/* z-index: 10; */
		margin: 0;
		border-top: 1px solid #ae0c0f;
		border-bottom: 1px solid #830000;
		box-sizing: border-box;
		height: 120px;
		position: static;
	}
	#header #menu-topmenue .menu-item.back-li:before,
	#header #menu-topmenue .menu-item.sup-item:before {
		width: 15px;
		height: 22px;
		content: '';
		display: inline-block;
		position: relative;
		left: 92%;
		/* background-image: url('../promorris/style/arrow-mobile.png'); */
		background-repeat: no-repeat;
		/* background-position: 95%; */
		background-image: url('../promorris/style/prm-icons.png');
		background-position: -11px -159px;
	}
	#header #menu-topmenue .menu-item.back-li:before {
		/* background-image: url('../promorris/style/arrow-mobile-left.png'); */
		/* background-image: url('../promorris/style/prm-icons.png'); */
		background-position: -185px -159px;
		/* background-repeat: no-repeat; */
	}
	#menu-topmenue:not(.clicked) .menu-item {
		display: none;
	}
	.desktop-layout #page #menu-topmenue li:hover {
		height: 120px;
	}
	.desktop-layout body #page #header #menu-topmenue li:hover li {
		display: none;
	}
	
	#menu-topmenue.clicked li.menu-item-depth-0.clicked li.menu-item-depth-1,
	#menu-topmenue.clicked li.menu-item-depth-1.clicked li.menu-item-depth-2 {
		display: inline-block;
		height: 120px;
		background: #d3161c;
		margin: 0;
		white-space: inherit;
		
	} 

	#menu-topmenue .sub-menu,
	#menu-topmenue .menu-item-depth-1 .sub-menu {
		position: absolute;
		left: 100%; 
		top: -3px;
		width: 100%;
		padding-left: 0px;
	}

	#header #menu-topmenue .dummy-stretcher {
		height: 1px;
	}
	
	#header #menu-topmenue .menu-item a,
	#header #menu-topmenue .sub-menu .menu-item a {
	/* .top-menu a { */
		font-size: 34px;
		line-height: 34px;
		padding: 43px 30px 43px 15px;
		display: inline-block;
		position: relative;
		width: 86%;
		box-sizing: border-box;
		color: #fff;
	}
	#header #menu-topmenue .menu-item:not(.sup-item) a,
	#header #menu-topmenue .sub-menu .menu-item:not(.sup-item) a {
		padding-left: 30px;
	}
	#header #menu-topmenue .menu-item:not(.sup-item):not(.back-li) a {
		width: 100%;
	}
	#page #header #menu-topmenue .menu-item:after {
		display: none;
	}
	#page #header #menu-topmenue .sup-item > a:after {
		display: none;

	}
	.tagline-container {
		display: none;
	}
	.homepage main {
		width: 100%;
		max-width: 100%;
		float: none;
	}
	#primary.homepage .side-bar {
		width: 100%;
		max-width: 100%;
		float: none;
	}
	#text-2 .textwidget {
		width: 532px;
		height: 332px;
		background-size: 100%;
		display: block;
		margin: 0 auto 48px;
	}
	#text-2 iframe {
		width: 532px;
		height: 332px;
	}
	#nav_menu-5 {
		display: none;
	}
	#footer {
		margin-top: 48px;
	}
	#menu-recent-projects > .menu-item {
		width: 100%;
	}
	#menu-recent-projects > .menu-item > a img {
		height: inherit;
	}
	.bottom-menu.menu-container {
		display: none;
	}
	.bottom-footer.out-wrap {
		overflow: auto;
	}
	#ft_widget {
		font-size: 30px;
		width: 100%;
	}
	.footer-text-widget br {
		display: inline;
	}
	.footer-text-widget .fax:before, 
	.footer-text-widget .mail:before {
		display: none;
	}
	
	#text_icl-2 .widgettitle {
		width: 243px;
		height: 101px;
		/* background-size: 100%; */
		/* background-image: url('../promorris/style/logo-foter-mobile.png'); */
		background-position: 0 -265px;
	}
	#text_icl-2 .textwidget {
		display: none;
	}
	/* social media */
	.social-media-container {
		margin-top: 20px;
	}
	.social-media a {
		width: 74px;
		height: 74px;
		/* background-size: 100%; */
		
	}
	.social-media a.sm_facebook,
	.social-media a.sm_facebook:hover {
		/* background: url("../promorris/style/face-mobile.png"); */
		background-position: 0 -191px;
	}
	.social-media a.sm_linkedin,
	.social-media a.sm_linkedin:hover {
		/* background: url("../promorris/style/linkedin-mobile.png"); */
		background-position: -74px -191px;
	}
	.social-media a.sm_youtube,
	.social-media a.sm_youtube:hover {
		/* background: url("../promorris/style/youtube-mobile.png"); */
		background-position: -148px -191px;
	}
	
	.credit.in-wrap {
		position: static;
		clear: both;
	}
	/* archive */
	#page #primary.archive article {
		max-width: 100%;
	}
	/* single */
	.product-photos {
		text-align: justify;
	}
	.product-photos .big img {
		width: 100%;
	}
	#page [class *= 'product-img-'].button {
		/* float: left; */
		float: none;
		display: inline-block;
		margin-bottom: 12px;
		/* margin-right: 23px; */
		height: 104px;
		
	}
	.product-photos .dummy-stretcher {
		width: 100%;
		display: inline-block;
	}
	.product-photos .button img {
		width: 226px;
		height: 98px;
		right: 48px;
	}
	/*
	[class *= 'product-img-'].button:last-of-type {
		margin-right: 0;
	}
	
	.product-img-1.button {
		margin-right: 22px;
	}
	*/
	.product-tabs-container .control-item.box-left-margin {
		width: 30px;
	}
	.product-tabs-container .tab-button {
		width: 180px;
	}
	.group-field[class*="tech_table"] {
		width: 100%;
	}
	.diagram-media_id img {
		width: 100%;
	}
	.pdf.product-tab {
		position: static;
		margin-top: 12px;
	}
	.single-gildan_products #recent-projects {
		background: #ebebec;
	}
	/* contact us */
	#get_quote {
		display: none;
	}
	#primary .contact-us {
		width: 100%;
		overflow: hidden;
	}
	.left-col {
		width: 100%;
		box-sizing: border-box;
		margin: 0;
	}
	.contact-us input, .contact-us textarea {
		width: 95%;
		box-sizing: border-box;
		height: 60px;
		margin-left: 2.5%;
	}
	.right-col {
		width: 100%;
		float: left;
	}
	.contact-us input.wpcf7-submit {
		width: 95%;
		box-sizing: border-box;
		height: 60px;
	}
	.contact-details {
		display: none;
	}
}