

@import url('bootstrap.min.css');
@import url('jquery-ui.css');

/** Basic layout elements **/

.content h1, .content h2,.content h3,.content h4,.content h5,.content h6{
	color: #00bcb4;
	font-family: 'ProximaBold';
	letter-spacing: 1px;
	margin: 20px 0px;
}

.container{
	width: 960px;
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	max-width: 100%;
}

section{
	position: relative;
}

.clear{
	clear: both;
}

img{
	max-width: 100%;
}

.page-banner{
	position: relative;
}

.page-banner img{
	width: 100%;
}

.divider{
	display: block;
	position: relative;
	margin: 25px 0px;
	text-align: center;
	height: 25px;
}

.divider.blue{
	background: url('../images/dot-divider.png') top center no-repeat;
}

.divider.white{
	background: url('../images/dot-divider-alt.png') top center no-repeat;
}

.btn{
	display: inline-block;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: 'ProximaReg';
	font-weight: 500;
	padding: 9px 40px 7px 40px;
	line-height: 1.2;
	border: solid 2px #00bcb4;
	letter-spacing: 2px;
	font-size: 20px;
	color: #000;
	margin-bottom: 10px;
}

.btn:hover{
	opacity: 0.5;
}

.col-third{
	width: 30%;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.content .bridal-party{
	padding: 0px;
	margin: 0px;
	display: block;
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.bridal-party li{
	list-style-type: none;
	display: inline-block;
	text-align: center;
	width: 220px;
	height: 300px;
	position: relative;
	margin: 0px 25px;
	padding: 0px;
	vertical-align: top;
}

.bridal-party .maid-image{
	
}

.bridal-party .maid-image img{
	max-width: 100%;
}

.bridal-party .maid-name{
	font-weight: 700;
	display: block;
	font-size: 15px;
	margin-top: 5px;
}

.bridal-party .maid-title{
	text-align: center;
	display: block;
	font-size: 13px;
}

/*** Main header ***/

header{
	position: fixed;
	z-index: 100000;
	height: 65px;
	width: 100%;
	transition: all 0.5s;
	background: rgba(255,255,255,0.85);
	border-bottom: solid 2px transparent;
	top: 0;
}

.home-page header, .testimonials-page header{
	background: transparent;
	
}

header.scrolled{
	background: rgba(255,255,255,0.85);
    border-bottom: solid 2px #01BCB5;	
}

header #logo-cont{
	float: left;
	height: 45px;
	vertical-align: top;
	position: relative;
	padding-top: 15px;
}

header #logo-cont a:hover{
	opacity: 0.6;
}

header #header-menu{
	position: relative;
	margin-left: 200px;
	vertical-align: top;
	height: 60px;
}

header .header-nav{
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
	padding-top: 25px;
}

header .header-nav li{
	list-style-type: none;
	display: inline-block;
	position: relative;
	margin: 0px;
	padding: 0px;
	margin-right: 25px;
	text-align: center;
	padding-bottom: 5px;
}

header .header-nav li a{
	display: block;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	font-family: 'ProximaReg';
	font-size: 12px;
	letter-spacing: 2px;
}

header .header-nav li:hover, header .header-nav li.active{
	border-bottom: solid 1px #00bcb4;
}

header .header-nav a:hover, header .header-nav li.active a{
	color: #525252;
	text-decoration: none;
}




/*** Home Landing ***/

#home-landing{
	overflow: hidden;

}

#home-large-logo{
	width: 565px;
	max-width: 100%;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 18%;
	z-index: 5000;
	height: 135px;
}

#home-large-logo:hover{
	opacity: 0.4;
}

#home-landing .home-slideshow{
	display: block;
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin-bottom: -10px;
}

#home-landing .home-slideshow li{
	width: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: block;
	list-style-type: none;
	text-align: center;
}

#home-landing .home-slideshow li img{
	width: 100%;
}

#home-slider-controls{
	position: absolute;
	z-index: 5000;
	margin: 0 auto;
	width: 200px;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 50px;
	color: #fff;
	font-size: 42px;
}

#home-slider-controls span{
	color: #fff;
	display: inline-block;
	padding: 0px 5px;
	cursor: pointer;
}

#home-slider-controls span.cycle-pager-active{
	color: #00bcb4;
}

/*** About Page ***/

#about-page{
	background: url('../images/about-bg.jpg') top center no-repeat #00bcb4;
	padding: 75px 0px;
	color: #fff;
}

#about-page h2{
	margin-bottom: 50px;
}

#about-page .container{
	width: 720px;
}

#about-page #about-column{
	width: 420px;
}

#about-page .profile-pic-bottom{
	display: none;
}

/*** Services Page ***/

#services-page{
	background: #dcc69d;
	color: #000;
	font-size: 18px;
}

#services-page .container{
	padding-top: 70px;
	padding-bottom: 50px;
}

#services-page h2{
	margin-bottom: 40px;
}

#services-page .service-boxes{
	text-align: center;
	margin-bottom: -20px;
}

#services-page .service-boxes. row{
	margin-top: 20px;
}

#services-page .service-boxes .service-box{
	text-align: center;
	display: inline-block;
	width: 125px;
	vertical-align: top;
	font-size: 15px;
	margin-left: 10px;
	margin-right: 10px;
}

#services-page .service-boxes .service-box p{
	padding: 0px 5px;
	margin-top: 15px;
}

#started-page .container{
	padding-top: 75px;
	padding-bottom: 50px;
}

#started-page .start-reasons{
	text-align: center;
}


#started-page .start-reasons li{
	list-style-type: none;
	margin-bottom: 20px;
	text-align: center;
	display: block;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.logo-imgs{
	display: block;
	margin: 0 auto;
	padding: 0px;
	width: 700px;
	text-align: center;
}

.logo-imgs li{
	list-style-type: none;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	padding: 0px;
	text-align: center;
	box-sizing: border-box;
	vertical-align: middle;
}

/*** Testimonial Page ***/

#testimonial-page{
	color: #fff;
	background: #00bcb4;
	font-family: 'ProximaLightItalic';
}

#testimonial-page .container{
	padding: 100px 0px 60px 0px;
}

.home-testimonial-list{
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 800px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}


.home-testimonial-list li{
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
	text-align: center;
}

.home-testimonial-list blockquote, .home-testimonial-list blockquote p{
	font-size: 28px;
	border: none;
	font-style: normal;
	color: #fff;
	line-height: inherit;
}

.home-testimonial-list .testimonial-author{
	font-size: 20px;
}

.home-testimonial-list .testimonial-author strong{
	font-size: 24px;
}

#testimonial-page .divider{
	margin-bottom: 0px;
}

#testimonial-slider-controls{
	position: relative;
	z-index: 5000;
	margin: 0 auto;
	width: 200px;
	text-align: center;
	color: #fff;
	font-size: 42px;
	margin-top: -25px;
}

#testimonial-slider-controls span{
	color: #fff;
	display: inline-block;
	padding: 0px 2px;
	cursor: pointer;
}

#testimonial-slider-controls span.cycle-pager-active{
	color: #dcc69d;
}

#testimonial-page .btn{
	color: #fff;
	border-color: #fff;
}


/*** FAQ / Get Started Page ***/

#faq-page{
	background: #fff;
	color: #000;
}

#faq-page .container{
	padding: 75px 50px 20px 50px;
}

#faq-page .container  h2{
	margin-bottom: 50px;
}

#faq-page #faq-buttons{
	margin-bottom: 50px;
}

#faq-page #faq-buttons .btn{
	margin-left: 15px;
	margin-right: 15px;
}


/*** Footer ***/

footer{
	background: #dcc69d;
	text-align: center;
}

#footer-strip{
	text-align: center;
	background: #00bcb4;
	height: 29px;
}

footer #footer-main{
	padding: 50px 0px;
	font-size: 14px;
}

#footer-main .row{

}

#footer-main .col-third{
	
}

#footer-main strong{
	color: #000;
}

#footer-main p{
	margin-bottom: 10px;
}

#footer-main em{
	font-family: 'ProximaBoldItalic';
}

#footer-main .col-third small{
	margin-top: -3px;
	display: block;
}

#footer-main a:hover img{
	opacity: 0.5;
}

footer .copyright{
	font-size: 8px;
	text-transform: uppercase;
	font-family: 'ProximaSemi';
}

.mobile-pull, .mobile-nav{
	display: none;
}


/**** Default Page ****/

#default-page{
	min-height: 800px;
	position: relative;
	top: 100px;
	margin-bottom: 180px;
	
}

#default-heading{
	text-align: center;
	background: #00bcb4;
	padding: 40px 0px 30px 0px;
}

#default-heading h1{
	color: #fff;
	font-size: 40px;
}

body.default #default-page{
	top: 65px;
}

body.default .content{
	padding-top: 40px;
}

/*** Blog ***/

#blog-sidebar{
	float: right;
	width: 270px;
	vertical-align: top;
	position: relative;
}

#blog-main{
	float: left;
	width: 660px;
	vertical-align: top;
	position: relative;
	
}

#blog-sidebar h4{
	text-align: center;
	font-size: 18px;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'ProximaReg';
	padding: 5px 10px 2px 10px;
	background: #00bcb4;
	margin-top: 25px;
	margin-bottom: 10px;
}

.blog-sidebar-menu{
	display: block;
	padding: 0px;
	margin: 0px;
}

.blog-sidebar-menu li{
	display: block;
	text-align: center;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	padding: 3px 10px;
}

.blog-sidebar-menu li a{
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
	
}

.blog-sidebar-menu li a:hover{
	color: #00bcb4;
}

#blog-sidebar #sidebar-email{
	margin-top: 20px;
	display: block;
}

#sidebar-email input[type="text"]{
	padding: 5px;
	box-sizing: border-box;
	border: solid 1px #00bcb4;
	width: 190px;
	font-size: 16px;
	line-height: 17px;
	margin-bottom: 0px;
}

#sidebar-email input[type="submit"]{
	background: #00bcb4;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	border: none;
	padding: 7px 10px;
	line-height: 14px;
	cursor: pointer;
	display: inline-block;
}

#sidebar-email input[type="submit"]:hover{
	opacity: 0.7;
}

.blog-page .page-banner{
	margin-bottom: 25px;
}

.content .blog-list{
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
}

.blog-list > li{
	list-style-type: none;
	display: block;
	margin-left: 0px;
	padding-left: 0px;
}

.blog-list li h2{

	margin-bottom: 10px;
	margin-top: 10px;
}

.blog-list li h2 a{
	text-decoration: none;
}

.blog-list .blog-date{
	margin-top: -10px;
	font-weight: 700;
	margin-bottom: 15px;
}

.blog-list > li{
	border-top: solid 1px #dcc69d;
	padding-top: 3px;
	margin-bottom: 50px;
}

.blog-list > li .blog-item-inner{
	border-top: solid 1px #dcc69d;
	padding-top: 40px;
}

.blog-list > li:first-child{
	border-top: none;
}

.blog-list > li:first-child .blog-item-inner{
	border-top: none;
	padding-top: 0px;
	padding-bottom: 25px;
}

.blog-image{
	margin-bottom: 25px;
}

#blog-pager{
	margin: 20px 0px;
}

#blog-pager, #blog-pager a{
	color: #00bcb4;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 22px;
	font-family: 'ProximaBold';
	letter-spacing: 2px;
}

#blog-pager a:hover{
	color: #000;
}


/*** inquiry page ***/

#wedding-form input, #wedding-form textarea{
	border: solid 1px #00bcb4;
	font-size: 16px;
	color: #424242;
}

#wedding-form textarea{
	height: 150px;
}

#wedding-form button[type="submit"]{
	background: #00bcb4;
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	text-align: center;
	font-family: 'ProximaReg';
	padding: 5px 15px 3px 15px;
	border: none;
}

#wedding-form button[type="submit"]:hover{
	opacity: 0.7;
}

#wedding-form .form-submit{
	text-align: center;
}


/*** testimonials page ***/

.testimonials-page #default-page{
	top: 0px;
}

.content .testimonial-list{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	margin-top: 60px;
}

.content .testimonial-list li{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom: solid 1px #dcc69d;
    padding-bottom: 3px;
}

.testimonial-list .testimonial-inner{
	border-bottom: solid 1px #dcc69d;
	padding: 20px 0px;
}

.content .testimonial-list li:first-child{
	border-top: solid 1px #dcc69d;
    padding-top: 3px;
}

.content .testimonial-list li:first-child .testimonial-inner{
	border-top: solid 1px #dcc69d;
}

.testimonial-list .testimonial-image{
	float: left;
	vertical-align: top;
	width: 275px;
	text-align: center;
	margin-top: 20px;
}

.testimonial-list .testimonial-image img{
	max-width: 100%;
}

.testimonial-list .testimonial-content{
	vertical-align: top;
	margin-left: 300px;
	position: relative;
}

.testimonial-list .testimonial-content h2{
	letter-spacing: 1px;
	color: #00bcb4;
	font-family: 'ProximaSemi';
	font-size: 30px;
	padding-bottom: 10px;
	border-bottom: solid 1px #dcc69d;
}

.testimonial-list .testimonial-content h2 span{
	display: block;
	font-family: 'ProximaReg';
	font-size: 20px;
	text-transform: capitalize;
}

.testimonial-list .testimonial-text{
	
}

/*** Client Page ***/

.client-page header #header-menu{
	margin-left: 0;
}

.client-page #default-heading{

}

.client-page #default-page{
	top: 0px;
	margin-bottom: 60px;
}

.client-page #default-heading h1{
	letter-spacing: 6px;
	font-size: 50px;
	font-family: 'ProximaSemi';
	margin-bottom: 30px;
}

.client-page #default-heading h1 span{
	display: block;
	font-size: 16px;
	letter-spacing: 1px;
	font-family: 'Arial';
	font-weight: 500;
	margin-bottom: 5px;
}

.client-page #default-heading h2{
	text-align: center;
	color: #fff;
	font-family: 'ProximaSemi';
	font-size: 22px;
	margin-bottom: 10px;
}

.client-page #default-heading h2 span{
	display: block;
	font-family: 'Arial';
	letter-spacing: 3px;
	font-size: 16px;
	font-weight: 500;
	text-transform: Capitalize;
}

.client-page .content{
	padding-top: 60px;
	padding-bottom:0px;
}

.client-page .client-about{
	width: 420px;
}

.client-content h4{
	color: #000;
	font-family: 'ProximaReg';
	
}


.content .expander-list{
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
}


.expander-list > li{
	list-style-type: none;
	display: block;
	position: relative;
}

.expander-list > li > a{
	font-size: 17px;
	margin: 10px 0px;
	padding: 20px;
	background-color: #F9FAFC;
	color: #424242;
	border: 1px solid #F4F4F6;
	display: block;
	text-decoration: none;
	font-weight: 700;
	
}


.expander-list > li:nth-child(0n+1) > a{
	border-left: solid 2px #ffd105;
}
.expander-list > li:nth-child(0n+2) > a{
	border-left: solid 2px #f5646e;
}
.expander-list > li:nth-child(0n+3) > a{
	border-left: solid 2px #c178e3;
}
.expander-list > li:nth-child(0n+4) > a{
	border-left: solid 2px #1cba98;
}
.expander-list > li:nth-child(0n+5) > a{
	border-left: solid 2px #15bad4;
}

.expander-text{
	padding: 15px;
}


.testimonial-slideshow .testimonial-slides{
	height: 425px;
	position: relative;
	margin: 0px;
	overflow: hidden;
}

.testimonial-slides li{
	width: 100%;
	height: 100%;
}

.testimonial-slideshow .testimonial-slides img{
	width: 100%;
}

.slideshow-pager{
	width: 1000px;
}

.testimonial-slideshow .slideshow-pager img{
	max-height: 100%;
	margin-left: -30px;
}

.testimonial-slideshow .slideshow-pager a{
	display: inline-block;
	vertical-align: top;
	width: 110px;
	height: 100px;
	position: relative;
	overflow: hidden;
	border-right:  solid 1px #434A54;
	opacity: 0.7;
}
.testimonial-slideshow .slideshow-pager a:hover, .testimonial-slideshow .slideshow-pager a.cycle-pager-active{
	opacity: 1;
}

.testimonial-slideshow .cycle-prev, .testimonial-slideshow .cycle-next{
	font-size: 32px;
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	z-index: 100000;
	top: 200px;
	cursor: pointer;
	color: #15bad4;
	opacity: 0.5;
}

.testimonial-slideshow .cycle-prev:hover, .testimonial-slideshow .cycle-next:hover{
	opacity: 1;
}

.testimonial-slideshow .cycle-prev{
	left: 10px;
}

.testimonial-slideshow .cycle-next{
	right: 10px;
}

.testimonial-slideshow .more, .testimonial-slideshow .less{
	font-size: 36px;
	color: #fff;
	height: 100px;
	width: 30px;
	background: #434A54;
	position: absolute;
	bottom: 0px;
	z-index: 1000000;
	opacity: 0.8;
}
.testimonial-slideshow .more{
	right: 0px;
}

.testimonial-slideshow .less{
	left: 0px;
}

.testimonial-slideshow .more i, .testimonial-slideshow .less i{
	position: absolute;
	top: 30px;
	left: 5px
}

.testimonial-slideshow .more i{
	left: 12px;
}

.testimonial-slideshow .more:hover, .testimonial-slideshow .less:hover{
	opacity: 1;

}

.testimonial-slideshow{
	float: none;
	margin-left: auto;
	margin-right: auto;
	height: 524px;
	position: relative;
	margin-bottom: 40px;
	overflow: hidden;
	background: #efefef;
	border: solid 1px #dcc69d;
}


.testimonial-slideshow .slideshow-pager img{
	max-width: none;
}

.testimonial-slideshow .cycle-prev, .client-tab-content .testimonial-slideshow .cycle-next{
	  top: 209px;
}

.content iframe{
	width: 100%;
	margin-bottom: 25px;
}

.client-page header{
	position: relative;
	background: #E5F7F7;
}


/**** admin stuff ****/

.dashboard-menu-cont{
	margin-top: 25px;
	margin-right: 110px;
}


.content .dashboard-menu{
	display: block;
	margin: 0px;
	padding: 0px;
	margin-left: 167px;
}

.dashboard-menu li{
	list-style-type: none;
	display: block;
	float: left;
	margin: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.dashboard-menu li a{
	text-decoration: none;
	font-size: 18px;
	color: #2c3f4f;
}

.dashboard-menu li a:hover, .dashboard-menu li.active a{
	color: #dc6e23;
}

.dash-menu-icon{
    display: block;
    margin-right: 15px;
    float: left;
    vertical-align: middle;
    margin-top: -8px;
    background: rgba(25, 30, 35, 0.98);
    color: #EAEAEA;
    padding: 5px 10px;
    border: solid 1px transparent;
    border-radius: 8px;
    font-size: 14px;
    position: relative;
    width: 130px;
}

.dash-menu-icon a{
	color: #fff;
	display: block;
	text-decoration: none;
	font-family: 'Arial';
}

.dash-menu-icon a:hover, .dash-menu-icon .active a{
	color: #00B8FF;
}

.dash-menu-icon i{
	font-size: 18px;
	font-weight: 500;
}

.dash-menu-icon i.fa-chevron-down{
	float: right;
}

.dash-menu-row{
	position: relative;
	margin-bottom: 15px;
}

#dash-menu-module-list{
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
    background: rgba(25, 30, 35, 0.9);
    color: #EAEAEA;
    padding: 5px 10px;
    border: solid 1px transparent;
    border-radius: 8px;
    font-size: 12px;
    font-family: din-med;;
    width: 100%;
    left: -1px;
    top: 35px;
    padding-top: 10px;
    z-index: 10000;
}

#dash-menu-module-list li{
	margin: 0px;
	padding: 0px;
	display: block;
	list-style-type: none;
	margin-bottom: 5px;
}

#dash-menu-module-list li a{
	display: block;
}


#admin-nav{
	display: block;
	clear: both;
	margin-bottom: 25px;
	padding-top: 25px;
	border-bottom: solid 2px #424242;
	background: #E4FFFE;
}


.footer-daydream a{
	font-family: 'ProximaSemi';
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	letter-spacing: 2px;
	padding-top: 5px;
	display: block;
	font-size: 15px;
	text-transform: uppercase;
}

footer{
	position: relative;
}

.hny{
	display: none!important;
}

.account-link{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
	background: none;
}
.account-link:hover{
	background: #000;
	opacity: 0.5;
}

.newsroom-filter select {
    padding: 5px;
    width: 270px;
    font-size: 13px;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 0px;
}

.newsroom-stats-cont {
    padding: 15px;
    background: #fff;
    font-size: 14px;
}

.newsroom-stats-cont .ltb-pop-stats {
    margin-left: 0px;
}

.ltb-pop-stats {
    display: block;
    position: relative;
}

.ltb-pop-stats li {
    display: block;
    float: left;
    width: 26%;
    vertical-align: top;
    margin-bottom: 10px;
}

.all-contrib-list {
    font-size: 12px;
    line-height: 1.5px;
}

.newsroom-manage {
    width: 423px;
    position: relative;
}

.dataTables_length label {
    display: inline-block;
    vertical-align: top;
}

.dataTables_length select{
	font-size: 14px;
	padding: 2px 5px;
    display: inline-block;
    width: auto;
}

.newsroom-cont p{
	margin-bottom: 10px;
}
.public-pop-report-table, .submissions-table {
    table-layout: auto;
}

.post-title {
    font-size: 16px;
    font-weight: 700;
}

.content-preview{
	border: solid 1px #ccc;
	padding: 15px;
	background: #efefef;
}

.checkboxList label {
    margin-left: 30px;
    margin-bottom: 10px;
    display: block;

}

.checkboxList input[type="checkbox"] {
    float: left;
}

.checkboxList {
    display: block;
    padding: 20px;
    border: solid 1px #ccc;
    position: relative;
    margin-bottom: 20px;
    max-height: 250px;
    overflow-y: scroll;
}

.content .menu-item-list li {
    background: #F1F1F1;
}


.content .menu-item-list li {
    margin-left: 5px;
}

.menu-item-list li {
    display: block;
    padding: 10px 10px;
    margin-bottom: 0px;
    border-bottom: solid 1px #EDEDED;
    padding-right: 0px;
    font-size: 18px;
}

.menu-item-list .item-actions {
    float: right;
    vertical-align: top;
    text-align: right;
}

.content .menu-item-list{
	margin-left: 0px;
}

.content .menu-item-list li .item-actions {
    margin-right: 10px;
}

.content .menu-item-list li:nth-child(2n+0) {
    background: #fff;
}

.blog-trash-link {
    float: left;
    vertical-align: top;
    margin-bottom: -20px;
    z-index: 10000;
    position: relative;
    font-size: 12px;
    font-weight: 700;
}

body.client-page{
	padding-top: 0px!important;
	
}


#footer-newsletter h2{
    font-size: 14px;
    letter-spacing: 0px;
    font-family: 'ProximaBold';
    margin-bottom: 5px;
    margin-top: 20px;
}

#footer-newsletter input[type="email"]{
	display: inline-block;
	padding: 2px 5px;
	vertical-align: top;
	border: solid 1px #00bcb4;
}

#footer-newsletter button{
    display: inline-block;
    vertical-align: top;
    padding: 2px 5px;
    border: solid 1px #00bcb4;
    background: #fff;
    border-radius: 3px;
    margin-left: -5px;    
}


.blog-cats{
	margin-bottom: 15px;
	margin-top: -10px;
	font-size: 12px;
}

.blog-cats strong{
	color: #000;
}

.blog-cats a{
	text-decoration: none;
}

.blog-cats a:hover{
	text-decoration: underline;
}

.blog-image a:hover img{
	opacity: 0.8;
}

/**** Media Queries ****/

#mobile-logo{
	display: none;
}

.mobile-pull{
	text-decoration: none;
	word-spacing: 5px;
	
}

.mobile-pull:hover, .mobile-pull.active{
	text-decoration: none!important;
}

#wedding-access-form{
	position: relative;
	max-width: 200px;
	margin: 0 auto;
	
}

@media only screen and (max-width: 980px) {
	.container{
		padding: 0px 15px;
	}
	#testimonial-page .container{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	header #header-menu{
		margin-left: 125px;
	}
	
	header .header-nav li{
		margin-right: 15px;
	}
	
	header .header-nav li a{
		font-size: 13px;
	}
	
	#blog-main{
		float: none;
		width: auto;
		
	}
	
	#blog-sidebar{
		float: none;
		width: auto;
		text-align: center;
		
	}
}

@media only screen and (max-width: 780px){
	#home-large-logo{
		top: 28%;
	}
	
	header .header-nav li{
		margin-right: 10px;
		
	}
	
}

@media only screen and (max-width: 750px) {
	nav .header-nav{
		display: none;
	}
	
	.client-page .content{
		padding-top: 0px;
		
	}
	
	header{
		height: 90px;
		background: #fff!important;

	}
	
	#home-slider-controls{
		bottom: 10px;
	}
	
	.mobile-pull{
		display: inline-block;
		float: right;
		margin-top: 17px;
		font-size: 26px;
		color: #91E2DE;		
		position: relative;
		z-index: 1000000;
	}
	
	.mobile-pull:hover,.mobile-pull.active{
		color: #000;
	}
	
	.mobile-nav{
		margin: 0px;
		padding: 0px;
		position: absolute;
		width: 100%;
		top: 89px;
		background: rgba(255,255,255,0.85);
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.mobile-nav li{
		display: block;
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
	
	.mobile-nav li a{
		display: block;
		text-align: center;
		text-transform: uppercase;
		text-decoration: none;
		font-family: 'ProximaReg';
		letter-spacing: 1px;
		padding: 5px 0px;
	}
	
	.mobile-nav li a:hover{
		color: #01BCB5;
	}
	
	#home-large-logo{
		display: none;
	}
	
	#mobile-logo{
		display: block;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		height: 70px;
		position: relative;
	}
	#mobile-logo img{
		height: 100%;
	}
	
	header #logo-cont{
		display: none;
	}
	
	header #header-menu{
		margin-left: 0px;
		
	}
	
	body{
		padding-top: 90px;
		
	}
	
	#default-page, body.default #default-page{
		top: 0;
	}
	
	.blog-list h2{
		text-align: center;
	}
	
	.client-page .client-content .pull-right{
		float: none!important;
		text-align: center;
		margin-bottom: 15px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		
	}
	
	.client-page .client-about{
		width: auto;
		
	}
}

@media only screen and (max-width: 660px) {
		.testimonial-list .testimonial-image{
		float: none;
		text-align: center;
		width: auto;
		
	}
	
	.testimonial-list .testimonial-content{
		margin-left: 0px;
		clear: left;
		text-align: center;
		
	}
}

@media only screen and (max-width: 620px) {

	#about-page .profile-pic-top{
		display: none;
	}
	
	#about-page .profile-pic-bottom{
		display: block;
	}
	
	#about-page #about-column{
		width: auto;
	}
	
	#home-large-logo{
		top: 25%;
	}
	

}

@media only screen and (max-width: 510px) {
	#footer-main .col-third{
		width: auto;
		float: none;
		display: block;
		margin: 0px;
		margin-bottom: 10px;
	}
	#services-page .service-boxes .service-box{
		display: block;
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}	
	
	#about-page{
		 padding: 40px 0px;
	}
	
	#about-page h2, #services-page h2, #faq-page h2{
		margin-bottom: 30px;
	}
	
	#services-page .container{
		padding-top: 40px;
		padding-bottom: 30px;
	}
	
	#faq-buttons .btn{
		margin-left: auto;
		margin-right: auto;
		width: auto;
		display: block;
	}
	
	#faq-page .container {
		padding: 40px 20px 20px 20px;
	}	
	
	#started-page .start-reasons li{
			
		width: 95%;
	}
}

@media only screen and (max-width: 400px) {
	#services-page .service-boxes .service-box{
		display: block;
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}	
	#home-large-logo{
		top: 30%;
	}
	
	.btn{
		padding-left: 15px;
		padding-right: 15px;
		font-size: 16px;
		
	}
	
	#faq-page #faq-buttons .btn{
		margin-left: auto;
		margin-right: auto;
		
	}
	

}

@media only screen and (max-width: 350px){
	
		#mobile-logo{
		width: 230px;
		margin-left: -10px;
		margin-top: 15px;
		
	}
	
	#mobile-logo img{
		height: auto;
	}
	
	.mobile-pull{
		margin-top: 12px;
	}
}
