/*   
Theme Name: Conven
Theme URI: https://cms.reisgn.com/themes/conven
Version: 2.1
Description: Simple Reisgn CMS theme
Author: Reisgn Team
Author URI: https://reisgn.com
*/

/*----------------------------------------------------
	1. CSS Reset
------------------------------------------------------*/
* {
	padding:0;
	margin:0;
}
body {
	font-size:14px;
	line-height:24px;
	color:#605154;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	position:relative;
	background:#fff;
	width:100%;
	height:100%;
}
a {
	text-decoration: none;
	color: #f38bae;
	outline: none;
}
a:hover {
	color: #f38bae;
    text-decoration: underline;
}
.label-link {
	color: #f38bae;
	outline: none;
    font-weight: 100;
}
.label-link:hover {
	text-decoration: underline;
    cursor: pointer;
}
img {
	max-width: 100%;
}


/*----------------------------------------------------
	 2. Document Setup
------------------------------------------------------*/
.wrapper{
	width: 100%;
}
.sec_top_gp {
	padding-top: 68px;
}
.noMar{
	margin: 0!important;
}
.noPadd{
	padding:0px !important;
}
.relative {
	position:relative;
}
.section_gap {
	padding:79px 0;
}
#theBlog.section_gap {
	padding-bottom:40px;
}
.uppercase {
	text-transform:uppercase;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #acadbf;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #acadbf;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #acadbf;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #acadbf;
}

p{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:24px;
	font-weight:400;
	padding-bottom:22px;
	margin:0px;
	color:#605154;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color:#000;
}
h1{
	font-size:52px;
	line-height:normal;
	font-weight:400;
	margin:0px 0 15px;
	font-family: 'Great Vibes', cursive;
}

h2{
	font-family: 'Open Sans', sans-serif;
	font-size:41px;
	color:#605154;
	font-weight:700;
	text-transform: uppercase;
	margin:0px 0 15px;
}
h2 span {
	font-size:19px;
	line-height:27px;
	letter-spacing:5px;
	display:block;
	font-weight:normal;
	text-transform:uppercase;
}
h3{
	/* font-family: 'Great Vibes', cursive; */
	font-size:35px;
	line-height:normal;
	margin:0px 0 15px;
	
}
h4{
	font-family: "Times New Roman", Times, serif;
	font-size:17px;
	line-height:24px;
	margin:0px 0 15px;
}
h4 span{ font-size:15px !important; display:block !important; font-size:15px; color:#605154; text-transform: none; font-weight:normal;}
h5{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:24px;
	font-weight:400;
	margin:0px 0 29px;
	color:#605154;
	text-align:center;
	letter-spacing:5px;
}

h4.subHeading{
	font-weight:600;
	font-size:18px;
	padding-bottom:22px;
}

.heading{
	text-align:left;
	padding-bottom:45px;
}
#theCouple .heading{
	padding-bottom:60px;
}
.heading .container{
	padding-top:0px !important;
	padding-bottom:0px !important;
	padding-right: 15px;
	padding-left: 15px;
}
.heading h1 {
	color:#605154;
	display:block;
	line-height:40px;
	padding:22px;
	text-align:center;
}
.heading h1 span {
	display:block;
}
.heading p {
    border-left: 3px solid #f38bae;
    color: #605154;
    font-weight: 400;
    line-height: 24px;
    padding: 3px 0 3px 27px;
}
.topmar{
	margin-top:20px;
}

/*----------------------------------------------------
	3. Header Part
------------------------------------------------------*/

header {
	position: relative;
}

header + * {
    padding-top: 80px;
}

.page_head {
	background:#f38bae;
	padding:50px 0;
}

.page_head h2 {
    font-weight: 600;
    margin-bottom: 0;
    font-size:24px;
	margin-top:0 !important;
	color:#fff;
}

#breadcrumbs ul {
    font-size: 12px;
    padding: 15px 0 0;
	margin:0;
}

#breadcrumbs ul li {
	display: inline-block;
	color: #fff;
	padding: 0 11px 0 0;
	margin: 0 0 0 5px;
	background: url(images/breadcrumbs.png) no-repeat 100% 50%;
	font-size:14px;
}

#breadcrumbs ul li:last-child a,
#breadcrumbs ul li a { color: #fff; }

#breadcrumbs ul li:first-child { 
	padding-right: 0; margin-left: 0; 
	}

#breadcrumbs ul li:first-child,
#breadcrumbs ul li:last-child {
	background: none;
}

#breadcrumbs ul li:last-child { padding:0; background: none; }

.blog {
    padding: 50px 0 80px;
}

/* Logo
--------------------------*/
.logo {
	position:absolute;
    height: 100%;
	z-index:9999;
}
.logo img {
    width: auto;
    height: 100%;
    padding: 5px 0;
}
.logo h1{ 
	font-family: 'Great Vibes', cursive;
	font-weight:400;
	line-height:normal; 
	font-size:28px; 
	padding:0; 
	margin:24px 0 0;
}
.logo h1 a { 
	font-family: 'Great Vibes', cursive;
	color:#f38bae;
}

body:not(.home) .banner {
    display: none;
}

.banner{
	overflow:hidden ;
	margin:0 auto !important;
	background:#CACACA;
	padding-top:80px;
}
.hedaer-inner {
	height:100%;
	position:relative;
}
.hedaer-inner a:hover{ text-decoration:none !important;}
.bannerText {
    background: none repeat scroll 0 0 #ffffff;
    border-left: 3px solid #fff;
    margin: -140px auto 0;
    outline: 10px solid #fff;
    outline-offset: 14px;
    padding: 20px 30px;
    position: relative;
    text-align: left;
    top: 50%;
    width: 490px;
    z-index: 999999;
}
.bannerText h1 {
	font-size:72px;
	line-height:60px;
	font-weight:300;
	letter-spacing:-3px;
	text-align:center;
	color:#605154;
	margin:20px 0 0;
}
.bannerText h4 {
	color:#605154;
	line-height:36px;
	font-weight:600;
	text-transform:none;
	margin-bottom:10px;
	text-align:center;
	letter-spacing:5px;
	text-transform:uppercase;
}
.bannerText .fbt {
    margin: 15px 0 -5px;
}
.heartline {
    position: relative;
    overflow: hidden;
    background: url(images/ven.png);
    background-size: cover;
    background-position: 0 -9px;
}
.heartline i {
    background: none repeat scroll 0 0 #fff;
    color: #f38bae;
    font-size: 25px;
    left: 44%;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 40px;
    opacity: 0;
}
.heartline hr {
	height: 2px;
	margin-left: auto;
	margin-right: auto;
	background-color:#bdb4b6;
	color:#FF0066;
	border: 0 none;
    opacity: 0;
}
.bannerText p {
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	line-height:21px;
	font-weight:400;
	color:#fefefe;
	text-transform:none;
	padding-bottom:25px;
}
.bannerText p a {
	font-size:14px;
	line-height:16px;
	font-weight:700;
	text-decoration:none;
	text-transform:uppercase;
	color:#f5d76e;
	padding:0;
	display:inline-block;
	margin:0;
}
.bannerText p a i {
	font-size:17px;
	font-weight:700;
}
.bannerText p a:hover{
	color:#fff;
}
.downArrow {
    bottom: 100px;
    height: 30px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 9;
}
.downArrow i {
    display: block !important;
    font-size: 30px !important;
    text-align: center;
    color: #fff;
}


/*----------------------------------------------------
 	3.1 Menu Style
------------------------------------------------------*/
.isStuck {
    left: 0px;
    width: 100%;
}
.menu {
    margin-top: 0px;
    position: fixed;
    z-index: 20;
    left: 0px;
    right: 0px;
    margin-bottom: -100px;
    display: block;
    background: #fff;
    border-bottom: 1px solid #f38bae;
}
.menu.showmenu {
	display: block;
}

.navArea {
	float: right;
	margin-right: 140px;
}

.navwrapper .container {
	padding: 0;
	width: auto;
}

.navbar-header {
	display: block!important;
}
.nav > li > a {
	display: inline-block;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.navbar-nav > li {
	float: none;
	display: inline-block;
	position: relative;
}
.navbar-nav {
	margin: 0 auto;
	float: none;
	text-align: right;
}
.navbar-toggle {
	margin-top: 14px;
}
label.menu-link {
    margin: 0;
    display: block;
}
.navbar-nav > li:hover ul.submenu {
	float: none;
	display: block;
	position: absolute;
	width: 200px;
	background: #fff;
}
ul.submenu li {
    list-style :none;
    margin: 0;
}
ul.submenu li a {
    padding: 10px 10px!important;
    display: block;
    text-align: left!important;
    text-decoration: none;
}
ul.submenu {
    display: none;
}

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
	margin-top:0px;
	height:80px;
	position: relative;
	z-index: 15;
}
.navbar-wrapper .container{
	padding:0px;
}

.navbar-collapse{
	padding:0;
}

.navbar.navbar-inverse.navbar-static-top {
	margin:0px auto;
	background:none;
	color:#fff;
	border:none;
	font-size:13px;
	text-transform:uppercase;
}
.navbar.navbar-inverse.navbar-static-top a {
    color: #000;
    padding: 31px 15px;
    line-height: 18px;
    font-size: 11px;
    text-align: center;
    font-family: "Times New Roman", Times, serif;
    letter-spacing: 3px;
    font-style: normal;
    outline: 0;
}
.navbar.navbar-inverse.navbar-static-top a:hover{
	background-color:#f38bae;
	color:#fff;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus{
	background: #f38bae;
	color:#fff !important;
}
.navbar-inverse .navbar-nav>.active>a:hover {
  	color:#000;
}

.hideClass{
	display:none;
}

.isStuck .navbar-inverse .navbar-nav>.active>a, .isStuck .navbar-inverse .navbar-nav>.active>a:focus{
	background: #f38bae;
	color:#fff !important;
}
.isStuck .navbar.navbar-inverse.navbar-static-top a:hover{
 	color:#fff;
}
.isStuck .navbar.navbar-inverse.navbar-static-top a{
  	color:#000;
}

.stuckMenu{
	background:#fff ;
	
	-o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.isStuck{
	background:#fff ;
	
	-o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}

/*----------------------------------------------------
	3.2 Modals
------------------------------------------------------*/
.modal-header {
    margin-bottom: 20px;
}

.modal-header h2 {
    font-weight: 100;
    color: #f38bae;
    font-size: 20px;
    text-transform: none;
}

.modal .btn-close {
    color: #f38bae;
    cursor: pointer;
    font-size: 35px;
    text-decoration: none;
    position: absolute;
    right: 25px;
    top: 20px;
}

.modal-wrap:before {
    content: "";
    display: none;
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 112;
}

.modal-overlay {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 110;
}

.modal-open:checked ~ .modal-wrap:before,
.modal-open:checked ~ .modal-wrap .modal-overlay {
    display: block;
}

.modal-open:checked ~ .modal-wrap .modal-dialog {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 10%;
}

.modal-dialog {
    background: #ffffff;
    position: fixed;
    padding: 25px;
    left: 50%;
    top: -100%;
    -webkit-transform: translate(-50%, -500%);
    -ms-transform: translate(-50%, -500%);
    -o-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    max-width: 40%;
    width: 40%;
    overflow-y: auto;
    z-index: 115;
}

.modal-dialog p {
    margin-bottom: 20px;
}

#comment {
    resize: none;
}

#comments .form-submit {
    margin: 40px 0 0;
}

.your-new-comment {
    border: 1px solid #e2e0e0;
    margin: 0 15px 20px;
    padding: 20px;
}

.your-new-comment h4 {
    color: #f38bae;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.your-new-comment li,
.isotope-item {
    list-style: none;
}

.your-new-comment .media-left,
.your-new-comment .media-body .media-heading,
.screen-reader-text {
    display: none;
}

.events .label-link {
    color: #605154;
    text-decoration: none;
}

.modal.comment .modal-open:checked ~ .modal-wrap .modal-dialog {
    top: 40%;
}

.modal.comment .modal-dialog {
    width: 30%;
    padding: 25px 2%;
}

.row.events .event,
.row.events .event .desc {
    height: 220px;
}

.portfolioBlog li {
    margin-bottom: 40px;
}

.navigation.pagination {
    text-align: center;
    display: block;
}

.navigation.pagination ul a,
.navigation.pagination ul span {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #ddd;
    line-height: 38px;
}

.navigation.pagination ul a:hover,
.navigation.pagination ul span:hover {
    background-color: #ddd;
}

section.cps {
    padding: 80px 0;
}

.last-activity > div > h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #f38bae;
}

.last-activity .latest-news {
    margin-bottom: 25px;
}

.last-activity .desc {
    padding: 5%;
    margin-bottom: 10px;
}

.last-activity .desc .label-link {
    color: #605154;
    text-decoration: none;
}

.single-post .post_meta h2 {
    font-size: 30px;
    margin: 20px 0 0;
}

.page-id-11 header + .banner,
.page-id-601 header + .banner {
    display: block;
    position: relative;
    height: 700px;
}

.page-id-11 header + .banner .hedaer-inner,
.page-id-601 header + .banner .hedaer-inner {
    position: absolute;
    display: block;
    width: 100%;
    z-index: 10;
    padding: 10% 0 0;
}

.about-logo {
    display: block;
    width: 30%;
    height: 200px;
    margin: 0 auto;
    border: 5px solid #fff;
}

.about-logo h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    padding-top: 10px;
    text-align: center;
}

.apt h4 {
    font-family: 'Open Sans', sans-serif;
    color: #f38bae;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 35px;
    line-height: 45px;
}

.apt h4:after {
    content: '';
    width: 40%;
    height: 1px;
    display: block;
    background: #cccccc;
    margin: 20px 0;
}

section.ats {
    padding-bottom: 80px;
}

.modal-dialog.menu {
    top: 0!important;
    left: auto;
    right: 0!important;
    width: 380px;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

.modal-open:checked ~ .modal-wrap .modal-dialog.menu {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog.menu .navbar-nav > li > a {
    padding: 15px 7% !important;
    color: #f38bae!important;
    background: #ffeaf1;
    margin: 10px 0;
}

/*----------------------------------------------------
	4. Start Section
------------------------------------------------------*/
.arrow{ position:relative;}

.membership_listing {
	padding:0 0 0 79px;
	position:relative;
}
.membership_listing h3 {
	line-height:16px;
	margin-bottom:15px;
}
.membership_listing span {
	color:#fff;
	font-size:30px;
	display:block;
	width:48px;
	height:48px;
	background-color:#f5d76e;
	text-align:center;
	line-height:53px;
	position:absolute;
	left:0;
	top:0;
	-webkit-border-radius:2px;
	border-radius:2px;
}

/*----------------------------------------------------
	5. The Couple
------------------------------------------------------*/
.theCouple img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    display: block;
}
.theCouple h3{ 
	text-align:center; 
	margin-bottom:3px; 
	color:#f38bae;
	}
.theCouple h5{ 
	text-transform:uppercase;
	}
.theCouple ul {
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    text-align: center;
}
.theCouple ul li {
	display:inline-block;
    list-style-type: none;
    margin-right: 2%;
}
.theCouple ul li:last-child {
    margin-right: 0;
}
.theCouple ul li a {
    cursor: pointer;
    display: inline-block;
    height: 30px;
    width: 31px;
}
.theCouple .desc {
    width: 50%;
    height: 370px;
    float: left;
    margin: 0 15px 0 -15px;
    padding: 4% 5%;
    border-left: 0;
}
.theCouple a.anchor {
    background: #f38bae!important;
    color: #fff!important;
    border: 0;
    width: 200px;
    margin: 0;
}
.theCouple a.ico {
    background-color: #fff;
    border: 1px solid #605154;
    border-radius: 50%;
    display: inline-block;
    height: 28px;
    margin-bottom: 15px;
    text-align: center;
    width: 28px;
}
.theCouple a.ico:hover {
   	border:1px solid #f38bae;
}
.theCouple a.ico:hover i {
    color: #f38bae;
}
.theCouple a i {
    color: #323a42;
    font-size: 13px;
    line-height: 25px;
}
.line{ 
	background:url(images/line-divider.png) no-repeat 50% 0;
	height:435px; 
	position:relative
	}
.line i {
    color: #f38bae;
    font-size: 64px;
    left: 32%;
    position: absolute;
    top: 43%;
}
.bigRound{ 
	border-radius:50%;
	width:234px; 
	height:234px;
	padding:11px; 
	border:1px solid #e8e6e3; 
	background:#fff;
	}
/*----------------------------------------------------
	6. Events Schedule
------------------------------------------------------*/
.events img{ 
	margin:0 auto; 
	display:block; 
	width:100%; 
	height:auto;
	}
.desc {
    border: 1px solid #e2e0e0;
    box-sizing: border-box;
    padding:10%;
}
.desc p{ padding:0;}
.desc h4{ 
	color:#f38bae; 
	font-family: 'Open Sans', sans-serif; 
	font-weight:700;
	text-transform:uppercase;
	}
.desc h4 a {
	color:inherit;
}
.hover_listing {
	font-size:0;
	letter-spacing:0;
	padding:0;
	margin:0 -10px 30px 0;
}
.hover_listing li {
	border-right:2px solid #fafafb;
}
.hover_listing li .img {
	display:block;
	width:100%;
	height:100%;
	margin-bottom:25px;
	background:#f5d76e;
	position:relative;
}
.hover_listing li p {
	letter-spacing:-1px;
}
.hover_listing li .img img {
	-webkit-transition: opacity 400ms ease-in-out;
	-moz-transition: opacity 400ms ease-in-out;
	transition: opacity 400ms ease-in-out;
}
.hover_listing li .img:hover img {
	opacity:.1;
}
.hover_listing li .img .play-btn {
	width:64px;
	height:64px;
	color:#fff;
	border-color:#fff;
	line-height:64px;
	font-size:25px;
	display:block;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in-out;
	-moz-transition: opacity 400ms ease-in-out;
	transition: opacity 400ms ease-in-out;
}
.hover_listing li .img:hover .play-btn {
	opacity:.9;
}

.btn-primary {
	line-height:50px;
	font-size:15px;
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
	background:#2f4e71;
	border:none;
	border-bottom:3px solid #243c58;
	display:inline-block;
	padding:0 47px;
	-webkit-border-radius: 0;
	border-radius: 0;
}

/*----------------------------------------------------
	7. People Section
------------------------------------------------------*/
.pinkCircle .nameCircle, 
.blueCircle .nameCircle {
    display: block;
    height: 245px;
    line-height: 266px;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    width: 245px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.pinkCircle .nameCircle {
    background-color: #f38bae;
    border: 10px solid #fff;
    box-shadow: 0 0 0 2px #f38bae;
}
.blueCircle .nameCircle {
    background-color: #7bd0f5;
    border: 10px solid #fff;
    box-shadow: 0 0 0 2px #7bd0f5;
}

/*.pinkCircle a img {
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #f38bae;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-family: "Great Vibes",cursive;
    font-size: 62px;
    height: 275px;
    line-height: 42px;
    margin: 0 auto 0!important;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 275px;
}*/
.pinkCircle .nameCircle em,
.blueCircle .nameCircle em{
    color: #fff;
    display: inline-block;
    font-family: "Great Vibes",cursive;
    font-size: 62px;
    line-height: 42px;
    text-align: center;
	margin-left:-10px;
}
.circle {
	padding-top:22px;
}
.smallTxt{ 
	font-size:39px !important;
	}
.smallRound{
	width:202px; 
	height:202px; 
	padding:11px; 
	border:1px solid #e8e6e3; 
	background:#fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	}
.pinkCircle img{ 
	margin:0 auto;
	}
.bride {
	margin-bottom:30px;
}
.bride ul li, .groom ul li{ 
	display:inline-block;
	}
.bride ul li:last-child, .groom ul li:last-child{ 
	margin-right:0;
	}
.bride ul li img, .groom ul li img{ 
	display:block; 
	margin:0 auto 30px;
	}
.bride ul li h4, .groom ul li h4{
	font-size:18px;
	text-align:center; 
	font-weight:700; 
	color:#f38bae; 
	font-family: 'Open Sans', sans-serif; 
	text-transform:uppercase;
	}
.bride ul li h4 span, .groom ul li h4 span{ 
	text-transform:uppercase; 
	letter-spacing:3px; }
.blueCircle img{ 
	margin:0 auto;
	}

/*.blueCircle a img {
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #7ad1f5;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-family: "Great Vibes",cursive;
    font-size: 62px;
    height: 275px;
    line-height: 42px;
    margin: 0 auto 0!important;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 275px;
}
.blueCircle a em {
    color: #fff;
    display: table-cell;
    font-family: "Great Vibes",cursive;
    font-size: 62px;
    left: 25%;
    line-height: 42px;
    position: absolute;
    text-align: center;
    top: 35%;
    vertical-align: middle;
    width: 150px;
}*/
/*----------------------------------------------------
	 8. Gallery Section
------------------------------------------------------*/
.gallery .portfolio-item img{ width:100%; margin-bottom:31px;}
.thumbnail {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 0px !important;
}
.thumbnails li {
	list-style:none;
	overflow:hidden;
	margin-bottom:30px;
}
.thumbnails li img {
	width:100%;
}
.gallery {
  color: #fff;
}
.gallery h2 {
  font-family: 'Yesteryear', arial, helvetica, sans;
  color: #eee;
  text-align: center;
  margin-bottom: 15px;
  font-size: 4.5em;
  font-weight: 200;
  line-height: 1.65em;
  border-bottom: 1px solid #000;
  text-shadow: 3px 4px 0px rgba(0, 0, 0, 0.76);
}
.credits a {
  margin-right: 15px;
  color: #555;
  border: 1px solid #000;
  padding: 5px 15px;
  background: rgba(0, 0, 0, 0.45);
}
.credits a:hover {
  color: #999;
  text-decoration: none;
  background: #000;
}

span.hoverZoom{
	visibility:hidden;
	/*width:100%;*/
	height:100%;
	position: absolute;
	left:0;
	right:15px;
	bottom: 0px;
	margin-left:15px;
	
}

ul.thumbnails li:hover span.hoverZoom{
	visibility:visible;
	left:0px;
	bottom: 0px;
	background-color: rgba(242, 123, 163, .2);
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}

span.hoverZoom a {
	line-height:54px;
}

span.hoverZoom .smallIcon {
	width: 60px;
	margin: 0px auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -27px;
}

span.hoverZoom .zoom {
    visibility: hidden;
    background: #f38bae;
    color: #fff;
    position: relative;
    left: -50%;
    margin-top: 15px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    display: block;
    opacity: 0;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    border-radius: 5px;
}

ul.thumbnails li:hover span.hoverZoom .zoom{
	visibility:visible;
	opacity:1;
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
}

.portfolio .portfolio-title {
    font-family: Arial, sans-serif;
}

/*----------------------------------------------------
	 9. The Blog
------------------------------------------------------*/
		
ul.portfolioContainer{
	display:block;
	padding:0px;
	margin-bottom: 70px;
	list-style-type:none;
}
ul.portfolioContainer li {
    display: block;
    height: 240px;
    margin-bottom: 40px;
}
ul.portfolioContainer li .lightCon {
	display:block;
	margin:0px;
	position:relative;
	overflow:hidden;
}
ul.portfolioContainer li .lightCon span {
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    height: 100%;
    position: absolute;
    opacity: 0;
    background: rgba(242, 123, 163, .2);
    transition: .3s;
}
ul.portfolioContainer li:hover .lightCon span {
    opacity: 1;
    transition: .3s;
}
ul.portfolioContainer li .lightCon span a {
    margin-top: 40%;
    line-height: 230px;
    padding: 7px 12px;
    background: #f38bae;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}
ul.portfolioContainer li img {
    width: 100% !important;
    height: 240px;
    object-fit: cover;
    display: block;
    outline: 1px solid #eee;
    border: 5px solid #fff;
}
.metaInfo { 
	font-size: 11px;
    font-style: italic;
    padding: 0 0 20px;
    text-transform: uppercase;
}
.metaInfo span {
    padding-right: 10px;
}
.metaInfo > span {
	color: #777;
    display: inline-block;
    margin-right: 7px;
    padding-right: 15px;
    position: relative;
}
/* .metaInfo > span:before {
    content: "/";
    display: inline-block;
    position: absolute;
    right: 0;
    vertical-align: middle;
} */
.metaInfo > span:last-child:before {
	content:inherit;
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */

    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
	
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
figcaption{ padding:10%; border:1px solid #e2e0e0;}
.lightCon figcaption {
    padding: 6%;
    min-height: 250px;
}
figcaption h4 {
    color: #f38bae;
    font-family: "Open Sans",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
figcaption h4 a {
    color: #f38bae;
}
.pinkSection{ background:#f38bae; padding:33px 0;}
	.pinkSection .anchor {
	border-color: #fbd7e3;
    color: #ffffff;
	}
	a.anchor {
    border: 2px solid #fbd7e3;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 46px;
    margin: 0 auto;
    padding: 0 32px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 21%;
	}
	a.anchor:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.project .thumbnail {
    margin: 0;
    padding: 0;
}

.project .thumbnail > img,
.project .thumbnail a > img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
/*----------------------------------------------------
	 10. RSVP
------------------------------------------------------*/

.eventsLocation {
	padding:0;	
}
.joinourParty {
	padding:0;
}

.signup_text {
	font-size:25px;
	color:#fff;
	font-weight:700;
	line-height:49px;
	margin:0;
	}
.rsvpBack{ 
	background:url('images/contacts-back.jpg') no-repeat 50% 0; 
	background-size:cover;
	padding-top:80px;
	}
.rsvpBack h4{ 
	font-size:19px; 
	font-weight:700; 
	color:#fff; 
	margin-bottom:55px; 
	font-family: 'Open Sans', sans-serif; 
	text-transform:uppercase; 
	letter-spacing:3px;
	}
.googleMap{ 
	margin-bottom:160px;
	}


/*----------------------------------------------------
	10.1 form
------------------------------------------------------*/
.form-header {
	position:absolute;
	left:0;
	right:0;
	top:160px;
	margin:0 auto;
	height:100%;
}
.form-container {
	min-height:550px;
	padding: 40px 60px;
	background-color:#fff;
	right:0;
	top:0;
	z-index:999;
}
.form-container h2 {
	font-size:36px;
	line-height:24px;
	color:#2f4e71;
	font-weight:700;
	letter-spacing:-2px;
	text-transform:uppercase;
	padding:0;
	margin:0 0 10px;
}
.form-container h2 span {
	font-size:17px;
	color:#333850;
	display:block;
}
.form-container .heartline{ 
	margin-bottom:30px;
	}
.cf .cf-form-control-wrap:not(.quiz-22) {
    margin-bottom: -7px;
    display: block;
    font-size: 0;
    letter-spacing: 0;
}
.cf label {
    width: 100%;
}
.cf input,
.cf select,
.cf textarea,
.cf-form-control-wrap.quiz-22 label span {
	background: none repeat scroll 0 0 #f9f8f8;
    border: 1px solid #e2e5e9;
    color: #acadbf;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    font-weight: 400;
    height: auto;
    line-height: normal;
    width: 100%;
	padding:12px 20px;
}
.cf-form-control-wrap.quiz-22 label span {
    border-right: 0;
    width: 70px;
    padding: 12px 0 12px 20px;
}
.cf-form-control-wrap.quiz-22 label input {
    float: right;
    width: calc(100% - 70px);
    padding-left: 0;
    border-left: 0;
}
.cf select {
	padding:12px 20px;
}
input.button,
.cf .cf-submit {
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	line-height:56px;
	font-weight:700;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	padding:0;
	width:100%;
	height:56px;
	background:#f38bae;
	border:none;
}
.cf textarea {
    height: 150px;
    resize: none;
}
.cf .cf-form-control-wrap.your-mess {
    margin-top: 12px;
}
.cf-response-output {
    border: none!important;
    margin: 0!important;
    padding: 0!important;
    text-align: center;
}
h3.succes_message {
	color:#3C3;
}
.error_message {
    color: #ff675f;
    font-weight: 500;
	padding:0 15px 15px;
}

/* banner overlay */
.patternOverlay {
	background-image: -webkit-linear-gradient(top, #fd6682 0%, #78d4f8 100%);  
    background-image: -moz-linear-gradient(top, #fd6682 0%, #78d4f8 100%);  
    background-image: -ms-linear-gradient(top, #fd6682 0%, #78d4f8 100%);  
    background-image: -o-linear-gradient(top, #fd6682 0%, #78d4f8 100%);  
    background-image: linear-gradient(top, #fd6682 0%, #78d4f8 100%);  
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	z-index:9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}

/* Preloader */
#preloader {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:9999999999; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	color:#fff;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(images/preloader.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}
#status p{text-align:center;}


/* backgrounds */
.white_section {	
	background-color:#fff;
}
.grey_section {	
	background-color:#fafafb;
}
.yellow_section {
	background-color:#fbfaf4;
}
.lightYellow_section{ 
	background-color:#f9f8f8;
	}
.blue_section {
	background-color:#2f4e71;
}

/*----------------------------------------------------
	 11. Footer Style
------------------------------------------------------*/
.footer {
    background: #f38bae;
    color: #fff;
    padding: 40px 0 25px;
    position: relative;
}
.footer p {
	font-size:14px;
	color:#fff;
	padding:0;
	text-align:center;
}
.footer a {
	color:#fff;
}
.gototop {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    position: relative;
    top: -21px;
}
.gototop i {
	color:#fff;
	line-height:13px;
	margin-left:8px;
}
.gototop:hover {
	color:#fff;
}
.home .footer{
	background-color:#ffffff;
	padding:0px 0 30px;
}
.home .footer p {
	color:#605154;
}
.home .gototop {
    color: #000;
}
.home .gototop i {
	color:#000;
}
.home .gototop:hover {
	color:#000;
}
/*----------------------------------------------------
	 9. Google map
------------------------------------------------------*/

.contact-pb h4 {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    color: #f38bae;
}

.contact-pb .heartline {
    margin: 10px 0 25px;
}

.contact-sb {
    padding-top: 80px;
}

.desc.conb i {
    margin-right: 15px;
}

.mapArea{
	height:400px;
	overflow:hidden;
	width:100%;
	margin:0;
	background:#d8d7db;
}

.mapArea iframe{
	width:100%;
	height:100%;
}

#social-menu {
    margin-top: 30px;
}

#fixed-social-menu {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 2;
}

#fixed-social-menu ul {
    margin: 0;
}

#social-menu li {
    display: inline-block;
    margin-right: 10px;
}

#fixed-social-menu li {
    list-style: none;
    padding: 5px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    margin-top: 7px;
}

#social-menu li a,
#fixed-social-menu li a {
    color: #fff;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 29px;
    font-size: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    text-decoration: none!important;
}

#social-menu a:before,
#fixed-social-menu a:before {
    display: block;
    font-size: 17px;
    margin: -1px 0 0;
    font-family: FontAwesome;
}

#fixed-social-menu a:before {
    color: #959595;
}

#social-menu a[href*="whatsapp"]:before,
#social-menu a[href*="wapp"]:before,
#social-menu a[href*="wa.me"]:before,
#fixed-social-menu a[href*="whatsapp"]:before,
#fixed-social-menu a[href*="wapp"]:before,
#fixed-social-menu a[href*="wa.me"]:before {
    content: '\f232';
}

#social-menu a[href*="viber"]:before,
#fixed-social-menu a[href*="viber"]:before {
    content: '\f095';
}

#social-menu a[href*="facebook"]:before,
#fixed-social-menu a[href*="facebook"]:before {
    content: '\f09a';
}

#social-menu a[href*="vk"]:before,
#fixed-social-menu a[href*="vk"]:before {
    content: '\f189';
}

#social-menu a[href*="instagram"]:before,
#fixed-social-menu a[href*="instagram"]:before {
    content: '\f16d';
}

#map .textwidget {
    height: 100%;
}

.mpgallery-wrap .mpgallery-list {
    display: flex;
    flex-wrap: wrap;
}

/*----------------------------------------------------
	 12. Responsive style
------------------------------------------------------*/

@media only screen and (min-width: 992px) and (max-width : 1280px) {	

.line i{ left:27%;}
.pinkCircle a img {
	height: 242px !important;
	width:242px !important;
}
.pinkCircle a em, .blueCircle a em{ 
	left:18%;
	}
.blueCircle a img{
    height: 242px !important;
	width:242px !important;
}
.smallRound{
	border-radius:50%;
	width:202px; 
	height:202px; 
	padding:11px; 
	border:1px solid #e8e6e3; 
	background:#fff;
	}
/*.bride ul li img, .groom ul li img {
    height: auto;
    width: 80%;
}*/
.form-container {
	padding:20px;
}
.form-container h2 {
	font-size:32px;
}
.form-container h2 span {
	font-size:15px;
}
input.normal, select.normal, textarea.normal {
	font-size:14px;
	padding:10px 15px;
}

}

@media only screen and (min-width: 320px) and (max-width:991px) {
	.logo {
		left:70px;
	}
	.navbar-toggle {
		float:right;
		margin:23px 0 0 15px;
		display:block;
	}
	.relative {
		right: 0;
		position: relative;
		top: -56px;
	}	
	.mapArea {
		margin-bottom:55px;
	}
	.navArea {
		margin:0;
	}
	.navbar-header {
		height:80px;
	}
	.navbar-collapse {
		max-height:340px;
	}
	.navbar-collapse.in {
		overflow-y: auto;
	}
}

@media only screen and (min-width: 768px) and (max-width:991px) {	
.noPadd {
	padding:0 15px!important;
}

.bannerText h1 {
	font-size:62px;
}
.line{ 
	display:none;
	}
.bride ul li, .groom ul li{ 
	margin-right:5%;
	}
.pinkCircle a img, .blueCircle a img {
	height: 242px !important;
	width: 100% !important;
}

.pinkCircle a em,.blueCircle a em{ 
	left:20%; 
	top:33%;
}
.dropdown-menu{ 
	left:22px !important;
}
a.anchor{ 
	width:39%;
	}
h1 {
	font-size:45px;
}
h1 span {
	font-size:26px;
	line-height:22px;
}
h2{
	font-size:30px;
	line-height:normal;
}
.logo {
	margin-left:10px;
}
.single-post .img_hover img {
    width: 100%;
    margin-bottom: 35px;
}
.navArea {
	float:none;
	margin:0;
}
.navbar-collapse.collapse {
	display: none !important;
	visibility: hidden !important;
	border:none;
}
.navbar-collapse.collapse.in {
	display: block !important;
	visibility: visible !important;
}
.navbar-nav{
	width: 100%;
	color:#fff;
	background:#181a1c;
	text-align:center;
}
.nav > li > a {
	display:block;
}
.navbar.navbar-inverse.navbar-static-top a:hover{
	background:none;
}

.navbar-nav > li{
	float:none;
	display:block;
}
.navbar-nav > li> a{
	padding:15px 0 !important;
	color:#fff !important;
}
.navbar-nav > li> a:hover,
.navbar-nav > li.active> a:hover{
	background:#ffd7e5 !important;
}
.navbar-inverse .navbar-toggle:hover, 
.navbar-inverse .navbar-toggle:focus {
	background-color:inherit;
}
.navbar-inverse .navbar-toggle.active, 
.navbar-inverse .navbar-toggle.active:focus {
	background-color:#f38bae;
}
.navbar-inverse .navbar-toggle.active .icon-bar, 
.navbar-inverse .navbar-toggle.active:focus .icon-bar {
	background-color:#fff;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color:#000;
}

.isStuck .navbar-toggle {
	display:block;
}
.navbar-header {
	float:none;
}
.navbar .container{
	padding:0;
}
.isStuck.navbar-wrapper .navArea{
	display:block;
}
.navbar-header .navbar-brand{
	float:right;
}
.form-header {
	position:static;
}
.form-container {
	position:static;
	width:100%;
	margin:15px 0;
	padding:15px;
}
.form-container h2 {
	font-size:28px;
}
input.normal.small {
	width:100%;
}
input.normal.small:first-child {
	margin-bottom:17px;
}
.custom-nav-tabs {
	margin-bottom:15px;
}
.tab-pane img {
	margin:0 0 15px;
}
.hover_listing {
	margin:0;
}
.hover_listing li {
	text-align:center;
	border:none;
	border-bottom:2px solid #fafafb;
}
.hover_listing li .img {
	background:none;
}
.hover_listing li .img:hover {
	background:#f5d76e;
}
.hover_listing li .img {
	text-align:center;
}

ul.pricing-boxes.three li {
	width:100%;
}
ul.pricing-boxes li.best-plan {
	top:0;
}

.footer {
	text-align:center;
}
.footer .pull-left, 
.footer .pull-right {
	float: none !important;
}	
ul.portfolioContainer li.col-xs-6{
	width:49%;
	min-height: 85px;
	
}	
.bottomfourcol .col-sm-6 {
	margin-bottom:15px;
}	
.gototop {
	top:0;
}

.navbar-nav > li:hover ul.submenu{
	float: none;
	display: block;
	position:relative;
	width:100%;
	background:#565656;
}
ul.submenu { display:block; background-color:#676767;}
ul.submenu li{ list-style:none; margin:0; }
ul.submenu li a{ padding:10px 10px !important; display:block; text-align:center !important; text-decoration:none; font-size:11px;}
.navbar-nav > li:hover ul.submenu li a:hover{ background:#272727;}

}

@media only screen and (min-width: 640px) and (max-width:767px) {

.pinkCircle a, .blueCircle a{ 
	margin-bottom:20px;
	}
.pinkCircle a img, .blueCircle a img {
    height: 275px !important;
    width: 275px !important;
}
.pinkCircle a em, .blueCircle a em{ 
	left:39%;
	}
/*.bride ul li img, .groom ul li img {
    height: auto;
    width: 40%;
}*/
	h1 {
    font-size: 45px;
}
.relative {
    left: -70%;
    position: relative;
    top: -63px;
}
.dropdown-menu{ 
	left:22px !important;
}
.navArea {
	float:none;
}
.navbar-collapse.collapse {
	display: none !important;
	visibility: hidden !important;
	border:none;
}
.navbar-collapse.collapse.in {
	display: block !important;
	visibility: visible !important;
}

.navbar-nav{
	width: 100%;
	color:#fff;
	background:#181a1c;
	text-align:center;
}
.nav > li > a {
	display:block;
}
.navbar.navbar-inverse.navbar-static-top a:hover{
	background:none;
}

.navbar-nav > li{
	float:none;
	display:block;
}
.navbar-nav > li> a{
	padding:15px 0 !important;
	color:#fff !important;
}
.navbar-nav > li> a:hover,
.navbar-nav > li.active> a:hover{
	background:#000 !important;
}
.navbar-inverse .navbar-toggle:hover, 
.navbar-inverse .navbar-toggle:focus {
	background-color:inherit;
}
.navbar-inverse .navbar-toggle.active, 
.navbar-inverse .navbar-toggle.active:focus {
	background-color:#f38bae;
}
.navbar-inverse .navbar-toggle.active .icon-bar, 
.navbar-inverse .navbar-toggle.active:focus .icon-bar {
	background-color:#fff;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color:#000;
}

.isStuck .navbar-toggle {
	display:block;
}
.navbar-header {
	float:none;
}
ul.submenu { display:block; background-color:#676767;}
	
.navbar-toggle {
	margin-top: 23px;
}
.navbar .container{
	padding:0;
}
.isStuck.navbar-wrapper .navArea{
	display:block;
}
.navbar-header .navbar-brand{
	float:right;
}
.events{
	margin-bottom:25px;
	}
.line{ display:none;}

.navbar-nav > li:hover ul.submenu{
	float: none;
	display: block;
	position:relative;
	width:100%;
	background:#565656;
}
ul.submenu li{ list-style:none; margin:0; }
ul.submenu li a{ padding:10px 10px !important; display:block; text-align:center !important; text-decoration:none; font-size:11px;}
.navbar-nav > li:hover ul.submenu li a:hover{ background:#272727;}
}


@media only screen and (min-width: 200px) and (max-width:639px) {
.noPadd {
	padding:0 15px!important;
}
.bannerText {
	width:90%;
	padding:10px;
	margin-top:-97px;
	padding:10px 20px;
}
.bannerText h1 {
	font-size:40px;
	line-height:normal;
	margin-bottom:10px;
	letter-spacing:-1px;
	margin-top:10px;
}
.bannerText h4 {
	line-height:normal;
}
.pinkCircle a, .blueCircle a{ 
	margin-bottom:20px;
	}

.gallery .portfolio-item img{ 
	width:100%;
	}

a.anchor{ 
	width:70%;
	}

.dropdown-menu{ 
	left:0 !important;
	top:51px !important;
}
.navArea {
	float:none;
	margin:0;
}
.line{ display:none;}
.navbar-collapse.collapse {
	display: none !important;
	visibility: hidden !important;
	border:none;
}
.navbar-collapse.collapse.in {
	display: block !important;
	visibility: visible !important;
}

.navbar-nav{
	width: 100%;
	color:#fff;
	background:#181a1c;
	text-align:center;
}
.nav > li > a {
	display:block;
}

.navbar-nav > li{
	float:none;
	display:block;
}
.navbar-nav > li> a{
	padding:15px 0 !important;
	color:#fff !important;
}
.navbar-nav > li> a:hover,
.navbar-nav > li.active> a:hover{
	background:#fbcfdd !important;
}
.navbar-inverse .navbar-toggle:hover, 
.navbar-inverse .navbar-toggle:focus {
	background-color:inherit;
}
.navbar-inverse .navbar-toggle.active, 
.navbar-inverse .navbar-toggle.active:focus {
	background-color:#f38bae;
}
.navbar-inverse .navbar-toggle.active .icon-bar, 
.navbar-inverse .navbar-toggle.active:focus .icon-bar {
	background-color:#fff;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color:#000;
}
.isStuck .navbar-toggle {
	display:block;
}
.navbar-header {
	float:none;
}
	
.navbar-toggle {
	margin-top: 23px;
}
.navbar .container{
	padding:0;
}
.isStuck.navbar-wrapper .navArea{
	display:block;
}
.navbar-header .navbar-brand{
	float:right;
}
ul.submenu { display:block; background-color:#676767;}
.events{
	margin-bottom:25px;
	}
.goto {
    clear: both;
    display: block;
    float: none !important;
    position: inherit !important;
}
.gototop {
    color: #000;
    display: block;
    font-size: 13px;
	top:0;
	text-align:center;
}
.google-maps{ margin-bottom:30px;}

.navbar-nav > li:hover ul.submenu{
	float: none;
	display: block;
	position:relative;
	width:100%;
	background:#565656;
}
ul.submenu li{ list-style:none; margin:0; }
ul.submenu li a{ padding:10px 10px !important; display:block; text-align:center !important; text-decoration:none; font-size:11px;}
.navbar-nav > li:hover ul.submenu li a:hover{ background:#272727;}
    
.navbar-wrapper {
    height: 65px;
}
.navbar-toggle {
    margin: 16px 40px 0px 15px!important;
}
.banner {
    padding-top: 65px;
}
}

/* Custom in 2.1 */
#mpgallery_glavnoe_mpgallery .mpgallery-summary h4 {
    min-height: auto!important;
}
.nimg {
    height: 240px;
    object-fit: cover;
    object-position: top;
}
/* ------------- */

@media only screen and (min-width: 200px) and (max-width: 400px) {
	.logo h1 {
		font-size:21px;
		font-weight:bold;
		margin:27px 0 0;
	}
}

@media screen and (max-width: 1440px) {
    .about-logo {
        width: 35%;
    }
    .modal-dialog {
        max-width: 50%;
        width: 50%;
    }
    .modal.comment .modal-dialog {
        width: 40%;
    }
}

@media screen and (max-width: 1280px) {
    .modal-dialog p {
        margin-bottom: 0;
    }
    .modal-dialog {
        max-height: 80%
    }
    #modal-comments.modal-open:checked ~ .modal-wrap .modal-dialog {
        top: 5%;
    }
    #modal-comments + div .modal-dialog {
        max-height: 85%;
    }
    .form-container .row {
        margin: 0;
    }
}

@media screen and (max-width: 1024px) {
    .navArea {
        margin-right: 0;
    }
    .page-id-11 header + .banner,
    .page-id-601 header + .banner {
        height: 640px;
    }
    .about-logo {
        width: 45%;
    }
    .about-logo h1 {
        font-size: 55px;
    }
    .modal-dialog {
        max-width: 60%;
        width: 60%;
    }
    .modal.comment .modal-dialog {
        width: 50%;
    }
    h2 span {
        font-size: 17px;
    }
    .form-container .row {
        padding: 0 5%;
    }
    .cf-form-control-wrap.quiz-22 label span {
        width: 22%;
    }
    .cf-form-control-wrap.quiz-22 label input {
        width: 78%;
    }
    .section_gap {
        padding: 40px 0;
    }
}

@media screen and (max-width: 860px) {
    .theCouple .desc {
        width: 100%;
        height: 300px;
        margin: 0;
        padding: 4% 5%;
        border: none;
    }
    .row.events .event {
        width: 100%;
        height: 170px;
        margin-bottom: 25px;
    }
    .row.events .event .desc {
        padding: 5%;
        height: 170px;
    }
    .form-container .row {
        padding: 0 5%;
    }
    .navbar-nav {
        width: 100%;
        color: #f38bae;
        background: #fff;
        text-align: center;
    }
    .navbar-nav > li> a {
        padding: 15px 0 !important;
        color: #9d9d9d!important;
    }
    .page-id-11 header + .banner > div,
    .page-id-601 header + .banner > div {
        width: 100%;
        padding: 0!important;
    }
    .page-id-11 header + .banner,
    .page-id-601 header + .banner {
        height: 560px;
    }
    .modal-dialog {
        max-width: 70%;
        width: 70%;
    }
    .contact-pb {
        padding-top: 50px;
    }
    #mpgallery_glavnoe_mpgallery .mpgallery-summary p {
        display: none;
    }
    .nimg {
        height: 160px;
    }
}

@media screen and (max-width: 768px) {
    .navbar-toggle {
        margin: 23px 40px 0px 15px;
    }
    .nimg {
        height: auto;
    }
}

@media screen and (max-width: 720px) {
    .navbar-toggle {
        margin-right: 50px;
    }
    a.anchor {
        width: 30%;
    }
    .last-activity {
        display: none;
    }
    .about-logo {
        width: 60%;
    }
    .page-id-11 header + .banner,
    .page-id-601 header + .banner {
        height: 485px;
    }
    .navbar.navbar-inverse.navbar-static-top a {
        font-size: 16px;
    }
    .modal-dialog {
        max-width: 90%;
        width: 90%;
    }
    .modal.comment .modal-dialog {
        width: 70%;
    }
    .row.heading {
        padding: 0 15px 45px;
    }
}

@media screen and (max-width: 640px) {
    .modal.comment .modal-dialog {
        width: 80%;
    }
    .page_head {
        padding: 25px 0;
    }
    .page-id-11 header + .banner,
    .page-id-601 header + .banner {
        height: 440px;
    }
    .apt h4 {
        font-size: 30px;
        line-height: 40px;
    }
    .contact-sb {
        padding-top: 45px;
    }
}

@media screen and (max-width: 540px) {
    a.anchor {
        width: 50%;
    }
    .form-container {
        padding: 40px 5%;
    }
    .page-id-11 header + .banner,
    .page-id-601 header + .banner {
        display: none;
    }
    .modal-dialog.menu .modal-header h2 {
        font-size: 25px;
    }
    .modal-dialog.menu .modal .btn-close {
        font-size: 40px;
        right: 25px;
        top: 25px;
    }
    .modal-dialog.menu #navigation {
        margin-top: 25px;
    }
    .modal-dialog.menu .navbar-nav > li > a {
        padding: 20px 7% !important;
        font-size: 18px;
    }
    .modal-dialog.menu {
        width: 100%;
    }
}

@media screen and (max-width: 420px) {
    .form-container {
        padding: 20px;
    }
    .cf-form-control-wrap.quiz-22 label span {
        width: 30%;
    }
    .cf-form-control-wrap.quiz-22 label input {
        width: 70%;
    }
    h2 {
        font-size: 30px;
    }
    h2 span {
        font-size: 14px;
    }
    .apt h4 {
        font-size: 24px;
        line-height: 35px;
    }
    a.anchor {
        width: 65%;
    }
    #about {
        padding-top: 80px;
    }
    .modal.comment .modal-dialog {
        width: 90%;
    }
    .modal.comment .modal-open:checked ~ .modal-wrap .modal-dialog {
        top: 20%;
    }
    .modal.comment .btn-close {
        right: 10px;
        top: 25px;
    }
    .navbar-toggle {
        margin-right: 20px;
    }
    .logo {
        left: 20px;
    }
    .modal-dialog.menu .navbar-nav > li > a {
        font-size: 16px;
    }
    #eventsSchedule {
        margin-top: 35px;
    }
    .heartline {
        background-position: center;
    }
    ul.portfolioContainer li {
        width: 100%;
        height: 350px;
    }
    ul.portfolioContainer li img {
        height: 350px;
    }
}