/*
Theme Name: WDS*/


body{
	margin:0;
	padding:0;
	font-family: linotype-sabon, sans-serif;
	font-weight: 400;
	font-style: normal;

    -webkit-font-smoothing: antialiased;
    overflow-x:hidden;
}


p{
	line-height: 25px;
    font-size: 13px;
    color: #000;
    letter-spacing: 0px;
    margin: 30px 0px;
}
.home
#headline {
	position: absolute;
	bottom:5vw;
	left:5vw;
	z-index: 99999;
}
.home
#headline h1{

	font-weight: 100;
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	font-style: italic;
	color:#fff;
}

.home
#headline h2{
	color: #fff;
	margin: 0;
	font-size: 18px;
	letter-spacing: 3px;
	text-transform: uppercase;
	max-width: 500px;
	line-height: 30px;
	font-weight: 100;
	opacity: .8;
}

.magazine-title{
	font-family: linotype-sabon, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:16px;
	text-transform: uppercase;
	font-weight: 100;
	color:#000;
	line-height:30px;
	letter-spacing: 1px;
}

#header{
	padding:20px;
	width:100%;
	box-sizing: border-box;
    z-index: 999999;
}

.home #header{

    background: rgba(255,255,255,.85);
}

.home #header, .page-template-0_about-php #header{
	position:absolute;

}

.menu-main-container{
	float:right;
}

.page-template-0_gallery-php #header, .page-template-0_portraits #header{
	padding-bottom:0px;
}

#page{
	padding:50px 0px;
}

.site-width{
	max-width:1200px;
	margin:0 auto;
}

#logo{
	margin:0 auto;
	display:block;
	width:222px;
	height:17px;
	background:url(images/logo.svg) no-repeat;
	background-size:222px 17px;
	float:left;
	margin-top:3px;
}

.site-width{
	max-width:1200px;
	width:100%;
	margin:0 auto;
    padding: 0px 10px;
    box-sizing: border-box;
}


.col-50{
	display:inline-block;
	width:50%;
	float:left;
	padding:5%;
	box-sizing: border-box;
}
.col-40{
	display:inline-block;
	width:40%;
	float:left;
	padding:5%;
	box-sizing: border-box;
}

.no-padding{
	padding:0px;
}

.col-60{
	display:inline-block;
	width:60%;
	float:left;
	padding:0 5%;
	box-sizing: border-box;
}

.col-50 img{
	max-width:100%;
}

/* ------------------------------------- HOME  ---------------------- */

#banner{
	width:100%;
}

.home .swiper-container{
	width:100%;
}

.home .swiper-slide {
	height:100vh;
	margin:0px;
}


a{
	text-decoration: none;
}




.centered{
	text-align:center;
}

.section{
	padding:100px 0px;
}

#galleryintro h2{
	margin-top:0px;
}


.flex{
	display: flex;
	justify-content:space-around;
}
#galleryintro .flex{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	row-gap:20px;
	column-gap: 20px;
	padding:0 20px;
}

.gallerycard{
	width:32vw;
	margin:2%;
    height: 40vw;
	cursor:pointer;
	display: flex;
	position: relative;
    justify-content:center;
    align-items:center;
}

.card{
	aspect-ratio:2/3;
	position: relative;
	cursor:pointer;
}



.gallerycard:hover{
}

.gallerycard:hover img{
	opacity:1;
	-webkit-transition: opacity .5s ease-in-out;
	  -moz-transition: opacity .5s ease-in-out;
	  -ms-transition: opacity .5s ease-in-out;
	  -o-transition: opacity .5s ease-in-out;
	  transition: opacity .5s ease-in-out;
}

.gallerycard img{
	width:133px;
	opacity:.4;
	display: block;
	-webkit-transition: opacity .5s ease-in-out;
	  -moz-transition: opacity .5s ease-in-out;
	  -ms-transition: opacity .5s ease-in-out;
	  -o-transition: opacity .5s ease-in-out;
	  transition: opacity .5s ease-in-out;
}

.gallerycard h3{
	color:#fff;
}


.hovercard{
	    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	z-index: 0;
	display:flex;
    justify-content:center;
    align-items:center;
	-webkit-transition: opacity .5s ease-in-out;
	  -moz-transition: opacity .5s ease-in-out;
	  -ms-transition: opacity .5s ease-in-out;
	  -o-transition: opacity .5s ease-in-out;
	  transition: opacity .5s ease-in-out;
	  filter: alpha(opacity=100);
  opacity: 0;
}

.home .hovercard{

}

.hovercard:hover{

	opacity: 1;
}

.hovercard h3{
	color:#fff;
}

#aboutintro{
	width:100%;
	min-height:600px;
	background:url(images/aboutintro3.jpg) center center no-repeat;
	background-size:cover;
}



h2{
	font-size:13px;
	line-height:13px;
	letter-spacing: 2px;
	color:#000;
	font-weight:100;
	margin:30px 0px;
}

h2 span{

	font-family: linotype-sabon, sans-serif;
	font-weight: 400;
	font-style: italic;
	color:#000;
}

h3{
	margin:0px;
	padding:0px;
	text-align: center;
	font-size:16px;
	line-height:16px;
	color:#fff;
	font-weight:400;
	font-family: linotype-sabon, sans-serif;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 2px;

}

#aboutintro{

	display: flex;
	position: relative;
    justify-content:center;
    align-items:center;
}

#aboutintro .text{
	max-width:600px;

}
#aboutintro h3{
	font-size:21px;
	letter-spacing: 1px;
	line-height:21px;
	text-align: left;
	margin:0 0 50px 0;
	color:#565658;
}

#aboutintro p{
	font-size:14px;
	line-height:21px;
	color:#565658;
}

.button{
	padding:10px 20px;
	color:#000;
	border:1px solid #000;
	text-transform: uppercase;
	font-size:11px;
	letter-spacing: 2px;
	width:100px;
	cursor:pointer;
	display: block;
	text-align: center;
	margin-top:30px;
}
.button:hover{
	border:1px solid #333;
	color:#000;
}
#videodiv {
	margin:5% 0;
}

#videoblock {
	width: 100%;
	height: 100%;
}

#videomessage{
	width: 100%;
	height:100%;
	display: flex;
	justify-content: center;
	align-items: center;
}



#videoblock video{
	width:100%;
	object-fit:cover;
}
#videomessage #text{
	display:flex;
    max-width: 50vw;

}
.home #videomessage #text{

     background: rgba(255,255,255,.45);
    padding: 3%;
	}

#videomessage #text h3{
	color:#000;
}

#videomessage #text #image img{
	max-width:15vw;
}
#videomessage #text p{
	line-height:25px;
	font-size:13px;
	color:#000;
	letter-spacing: 0px;
	margin:10px 0px;
	text-align: left;
}
#words{
	display:flex;
	justify-content:center;
	text-align: center;
	padding-left:7%;
    align-items: center;
}
#words h3{
	text-align: left;
}




.home #videoblock {
}


/* ------------------------------------- NAV / SUBNAV  ---------------------- */

.menu a{
	    color: #000;
	text-transform: uppercase;
	font-size:11px;
	line-height:11px;
	font-weight:100;
	letter-spacing:2px;
}
.menu{
	margin:0px;
	padding:0px;
	text-align: center;
    height: 22px;
}
ul.menu  li{
	list-style:none;
	display: inline;
	margin:0px 30px;
}

ul.menu  li a{
	padding:10px 0px;
}

#subnav{
	margin-bottom:30px;
	text-align: center;
	margin-top:15px;
	float:right;
	margin-right:160px;
}


#subnav a{
	color:#999;

	display:inline-block;
    font-size: 13px;
    letter-spacing: 0px;
	padding-top:10px;
	margin:0px 10px;
    margin-top: -1px;
}


body.page-id-427 #subnav a.weddings-sublink,
body.page-id-544 #subnav a.engagements-sublink,
body.page-id-3831 #subnav a.family-sublink,
body.page-id-3680 #subnav a.engagements-sublink,
.parent-pageid-427 #subnav a.weddings-sublink
{
	color:#000;

}

.current-page-ancestor a, .current_page_item a{
	color:#333;
	font-weight:700;

}
/* ------------------------------------- MOBILE NAV  ---------------------- */
#mobile-btn{
	display:none;
	text-align: center;
	cursor:pointer;
	text-transform: uppercase;
	color:#666;
	margin:10px 0px;
	font-size:12px;
}
.mm-listitem:after{
	border-bottom-width:0px !important;
}

.mm-listitem>a{
	color:#999;
	font-family: linotype-sabon, sans-serif;
	font-weight: 400;
	font-style: normal;
	display:inline-block;
	text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
	padding-top:10px;
	text-align: center;
    padding: 20px 10px 20px 20px;
	margin:0px 15px;

}
.mm-navbars_top{
	border-bottom-width:0px !important;
}
.mm-navbar__title{
	display:none !important;
}
.mm-menu .mm-listitem_selected>a:not(.mm-btn_next), .mm-menu .mm-listitem_selected>span{
	background:#fff !important;
}
.mm-page__blocker{
}
/* ------------------------------------- FOOTER  ---------------------- */

#footer{
	padding:80px 0px;
	text-align: center;
	background:#fff;
}

#footer h4{
	font-size: 10px;
    line-height: 13px;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
    font-weight: 100;
    margin: 10px 0px;
}


#footer h5{
	font-weight:100;
	font-size: 12px;
    line-height: 17px;
    color: #000;
    margin:5px 0px;
}

#footer hr{
	border-top:1px solid #aaa;
	margin:20px 0px;
}

#footer p{
	font-weight:100;
	font-size: 13px;
    line-height: 17px;
    color: #000;
    max-width:700px;
    margin:30px auto;
    letter-spacing: 0px;
    font-family: linotype-sabon, sans-serif;
	font-weight: 400;
	font-style: italic;
}

#footer a{
	margin:0px 20px;
    color: #000;
}

#footer small{
	font-size:10px;
    color: #000;
}


#footer h5 a{
	margin:0px;
}


#instagram-widget{
	max-width:1200px;
	margin:100px auto 50px auto;
}
/* ------------------------------------- GALLERY CATEGORIES ---------------------- */

.page-template-0_gallery_categories #categories{
	display:flex;
	flex-wrap: wrap;
     justify-content: center;
}
.page-template-0_gallery_categories #categories a{
	width: 20vw;
	color:#fff;
	height: 30vw;
	 margin: 2%;
     cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ------------------------------------- GALLERIES ---------------------- */




.page-template-0_galleries #header{
	padding-bottom:0px;
}


.page-template-0_galleries h1{
	font-size:13px;
	line-height:13px;
  font-family: linotype-sabon, sans-serif;
	font-weight: 400;
	font-style: normal;
  font-weight:100;
  text-transform: uppercase;
  margin-bottom:30px;
  color:#aaa;
  text-align: center;
  letter-spacing: 3px;
}

#gallery-covers{
	display:flex;
	flex-wrap: wrap;
	text-align: center;
     justify-content: space-around;
}

.page-template-0_galleries-php #gallery-covers{
	justify-content: center;
}

.page-template-0_galleries .gallerycard{
	width:26vw;
	height:35vw;
	margin:1%;

}

/* ------------------------------------- GALLERY ---------------------- */


.swiper-container {
	width:80%;
}

.swiper-slide {
	height:80vh;
	display:block;
}

.page-id-3680 #back-btn{
	display:none;
}


#gallery-nav{
	font-family: linotype-sabon, sans-serif;
	font-weight: 400;
	font-style: italic;
	margin:20px auto;
	text-align: center;
	letter-spacing: 1px;
	font-size:14px;
	color:#000;
}


#gallery h1.page-title{
	font-size:22px;
	font-family: linotype-sabon, sans-serif;
	font-weight: 400;
	font-style: italic;
	font-weight:100;
	color:#aaa;
	letter-spacing: 1px;
}

#gallery-nav span{
	cursor:pointer;
}

#gallery-nav a{
	display: block;
	margin:20px 0px;
	color:#666;
}

#gallery-header{

	text-align: center;
}

#gallery-header a{
	font-size:11px;
	line-height:12px;
	color:#666;
	letter-spacing: 1px;

}

#mobile-gallery-nav{
	display:none;
	text-align:center;
	font-size:15px;
	font-family: linotype-sabon, sans-serif;
	font-weight: 400;
	font-style: italic;
	font-weight:100;
	color:#999;
	letter-spacing: 1px;

}

/* ------------------------------------- ABOUT ---------------------- */

#about-banner{

	padding:140px 0px;
}

#about-banner #text{
	margin:0 auto;
	max-width:600px;
	text-align: center;
}

#about-banner #text h1{
	margin-top:0px;
	font-weight:100;
	margin-bottom:40px;
}

#about-banner #text p{
	font-size:13px;
	line-height:22px;
	margin-bottom:30px;
	font-family: linotype-sabon, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-weight:100;
	color:#000;
	letter-spacing: 0px;

}
#profiles h3{
	text-align: left;
	color:#000;
	font-size:26px;
	line-height:26px;
	letter-spacing: 0px;
}

#profiles img{
	width:450px;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/* ------------------------------------- CONTACT ---------------------- */


#gform_1 .gfield_label, .gfield_required{
	display:none;
}

#gform_1 #field_1_8 .gfield_label{
	display:block;
	font-size:15px;
	line-height:14px;
	color:#666;
	font-weight:100;
	font-family: linotype-sabon, sans-serif;
	font-weight: 400;
	font-style: italic;
	letter-spacing:1px;
}

#field_1_8{
	margin-top:40px;
}
.gform_wrapper ul.gform_fields li.gfield{
	margin-bottom:35px;
}
#gform_1 textarea{

	border:1px solid #ccc;
	font-size:15px;
	line-height:14px;
	color:#333;
	font-weight:100;
	font-family: linotype-sabon, sans-serif;
	font-weight: 400;
	font-style: italic;
	letter-spacing:1px;
}

#gform_1 textarea:focus, #gform_1 input:focus{
    outline: none;
}
#gform_1 input{

    -webkit-appearance: none;
	font-size:15px;
	padding-left:0px;
	line-height:24px;
	color:#333;
	font-weight:100;
	font-family: linotype-sabon, sans-serif;
	font-weight: 400;
	font-style: italic;

	letter-spacing:1px;
	border-left:none;
	border-top:none;
	border-right:none;
	border-bottom:1px solid #ccc;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, .gform_wrapper div.validation_error,
.gform_wrapper .validation_message{
	border:none !important;
	line-height:14px;
	font-size:12px !important;
	text-align: left !important;
	color:#790000;
	font-weight:100 !important;
	font-family: linotype-sabon, sans-serif !important;
	font-weight: 400;
	font-style: italic;
	letter-spacing:1px;
    padding-top: 0;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
	border:none !important;
	background:none !important;
}
#gform_1 input::-webkit-input-placeholder { /* Chrome/Opera/Safari */

	color:#666;
}
::-moz-placeholder { /* Firefox 19+ */

	color:#666;
}
:-ms-input-placeholder { /* IE 10+ */

	color:#666;
}
:-moz-placeholder { /* Firefox 18- */

	color:#666;
}
#gform_1 input, #gform_1 textarea{
	-webkit-appearance: none;
    border-radius: 0px;
}
#gform_1 select#input_1_4{
	border:none;
}

#gform_1 select::-webkit-input-placeholder {
	color:#888;
}

#gform_1 input[type="submit"]{
	padding:7px 30px;
	color:#333;
	border:1px solid #333;
	text-transform: uppercase;
	font-size:14px;
	letter-spacing: 2px;
	cursor:pointer;
	display: block;
	background:none;
	text-align: center;
}

#field_1_2, #field_1_3, #field_1_7 {

	width: 100%;
}
body .gform_legacy_markup_wrapper ul li.gfield, body .gform_legacy_markup_wrapper .top_label div.ginput_container{
	margin-top:0;
}
.gform_wrapper .top_label input.medium{
	width:95% !important;
}
/* ------------------------------------- BLOG ---------------------- */

.blog h1.page-title{
	margin-top: 0px;
    font-size: 25px;
    font-family: linotype-sabon, sans-serif;
	font-weight: 400;
	font-style: italic;
    font-weight: 100;
    text-align: center;
    color: #666;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.blog-width{
	max-width:1300px;
	margin:0px auto;
	padding:0px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;

}
.blog-width .entry-header,
.blog-width .entry-header h3{
	text-align:center;

}
.magazine-title.head, #about-banner #text h1 {
	font-size:15px;
}
.blog-width img{

	max-width:100%;
	height:auto;
}
.post-width{
	max-width:900px;
	margin:0 auto;
	padding:0px 20px;
}
.post-width img{
	max-width:100%;
	height:auto;
}

.entry-header{
	text-align: center;
	padding: 20px 0px;
}

.single .entry-header{
	padding:30px 0px;
}

.blog-width .entry-header{
	padding-bottom:5px;
}

.entry-header h2{
	font-size: 11px;
    line-height: 15px;
    letter-spacing: 1px;
    font-family: linotype-sabon, sans-serif;
	font-weight: 400;
    margin-bottom:10px;
    color:#000;
    margin-top:10px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 10px;
    font-style: italic;
}

.single .entry-header h2{

      font-size: 18px;
    line-height: 26px;
}

.entry-header h3{
	color:#000;
	font-style: italic;
	    font-size: 11px;
    line-height: 23px;
    letter-spacing: 1px;
    font-family: linotype-sabon, sans-serif;
	font-weight: 400;
    margin-bottom:10px;
}

.entry-content blockquote p, .entry-content blockquote{
	text-align: center;
    font-family: linotype-sabon, sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 12px;
}

.entry-content h3, .entry-content p{

    font-family: linotype-sabon, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 27px;
    font-size: 13px;
    color: #000;
    letter-spacing: 0px;
    margin: 30px 0px;
    text-align: left;
}

.entry-content h3, .entry-footer{

    max-width:600px;
    margin:20px auto;
}
.cat-tags-links svg{
	display:none;
}
.cat-links, .tags-links{
	display:block;
}

.cat-tags-links .screen-reader-text{
	padding-right:10px;
    font-family: linotype-sabon, sans-serif;
	font-weight: 400;
	font-style: normal;
    line-height: 18px;
    font-size: 11px;
    color: #666;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 30px 0px;
}
.cat-tags-links a{
   font-family: linotype-sabon, sans-serif;
	font-weight: 400;
	font-style: normal;
    line-height: 18px;
    font-size: 11px;
    color: #000;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 30px 0px;
}

.edit-link {
	display:none;
}

.navigation .alignright{float:right;}
.navigation .alignleft{float:left;}
.navigation a, .navigation .alignright, .navigation .alignleft{

    font-family: linotype-sabon, sans-serif;
	font-weight: 400;
	font-style: normal;
    line-height: 18px;
    font-size: 13px;
    color: #000;
}
article{
	margin-bottom:50px;
	flex: 0 1 28%;
}
article .link-more{
	display:none;
}
.entry-summary p{
	font-family: linotype-sabon, sans-serif;
	font-weight: 400;
	font-style: normal;
	display: none;
    line-height: 18px;
    font-size: 13px;
    color: #000;
    letter-spacing: 1px;
    margin: 0px 0px 20px 0px;
}
.entry-summary a{
	text-align: center;
   font-family: linotype-sabon, sans-serif;
	font-weight: 400;
	display: block;
	font-style: normal;
	font-size:12px;
	color:#222;
	width:60px;
	margin:0 auto;
    padding: 5px 11px;
	border:1px solid #ccc;
}

.pagination h2.screen-reader-text{
	display:none;
}

.pagination{
	text-align: center;    font-family: linotype-sabon, sans-serif;
	font-weight: 400;
	font-style: normal;
    line-height: 18px;
    font-size: 15px;
    color: #666;

}
.pagination svg{
	display:none;
}
.pagination .page-numbers.current{
	color:#333;
}
.meta-nav{
	display:none;
}

.pagination .page-numbers{
	padding:0px 10px;
}

.archive h1, .category h1, .blog h1{
    font-size: 9px;
    line-height: 23px;
    letter-spacing: 3px;
    font-family: linotype-sabon, sans-serif;
	font-weight: 400;
	font-style: normal;
    margin:30px 0px;
    color: #666;
    text-transform: uppercase;

    font-weight:100;
    text-align: center;
}

/* ------------------------------------- MINI ---------------------- */


.page-template-0_mini img{
	max-width:100%;
}

#gform_2 #input_2_1{
	color:#666;
	font-size:14px;
}



#gform_2  label.gfield_label{
	font-weight:400;
}


#gform_2 input[type="submit"] {
    padding: 12px 40px;
    color: #333;
    border: 1px solid #333;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    cursor: pointer;
    display: block;
    background: none;
    text-align: center;
    font-weight: 100;
    font-family: linotype-sabon, sans-serif;
	font-weight: 400;
	font-style: normal;

}
.page-template-0_mini  h5{
	font-size:15px;
	line-height: 17px;
    font-weight:400;
    margin-bottom: 5px;
    color:#333;
    padding-bottom:0px;
    font-family: linotype-sabon, sans-serif;
	font-weight: 400;
	font-style: normal;
}
#gform_2 label.gfield_label, #gform_2 .field_sublabel_below .ginput_complex.ginput_container label{
	display:none;
}
.page-template-0_mini  p{
	margin-bottom:0px;
	margin-top:0px;
	font-size:12px;
	line-height:19px;
	letter-spacing: 0px;
	font-family: 'Roboto', sans-serif;

}

#gform_2 ul li{
	font-size:12px;
	line-height: 19px;
	    font-size: 12px;
    line-height: 24px;
    color:#666;
	letter-spacing: 0px;
	font-family: 'Roboto', sans-serif;
}

#gform_2 .gfield_consent_description{
	font-size: 12px;
    line-height: 17px;
    margin: 0px;
}
#input_2_3_1{
	background:#fff;
	background-image:None !important;
}

#gform_2  .top_label div.ginput_container{
	margin-top:0px;
}
#gform_2 .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container select{
	margin-bottom:0px;
}
#gform_2{

-webkit-appearance: none;
}

#gform_2 #field_2_1 ul li{
	list-style:disc !important;
}

#field_2_1 .ginput_product_price_label{
	display: none;
}

#gform_2 #field_2_1 .gfield_label{
	   font-family: linotype-sabon, sans-serif;
	font-weight: 400;
	font-style: italic;
    font-size: 30px;
    font-weight: 100;
    color: #666;
    line-height: 30px;
    display:block !important;
    margin-bottom:10px;
    letter-spacing: 1px;
}

#gform_2  ul.gform_fields li.gfield{
	margin-bottom:0px;
}

#gform_2 .field_sublabel_below .ginput_complex.ginput_container label{
	line-height:20px;
}
#gform_2 input, #gform_2 textarea {
    -webkit-appearance: none;
    border-radius: 0px;
}
#gform_2 input, #gform_2 select {
    -webkit-appearance: none;
    font-size: 15px;
    padding-left: 0px;
    line-height: 24px;
    color: #666 ;
    font-weight: 100;font-family: linotype-sabon, sans-serif;
	font-weight: 400;
	font-style: italic;
    letter-spacing: 1px;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #ccc;
	background:none;
	border-radius: 0px;
}
#gform_2 select {

	background:url(images/adown.png) 99% center no-repeat;
	background-size:7px 7px;
}
#gform_2 ::-webkit-input-placeholder {

    color: #666 ;
}

#gform_confirmation_message_2 h2{
	font-size: 21px;
    line-height: 23px;
    letter-spacing: 1px;
}

#gform_2 select#input_2_3_2_month, #gform_2 select#input_2_3_2_year{
	width:40%;
}

#gform_2 select{
	    width:100%;
}

#gform_2 #input_2_9, #gform_2 #input_2_10{
	width:100% !important;
}

#gform_2 input[type=checkbox]{
	    -webkit-appearance: checkbox;
}
#gform_2 input[type=radio]{

	    -webkit-appearance: radio;
}


#gform_2 #field_2_1{
	margin-top:0px;
	padding-top:0px;
    margin-bottom: 40px;
}

#gform_wrapper_2{
	margin-top:0px;
}


#gform_2 #field_2_3{
}

#gform_2 .ginput_complex .ginput_full{
	min-height:inherit;
}
#gform_2  ul.gfield_radio li label{
	margin-top:5px;
	font-size:12px;
}
 #gform_2 .gform_card_icon_container.gform_card_icon_style1{
	display:none;
}

#gform_2 .ginput_complex .ginput_cardinfo_right,
#gform_2 .ginput_complex .ginput_cardinfo_left,
#gform_2 #input_2_3_5_container{
	float:none;
	display:block;
}

#gform_2 h2.gsection_title{
	font-family: linotype-sabon, sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 12px;
    font-weight: 100;
    text-transform: uppercase;
    color: #333;
    line-height: 30px;
    display: block !important;
    margin-bottom: 10px;
    border-bottom:none;
    letter-spacing: 3px !important;
}

#gform_2 ul li.gfield {
    margin-top: 5px;
   }

#gform_2 .gsection{
	border:None;
    padding-bottom: 0px;
}

#gform_2
#input_2_5_1{
	margin-top:20px;
}


#gform_2 .gfield_consent_description {
	max-height: 100px;
}
.ginput_card_security_code_icon{
	display:none !important;
}

#gform_2 .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container{
	margin-top:10px;
}

#counter{
	font-size:10px;
	color:#fff;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	background:#aaa;
	display:inline-block;
	padding:0 3px;
}


#one, #two{
//-webkit-box-shadow: -15px 16px 0px 0px rgba(217,205,191,1);
//-moz-box-shadow: -15px 16px 0px 0px rgba(217,205,191,1);
//box-shadow: -15px 16px 0px 0px rgba(217,205,191,1);
}

#post-6701{
	text-align: center;
}

#post-6701 h1{
	font-family: linotype-sabon, sans-serif;
	font-weight: 400;
	font-style: italic;
    font-size: 30px;
    font-weight: 100;
    color: #666;
    line-height: 30px;
    letter-spacing: 1px;
}


#post-6701 .entry-content h3, #post-6701 .entry-content p{
	text-align: center;
}

#back-to-top{
	position: fixed;
	width:40px;
	background:#eee url(images/back-to-top.png) center center no-repeat;
	background-size:24px 24px;
	height:40px;
	cursor:pointer;
	bottom:20px;
	right:20px;
	display: inline-block;
	opacity: 0;
  visibility: hidden;
	transition: background-color .3s,
    opacity .5s, visibility .5s;
}
#back-to-top.show{
  opacity: 1;
  visibility: visible;
}


.parent-pageid-39 #menu-item-44 a, .parent-pageid-544 #menu-item-44 a, .parent-pageid-427 #menu-item-44 a,
 .page-template-0_gallery_categories #menu-item-44 a,

 .blog #menu-item-618 a, .single-post #menu-item-618 a, .page-template-0_contact #menu-item-43 a,
 .page-template-0_about #menu-item-45 a{
	border-bottom: 1px solid #000;
}
