/*
	Theme Name: Custom Theme
	Theme URI: 
	Description: Custom Theme
	Version: 1.3.3
	Author: http://wpserver6.com
	Author URI: http://wpserver6.com
	Tags: HTML5, CSS3
	
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    $MAIN
\*------------------------------------*/


.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    font-family: 'Nunito Sans', sans-serif;
    color: #444;
    border-radius: 5px;
    border: 1px solid #aaa;
    height: 28px;
}

#billing_company_field {display:none}

.select2-container--default .select2-selection--single {

    margin-bottom: 2px;
}

.woocommerce form .form-row textarea {
  height: 80px;
	}

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
  border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133)) !important;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
    border: 1px solid  #666666 !important}
input:focus {
	border-color: #666666 !important}

.woocommerce form .form-row textarea::placeholder {font-size:12px}

.woocommerce form .form-row input::placeholder {font-size:12px}

.woocommerce ul.products li.product a img {max-width:150px;}

mark{
	background:#e5e7e1;
}

.woocommerce div.product {
	padding-top: 30px;
	margin-top:10px;
}
.woocommerce-shipping-destination {display: none;}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #2fadb5;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #666;
}

span.woocommerce-Price-amount.amount{
	color: #2fadb5;
	font-weight:700;
}

.video640{
    max-width: 640px;
    min-width: 280px;
    margin: 0px auto;
    padding: 0px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


*, *:after, *:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

@font-face {
	font-family:'font';
	src: url('fonts/century_gothic.TTF'), url('fonts/century_gothic.eot'); /* IE9 */
}

body {
	font-family: 'Nunito Sans', sans-serif;
	font-size:16px;
	color: #2b2b2b;
	background-image:url(/wp-content/themes/CustomDesign/img/bg2.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
}

.white{
	color:#FFF;
}

.blue{
	color:#144f65;
}

.whiteTitle {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size:34px;
    line-height: 140%;
	color:#FFF;
	text-transform:uppercase;
	padding:0px;
	margin: 0px;
}

.blackTitle {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size:34px;
    line-height: 140%;
	color:#222;
	text-transform:uppercase;
	padding:0px;
	margin: 0px;
}

.studioLink {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size:19px;
    line-height: 140%;
	color:#222;
	text-align:center;
	text-transform:uppercase;
	display:block;
	padding:0px 0px 0px 0px;
	margin: 0px 0px -10px 0px;
}

.studioLink:hover {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size:19px;
	color:#555;
	text-align:center;
	text-transform:uppercase;
	display:block;
	padding:0px 0px 0px 0px;
	margin: 0px 0px -10px 0px;
}

h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size:34px;
    line-height: 140%;
	color:#253a52;
	padding:10px 0px 10px 0px;
	margin: 10px -20px 20px -20px;
	text-align:center;
	text-transform:uppercase;
}

h2 {
	font-family: 'Oswald', sans-serif;
	font-size:28px;
	font-weight: 700;
    line-height: 140%;
	color:#1f5a6b;
	margin:0px;
}

h3 {
	font-family: 'Oswald', sans-serif;
	font-size:22px;
	font-weight: 700;
    line-height: 140%;
	color:#094162;
	margin:0px;
}

h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
    line-height: 140%;
	color:#333;
	margin:0px;
}

.clear {
	clear:both;
	display:block;
}

img {
	vertical-align:bottom;
	border:0px;
}

area {
	outline:none;
}

.clear {
	clear:both;
	display:block;
}

a {
	color:#144f65;
	text-decoration:none;
}

a:hover {
	color:#666;
}

a:focus {
	outline:0;
}

a:hover, a:active {
	outline:0;
}

input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

p {
	font-family: 'Nunito Sans', sans-serif;
	font-size:16px;
	font-weight:400;
	color: #2b2b2b;
	line-height:24px;
}

.contentWrapper li {
	font-family: 'Nunito Sans', sans-serif;
	font-size:16px;
	font-weight:400;
	color: #2b2b2b;	
	line-height:22px;
	margin-bottom:8px;
}

.imgright {
	border:2px #ffffff solid;
	box-shadow:0px 4px 5px #000;
	-moz-box-shadow:0px 4px 5px #000;
	-webkit-box-shadow:0px 4px 5px #000;
	float:right;
	margin-left:15px;
	margin-bottom:10px;
}

.imgleft {
	border:2px #ffffff solid;
	box-shadow:0px 4px 5px #000;
	-moz-box-shadow:0px 4px 5px #000;
	-webkit-box-shadow:0px 4px 5px #000;
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}

/*------------------------------------*\
    $STRUCTURE
\*------------------------------------*/

.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}

header {
	max-width:1080px;
    min-width: 280px;
	margin:0px auto;
	padding:25px 0px 0px 0px;
	position:relative;
	z-index:100;
	text-align:center;
}

.topInfo{
	width:225px;
	float:right;
	margin:-15px 0px 0px 0px;
	padding:0px;
}

.topInfoIcon2{
	float:right;
	margin:0px 7px 0px 0px;
	padding:0px;
}

.topInfoIcon{
	float:right;
	margin:15px 0px 0px 0px;
	padding:0px;
}

.topInfoText{
	font-family: 'Nunito Sans', sans-serif;
	font-size:15px;
	font-weight:800;
    line-height: 140%;
	color:#FFF;
	text-align:left;
	text-transform:uppercase;
	letter-spacing:0.5em;
}

.topInfoText2{
	font-family: 'Nunito Sans', sans-serif;
	font-size:15px;
	font-weight:800;
    line-height: 140%;
	color:#FFF;
	text-align:right;
	text-transform:uppercase;
	letter-spacing:0.5em;
}

.topInfoText strong{
	font-family: 'Nunito Sans', sans-serif;
	font-size:24px;
	font-weight:300;
	text-align:left;
	letter-spacing:0em;
}

section, #primary {
	max-width:1080px;
    min-width: 280px;
	min-height:600px;
	padding: 0px 20px 20px 20px;
	margin:-10px auto 0px auto;
	background-color: #e5e7e1;
	box-shadow:0px 0px 20px rgba(20,20,21,0.3);
	-moz-box-shadow:0px 0px 20px rgba(20,20,21,0.3);
	-webkit-box-shadow:0px 0px 20px rgba(20,20,21,0.3);
}

section.related  {
	max-width: 1080px;
	min-width: 280px;
	min-height: 600px;
	padding: 0px 20px 20px 20px;
	margin: -10px auto 0px auto;
	background-color: #e5e7e1;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	clear: both;
}

.homeVideoWrapper {
	background-color: #e5e7e1;
	min-height:600px;	
	max-width:1080px;
    min-width: 280px;
	margin:0px auto 0px auto;
	padding: 0px;
	box-shadow:0px 0px 20px rgba(20,20,21,0.3);
	-moz-box-shadow:0px 0px 20px rgba(20,20,21,0.3);
	-webkit-box-shadow:0px 0px 20px rgba(20,20,21,0.3);
}

.welcomeWrapper{	
	max-width:1080px;
    min-width: 280px;
	margin:0 auto;
	padding: 20px; background-color: #e5e7e1; text-align:center;
}

.welcomeVideo{
	max-width:980px;
    min-width: 280px;
	margin:0px auto;
	padding:3% 0px 0px 0px;
}

.welcomeLeft{
	width:45%;
	float:left;
	padding:0px 20px;
	margin:0px 10px;
}

.welcomeRight{
	width:45%;
	float:left;
	padding:0px 20px;
	margin:0px 10px;
}

.studioBg {
	width: 100%;
	background-image: url(/wp-content/themes/CustomDesign/img/studioBg2.jpg);
	background-position: 0px 100px;
	background-size: cover;
	background-attachment: fixed;
	padding: 100px 10px;
	margin: 0px auto -26px auto;
	max-width: 1080px;
}

.studioBg2{
	width:100%;
	background-image:url(/wp-content/themes/CustomDesign/img/pexels-pixabay-358010-scaled-2.jpg);
	background-position:0px;
	background-size:cover;
	background-attachment:fixed;
	padding:100px 10px;
	margin:0px 0px -26px 0px;
	text-align:center;
}

.studioContent{
	max-width:900px;
    min-width: 280px;
	margin:0px auto;
	padding:30px;
	text-align:center;
	background-color: #E5E7E1C7;
}
.studioContent p, .studioContent p a{
	color:#222;
	text-align:center;
}

hr{
	height:1px;
	background-color:#d1d4cb;
	color:#d1d4cb;
	border:none;
	box-shadow:0px 1px 2px rgba(242,244,239,0.9);
	-moz-box-shadow:0px 1px 2px rgba(242,244,239,0.9);
	-webkit-box-shadow:0px 1px 2px rgba(242,244,239,0.9);
	margin:20px 0px;
}

.contentWrapper {
	background-color: #e5e7e1;
	min-height:600px;
	padding: 20px 30px;
	max-width:1080px;
    min-width: 280px;
	margin:0 auto;
	box-shadow:0px 0px 20px rgba(20,20,21,0.3);
	-moz-box-shadow:0px 0px 20px rgba(20,20,21,0.3);
	-webkit-box-shadow:0px 0px 20px rgba(20,20,21,0.3);
}

.weddingImgWrapper {
	max-width: 1080px;
    min-width: 280px;
    margin: 0px auto;
    padding: 0px;
}

.weddingWrapper{	
	max-width:1080px;
    min-width: 280px;
	height:497px;
	margin:-7px auto 0px auto;
	padding: 0px;
	background-image:url(/wp-content/themes/CustomDesign/img/welcomeBg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	box-shadow:0px 0px 20px rgba(20,20,21,0.3);
	-moz-box-shadow:0px 0px 20px rgba(20,20,21,0.3);
	-webkit-box-shadow:0px 0px 20px rgba(20,20,21,0.3);
}

.welcomeWedding{
	max-width:820px;
    min-width: 280px;
	margin:0px auto;
	padding:3% 0px 0px 0px;
}

.welcomeWedding p{
	font-family: 'Nunito Sans', sans-serif;
	font-size:15px;
	font-weight:400;
	color: #2b2b2b;
	line-height:24px;
}

.blueWeddingBg{
	width:100%;
	height:447px;
	background-image:url(/wp-content/themes/CustomDesign/img/blueWeddingBg.png);
	background-repeat: repeat-x;
	margin:30px 0px 0px 0px;
	padding:0px;
}

.blueWeddingContainer{
	max-width:950px;
    min-width: 280px;
	margin:0px auto;
	padding:0px;
}

.blueWeddingContainer img{
	float:left;
}

.blueWeddingText{
	max-width:590px;
    min-width: 280px;
	float:left;
	margin:12% 0px 0px 0px;
	padding:0px;
	text-align:center;
	color:#000;
}

.blueWeddingText p{
	color:#fff;
}

.videoWedding{
	float:right;
	padding:0px;
	margin:0px 0px 0px 30px;
}

.blueBtn{
	font-family: 'Oswald', sans-serif;
	font-size:15px;
	font-weight:400;
	color: #FFF;
	text-align:center;
	text-transform:uppercase;
	background-color:#31b4bf;
	padding:6px 12px;
	margin:0px
}

.footer-widget {
	max-width:1080px;
	min-width:280px;
	padding:20px 10px;
	margin:0px auto;
	text-align:center;
}

footer {
	width:100%;
	margin:0px auto;
	padding:10px 10px;
	background-color:#2b2b2b;
}

.footerLine{
	height:2px;
	background-color:#2b2b2b !important;
	color:#2b2b2b !important;
	border:none;
	border-bottom:2px solid #424242 !important;	
}

.socialIcons{
	margin-right:6px;
}

.socialIconsLast{
	margin-right:0px;
}

#nav_menu-2 ul {
	max-width:630px;
    min-width: 280px;
	margin:10px auto 0px auto;
	list-style:none;
	text-decoration:none;
}

#nav_menu-2 ul li {
	/* float: left; */
	margin-right: 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: auto;
	display: inline-block;
}

#nav_menu-2 ul a {
	font-family: 'Oswald', sans-serif;
	font-size:15px;
	font-weight:400;
	color: #FFF;
	display: block;
	padding:0px 20px 0px 20px;
	margin: 0px;
	text-decoration: none;
	text-transform:uppercase;
}

#nav_menu-2 ul a:hover {
	color:#53c5c7;
	text-decoration:none;
}

li.current-menu-item a {
color:#53c5c7;
}

p.copyright {
	font-family: 'Nunito Sans', sans-serif;
	font-size:14px;
	font-weight:400;
	color:#f6f6f6;
	text-align:center;
}

#sidebar {
	float: right;
	width:250px;
	margin-left:20px;
}

div#comments{
	width: 70%;
}


/*------------------------------------*\
    $PAGES
\*------------------------------------*/

dl, menu, ol, ul {
	margin: 0 0;
}
menu, ol, ul {
	padding: 0 0 0 0px;
}

.navi {
	width:100%;
	float:left;
	background-color:rgba(39,63,89,0.5);
	padding:0px;
}

nav {
	list-style: none;
	text-decoration: none;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: center;
}

nav ul li {
	display:inline-block;
	margin-right: 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: auto;
}

nav ul a {
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	font-weight:500;
	color: #FFF;
	display: block;
	padding:12px 32px 12px 32px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	text-transform:uppercase;
}

nav ul a:hover {
	color:#53c5c7;
	text-decoration:none;
}

nav ul ul {
    list-style: none;
    position: absolute;
    left: -9999px;
    margin: 0px 0px 0px 34px;
    color: #FFF;
    background-color: rgba(39,63,89,0.8);
    padding: 10px;
    height: 500px;
    overflow-y: scroll;
	text-align:left;
}

nav ul ul li {
	padding-top:1px;
	float:none;
	color:#FFF;
	display:block;
}

nav ul ul a {
	white-space:nowrap;
	margin: 0px 0px 0px 0px;
	font-family: 'Nunito Sans', sans-serif;
	font-size:14px;
	font-weight:400;
	color: #FFF;
	text-transform:capitalize;
	padding: 3px 6px 3px 6px;
}

nav ul li:hover ul {
	left:0;
	text-decoration:none;
}

nav ul li:hover a {
	text-decoration:none;
	color: #53c5c7;
}

nav ul li a:hover {
	text-decoration:none;
	color: #FFF;
}

nav ul li:hover ul a {
	text-decoration:none;
	color:#FFF;
}

nav ul li:hover ul li a:hover {
	text-decoration:none;
}

nav ul li a:hover {
	color:#53c5c7;
}

nav ul li ul li a:hover {
	color:#f8f8f8;
	background-color:rgba(39,63,89,0.8);
	padding:3px 16px;
	margin:0px -10px;
}

/*------------------------------------*\
    $FORM
\*------------------------------------*/

.wpcf7-form {
	font-family: 'Nunito Sans', sans-serif;
	font-size:15px;
	color:#332111;
	text-align:left;	
	width:100%;	
	max-width:650px;
	margin: 0px auto;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea {
	font-family: 'Nunito Sans', sans-serif;
	font-size:15px;
	width: 100%;
	padding:10px 12px;
	border:#CCC 1px solid;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:0px;
	behavior: url(http://ftpweblogin.com/images/border-radius.htc);
}

span.wpcf7-list-item {
	display: block;
}

.wpcf7-submit {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	border:none;
	background-color:#000;
	padding:5px 20px;
}

/*------------------------------------*\
	$TYPOGRAPHY
\*------------------------------------*/



/*------------------------------------*\
    $RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width: 411px) and (min-width: 300px){

.logo {
	width: 80%;
}
.logo img {
    width: 100%;
    height: auto;
} 
}

@media only screen and (max-width: 600px) and (min-width: 300px){

.topInfo{
	float:none;
	margin:0px auto;
    text-align: center;
}
    
.logo {
	float:none;
    text-align: center;
}
    
.welcomeLeft{
	width:100%;
	float:none;
	margin:0px auto;
}

.welcomeRight{
	width:100%;
	float:none;
	margin:0px auto;
}
    
.weddingWrapper{	
	height:auto;
	padding: 20px;
}
    
.blueWeddingBg{
	height:auto;
	background-repeat: repeat;
}
    
.blueWeddingContainer img{
	float:none;
}

.blueWeddingText{
	float:none;
}
    
.videoWedding{
	float:none;
	padding:0px;
	margin:0px auto;
}

.footer-widget {
	float:none;
	width:100%;
	padding:20px;
}

.wpcf7-form .left{
	float:none;
	width:100%;
	text-align:left;
	margin-bottom:10px;
}

.wpcf7-form .right{
	float:none;
	width:100%;
	margin-bottom:10px;
}

.alignright,
.alignleft,
.aligncenter{
	width:100%;
	height:auto;
	float:none;
	display:block;
	margin:5px auto 5px auto;
}
    
#nav_menu-2 ul {
	margin:10px 0px 0px -40px;
}
    
#nav_menu-2 ul li {
	float: none;
    display: block;
}
    
#nav_menu-2 ul a {
	padding:0px 0px 5px 0px;
}

}

/*------------------------------------*\
    $MISC
\*------------------------------------*/

::selection {
	background: #3651ac;
	color: #FFF;
	text-shadow: none;
}
::-webkit-selection {
 background:#3651ac;
 color:#FFF;
 text-shadow:none;
}
::-moz-selection {
 background:#3651ac;
 color:#FFF;
 text-shadow:none;
}

/*------------------------------------*\
    $WORDPRESS CORE
\*------------------------------------*/
   
.alignnone {
	margin:5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}

.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}

a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

a img.alignnone {
	margin:5px 20px 20px 0;
}

a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.wp-caption {
	background:#FFF;
	border:none;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}

.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}

.wp-caption.alignright {
	margin:5px 0 20px 20px;
}

.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	padding:0;
	width:auto;
}

.wp-caption .wp-caption-text, .gallery-caption {
	font-size:14px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

.sticky {
}

.bypostauthor {
}

/*------------------------------------*\
    $PRINT
\*------------------------------------*/

@media print {

* {
	background:transparent !important;
	color:#000 !important;
	box-shadow:none !important;
	text-shadow:none !important;
}

a, a:visited {
	text-decoration:underline;
}

a[href]:after {
	content:" (" attr(href) ")";
}

abbr[title]:after {
	content:" (" attr(title) ")";
}

.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content:"";
}

pre, blockquote {
	border:1px solid #999;
	page-break-inside:avoid;
}

thead {
	display:table-header-group;
}

tr, img {
}
 @page {
 margin:0.5cm;
}

p, h2, h3 {
	orphans:3;
	widows:3;
}

h2, h3 {
	page-break-after:avoid;
}

body {
	background-color: #00576a;
}
}

.shipping-calculator-form {
	width:230px;
}

.woocommerce-breadcrumb {
	display:none;
}
