/*
Theme Name: Conform Designs
Theme URI: 
Author: the development team
Author URI: 
Description: This is a custom theme using a WP default theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one page, parallax, custom
Text Domain: conformdesigns

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.
*/


@font-face {
  font-family: 'Calibri';
  src: url('fonts/Calibri.eot'); /* IE9 Compat Modes */
  src: url('fonts/Calibri.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Calibri.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Calibri.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Calibri.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Calibri.svg#Calibri') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'MarriageMoment';
	src: url('fonts/marriage_moment-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
		 url('fonts/marriage_moment-webfont.woff2') format('woff2'),
         url('fonts/marriage_moment-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.font-calibri{
	font-family: 'Calibri', sans-serif !important;
}
.font-marriage-moment{
	font-family: 'MarriageMoment', cursive !important;
}
/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 *
 * -----------------------------------------------------------------------------
 */

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

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

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #2b2b2b;
	font-family: Lato, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	background: #fff;
}

a {
	color: #2b2b2b;
	text-decoration: none;
}

a:hover,
a:active {
	outline: 0;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 0 0 12px;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

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

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 15px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

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

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

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

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

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	min-width: inherit;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

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

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

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

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

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

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

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

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

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

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

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See https://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 1px solid #C4C4C4;
	border-radius: 0;
	color: #C4C4C4;
	background-color: #F2F2F2;
	padding: 6px;
	font-style:italic;
	width: 100%;
	margin-bottom: 15px;
}

textarea {
	width: 100%;
	height: 100px;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	background-color: #fff;
	outline: 0;
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	width: auto;
	background-color: transparent;
	border: 1px solid #000;
	border-radius: 0;
	color: #333;
	font-style: normal;	
	font-weight: 700;
	padding: 6px 20px;
	text-transform: uppercase;
	vertical-align: bottom;
}

button:hover,
button:focus,
.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-color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #55d737;
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

.spacer {
	font-size: 0;
	line-height: 0;
	clear: both;
}

/* 
* Top bar 
*/
.topBar {
	width: 100%;
	background-color: transparent;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	opacity: 0;
}
.topBar.show {
	opacity: 1;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.topBar.hide {
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.btGapAdd {
	padding-top: 75px;
}
.btGapRemove {
	padding-top: 0;
}
.topBar > div {
	padding: 10px 55px;
}
.topBar .logo {
	width: 158px;
	height: auto;
	float: left;
	margin: 0 10px 0 0;
}
.topBar .priNav {
	float: right;
	padding: 10px 80px 0 0;
}
.topBar .priNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.topBar .priNav ul li {
	float: left;
	border-left: 1px solid #ccc;
	margin: 0;
	padding: 0;
}
.topBar .priNav ul li:first-child {
	border-left: 0;
}
.topBar .priNav ul li a {
	display: block;
	line-height: 35px;
	padding: 0 15px;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
}
.topBar .priNav ul li a:hover {
	opacity: 0.56;
}
.topBar .socialNav {
	float: right;
	padding: 10px 0 0;
}
.topBar .socialNav .socialLink {
	display: inline-block;
	margin: 0 0 0 7px;
}
.topBar .socialNav .socialLink img {
	width: 35px;
	height: 35px;
}


#mobileHome{
	display: none;
}

/*
* Gallery section
*/
/*
.galleryLeft .item-grid {
	width: 35% !important;
	height: 205px;
	margin-bottom: 10px;
	overflow: hidden;
	object-fit: none;
}
.galleryLeft .item-grid img {
	width: 100%;
	height: auto;
}
.galleryLeft .item-grid:first-child {
	width: 65% !important;
	padding-right: 10px;
	height: 420px;
}
.galleryRight .item-grid {
	width: 35% !important;
	height: 205px;
	margin-bottom: 10px;
	overflow: hidden;
	object-fit: none;
}
.galleryRight .item-grid img {
	width: 100%;
	height: auto;
}
.galleryRight .item-grid:first-child {
	width: 65% !important;
	padding-left: 10px;
	height: 420px;
	float: right !important;
}
*/
.customGallery .item-grid {
	display: none;
	width: 100% !important;
	overflow: hidden !important;
}
.customGallery .item-grid:first-child {
	display: block;
}
.customGallery .item-grid:first-child img {
	width: 100%;
	height: auto;
	position: relative;
	top: -20px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;

}
.customGallery .item-grid a.kc-image-link:hover img {
	top: -5px;
	opacity: 0.7;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

/* Image adjustement as per client's feedback */
.customGallery.gallery1 .item-grid:first-child img {
	top: -57px;
}
.customGallery.gallery1 .item-grid a.kc-image-link:hover img {
	top: -42px;
}
.customGallery.gallery2 .item-grid:first-child img {
	top: -76px;
}
.customGallery.gallery2 .item-grid a.kc-image-link:hover img {
	top: -61px;
}
.customGallery.gallery3 .item-grid:first-child img {
	top: -114px;
}
.customGallery.gallery3 .item-grid a.kc-image-link:hover img {
	top: -99px;
}
.customGallery.gallery4 .item-grid:first-child img {
	top: -100px;
}
.customGallery.gallery4 .item-grid a.kc-image-link:hover img {
	top: -85px;
}

/*
* Contact section
*/
.contactInfo {
	font-size: 20px;
	line-height: 40px;
}
.contactInfo a {
	text-decoration: underline;
}
.contactInfo a:hover {
	text-decoration: none;
}
span.wpcf7-not-valid-tip {
	 margin-top: -12px;
}
div.wpcf7-response-output {
	margin: 0 !important;
	padding: 6px !important;
	border-width: 1px !important;
}

/*
* Footer section
*/
.footer {
	padding: 40px 55px;
	color: #fff;
	background-color: #000;
	font-size: 24px;
	clear: both;
}
.footer .footerLogo {
	width: 100%;
	max-width: 310px;
}
.footer .backToTop {
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
.footer .backToTop span {
	display: block;
	padding-top: 5px;
}
.footer .block {
	width: 33%;
	display: inline-block;
	vertical-align: middle;
}
.footer .block1 {
	text-align: left;
}
.footer .block2 {
	text-align: center;
}
.footer .block3 {
	text-align: right;
	font-style: oblique;
	font-family: 'MarriageMoment', cursive;
	font-size: 115%;
}
#scroll-to-top {
	height:0 !important;
	width: 0 !important;
	background: none !important;
	display: none !important;
}

/*
*Video section
*/ 
section[data-kc-fullheight=middle-content]#videoCont > .kc-row-container{
	align-items: stretch;
	height: 100%;
}
section[data-kc-fullheight=middle-content]#videoCont > .kc-row-container .kc-elm,
section[data-kc-fullheight=middle-content]#videoCont > .kc-row-container .nk-awb{
	height: 100%;
}
section[data-kc-fullheight=middle-content]#videoCont > .kc-row-container .nk-awb #jarallax-container-0{
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
section[data-kc-fullheight=middle-content]#videoCont > .kc-row-container .nk-awb #jarallax-container-0 #VideoWorker-0{
	position: fixed !important;
}
.video-wrap {
    width: 100%;
    overflow-y: hidden;
    height: 100% !important;
    position: relative;
	background: #000 url(images/preloader_final.gif) no-repeat 50%;
	background-size: 150px;
}
.video-wrap .preloader {
    width: 100%;
    height: 100%;
    background: #000;
    text-align: center;
}
.video-wrap .preloader img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 150px;
    height: 150px;
}
video.bkg {
    background: #000;
}
.video-wrap video {
    object-fit: cover!important;
    height: 100% !important;
}
.vPreloader{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 12;
}
.vPreloader img{
	width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
}
.video-stream.html5-main-video,
.html5-video-player .video-click-tracking,
.html5-video-player .video-stream {
    top: 0!important
}
.html5-video-container video {
    top: 0!important
}
#u265 {
    position: absolute;
    bottom: 160px;
    left: 0;
    margin: auto;
    z-index: 802;
    overflow: inherit;
    float: none;
    opacity: 0;
}
@media screen and (min-width: 999px){
	.sectionArt .kc-row-container .kc-wrap-columns{
		flex-direction: row-reverse;
	}
}

@media screen and (max-width: 767px){
	html body.kc-css-system section[data-kc-parallax=true]{
		background-attachment: scroll!important;
		background-size: 100% auto !important;
		background-repeat: no-repeat !important;
		/*background-position-x: 15% !important;*/
	}
	.topBar{
		position: static;
		background: linear-gradient(0deg,rgba(255,255,255,0.3),rgba(255,255,255,0.3)), url('images/toolbar-bg.jpg') no-repeat left bottom;
		background-size: 100% auto;
	}
	.topBar > div{
		padding: 10px;
	}
	.topBar .logo{
		width: 130px;
	}
	.wprmenu_bar #custom_menu_icon.hamburger {
		position: absolute;
		left: 50%;
		padding-left: 0;
		padding-right: 0 !important;
		margin-left: -15px;
	}
	.wprmenu_bar.active #custom_menu_icon.hamburger.is-active{
		/*left: 20%;*/
	}
	.wprmenu_bar .hamburger-inner, .wprmenu_bar .hamburger-inner::before, .wprmenu_bar .hamburger-inner::after {
		background: #000 !important;
	}
	#mg-wprm-wrap {
		background-color: transparent !important;
		padding-top: 80px !important;
	}
	#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a, div#mg-wprm-wrap ul li span.wprmenu_icon {
		color: #000 !important;
		background: #fff !important;
		margin: 10px 20px !important;
		width: 51% !important;
	}

	.priNav, #videoCont{
		display: none;
	}

	#mobileHome{
		display: block;
	}

	#parallaxBg1 .cHeight,
	#parallaxBg2 .cHeight,
	#parallaxBg3 .cHeight{
		height: 260px !important;
	}

	.customGallery.gallery1 .item-grid:first-child img,
	.customGallery.gallery2 .item-grid:first-child img,
	.customGallery.gallery3 .item-grid:first-child img,
	.customGallery.gallery4 .item-grid:first-child img{
		top: -20px;
	}

	section[data-kc-fullheight].sectionArt{
		min-height: auto;
	}
	body.kc-css-system .sectionArt div.artContent{
		height: auto;
	}

	.contactInfo img{
		width: 30px;
	}
	.contactSpacer{
		display: none;
	}

	.footer{
		padding: 20px;
	}
	.footer .block{
		width: 100%;
		float: none;
		margin-bottom: 1.2em;
		text-align: center;
	}
	.footer .footerLogo{
		max-width: 230px;
	}
	.footer .block:last-child{
		margin-bottom: 0;
	}
}
