
/*   
Theme Name: Ispro New
Version: 1.0.1
*/




body {
    /*background: url(../img/bg.jpg) repeat-y;*/
    font-family: "Simpler Pro HL AR", sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding:0;margin:0;
}

h3,p {
    margin:0;
}


/*** restored header from meroy-new ***/

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: transparent;
}

.admin-bar .site-header {
    top: 32px;
}

.header-container {
    /*width: 100%;*/
    padding: 28px 25px 0 39px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* Right Side - Logo, Hamburger, Nav */
.header-right {
    flex: 1;
    display: flex;
    align-items: flex-start;
    gap: 0;
}

.site-logo {
    display: block;
    background: transparent;
    flex-shrink: 0;
}

.site-logo img {
    width: 136px;
    height: 123px;
    display: block;
}

/* Menu Toggle Button */
.menu-toggle {
    background: transparent;
    border: 1px solid #282828;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    width: 35px;
    height: 35px;
    flex-shrink: 0;
    margin-top: 5px;
    margin-right: 83px;
}

.menu-toggle:hover {
    border-color: #282828;
}

.menu-icon {
    width: 16px;
    height: 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.menu-icon span {
    display: block;
    height: 2px;
    background: #282828;
    transition: all 0.3s ease;
    border-radius: 0;
}

.menu-icon span:nth-child(1) {
    width: 55%;
    margin-left: auto;
}

.menu-icon span:nth-child(2) {
    width: 100%;
}

.menu-icon span:nth-child(3) {
    width: 55%;
    margin-right: auto;
}

.menu-toggle:hover .menu-icon span:nth-child(1),
.menu-toggle:hover .menu-icon span:nth-child(3) {
    width: 100%;
}

/* Navigation */
.header-nav {
    display: flex;
    align-items: center;
    margin-right: 67px;
    margin-top: 0;
}

.main-menu {
    display: flex;
    gap: 50px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-menu li {
    margin: 0;
}

.main-menu a {
    color: #282828;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 0;
    display: block;
    position: relative;
    transition: all 0.3s ease;
    white-space: nowrap;
}

/* Hover - bottom line */
.main-menu a::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background: #282828;
    transition: width 0.3s ease;
}

.main-menu a:hover::after {
    width: 100%;
}

/* Active menu item - top and bottom lines */
.main-menu li.current-menu-item a,
.main-menu li.current_page_item a {
    font-weight: 400;
}

.main-menu li.current-menu-item a::before,
.main-menu li.current_page_item a::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #282828;
}

.main-menu li.current-menu-item a::after,
.main-menu li.current_page_item a::after {
    width: 100%;
    height: 1px;
    background: #282828;
}

/* Contact Button - Left Side */
.header-left {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    margin-top: 0;
}

.contact-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 26px;
    background: #ffffff;
    border: none;
    color: #282828;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    border-radius: 8px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.contact-button:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.contact-button img {
    width: 21px;
    height: 21px;
    display: block;
}

/* ========================
   Responsive - Below 992px
   ======================== */
@media (max-width: 991px) {
    .header-container {
        padding: 15px 20px;
    }

    .site-logo img {
        width: 90px;
        height: 81px;
    }

    .header-nav {
        display: none;
    }

    .header-right {
        gap: 0;
    }

    .menu-toggle {
        margin-top: 14px;
        margin-right: 15px;
    }

    .header-left {
        margin-top: 0;
    }

    .contact-button {
        font-size: 14px;
    }

    .contact-button img {
        width: 21px;
        height: 21px;
    }
}

@media (max-width: 782px) {
    .admin-bar .site-header {
        top: 46px;
    }
}

/*** end restored header from meroy-new ***/













a, a:hover {
    color: #000;
}

/*floating contact*/
.floating-contact-box {
    position: fixed;
    width: 100%;
    height: 100px;
    z-index: 9999;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 27px;
    direction: rtl;
    box-shadow: 0px -3px 4px -2px #bfb0b04d;
}

#center-overview-section-plan .center-overview-plan__caption{
    display: none!important;
}

.bg_black {
    background: #000;
    min-height: 29vw;
    margin-bottom: 10%;
    overflow: visible;
}
.bg_black a:hover {
    color: #fff;
    text-decoration: underline;
}
.bg_black p,
.bg_black h2,
.bg_black h3{
    color: #fff;
}
.floating-contact-box .row > div {
    float: right;
}
.floating-contact-box .row > .col-sm-3.h3{width: 20%;margin-right: 2%;margin-top: 0!important;}
.floating-contact-box .row > div h3.contact-box-title{text-align: right;padding-right:9.2vw;background:url(../img/logo_floatingcontact.png) no-repeat right -5px;    }

/*end floating contact*/
.contact-box-form-container input[type=submit] {
    height: 48px;
    line-height: 1;
}
.contact-box-title {
    text-align: center;
    padding-top: 3px;
    line-height: 1;
    margin: 0;
    font-size: 40px;
}

.home #post-2{}
section {
    width: 100%;
    float: right;
    position: relative;
    overflow: hidden;
}
.nopadding {
    padding: 0 !important;
}
.header {
    background: #fff;
}
.navbar {
    margin-bottom: 0;
    padding: 25px 0;
}
.navbar .navbar-collapse {padding: 0;}
.navbar-toggle {
    margin: 0;
    height: 34px;
    width: 45px;
    background: url(../img/hamburger-mob.png) no-repeat center center;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 14px;
}
.navbar-toggle .icon-bar {
    background: #000;
    width: 35px;
}
.top-menu {
    padding: 0;
    margin: 0;
}
.top-menu.navbar-nav {
    width: 100%;
    text-align: center;
}
.top-menu.navbar-nav > li {
    float: none;
    display: inline-block;
}

.top-menu.navbar-nav > li a {
    color: #000;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px;
}
.top-phone a{font-size: 30px!important;}
.top-menu li.current-menu-item a, .top-menu li a:hover, .top-menu li a:active, .top-menu li a:focus {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    background: transparent;
}
.top-lang, .top-phone {
    display: inline-block;
}
.top-lang a, .top-phone a, .top-menu .top-lang a:hover, .top-menu .top-phone a:hover {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
}
.top-menu .top-phone a:hover {
    background: url(../img/phone.gif) no-repeat right center;
}
.top-menu li.top-phone a{
    padding-right: 30px;
    background: url(../img/phone.gif) no-repeat right center;
}
.top-menu li.top-lang > a {
    background: #898989;
    color: #fff;
}
.navbar-brand {
    padding: 0px;
}
.navbar-brand>img {
    height: 100%;
    width: auto;
}
.mailto {
    cursor: pointer;
}
.bg_cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.bg_white {
    background: #fff!important;
}
.logo_banner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    float: right;
    position: relative;
    padding: 30px 0;
    overflow: hidden;
}
.logo_banner img {
    margin: 0 auto;
}
.logo_banner_img {
    margin: 10% auto;
    width: 100%;
    height: 355px;
    float: left;
    text-align: center
}
.logo_phone {
    font-size: 80px;
    margin-top: 63vh;
    margin-right: 42%;
    display: block;
    color: rgba(255,255,255,0.9);
    text-shadow: 6px 6px 0 rgba(0,0,0,0.9) ;
}
.logo_phone:hover, .logo_phone:active {
    text-decoration: none;
    color: rgba(255,255,255,0.6);
}
.alert_box_in .alert {
    position: fixed;
    left: -388px;
    right: auto;
    top: 50%;
    z-index: 99998;
    margin: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    width: 388px;
    transform: translate(0%, -50%);
}
.alert_box_in .alert.open {
    left: 0;
}
.alert_box_in .alert.openss{
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
    width: auto;
    display: block;
}
.alert_post .alert.openss {
    display: block;
    width: 100%;
}
.form_bottom_phone {
    font-size: 30px;
    font-weight: bold;
}
/*.logo_banner .opens {
    position: absolute;
    top: 50%;
    left: 0;
    right: auto;
    cursor: pointer;
    z-index: 99997;
    display: block;
    width: 80.5px;
    height: 161px;
    margin-top: -80.5px;
    background: url(../img/alert_open.png) no-repeat center left -80.5px;
    display: block;
}*/


.wedding_img_mobile{display: none;}

.logo_banner .opens , .opens {
    position: fixed;
    top: 48%;
    left: 0;
    right: auto;
    cursor: pointer;
    z-index: 99997;
    display: block;
    width: 190.5px;
    height: 221px;
    margin-top: -80.5px;
    background: url(../img/alert_open.png) no-repeat center left -80.5px;
    background-size: 100% 100%;
    display: block;
}

.alert_box_in .opens.hidden {
    left: -80.5px;
}
.arrow_down {
    cursor: pointer;
}
#about_info {
    padding: 25px 0 120px;
    font-size: 20px;
}
#about_info .title_line {
   /* -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);*/
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 80%;
    padding: 100px 0;
    font-family: 'Open Sans Hebrew', serif;
    font-size: 44px;
    font-weight: normal;
     background: url(../img/tell-me.png) no-repeat center center;
     background-size: 72%;
}
.page-template-page-contact .col-sm-8 {width: 56.66666667%;}
.page-template-page-contact .col-sm-offset-2 {margin-left: 2.5%;}
#about_info .title_line span {
    padding: 0 10px;
   
}
.read_more:hover , .read_more_first:hover {
    text-decoration: none;
}
.read_more , .read_more_first {
    float: left;
    padding: 5px 20px 5px 10px;
    border: 1px solid #000;
    text-align: center;
}
.read_more_first{
    float: none;
    border-radius: 20px;
    margin: 1vw;
    
}

.wrap_first_p{
    margin-bottom: 1vw;;
}


.title_bg_2:before,.title_bg_2:after{
    content: '';
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/line-heart_clean.jpg) no-repeat center center;
    background-size: 125%;
}
.title_bg_2:after{
    top:auto;
    bottom: -87px;
    left: 0;
}


.title_bg_2{
    background: url(../img/what-looking-for.png) no-repeat center center;
    background-size: 88%;
    padding: 100px 0;
    position: relative;
    margin: auto;
    position: relative;
    width: 50%;
    margin: 7% auto 7% auto;
}

.read_more_first:after{
     content: '>';
    margin: 0 10px;
}

.bg_black .read_more{
     color: #fff;
     border: 1px solid #fff;
}

.bg_black.wedding_block:nth-child(1){

}

.read_more:before  {
    float: left;
    content: '>';
    margin: 0 10px;
}
.cat-item:hover .front::after {
    content: none;
}
/*###############################################*/
.page-template-default h1 {margin-top: 120px;}
/** global **/
.img-container {
   
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
}
.page-template-campaign-page .h1_camp {
    position: absolute;
    z-index: 23;
    font-size: 4.8rem;
    right: 7vw;
    top: 39vh;
    color: #fff;
    width: 36vw;
    font-family: 'FbSpacer-Black';
}

.page-template-campaign-page .camp_mobile{display: none;}
.page-template-campaign-page img{
    width: 100%;
    height: auto;
}
.page-template-campaign-page .h1_camp span {
    display: block;
    width: 100%;
    font-size: 2.7rem;
    color: #fff;
    font-family: 'FbSpacer-Regular';
}
.page-template-campaign-page .camp_content{
    width: 60%;
    margin: auto;
}
.page-template-campaign-page .camp_content p{
    font-size: 2rem;
}
@media (min-width: 1024px) and (max-width: 1680px){
    .page-template-campaign-page .h1_camp {
    font-size: 2.8rem;
    top: 43vh;
    width: 36vw;
  }
  .page-template-campaign-page .camp_content{
    width: 80%;
    margin: auto;
  }
}
.back .img-container:before {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    z-index: 2;
    content: '';
}
.img-container img {
    max-width: 100%;
    width: auto;
    max-height: 250px;
}
.cat-item {
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;
    margin-top: 10px;
    margin-left: 5px;
}
.wedding_list .cat-items:nth-child(even) .cat-item{
    margin-left: 0;
    margin-right: 5px;
}
.wedding_list .cat-items:nth-child(1) .cat-item,
.wedding_list .cat-items:nth-child(2) .cat-item {
    margin-top: 0;
}
.wedding .img-container {
    height: 630px;
}
.wedding .img-container.img-container-small {
    height: 425px;
}
.wedding .wedding_block_text h2 {
       
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    padding: 15px 0;
    font-family: 'Open Sans Hebrew', serif;
    font-size: 27px;
    font-weight: normal;
}
.wedding .wedding_block_text h2.wedding_box_title_1 {
   
    margin: -30px 0 20px;
}
.wedding_block_text p{font-size:18px; }
.wedding .wedding_block_text h2 span {
        padding: 0 10px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}
.wedding .wedding_block_text .read_more {
    border: 0;
    font-weight: bold;
    font-size: 20px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    width: 100%;
}
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.wedding_box_image {
    float: right;
    width: 100%;
    height: auto;
}
.wedding_text_link {
    background-color: transparent;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 35px;
    font-family: 'Open Sans Hebrew', serif;
    font-weight: normal;
    padding: 40px 30px 30px;
    width: 100%;
}
.wedding_text_link:hover, .wedding_text_link:focus, .wedding_text_link:active {
    color: #fff;
    outline: none;
}
.cat-item .wrapper {
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: transform 1s;
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    -ms-transition: -ms-transform 1s;
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8); 
    -moz-transform: scale(0.8); 
    -o-transform: scale(0.8); 
}

.cat-item:hover .wrapper {
   
}
/********************************************/
.cat-items .front {
    transform: rotateY(0deg) translateZ(160px);
    -moz-transform: rotateY(0deg) translateZ(160px);
    -webkit-transform: rotateY(0deg) translateZ(160px);
    -o-transform: rotateY(0deg) translateZ(160px);
    -ms-transform: rotateY(0deg) translateZ(160px);
    transition: all 0.6s ease 0s;
    padding: 10% 8% 0 8%;
    position: absolute;
    width: 100%;
    z-index: 9;
}
.front{
}
.cat-item:hover .front {
  
}
.cat-item .back {
   
}
.back {
    display: none;
}
.cat-item:hover .back {
    display: block;
}
.cat-item {
    cursor: pointer;
}
.cat-item-title {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Open Sans Hebrew', serif;
    font-size: 60px;
    font-weight: 300;
    z-index: 3;
    width: 100%;
}
/**************************************/
.testimonial_block_title {
   
    position: relative;
    overflow: hidden;
    margin: 50px auto;
    padding: 50px 0;
    font-family: 'Open Sans Hebrew', serif;
    font-size: 44px;
    font-weight: normal;
    text-align: center;
    width: 80%;
}
.testimonial_block_title:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    z-index: -1;
    /*-webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
    background: url(../img/testimonial_block_title.png) no-repeat center center;*/
}
.testimonial_block {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 10px 10px 60px;
    float: right;
    border: 1px solid #000;
    margin-bottom: 120px;
}
.testimonial_block img {
    width: 100%;
    height: auto;
}
.testimonial_block h3 {
    font-size: 25px;
}
.testimonial_block .testimonial_excerpts {
    width: 80%;
    margin: 0 auto;
    font-size: 18px;
}
.testimonial_block .read_more {
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -45px;
    background: #000;
    color: #fff;
    padding: 5px 20px;
}
.testimonial_block .read_more:before {
    display: none;
}
.section_title {
    /*-webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);*/
    position: relative;
    overflow: hidden;
    font-family: 'Open Sans Hebrew', serif;
    font-size: 44px;
    padding: 50px 0;
    margin: 0 auto;
    width: 80%;
    font-weight: normal;
}
.section_title:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    z-index: -1;
    /*-webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
    background: url(../img/section_title.png) no-repeat center center;*/
}
.pull-left .wedding_block_text {
    padding: 100px 0 150px;
    margin: 0 4% 0 10%;
}
.pull-right .wedding_block_text {
    padding: 100px 0 150px;
    margin: 0 10% 0 4%;
}
.page-template-page-wedding .wedding_block_text {padding: 30px 0 80px;}
.wedding_block_text h2 {
    font-size: 34px;
    font-weight: normal;
}
.bottom_contact_form {
    margin-top: 100px;
}
.text_shadow{
    text-shadow: 4px 0px 12px rgba(0,0,0,1) , 0 0 6px rgba(40,40,40,1) , -4px 0px 12px rgba(40,40,40,1) ;
}
.text_white {
    color: #fff!important;
}
.contact_info {
    padding: 150px 0 40px;
    font-size: 24px;
}
.contact_info .wpcf7 br {
    display: none;
}
.contact_info .wpcf7 p {
    margin: 0;
}
.contact_info .wpcf7 input,
.contact_info .wpcf7 textarea {
    background: rgba(255,255,255,0.8);
    border: 0;
    font-size: 24px;
    -webkit-box-shadow: 12px 12px 0 0 rgba(0,0,0,0.4) ;
    box-shadow: 12px 12px 0 0 rgba(0,0,0,0.4) ;
    text-align: right;
}
.contact_info .wpcf7 textarea {
    height: 220px;
}
.form_title {
    font-weight: 300;
    font-size: 50px;
    margin-top: 100px;
    margin-bottom: 20px;
}
.wpcf7 input.input_cont_page_1 {
    width: 48%;
    float: right;
}
.wpcf7 input.input_cont_page_2 {
    width: 48%;
    float: left;
    text-align: right;
}
.contac_list {
    margin-top: 380px;
    list-style: none;
    padding-right: 5%;
}
.contac_list li {
    float: right;
    width: 100%;
}
.contac_list img {
    margin-left: 10px;
}
/*cat page*/
.cat_thumb              { width: 130px; height: 130px; display: block; padding: 15px;  }
.cat_thumb img          { width: 130px;  padding: 5px; border:solid 1px #000; }
.number_loop            {width: 10%; line-height: 105px; font-size: 90px;}
.cat_sec                {padding-top: 200px;}
.h1_cat                 {padding-top: 100px;}
/*google map*/
.map-section {
    position: relative;
}
#map {
    width: 100%;
    height: 560px;
}
.info-window {
    color: #000;
}
/*end google map*/
.pagination li {
    float: right;
}

/*social*/
.social-navigation {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0px 0 0px;
}

.social-navigation ul {
    list-style: none;
}

.social-navigation li {
    float: none;
    display: inline-block;
    margin-right: 10px;
}

.nav.social-navigation a {
    display: block;
    height: 50px;
    position: relative;
    width: 50px;
    border: 1px solid #000;
    border-radius: 50%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #fff;
}

.social-navigation a:before {
    content: "\f415";
    font-size: 26px !important;
    position: absolute;
    top: 0;
    left: 0;
    top: 50%;
    left: 100%;
    margin: -13px 0 0 -13px;
    color: #000
}
.social-navigation > li > a:hover {
    background: #000;
}
.social-navigation a:hover:before {
    color: #fff;
}
.social-navigation > li > a[href*="plus.google.com"]:before {
    /*color: #fff;*/
}
.social-navigation > li > a[href*="plus.google.com"]:hover:before {
    /*color: #000;*/
}
.social-navigation a[href*="codepen.io"]:before {
    content: "\f216";
}

.social-navigation a[href*="digg.com"]:before {
    content: "\f221";
}

.social-navigation a[href*="dribbble.com"]:before {
    content: "\f201";
}

.social-navigation a[href*="dropbox.com"]:before {
    content: "\f225";
}

.social-navigation a[href*="facebook.com"]:before {
    content: "\f204";
}
.social-navigation a[href*="flickr.com"]:before {
    content: "\f211";
}

.social-navigation a[href*="foursquare.com"]:before {
    content: "\f226";
}

.social-navigation a[href*="plus.google.com"]:before {
    content: "\f206";
}

.social-navigation a[href*="github.com"]:before {
    content: "\f200";
}

.social-navigation a[href*="instagram.com"]:before {
    content: "\f215";
}

.social-navigation a[href*="linkedin.com"]:before {
    content: "\f208";
}

.social-navigation a[href*="pinterest.com"]:before {
    content: "\f210";
}

.social-navigation a[href*="getpocket.com"]:before {
    content: "\f224";
}

.social-navigation a[href*="polldaddy.com"]:before {
    content: "\f217";
}

.social-navigation a[href*="reddit.com"]:before {
    content: "\f222";
}

.social-navigation a[href*="stumbleupon.com"]:before {
    content: "\f223";
}

.social-navigation a[href*="tumblr.com"]:before {
    content: "\f214";
}

.social-navigation a[href*="twitter.com"]:before {
    content: "\f202";
}

.social-navigation a[href*="vimeo.com"]:before {
    content: "\f212";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
    content: "\f205";
}

.social-navigation a[href*="youtube.com"]:before {
    content: "\f213";
}

.social-navigation a[href*="mailto:"]:before {
    content: "\f410";
}

.social-navigation a[href*="spotify.com"]:before {
    content: "\f515";
}

.social-navigation a[href*="twitch.tv"]:before {
    content: "\f516";
}

.social-navigation a[href$="/feed/"]:before {
    content: "\f413";
}

.social-navigation a[href*="path.com"]:before {
    content: "\f219";
}

.social-navigation a[href*="skype.com"]:before {
    content: "\f220";
}
.social-navigation a:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Genericons";
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top;
}

.alert_box {
    background: #fff;
    -webkit-box-shadow: 6px 0 18px 0 #d1d1d1 ;
    box-shadow: 6px 0 18px 0 #d1d1d1 ;
    border-radius: 6px;
   
}
.alert_post .alert, .alert_box_in .alert {
    background: rgba(255,255,255,0.69) url(../img/alert_bg.png)repeat;
    margin-bottom: 0;
}
.alert_post .alert .close, .alert_box_in .alert .close {
    font-size: 42px;
    color: #000;
    opacity: 1;
}
.alert_post h3,
.alert_post h4,
.alert_box_in h3,
.alert_box_in h4{
    text-align: center;
    font-weight: 700;
}
.wpcf7 input, .wpcf7 textarea {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #000;
    color: #000;
    font-size: 18px;
    padding: 10px 20px;
    direction: rtl!important;
}
.wpcf7 input[type="checkbox"] {
    width: auto;
    float: right;
    margin-left: 10px;
}
.wpcf7 input[type="submit"] {
    color: #fff;
    background: #000;
    font-size: 25px;
    font-weight: 700;
}
.menu {
    padding: 0;
    list-style: none;
}
.url_for_posts {
    font-weight: 700;
    font-size: 21px;
    margin-top: 30px;
    padding: 0 15px;
}
.permalink_loop {
    font-weight: 700;
}
.thumbnail_loop img {
    margin-top: 20px;
    width: 100%;
    height: auto;
}
.mail-top {
    display: none;
}
.article_loop {
    float: left;
    width: 100%;
    padding: 0 20px 20px;
    border: 1px solid #000;
    background: #fff;
    margin: 15px auto;
}
.number_loop {
    margin-top: 20px;
    font-size: 110px;
    line-height: 110px;
    font-family: "helvetica_ce_35_thin";
}
.divImage {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 120px;
    width: 120px;
    display: block;
    margin: 20px auto 0;
}
.single article.post {
    padding: 0 15px;
}

/*blog*/
.article_loop p {font-size: 26px;}
.article_loop {width:90%; float: right;}
/*footer*/
.footer {
    background: #ededed;
    position: relative;
    /*margin-top: 15px;*/
    float: right;
    width: 100%;
}
.footer:before {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    display: block;
    /*background: url(../img/triangle.png) repeat;*/
}

.footer-navigation, .footer-credits {
    padding: 3% 5% 1% 5%;
    display: flex;
    justify-content: space-between;
}

.footer-credits {
    border-top: 1px solid #2d2c2c;
    background-color: rgb(40, 40, 40);
}

.footer-credits{
    color:#fff;
}
.footer-credits a{
    color:#fff;
}
.footer-credits a > img{
    width: 59px;
    margin: 0 0 6px 3px;
}

/*page clients*/
.wrap_row_logo a {
    color: #b50237;
    display: block;
    max-width: 23%;
    margin-left: 2%;
    margin-bottom: 2%;
    max-height: 160px;
    float: right;
}
.wrap_row_logo a img {
    border: solid 1px #7b7b7b;
    border-radius: 10px;
    width: 100%;
    -webkit-box-shadow: 4px 4px 12px -1px rgba(123,123,123,1);
    -moz-box-shadow: 4px 4px 12px -1px rgba(123,123,123,1);
    box-shadow: 4px 4px 12px -1px rgba(123,123,123,1);
    height: 160px;
}
.page-template-page-clients h1{margin-top: 120px;text-align: center;font-size: 56px;}


.footer_box {
    padding-top: 20px;
}
.footer_box .btn-group:last-child .widget_nav_menu{
    background: transparent;
}
.footer_box .widget_nav_menu {
    width: auto;
    padding-left: 20px;
    background: url(../img/footer_box_bg.png) no-repeat left bottom;
    background-size: auto 80%;
}
.footer_box .widget_nav_menu .widgettitle {
    font-weight: bold;
    font-size: 20px;
}
.footer_box .widget_nav_menu .menu a {
    font-size: 15px;
}
.copi_text {
    background: #111111;
    color: #fff;
    text-align: center;
}
.dop_navbar-toggle {
    display: none;
}
iframe[src*="ciuvo.com"] {display: none;}
.col-xs-offset-right-12 {
    margin-right: 100%;
}
.col-xs-offset-right-11 {
    margin-right: 91.66666667%;
}
.col-xs-offset-right-10 {
    margin-right: 83.33333333%;
}
.col-xs-offset-right-9 {
    margin-right: 75%;
}
.col-xs-offset-right-8 {
    margin-right: 66.66666667%;
}
.col-xs-offset-right-7 {
    margin-right: 58.33333333%;
}
.col-xs-offset-right-6 {
    margin-right: 50%;
}
.col-xs-offset-right-5 {
    margin-right: 41.66666667%;
}
.col-xs-offset-right-4 {
    margin-right: 33.33333333%;
}
.col-xs-offset-right-3 {
    margin-right: 25%;
}
.col-xs-offset-right-2 {
    margin-right: 16.66666667%;
}
.col-xs-offset-right-1 {
    margin-right: 8.33333333%;
}
.col-xs-offset-right-0 {
    margin-right: 0;
}
@media (min-width: 768px) {
    .col-sm-offset-right-12 {
        margin-right: 100%;
    }
    .col-sm-offset-right-11 {
        margin-right: 91.66666667%;
    }
    .col-sm-offset-right-10 {
        margin-right: 83.33333333%;
    }
    .col-sm-offset-right-9 {
        margin-right: 75%;
    }
    .col-sm-offset-right-8 {
        margin-right: 66.66666667%;
    }
    .col-sm-offset-right-7 {
        margin-right: 58.33333333%;
    }
    .col-sm-offset-right-6 {
        margin-right: 50%;
    }
    .col-sm-offset-right-5 {
        margin-right: 41.66666667%;
    }
    .col-sm-offset-right-4 {
        margin-right: 33.33333333%;
    }
    .col-sm-offset-right-3 {
        margin-right: 25%;
    }
    .col-sm-offset-right-2 {
        margin-right: 16.66666667%;
    }
    .col-sm-offset-right-1 {
        margin-right: 8.33333333%;
    }
    .col-sm-offset-right-0 {
        margin-right: 0;
    }
}
@media (min-width: 992px) {
    .col-md-offset-right-12 {
        margin-right: 100%;
    }
    .col-md-offset-right-11 {
        margin-right: 91.66666667%;
    }
    .col-md-offset-right-10 {
        margin-right: 83.33333333%;
    }
    .col-md-offset-right-9 {
        margin-right: 75%;
    }
    .col-md-offset-right-8 {
        margin-right: 66.66666667%;
    }
    .col-md-offset-right-7 {
        margin-right: 58.33333333%;
    }
    .col-md-offset-right-6 {
        margin-right: 50%;
    }
    .col-md-offset-right-5 {
        margin-right: 41.66666667%;
    }
    .col-md-offset-right-4 {
        margin-right: 33.33333333%;
    }
    .col-md-offset-right-3 {
        margin-right: 25%;
    }
    .col-md-offset-right-2 {
        margin-right: 16.66666667%;
    }
    .col-md-offset-right-1 {
        margin-right: 8.33333333%;
    }
    .col-md-offset-right-0 {
        margin-right: 0;
    }
    #top-nav-left {
        width: auto;
    }
}
@media (min-width: 1200px) {
    .col-lg-offset-right-12 {
        margin-right: 100%;
    }
    .col-lg-offset-right-11 {
        margin-right: 91.66666667%;
    }
    .col-lg-offset-right-10 {
        margin-right: 83.33333333%;
    }
    .col-lg-offset-right-9 {
        margin-right: 75%;
    }
    .col-lg-offset-right-8 {
        margin-right: 66.66666667%;
    }
    .col-lg-offset-right-7 {
        margin-right: 58.33333333%;
    }
    .col-lg-offset-right-6 {
        margin-right: 50%;
    }
    .col-lg-offset-right-5 {
        margin-right: 41.66666667%;
    }
    .col-lg-offset-right-4 {
        margin-right: 33.33333333%;
    }
    .col-lg-offset-right-3 {
        margin-right: 25%;
    }
    .col-lg-offset-right-2 {
        margin-right: 16.66666667%;
    }
    .col-lg-offset-right-1 {
        margin-right: 8.33333333%;
    }
    .col-lg-offset-right-0 {
        margin-right: 0;
    }
}
.sec_video{
    display: none;
        position: relative;
        height: 110vh;
}
.video_this{
    position: absolute;
    top: 100px;
}
/**display none**/
.bg_cover{
    display: block;
}
.page-template-page-contact .bg_cover{
    display: block;
}
.home_logo_banner{
    margin-right: 36%;
    margin-top: 7%;
}
/*media*/
@media (max-width: 992px) {
    video.video_loop{
        display: none;
    }
    .home_logo_banner{
        display: none;
    }
   /* .video_this iframe{
        display: none!important;
    }*/
    /*HP*/
    .bg_cover{
        display: block;
    }
    .sec_video{
        display: none;
    }
    /*cat page*/
    .article_loop           {border: none;}
    .cat_thumb              { width: 100%; height: 100%; display: block; padding: 0px;  }
    .cat_thumb img          { width: 100%; min-height: 180px; padding: 5px; border:solid 1px #000; }
    .number_loop            {width: 10%; line-height: 105px; font-size: 90px;}
    .cat_sec                {padding-top: 80px;}
    .cat_sec h1             {font-size: 27px;}
    .cat_sec h2             {font-size: 25px;}
    .article_loop           {padding: 0 20px 0px;}
    .article_loop p         {font-size: 22px;}
    .alert_box{display: none;}
    .footer_box .btn-group {
        width: 33.33%;
        margin: 0;
        float: right;
    }
    .footer_box .btn-group:nth-child(4), .footer_box .btn-group:nth-child(5) {
        margin: 0 8.335%;
    }
    .footer_box .widget_nav_menu {
        width: 180px;
        margin: 0 auto;
    }
    .page-template-page-contact .col-sm-8{width:100%;}
    .form_title {margin-top: 0 ;text-align: center;}

    /*camp page*/
    .page-template-campaign-page .camp_desktop{display: none;}
    .page-template-campaign-page .camp_mobile {display: block;height: auto;}
    .page-template-campaign-page .h1_camp {
       font-size: 2.4rem;
       top: 45.2vh;
       width: 87%;
    }
    .page-template-campaign-page .floating-contact-box{
        display: none;
    }
    .page-template-campaign-page .camp_content{
        width: 80%;
        margin: auto;
    }
    .page-template-campaign-page .h1_camp span {
        font-size: 1.7rem;
    }
}
@media (max-width: 768px) {
    .navbar-brand>img {
        margin: 0 auto;
    }
    .mail-top {
        display: block;
    }
        .single article.post {
        padding: 0;
        
    }
    .single article.post p,
    .single article.post h1,
    .single article.post h2,
    .single article.post h3,
    .single article.post h4,
    .single article.post h5,
    .single article.post h6 {
        padding: 0 15px 0 0;
    }
    .contac_list,
    .logo_banner .opens{
        display: none;
    }
    #topnav {
        position: fixed;
        top: 0;
        right: 0;
        background: #fff;
        width: 50%;
        -webkit-box-shadow: -6px 0 18px 0 #d1d1d1;
        box-shadow: -6px 0 18px 0 #d1d1d1;
        z-index: 1;
        text-align: right;
        padding: 0;
    }
    .dop_navbar-toggle {
        content: 'X';
        float: right;
        width: 100%;
        z-index: 1;
        top: 0;
        right: 0;
        display: block;
        cursor: pointer;
        color: #000;
        font-size: 30px;
        padding: 10px 15px;
        
    }
    #top-nav-center {
        text-align: right;
    }
    #topnav .top-menu.navbar-nav > li {
        float: right;
        width: 100%;
        border-top: 1px solid #9f9f9f;
    }
    .admin-bar #topnav {
        top: 46px;
    }
    .dop_navbar-toggle {
        display: block;
    }
    .alert_post .alert {
        display: none;
    }
}
@media (max-width: 640px) {
    .footer_box {
        display: none;
    }
}
@media (max-width: 620px) {
    .dop_menu.col-xs-4, .navbar-header.col-xs-8 {
        width: 100%!important;
        margin-bottom: 10px;
    }
}
@media (max-width: 480px) {
    .col-mob {
        width: 100%!important;
    }
    .navbar-brand {
        height: auto;
    }
    .navbar-brand>img {
        width: 90%;
        margin: 0 auto;
    }
}

/*hp*/
.header {
    position: fixed;
    height: 100px;
    z-index: 999;
    width: 100%;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#f6f8f7));
    box-shadow: 0px 16px 31px -9px rgba(163,163,163,0.1);
}
.home h1{color: rgba(255,255,255,0.7);padding-top: 0; margin-top: 0;font-size: 45px;line-height: 10px;}
.owl-carousel .owl-item img{height:250px;}
.testimonial_block .testimonial_excerpts {height: 100px;}
.text-center.section_title               {margin-bottom: 40px;}
/*page*/
.page-id-79 section .container-fluid{width:40%; margin: auto;}
.page-id-79 section , .page-id-79 footer {float: none;}
.page-id-79 footer {position: static;bottom: 0;} 
#post-79{margin-top: 130px;}
/*single*/
.single img.alignnone {width:100%;margin:0;}
.single article       {font-size: 17px;}
.single-post .text-center{width: auto; display: inline-block;text-align: center;}

.single-post .col-sm-3:nth-child(4) {display: none;}
.single-post .row .col-sm-6         {float: right;margin-right: 0%;margin-top: 0px;width: 50%;padding: 30px 20px 20px 30px;}
.single-post .row .col-sm-6 h1,
.single-post .row .col-sm-6 article div,
.single-post .row .col-sm-6 h2,
.single-post .row .col-sm-6 p,
.single-post .row .col-sm-6 a           {color:#000;font-size: 21px;}
.single-post .row .col-sm-6 a           {text-decoration: underline;}
.single-post .row .col-sm-6.content     {margin-top: 128px;}
.single-post .row .col-sm-6 h1          {font-size: 43px;}
.single-post .row .col-sm-6 h2          {}
.single-post .col-sm-6.col-xs-12.gallery{position: fixed;top:120px; left: 0; width: 50%;background: transparent;padding: 0;}
.single-post .acordion                  {display: none;}
.single-post .col-sm-6.col-xs-12.gallery img{float: right;border: solid 5px #fff;border-top: none;border-left: none;}
.single-post .url_for_posts                 {margin-top: 0; padding: 0 15px;  }
.single-post .url_for_posts a               {color: #fff;   }
.single-post .container-fluid               {padding: 0;}
.single-post .col-xs-12                     {float: none;  }
   
.single-post .acordion                  {border-top:solid 1px #000; display: block;z-index:999;
                                         width: 100%;  top:120px;position:fixed;border-top: solid 1px #000;}
#archives_accordion > div                 {float:right;}


/*acordion*/
.zfc-accordion .has-sub > .item-link > .arrow {
    right: auto;
}
[id*="zfc-accordion-zfwca_widget"] .has-sub.open > .item-link > .arrow {
    background: url(../img/arrow_open.png) no-repeat center center;
}
[id*="zfc-accordion-zfwca_widget"] .has-sub > .item-link > .arrow {
    background: url(../img/arrow.png) no-repeat center center;
}
[id*="zfc-accordion-zfwca_widget"] .has-sub.open > .item-link > .arrow:after {
    content: ''!important;
}
[id*="zfc-accordion-zfwca_widget"] .has-sub > .item-link > .arrow:after {
    content: ''!important;
}
.zfc-accordion > ul > li > .item-link {
    margin-left: 40%;
}
.zfc-accordion, #archives_accordion {
    -webkit-box-shadow: -6px 0 18px 0 #d1d1d1 ;
    box-shadow: -6px 0 18px 0 #d1d1d1 ;
    font-size: 20px;
    
}
#archives_accordion {
    background: #fff;
    display: inline-block;
    width: 100%;
   
}
#archives_accordion h2 {
    display: inline-block;
    font-size: 26px;
    color: #000;
    margin: 0;
    padding: 12px 5px 12px 0;
    background: transparent;
    float: right;
    border: 0;
    border-top: 1px solid #000;
}
#archives_accordion h2:first-child {
    border-top: 0;
}
#archives_accordion.ui-accordion .ui-accordion-content {
    padding: 0;
    border: 0;
    float: right;
    width: 100%;
}
#archives_accordion h2 a {
    float: right;
    margin-left: 45px;
    
}
#archives_accordion a.active, #archives_accordion h2.ui-state-active {
    font-weight: bold;
}
#archives_accordion a {
    line-height: 1.1;
}
#archives_accordion a:hover {
    text-decoration: none;
   
}
#archives_accordion li {
    padding: 12px 30px;
}
#archives_accordion .ui-icon {
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
}
#archives_accordion ul {
    background: #f9f9f9;
    padding: 0;
    margin: 0;
    list-style: none;
    width: auto;
}
#archives_accordion .ui-icon, #archives_accordion .ui-widget-content .ui-icon {
    background-image: url(../img/arrow.png);
}
#archives_accordion .ui-state-active .ui-icon, #archives_accordion .ui-button:active .ui-icon {
    background-image: url(../img/arrow_open.png);
}
.zfc-accordion ul.children {
    background: #f9f9f9;
    padding: 0;
    border-top: 1px solid #000!important;
}
.zfc-accordion ul.children li, #archives_accordion li {
   
    float: right;
}
[id*="zfc-accordion-zfwca_widget"] ul.children > li.cat-item > a.item-link {
    color: #636363!important;
    font-size: 20px!important;
}
[id*="zfc-accordion-zfwca_widget"] .zfc-left .has-sub ul.children {
    padding: 0!important;
}
.zfc-accordion[id*="zfc-accordion-zfwca_widget"] > ul > li {
    border-top: 1px solid #000!important;
}
.zfc-accordion[id*="zfc-accordion-zfwca_widget"] > ul > li:first-child {
    border-top: 0!important;
}
.zfc-accordion ul ul li .item-link {
    padding: 10px 40px !important;
}

/*footer*/
.btn-group            {vertical-align: top;  }

.thank_text{

    font-size: 75px;
    text-align: center;
    float: none;
    margin-right: 0;
    margin-top: 80px;
    width: 100%;
    height: 400px;
    line-height: 400px;
}
.wedding_block_text h2:nth(2){padding: 40px 0;}
@media screen and (min-width:960px) and (max-width: 1720px) {

    header .col-sm-6.col-xs-12.nopadding.pull-right{width:65%;}
    header .navbar-header.pull-right.col-sm-3.col-xs-8.nopadding{width:15%;}
    header .col-sm-3.col-xs-4.nopadding.dop_menu{width:15%;}
    header .nav>li>a {position: relative;display: block;padding: 10px 6px;}
    header .navbar-brand , header .navbar-brand img {height: 40px;}
    .wedding .wedding_block_text h2 {width:90%;font-size: 30px;}

    /*single*/
    #archives_accordion li {padding: 12px 10px;}

    /*floating contact*/
    .floating-contact-box .row > div h3.contact-box-title {padding-right: 0.2vw; background: none;}

}

.mobile_categories , .imageAftersection{display: none;}

@media (max-width:960px) {
   .page-template-page-wedding .floating-contact-box {display: block; position: static;}
   .header       { height:60px;}
    body         {font-size: 1.8em;background:transparent!important;}
    .navbar      {padding: 0;}
    .number_loop , #top-nav-left , .wedding_list{display: none;}
    .divImage    {height: 200px;width: 100%;display: block;margin: 20px auto 0;}
    .article_loop{width:100%;}
    .navbar-brand{width:50%;float: left;}
    .bg_white    {background:transparent;}


.page-template-page-wedding .floating-contact-box .row > .col-sm-3.h3,
.page-template-page-wedding .floating-contact-box .row > div h3.contact-box-title {
    width: 100%;
    margin-right: 0;
    text-align: right;
    
}
.page-template-page-wedding .floating-contact-box .row > div h3.contact-box-title{
    background: url(../img/logo_floatingcontact.png) no-repeat left -5px;
    padding-right: 2.2%;
}

.page-template-page-wedding h1 {font-size: 28px;}

    .logo_phone {font-size: 56px;color: rgba(255,255,255,0.9);}

    #m_phone {padding-right: 1px;
                background: url(../img/phone_icon1.jpg) no-repeat right center;
                color: #000;
                border-bottom: 1px solid transparent;
                border-top: 1px solid transparent;
                background-size: 100%;
                padding-top: 21px;
                padding-bottom: 10px;
                font-size: 40px;
                float: right;
                margin-right: 8%;
                width: 37px;
             }
    .mail-top {width:49%;}
    header .container-fluid {padding-right: 5px; padding-left: 5px;}
    .navbar-brand>img       {width: 85%;margin: 0 0;float: left;}
    .mailto                 {margin-right: 15%;width: 35px;}
    .alert.openss           {padding: 10px;  }
    #topnav                 { width:100%; }
    #about_info,
    .wedding_block_text     {padding-top: 0;padding-bottom: 0;margin: 0 5%;}
    .wedding_block_text .read_more
    ,.wedding_block_text .read_more_first
    , #about_info .read_more
    ,#about_info .read_more_first { float: none; padding: 1% 2%;text-align: center;
                                       display: block;font-size: 1.3em;margin: 22px auto 15px;}
    #about_info .read_more_first ,  .read_more{margin-bottom: 10px;}
    #about_info .read_more_first              {
        width: 45vw;
        padding: 0;
        margin: auto;
        margin-bottom: 50px;
        margin-top:20px;
        
    }
    .read_more{
        text-align: center;
        display: block;
        font-size: 1.5em;
        border-radius: 20px;
        width: 45vw;
    }
    .text-center.section_title {margin-bottom: 0;}
    .bottom_contact_form       { margin-top: 10px;  }
    .map-section               {height:400px;display: none;  }
    .wedding_img_mobile        {display: block;float: right;margin: 0px 0 25px;}
    .foo25-contact-form {
        padding: 10% 10%;
    }

    /*home page*/
    #about_info .title_line{
        margin: 13vh auto 2vh;
        -webkit-transform: rotate(0deg); 
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        padding: 60px 0 60px 0;
        width: 95%;
        font-size: 38px;
        line-height: 75px;
        background: url(../img/tell-me.png) no-repeat 2vh;
        background-size: 88%;
        
    }
     #about_info .title_line span{display: block;width: 100%; text-align: right; padding-left: 57px; /*background: url(../img/envelop.gif) no-repeat left;*/}
    
    .mobile_categories                {width: 95%;margin: auto;display: block;}
    .mobile_categories a              {display: block; width: 48.5%;overflow: hidden; float: right;margin: 0 0 10px 3%;}
    .mobile_categories a:nth-child(2),
    .mobile_categories a:nth-child(4)    {float: right;margin: 0 0 10px 0;}
    .mobile_categories a span            {line-height: 35px;  text-align: center;display: block;height: 25px; width: 100%;font-size: 23px;}





    .logo_phone {
        font-size: 56px;
        margin-top: 390px;
        margin-right: 16%;
    }
    .bg_cover{background-position: -385px;}
    .wrap_first_p{height: 150px; overflow: hidden;}
    .home section > div .wrap_first_p p {max-height: 200px;text-align: justify;}
    .col-xs-12.mobile                   {padding: 0 10px 0 10px;}
    .wedding_block_text h2 {
        font-size: 38px;
        font-weight: normal;
        border-bottom: 1px solid #000;
        border-top: 1px solid #000;
        line-height: 75px;
    }
    .wedding_block_text h2 img{display: none; float: left;margin-top: 5px;}
    .wedding_block_text h3 img{display: none;}
    .bg_cover           {background-image: none;}

    /*wedding page*/

    .wedding .wedding_block_text h2{font-family: 'open-sans-italic'; font-size: 24px; margin-top: 20px!important;width:100%;border:none;}
    .cat-item                         { display: none; }
    .wedding .wedding_block_text .read_more 
    ,.wedding .wedding_block_text .read_more_first{margin-bottom: 30px;display: none;}
    .page-template-page-wedding .wedding_block_text {width: 100%;margin: auto;padding: 0;}
    .page-template-page-wedding .wedding_block_text h1 {padding: 0 2.5%; width: 100%;text-align: center;background: #4B0082;color:#fff;
                                                        margin: 0;line-height: 60px; }
    .page-template-page-wedding .wedding_block_text h2 { padding: 0 2.5%; width: 100%; direction: rtl;font-size: 20px;
                                                        line-height: 26px;word-wrap: break-word;text-align: justify;}
    .page-template-page-wedding .wedding_block_text > div ,.page-template-page-wedding .wedding_block_text > p {width: 95%; padding:0 2.5%;margin:0;}
    .section_img                                       {margin-bottom: 5px;}
    
    .imageAftersection                                 {display: block;width: 100%;margin-top: 20px;}

     /*single page*/
    
    
    .page-id-79 section .container-fluid  {margin-right: 5%!important;margin-top: 50px;width: 90%!important;}
    .single img.alignnone            {width: 100%;margin: 0;height: 220px;}
    .single-post .col-sm-6.col-xs-12.gallery{position: static;width: 100%;}
    .single-post .row .col-sm-6             {width: 100%;  }
    .single-post .col-sm-6.col-xs-12.gallery img {border: solid 2px #fff;border-top: none;border-left: none;} 
    .single-post .acordion                       {display: none;}
    .single-post .col-xs-12                      {float: none;  }
    .single-post .row .col-sm-6.content          {margin-top: 58px;}
    
    #about_info {
        float: none;
        margin: auto;
        width: 60%;
    }
    .home #about_info {
        
        width: 100%;
    }
    #post-79{margin-top: 20px;}
    .page-template-default h1{margin-top: 20px;}
    .home h1                  {margin-top: 0px;}
    .wedding_block_text {float: none;margin: auto!important;width:100%;padding: 0 0 30px!important;text-align: center;  }
    
    .col-xs-12                       {float: left;  }
    .home                            {margin-bottom: 30px;}
    .testimonial_block_title         {padding: 0;}
    .wedding .wedding_block_text h2  {text-align: justify;}
    .wedding_block_text > div        {width: 100%; margin: auto;}
    .wedding_block_text p            {font-size: 20px;width: 100%;margin: auto;}
    .wedding .wedding_block_text h2.wedding_box_title_1 , .wedding .wedding_block_text h2 {-webkit-transform: rotate(5deg);moz-transform: rotate(10deg);
                                                        -o-transform: rotate(10deg);
                                                        -ms-transform: rotate(10deg);
                                                        transform: rotate(0deg);
                                                        margin: -30px 0 10px;
                                                        }
    .wedding_img_mobile img {width: 100%;}
    .floating-contact-box {height: 200px!important;}
    .floating-contact-box .wpcf7 input{margin-bottom: 10px;font-size: 18px;padding: 3px 20px;}
    .floating-contact-box .your-email{}


    .page-template-page-contact  .wpcf7 input.input_cont_page_2 ,
    .page-template-page-contact .wpcf7 input.input_cont_page_1{
    width: 100%;
    }
    .page-template-page-contact .contact_info .wpcf7 textarea{height: 120px;}
    .page-template-page-contact .form_title {margin-bottom: 10px; font-weight: 800;text-align: center;}
    .page-template-page-contact .bg_cover {background-size: auto!important; background-position: -770px -169px!important;}
    .page-template-page-contact .contact_info{padding: 70px 0 140px;}
    .page-template-page-contact .col-sm-7.col-xs-12 {padding-right: 30px;}
    .thank_text {line-height: 60px;}

}
.url_for_posts {margin-top: 50px;}
#aradon-webdevelopment-lighter-xs-left {
    direction: rtl;
    display: inline-block;
   color:#fff!important; 
   line-height: 1.47;
    text-decoration: none;
    padding: 0px 5px 0px 0;
    margin: 2px;
    color: #434549;
    font-family: "Almoni";
    font-weight: 400;
    font-size: 16px;
}
.credit {
    float: right;
    width: 200px;
    height: 20px;
    text-align: right;

}


.carousel-control , .carousel-control.left {width:50%!important;}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{left: 20%;}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{right:20%;}



    #wpcf7-f76-o2 > form > p{overflow: visible;}
     #wpcf7-f76-o2 > form{height: 400px;}


     .mob-only{display: none;}

     @media (max-width:980px){
        .home section > div p  {
               max-height: 82px;
               overflow: hidden;
           }

        .home section > div p.expanded {
             max-height: none;
         }

         .mob-only{display: block;}
     }

     @media (max-width:680px){
        .uwy.userway_p2 {
            display: none!important;
        }

     }



     /*loiecss*/

.section.top-section {
    height: 185.3vh;
    overflow: hidden;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.top-event-item {
    overflow: hidden;
    transition: 150ms ease-out;
    background-position: center center;
    border-left: 3px solid rgb(255, 255, 255);
    padding: 0px;
    flex-basis:33%!important;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.outer-col-content {
    height: 100%;
}
.inner-col-content {
    text-align: center;
    display: flex;
    align-items: center;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    color: rgb(255, 255, 255);
    background-repeat: no-repeat;
}
.inner-col-content {
    background-size: 100%;
    transition: 150ms ease-out;
    background-position: center center;
}
.inner-col-content h2 {
    font-size: 46px;
    font-weight: normal;
    margin-bottom: 0rem;
    color: inherit;
    text-transform: uppercase;
    font-family: almoni-tzar-bold, sans-serif;
    margin-bottom: 1.3rem;
    text-shadow: rgb(0, 0, 0) 2px 2px;
}
     @media(min-width: 980px){
.event-item-o-0 .event-item-img {
    position: absolute;
    transform: translate(50%,-50%)!important;
    width: 50%;
    right: 35%;
    top: 50%;
}

.event-item-o-0 .event-item-text {
    position: absolute;
    left: 35%;
    transform: translate(-50%,-50%)!important;
    width: 50%;
    top: 50%;
}

.event-item-o-1 .event-item-img {
    position: absolute;
    transform: translate(-50%,-50%)!important;
    width: 50%;
    left: 35%;
    top: 50%;
    right:auto;
}

.event-item-o-1 .event-item-text {
    position: absolute;
    right: 35%;
    transform: translate(50%,-50%)!important;
    width: 50%;
    top: 50%;
    left:auto;
}


.event-item {min-height: 447px;position: relative;}

}


.event-item {
    display: flex;
    flex-direction: row;
    margin-bottom: 70px;
}

.event-item.event-item-o-0 {
    background-image: url(img/paint-post-right.png);
}

.event-item-box {
    min-height: 320px;
    box-shadow: -4px 6px 7px rgb(0 0 0 / 24%);
    background: #fff;
    margin-bottom: 0;
    padding: 5% 8%;
}

.event-item-o-1 .event-item-box {
    box-shadow: 2px 6px 7px rgb(0 0 0 / 24%);
}

.event-item-box {}

.event-item-text {
    width: 665px;
    position: relative;
    position: relative;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

div#events-page {
    width: 100%;
    overflow: hidden;
}

.section.events-main-section {
    padding: 0 0;
}

.section.events-main-section .container {
    max-width: 1489px;
}

.top-event-item {
    overflow: hidden;
    transition: all 150ms ease-out;
    flex-basis: 33%;    
    background-position: center;
    border-left: 3px solid #fff;
    padding: 0;
}

.col.top-event-item:last-child {
    border-left: none;
}
.inner-col-content{
background-size: 100%;
  transition: all 150ms ease-out;
  background-position:center;
}
.home .inner-col-content h2{
        text-shadow: 18px 15px 22px rgb(0 0 0);
        font-size: 70px;
}
.inner-col-content:hover {
    background-size: 120%;
}

[dir='rtl'] .slick-prev {
    background: url(img/arr-right.png) no-repeat top center;
    width: 39px;
    height: 8px;
    bottom: 3px;
    top: auto;
    right: 38%;
    transform: translate(50%,0);
    left: auto;
    z-index: 333;
}

[dir='rtl'] .slick-next {
    background: url(img/arr-left.png) no-repeat top center;
    width: 39px;
    height: 8px;
    bottom: 7px;
    top: auto;
    left: 38%;
    transform: translate(-50%,0);
    z-index: 333;
}

[dir='rtl'] .slick-next::before {
    content: none;
}

[dir='rtl'] .slick-prev::before {
    content: none;
}

.slick-dots li button:before {
    font-size: 18px;
}

ul.slick-dots {
    bottom: 0;
}

.recommend ul.slick-dots {
}

ul.slick-dots li {
}

.rec-item {
    padding-left: 64px;
}

.social-icons {
    margin-top: 21px;
}

.social-col {
    text-align: center;
    padding-top: 341px;
    font-weight: bold;
}

.form-row.text-left {
    display: block;
}

div#recommend {
    margin-bottom: 70px;
    min-height: 300px;
}

.rec-item {
    background: url(img/quote.png) no-repeat center;
    min-height: 177px;
    font-size: 19px;
    background-position: 30% 50%;
}

.tell-about h3 {
    text-align: center;
    font-family: 'almoni-tzar';
    font-weight: bold;
    margin-bottom: 84px;
}

h3 {
    font-family: 'almoni-tzar';
    font-weight: bold;
    font-size: 23pt;
    color: #333333;
}

.event-item-box h3 {color: #333333;}

.form-row span {
    display: block;
    width: 100%;
}

.navbar-nav li {
    display: block;
    padding: 0;
    margin: 0;
}

.navbar-nav ul {
    margin: 0;
    padding: 0;
}

.bline {
    background: url(img/line-heart.png) no-repeat top center;
    height: 50px;
    width: 100%;
}

.container-fluid {
    padding-right: 60px;
    padding-left: 60px;
}

.contact-envelope {
    background: url(img/bg-contact.png) no-repeat top center;
    width: 52vw;
    height: 496px;
    padding: 29px;
    padding: 11%;
    font-weight: bold;
    color: #333333;
    background-size: 100% 100%;

}

.contact-envelope .col-sm-5 p {
    margin-bottom: 7px;
}

.form-row input,.form-row select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    text-align: right;
    display: block;
    margin-bottom: 11px;
    color: #333333;
    font-size: 23px;
    display: block;
    height: 54px;
    padding-top: 8px;
    font-weight: bold;
}

.form-row input[type=submit] {
    max-width: 207px;
    display: inline-block;
    float: left;
    border: 1px solid;
    background: #fff;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    height: 47px;
    cursor: pointer;
    border-width: 2px;
    padding-top: 3px;
    transition: all 200ms ease;
}

.form-row input[type=submit]:hover {
    transform: scale(1.2);
    background: #000;
    color: #fff;
    border-color: #000;
}

.contact-section .form-row input[type=submit] {
    margin-top: 43px;
}

.form-row input::placeholder, .form-row select::placeholder{
    color:#000;
    
}

.section.contact-section {
    background: url(img/bg-contact.jpg) no-repeat top center;
    height: 671px;
    padding: 4% 0;
    background-size: 100% 100%;
}

.container {
    max-width: 1532px;
}
@media(max-width: 1500px){
    .container{
        padding-right: 3%;
        padding-left: 3%;
    }
}

.our-video {
    background: url(img/bg-our-video.jpg) no-repeat top center;
    height: 823px;
    padding: 9% 1%;
}
.home .our-video{
    display: block;
}

.tell-about-us {
    padding: 2% 0 32px;
}

blockquote {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 24px;
    padding-bottom: 14px;
    color: #6a6a6a;
    font-weight: bold;
    margin-bottom: 43px;
    text-align: justify;
    padding-right: 15px;
    padding-left: 15px;
}
.section.tell-me  [data-aos="fade-right"]{
    padding-top: 9.5%;
}
.section.tell-me.section {
    padding: 5% 1%;
    background-image: url(img/bg-s-1.png);
    background-repeat: no-repeat;
    background-position: 9% 14%;
}

.section.tell-me .col-md-6 {
    padding-left: 7%;
}

.inner-col-content {
    text-align: center;
    display: flex;
    align-items: center;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    background-repeat: no-repeat;
}

.inner-col-content a {
    width: 165px;
    height: auto;
    font-size: 43px;
    color: #fff!important;
    text-align: center;
    padding: 3px;
    display: inline-block;
    font-weight: bold;
    margin-top: 36px;
    transition: all 200ms ease-in;
     border-bottom: solid 6px;
    background: transparent;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
    
}
#sp-col-1,
#sp-col-2{
    transition-delay: 0;
}
.inner-col-content a:hover {
    transform: scale(1.2);
}

.section.top-section > .col-md-6 {
    background-size: 120%;
    cursor: pointer;
    transition: all 150ms ease-out;
    background-position: center;
    transition-delay: 0s;
}

.section.top-section > .col-md-6:hover {
    background-size: 140%;
}



.contact-us {
    position: absolute;
    left: 42px;
    color: #333333;
    top: -10px;
    font-weight: bold;
    font-size: 26px;
}

a {
    color: inherit;
}
.goto-contact {
    height: auto;
    font-size: 43px;
    width: auto;
    height: auto;
    padding: 3px;
    color: #fff!important;
    border: none;
    border-bottom: solid 6px;
    background: transparent;
    border-radius: 20px;
}
.goto-contact{
    width: 165px;
    height: 48px;
    background: #fff;
    font-size: 43px;
    width: auto;
    height: auto;
    padding: 3px;
    color: #fff!important;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    margin-top: 36px;
    border-bottom: solid 6px;
    background: transparent;
    border-radius: 20px;
    cursor: pointer;
    text-shadow: 2px 2px #000;
}

.goto-contact:hover {
    transform: scale(1.2);

}


.social-icons a {
    background: url(img/social-sprite.png) no-repeat top center;
    width: 41px;
    height: 41px;
    display: inline-block;
    margin: 0 2px;
}


@media(max-width: 1024px) {


    .sec_video{
        display: block;
        position: static;
        left: 0;
        height:90vh;
    }
    .sec_video h1,
    .sec_video video,
    .bg_cover,
    .sec_video .logo_banner{
        display: none;
    }
    .epyt-video-wrapper iframe{
        width:100%;
    }
    .video_this {
        position: static;
        top: 0;
        margin-top: 10px;;
    }

    .section.top-section {
        height: auto;
        font-family: 'almoni-tzar', sans-serif;
        display: block;
    }
    .section.top-section.row{
        
    }

    .section.top-section h2 {
        font-size: 36px;
        font-weight: normal;
        margin-bottom: 0rem;
        color: inherit;
        text-shadow: 2px 2px #000;
        margin-top: 36px;
    }

    .inner-col-content {
        min-height: 195px;
    }

    .inner-col-content a {
        font-size: 24px;
        width: auto;
        height: auto;
        padding: 3px;
        color: #fff !important;
        border: none;
        border-bottom: solid 6px;
        background: transparent;
        margin-top: 32px;
        margin-bottom: 30px;
         text-shadow: 2px 2px #000;
    }

    .top-event-item {
        border-bottom: 6px solid #fff;
        height:auto;
        border-left: 0;
    }
    .section.top-section > .col-md-6 {
        background-size: cover;
        cursor: pointer;
        transition: all 150ms ease-out;
        background-position: center;
        transition-delay: 0s;
    }
    .section.top-section > .col-md-6:hover {
        background-size: cover;
    }


    .title_bg_2 {
        background-size: 87% 43%;
        padding: 55px 0;
        width: 102%;
        margin: 7% auto 6% auto;
    }
    .title_bg_2:after {
        bottom: -35px;
    }
    .title_bg_2:before {
        top: -42px;
    }
    
    a.whatsapp-cta-button {
        bottom: 0px!important;
        left: 1px!important;
        width: 80px;
        height: 80px;
        display: block;
    }

    .lazyloaded {
        width: 100%;
        height: 100%;
    }


}








/******************************************************
    FOOTER
******************************************************/
  /* Футер - контейнер */
        .footer {
            display: flex;
            flex-direction: column;
            width: 100%;
            background-color: #282828;
            color: #fff;
        }

        /* Верхняя строка с 7 блоками */
        .footer__top-row {
            display: flex;
            width: 100%;
            border-bottom: 1px solid rgba(243, 243, 243, 0.322);
        }

        /* Блоки ссылок - все одинаковой ширины как блок с картинкой */
        .footer__link-block {
            width: 290px; /* Ширина как у блока с картинкой */
            flex-shrink: 0;
            border-right: 1px solid rgba(243, 243, 243, 0.322);
            padding: clamp(15px, 2vw, 25px) clamp(10px, 1.5vw, 15px);
            display: flex;
            flex-direction: column;
            text-align: end;
            align-items: flex-end;
            min-height: 300px;
        }

        /* Последний блок в ряду - без правой границы */
        .footer__link-block:last-child {
            border-right: none;
        }

        .footer__category-title {
            font-size: clamp(16px, 1.5vw, 23px);
            line-height: 1.3;
            color: #ffffff;
            font-weight: bold;
            font-family: inherit;
            text-align: right;
            margin-bottom: clamp(15px, 2vw, 30px);
            width: 100%;
        }

        .footer__category-link {
            text-decoration: none;
            color: #f3f3f3;
            margin-bottom: 8px;
            opacity: 0.4;
            font-size: clamp(12px, 1vw, 14px);
            transition: 0.3s;
            width: 100%;
            text-align: right;
        }

        .footer__category-link:hover {
            opacity: 1;
        }

        /* Правая колонка как отдельный блок (7-й) */
        .footer__right-block {
            width: 169px;
            flex-shrink: 0;
            border-right: none;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding-top: clamp(30px, 4vw, 60px);
            min-height: 300px;
        }

        .footer__number {
            opacity: 0.451;
            font-size: clamp(24px, 1.8vw, 31px);
            text-transform: uppercase;
            color: #f3f3f3;
            font-family: inherit;
            white-space: nowrap;
        }

        .footer__line {
            height: clamp(100px, 10vw, 150px);
            border-radius: 20px;
            background-color: #f3f3f3;
            width: 6px;
            align-self: baseline;
            transform: translateX(-3px);
        }

        /* Нижняя часть с копирайтом */
        .footer__bottom {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 clamp(20px, 5vw, 5%);
            height: clamp(60px, 8vh, 100px);
            flex-wrap: wrap;
            gap: 15px;
        }

        .footer__copyright {
            font-size: clamp(12px, 1.2vw, 16px);
            letter-spacing: 2px;
            line-height: 1.5;
            text-transform: uppercase;
            color: #898989;
            font-family: inherit;
        }

        /* Медиа-запросы */
        @media (max-width: 1600px) {
            .footer__link-block {
                width: 225px; /* Как картинка на 1600px */
            }
            
            .footer__right-block {
                width: 169px;
            }
        }

        @media (max-width: 1400px) {
            .footer__link-block {
                width: 190px; /* Как картинка на 1400px */
            }
            
            .footer__right-block {
                width: 169px;
            }
        }

        @media (max-width: 1200px) {
            .footer__link-block {
                width: 160px; /* Как картинка на 1200px */
            }
            
            .footer__right-block {
                width: 120px;
            }
            
            .footer__top-row {
                flex-wrap: wrap;
            }
            
            .footer__link-block {
                width: 33.333%; /* 3 в ряд */
                border-bottom: 1px solid rgba(243, 243, 243, 0.322);
            }
            
            .footer__right-block {
                width: 100%;
                flex-direction: row;
                justify-content: center;
                gap: 30px;
                padding: 20px;
                min-height: auto;
            }
            
            .footer__line {
                height: 6px;
                width: 100px;
                align-self: center;
                transform: none;
            }
        }

        @media (max-width: 900px) {
            .footer__link-block {
                width: 50%; /* 2 в ряд */
            }
        }

        @media (max-width: 600px) {
            .footer__link-block {
                width: 100%; /* 1 в ряд */
                border-right: none;
            }
            
            .footer__bottom {
                flex-direction: column;
                text-align: center;
                height: auto;
                padding: 20px;
            }
        }




