/*
Theme Name:Planbweddingplanners
Theme URI: http://www.planbweddingplanners.com/
Author: Axebelk
Author URI: http://axebelk.com/
Version: 1.0

*/


body {
    height: auto;
    margin: 0;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}
h2, h3, h4 {
    color: #170954;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-align: center;
    }
p {
    color: #222222;
    font-size: 18px;
    text-align: justify;
    font-family: 'Montserrat', sans-serif;
}
p, a {
    font-family: 'Montserrat', sans-serif;
}
.in_container p {
    line-height: 30px;
}
.container {
    height: auto;
    width: 100%;
}
#rev_slider_1_1_wrapper h2 {
    text-align: center !important;
    color: #fff !important;
}
.in_container {
    height: auto;
    margin: 0 auto;
    width: 90%;
}
.logo {
    width: 20%;
    height: auto;
    float: left;
}
.logo img {
    width: 100%;
    margin-top: 10px;
    margin-left: 30px;
    margin-bottom: 7px;
}
.in_header {
    position: absolute;
    background: #fff;
    z-index: 9999 !important;
    width: 100%;
	height: auto;
}

.top-memu {
    display: block;
    clear: both;
    background: #170954;
    height: 55px;
}
.top-memu i.menu_open {
    background: rgba(0, 0, 0, 0) url("images/menu.png") no-repeat scroll 0 0;
    float: right;
    height: 32px;
    margin-top: 70px;
    width: 16%;
}
/*.menu-top-menu-container {
    background: #28c2e4 none repeat scroll 0 0;
    border-radius: 3px;
    display: block;
    float: right;
    height: auto;
    margin-right: 10px;
    width: 75%;
    margin-top: 65px;
}*/
.menu-top-menu-container.active {
    display: block;
}
.top-memu ul {
    padding: 0px;
    margin: 0 auto;
	width: 58%;
}
ul.sub-menu {
    display: none;
}
.top-memu ul li {
    float: left;
    list-style: outside none none;
   // padding: 27px 35px;
    width: auto;
}
.top-memu ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    padding: 15px 15px 15px;
    display: block;
	transition: all 0.9s ease 0s;
}
.top-memu i.active {
    background: rgba(0, 0, 0, 0) url("images/cls.png") no-repeat scroll 0 0;
    width: 32px;
    margin-left: 10px;
}
.top-memu i {
    cursor: pointer;
}
.plan_sec h2, .plan_sec p {
    text-align: center;
}
.in_plan:nth-child(2) {
    margin: 0 37px;
}
.in_plan {
    float: left;
    width: 31.3%;
}
.in_plan > img {
    height: auto;
    width: 100%;
}
.in_plan i {
    background: #fd3578 none repeat scroll 0 0;
    border-radius: 35px !important;
    color: #fff;
    display: block;
    font-size: 25px;
    height: 70px !important;
    margin: -37.5px auto 0;
    opacity: 0.7;
    padding-top: 25px !important;
    position: relative;
    text-align: center;
    width: 70px;
    z-index: 9999;
}

.service {
    //background: rgba(0, 0, 0, 0) url("images/sbg.jpg") repeat scroll 0 0 / cover ;
	background: #fafafa;
    display: block;
    height: auto;
    overflow: hidden;
    padding: 30px 0;
    position: relative;
}
.pln {
    display: none;
    overflow: hidden;
    padding: 30px 0;
}
.in-service {
    display: block;
    position: relative;
}
.service_fields ul {
    margin: 50px 0px 50px 0px !important;
    padding: 0;
}
.service_field ul li {
    float: left;
    height: auto;
    list-style: outside none none;
    width: 25%;
	margin: 20px 0px;
}
.service_field ul {
    margin: 0;
    padding: 0;
}
.simg {
    height: 160px;
    width: 160px;
    margin: 0 auto;
    background: #7b9c07;
    opacity: 0.6;
    border-radius: 80px;
    text-align: center;
}
.simg img {
    padding-top: 35px;
}

.service_field p {
    color: #170954;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    text-transform: capitalize;
	text-align: center;
}
.service_field p a:hover {
    color: #435059;
}
.hbg {
    background: url("images/hbg.png");
    width: 300px;
    height: 36px;
    margin: 0 auto;
    margin-top: -10px;
    margin-bottom: 30px;
}

* { box-sizing: border-box; }

body {
  font-family: 'Montserrat', sans-serif;
}

/* ---- button ---- */

.button {
  display: inline-block;
  padding: 0.5em 1.0em;
  background: #EEE;
  border: none;
  border-radius: 7px;
  background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
  color: #222;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  text-shadow: 0 1px white;
  cursor: pointer;
}

.button:hover {
  background-color: #8CF;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: #222;
}

.button:active,
.button.is-checked {
  background-color: #79C330;
}

.button.is-checked {
  color: white;
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */

.button-group {
  margin-bottom: 20px;
}

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: none;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

.button-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }
.button-group .button:last-child { border-radius: 0 0.5em 0.5em 0; }
#filters {
    text-align: center;
}
/* ---- isotope ---- */



/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

.element-item {
  position: relative;
  float: left;
  width: 25%;
  height: auto;
  color: #262524;
}

.element-item > * {
  margin: 0;
  padding: 0;
}

.element-item .name {
  position: absolute;

  left: 10px;
  top: 60px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: normal;
}

.element-item .symbol {
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 42px;
  font-weight: bold;
  color: white;
}

.element-item .number {
  position: absolute;
  right: 8px;
  top: 5px;
}

.element-item .weight {
  position: absolute;
  left: 10px;
  top: 76px;
  font-size: 12px;
}

.element-item.alkali          { background: #F00; background: hsl(   0, 100%, 50%); }
.element-item.alkaline-earth  { background: #F80; background: hsl(  36, 100%, 50%); }
.element-item.lanthanoid      { background: #FF0; background: hsl(  72, 100%, 50%); }
.element-item.actinoid        { background: #0F0; background: hsl( 108, 100%, 50%); }
.element-item.post-transition { background: #0FF; background: hsl( 180, 100%, 50%); }
.element-item.metalloid       { background: #08F; background: hsl( 216, 100%, 50%); }
.element-item.diatomic        { background: #00F; background: hsl( 252, 100%, 50%); }
.element-item.halogen         { background: #F0F; background: hsl( 288, 100%, 50%); }
.element-item.noble-gas       { background: #F08; background: hsl( 324, 100%, 50%); }

.element-item img {
    height: 200px;
    object-fit: cover;
    width: 98%;
}
.button {
    background: #170954 linear-gradient(to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2)) repeat scroll 0 0;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
}
.button:hover {
    background-color: #7A7F85;
    color: #fff;
    text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
}
.tabs {
    padding: 30px 0px;
}
.sin-pof {
    width: 25%;
    height: auto;
    float: left;
}
.sin-pof img {
    width: 100%;
    height: auto;
}
/*.vm {
    background: #170954 none repeat scroll 0 0;
    height: 50px;
    margin: 0 auto;
    padding-top: 16px;
    text-align: center;
    width: 160px;
    margin-top: 30px;
} */
.vm a {
    text-decoration: none;
    color: #93c15d;
}
.about {
    background: #fff;
    height: auto;
    position: relative;
	padding: 20px 0px 30px 0px;
}
.about p {
    color: #000;
    line-height: 30px;
    position: relative;
    z-index: 999;
    text-align: justify !important;
}
.tbg_overlay {
    /* background-color: #eeeeee; */
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.in_about h2 {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    color: #170954;
    margin-top: -25px;
}
.in_about .hbg {
    margin-top: 40px;
}

#wacht a {
    padding: 20px 20px !important;
    font-size: 30px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
	top: 70% !important;
}
#wacht a:hover {
    width: 70px !important;
    padding: 10px 10px !important;
    margin: 0px !important;
    font-size: 40px !important;
}
.cal_now {
    background: #170954 none repeat scroll 0 0;
    padding: 50px 0;
    text-align: center;
	text-transform: capitalize;
}

.cal_now a {
    color: #fff;
    font-size: 25px;
    font-weight: bolder;
    text-decoration: none;
	text-transform: capitalize;
}
.cal_now a span {
    font-style: italic;
    font-weight: bold;
    text-transform: capitalize;
    margin: 0px 25px 0px 15px;
}
// .owl-prev {
    float: left;
    height: 60px;
    margin-top: -100px;
    position: relative;
    width: 25px;
    font-size: 40px;
}
    float: right;
    height: 60px;
    margin-top: -100px;
    position: relative;
    width: 25px;
    font-size: 40px;
}
.in_testi {
    text-align: center;
}

.testi {
    background: #fafafa !important;
    color: #fff;
    height: auto;
    position: relative;
    padding: 30px 60px;
background-size: 100%;
}
.in_testi p {
    color: #170954;
    font-size: 20px;
    font-family: initial;
    font-style: italic;
}
.client {
    background: #fff url("images/ocbg3.png") repeat scroll 0 0 / cover ;
    color: #b6023e;
    height: 418px;
    padding: 60px 0;
    position: relative;
	display:none;
}
.in_client p {
    color: #b6023e;
}
.in_client {
    margin-top: 55px;
}
.social_media {
    margin: 0;
    padding: 0;
 float: right;
}
.social_media li {
    float: left;
    font-size: 18px;
    list-style: outside none none;
    margin-right: 6px;
    text-align: center;
    color:#170954;
}
.social_media li.mp {
	padding-right:20px;
}
.social_media li a{
 background: #170954 none repeat scroll 0 0;
 border-radius: 40px;
 line-height: 43px;
 color: #efefef;
 padding-top: 0px;
 height: 40px;
 width: 40px;    
 transition: all 0.9s ease 0s;
 display: block;
}
.social_media li.mp a {
 background: none;
 border-radius: 0px;
 line-height: 43px;
 color: #170954;
 padding-top: 0px;
 height: auto;
 width: auto;    
 transition: all 0.9s ease 0s;
 display: block;
 text-decoration: none;
}
.social_media li.mp a i {
	margin-right: 5px;
}
.social_media li.mp a:hover {
	background: none;
	color: #1c730f;
	text-decoration: none;
}
.social_media li a:hover{
 background-color: #1c730f;
 transition: all 0.9s ease 0s;
}

footer {
    background-color: #000000;
    color: #efefef;
    font-size: 22px;
    padding: 20px 0 55px;
}

footer p {
    color: #fff;
    margin-bottom: 0;
    margin-top: 10px;
}
footer i.fa-heart {
    color: #b6023e;
    font-size: 16px;
}
.copy_right {
 color: #B6023E;
 transition: all 0.9s ease 0s;
 text-decoration: none;
}
footer span.copy {
    display: block;
    float: left;
    font-size: 38px;
    padding: 5px 8px 0 0;
    width: 18px;
}
.scroll_top {
    background: #B6023E none repeat scroll 0 0;
    border-radius: 38px;
    color: #ffffff;
    height: 40px;
    line-height: 35px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    transition: all 0.9s ease 0s;
    width: 40px;
    z-index: 4;
    right: 20px;
}
.scroll_top i {
    font-size: 16px;
    line-height: 35px;
    transition: all 0.9s ease 0s;
}
.scroll_top:hover {
    background: #fd3578 none repeat scroll 0 0;
 transition: all 0.9s ease 0s;
 color: #ffffff;
}
.scroll_top.fixed {
    bottom: 10px;
    position: fixed;
}
.col_8 {
    width: auto;
    height: auto;
    float: left;
}
.col_4 {
    width: auto;
    height: auto;
    float: right;
}
.testi h2 {
    margin-top: 0;
    padding-top: 0px;
    position: relative;
    z-index: 999;
    color: #170954 !important;
}
.contact {
    overflow: hidden;
}
.address_detail {
    width: 45%;
    height: auto;
    float: left;
}
.address_detail p {
    text-align: left;
}
.address_detail p i {
    color: #b6023e;
    font-size: 25px;
    width: 40px;
}
.contact_form {
    border-radius: 5px;
    height: auto;
    width: 50%;
	margin: 0 auto;
}
.contact_form .wpcf7-form input[type="text"], .contact_form .wpcf7-form input[type="email"], .contact_form .wpcf7-form select {
    border: 2px solid #ccc;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #dcdcdc;
    color: #b6023e;
    font-size: 12px;
    font-weight: bold;
    height: 35px;
    padding-left: 5px;
    width: 195px;
    font-family: 'Montserrat', sans-serif;
}
.contact_form .wpcf7-form input[type="email"] {
    margin: 0 10px;
}
.contact_form .wpcf7-form textarea {
    width: 595px;
    margin: 0px 5px;
    margin-top: 10px;
    color: #b6023e;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid #ccc;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #dcdcdc;
}
.contact_form .wpcf7-form select {
    color: #DA7FA5;
}
.contact_form .wpcf7-form input[type="submit"] {
    width: 120px;
    height: 50px;
    border: 2px solid #dcdcdc;
    border-radius: 5px;
    background: #b6023e;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.contact_form .wpcf7-form input[type="submit"]:hover {
    background: #fff;
    color: #b6023e;
}
.contact {
    padding: 30px 0px;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    display: block;
    font-size: 1em;
    font-weight: normal;
    text-align: left;
}
button#responsive-menu-button {
    margin-top: 60px !important;
}
button#responsive-menu-button {
    background: #B6023E none repeat scroll 0 0 !important;
}
.in_ser {
    height: auto;
    margin: 30px 0;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #1e5f0b;
    padding-bottom: 20px;
}
.in_ser img {
    float: left;
    height: auto;
    width: 30%;
	min-width:220px;
}
.in_ser p {
    float: right;
    padding-top: 15px;
    text-align: left;
    width: 65%;
}
.in_ser a {
    background: #1e5f0b none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #fff;
    float: right;
    font-weight: bold;
    margin-top: 15px;
    padding: 10px;
    text-decoration: none;
    display: block;
    clear: both;
}
.in_ser h3 {
    text-transform: uppercase;  
    color: #1e5f0b;
}
.in_ser:last-child {
    border-bottom: none;
}
.in_about a, .vm {
    border: 1px solid #93c15d;
    border-radius: 5px;
    color: #93c15d;
    margin-top: 60px;
    padding: 10px;
    position: relative;
    text-decoration: none;
    z-index: 999;
    margin: 10px auto;
    display: block;
    width: 135px;
    text-align: center;
	transition: all 0.9s ease 0s;
}
.in_about a:hover, .vm a:hover {
    color: #170954;
}
#responsive-menu-container a {
    text-transform: uppercase !important;
    font-weight: bold;
}
.sinpg ul li {
    color: #000080;
    float: left;
    font-weight: normal;
    margin: 0 50px;
    padding: 5px 0;
    width: 200px;
    font-size: 18px;
}
.sinpg ul li a {
    text-decoration: none;
}
.sinpg ul li:hover, .sinpg ul li a span:hover {
    color: #20B038 !important;
}
.vm:hover {
    background: #fff;
}
.in_ser a:hover {
    background: #fff;
	color: #1e5f0b;
	border: 1px solid #1e5f0b;
}
.in_venues {
    float: left;
    height: auto;
    text-align: center;
}
.in_venues1 img, .in_venues2 img {
  
    object-fit: cover;
    width: 100%;
    max-height: 400px;
  
}
.venues {
    background: rgba(0, 0, 0, 0) url("images/vbg.png") repeat scroll 0 0;
    overflow: hidden;
    padding: 30px 0;
}
.venues ul {
    padding: 0;
    margin: 0;
}
.venues ul li {
    list-style: none;
    width: 45%;
    padding: 0px 15px;
    border-radius: 5px;
}
li.in_venues1 {
    float: left;
}
li.in_venues2 {
    float: right;
}
.venues a {
    text-decoration: none;
}
.top-memu ul li:hover ul {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    display: block;
    margin-top: 10px;
    position: absolute;
    width: 205px;
    padding: 10px 10px;
}
.sub-menu li a {
    font-size: 18px !important;
    padding: 0px;
}
.sub-menu li {
    padding: 5px !important;
}
.page-template-default .slider, .page-template-Service .slider, .page-template-portfolio .slider, .page-template-contact .slider {
    display: none;
}
.sinpg .in_container, .contact .in_container {
    margin-top: 125px;
}
/* .page-template-default .in_header, .page-template-Service .in_header, .page-template-portfolio .in_header, .page-template-contact .in_header {
    background: #170954 !important;
} */
.page-template-default .top-memu ul li:hover ul, .page-template-Service .top-memu ul li:hover ul, .page-template-portfolio .top-memu ul li:hover ul, .page-template-contact .top-memu ul li:hover ul {
    background: #B6023E !important;
}
.plan {
    margin-top: 0px !important;
}
.page-template-portfolio {
    margin-top: -20px;
}
.potf {
    padding-top: 150px;
}
button#responsive-menu-button {
    background: #000 none repeat scroll 0 0 !important;
    margin-top: 10px !important;
    top: 5px !important;
}
.cal_now a i {
    border: 2px solid #fff;
    padding: 10px;
	border-radius: 20px;
	transition: all 0.9s ease 0s;
}
.cal_now a i:hover {
    border: 2px solid #1c730f ;
	background: #fff;
	color: #000;
	border-radius: 20px;
}
.rev-btn a {
    padding-top: 15px !important;
    color: #fff;
    text-decoration: none;
}
.rev-btn {
    padding-top: 15px !important;
}
.rev-btn a:hover {
    color: #b6023e;
}
.fbc-page .fbc-wrap .fbc-items {
    float: right !important;
    margin: -13px 0px 34px 0px !important;
}
.fbc-page .fbc-wrap .fbc-items li a {
    color: #dedede !important;
}
.fbc-page .fbc-wrap .fbc-items li.active span, .fbc-page .fbc-wrap .fbc-items li .fbc-end-text {
    color: #dedede !important;
    font-size: 16px !important;
	background: none !important;
}
.page-id-220 .pcrumb, .page-id-220 .ptitle, .page-id-334 .pcrumb, .page-id-334 .ptitle {display: none !important; }
.elementor-220, .elementor-334 {margin-top: -20px; }

.testi .owl-carousel
{
  max-width: 75%;
  text-align: center;
  margin: 0 auto;
}

.testi .owl-prev {
    left: -60px;
    height: 60px;
    margin-top: -100px;
    position: absolute;
    width: 25px;
   
}

.testi .owl-next
{
  position: absolute;
  right:-60px;
  top:45%;
  font-size:20px;
}
.testi .owl-prev{
  font-size: 20px;
}
.in_testi span
{
  font-family: 'Montserrat'!important;
  font-size:14px;
color: #1c730f !important;
}
#filters
{
text-align: center;
}

#filters .button
{
  padding: 10px;
  margin-right: -3px;
  text-transform: uppercase
}

.venues h4{
  text-transform: uppercase;
  padding:10px 0px
}

.venues img {
    border: 5px solid #fff;
    box-shadow: 0px 0px 4px #989898;
}

.service_field .simg:hover img
{
  transform: scale(1.2);
}

.service_field .simg img
{
  transition: all  600ms ease-out!important;
}
.simg:hover
{
  background:#128601;
}


.page-template-full-width .full_width
{
  padding-top:96px;
  clear:both;
  height:auto;
  overflow:hidden;
  
}
.top-memu .sub-menu li a {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    font-family: Century Gothic;
    padding: 2px 2px;
    display: block;
}
ul.sub-menu {
    display: none;
    position: absolute !important;
    margin-top: 0px !important;
}
.top-memu ul li a:hover {
    transition-delay: 20;
	color:#1c730f !important;
	transition: all 0.9s ease 0s;
}
.cf1 {
    width: 50%;
    float: left;
	color: #170954 !important;
}
.cf2 {
    width: 50%;
    float: right;
}
.cf2 form input {
	width: 100%;
	height: 35px;
	margin-bottom: 15px;
	padding-left: 10px;
}
.cf2 form textarea {
	height: 100px;
	width: 100%;
	padding-left: 10px;
	padding-top: 5px;
}
.cf2 form input[type="submit"] {
	width: 25%;
	float: right;
	background: #000;
	color: #fff;
	height: 45px;
	font-size: 18px;
	background: #1e5f0b;
	border: 1px solid #1e5f0b;
	text-transform: uppercase;
}
.cf2 form input[type="submit"]:hover {
	color: #1e5f0b;
	background: #fff;
}
#responsive-menu-container  {
    border-right: 3px solid green !important;
}
.service p {
	text-align: center;
}
.col_8 p {
	font-size: 13px;
}
.brand {
	padding: 35px 0px;
}
.brand .item {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 20px;
    box-shadow: 6px 0px 6px #dcdcdc;
}
.brand .item h3 {
	padding:15px 0px;
}
span.map:before {
    content:"\f041";
    color: #170954;
    margin-right: 15px;
    font-size: 30px;
    position: relative;
	font-family: FontAwesome;
	top: 5px;
}
span.call:before {
    content:"\f095";
    color: #170954;
    margin-right: 10px;
    font-size: 30px;
    position: relative;
	font-family: FontAwesome;
}
.brd-del a {
    text-align: center;
    display: block;
    text-decoration: none;
	transition: all 0.9s ease 0s;
	color: #170954;
}
.brd-del a:hover {
	color: #1c730f;
}
.soc_icon {
	width: auto;
    float: right;
    margin-right: 30px;
    margin-top: 25px;	
}
.slider {
	padding-top: 132px;
}
.taxo h5 {
	margin-top: 30px;
}