

.custom-event-wrapper {
  position: relative;
  padding: 0 15px;
}

.custom-event-wrapper h1.main-title {
  margin: 0 0 20px;
}

.custom-event-wrapper .left-column {
  width: 75%;
  float: left;
}
.custom-event-wrapper .left-column .column-inner {
  padding: 0 20px 0 0;
}

.custom-event-wrapper .right-column {
  width: 25%;
  float: left;
}

.custom-event-wrapper .right-column .column-inner {
  padding: 0 0 0 20px;
}
.custom-event-wrapper .right-column .right-sidebar {
  padding-bottom: 42px;
}

.custom-event-wrapper .right-column h5 {
  margin-bottom: 14px;
}
.custom-event-wrapper .right-column .right-text {
  margin-top: 32px;
}
.custom-event-wrapper .right-column .right-text h3 {
  font-size: 20px;
  line-height: 21px;
}


.custom-event-wrapper .image-holder {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 43px;
}

.custom-event-wrapper .image-holder img {
  width: 100%;
  display: block;
}

.custom-event-wrapper .button-wrap a {
  position: relative;
  display: inline-block;
  width: auto;
  line-height: 39px;
  margin: 0;
  padding: 0 23px;
  border: 2px solid #303030;
  font-size: 13px;
  font-family: inherit;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  border-color: #d43951;
  color: #ffffff;
  font-weight: 600;
  background-color: #e34346;
}
.custom-event-wrapper .button-wrap a:hover {
  color: #ffffff;
  background-color: #e34346;
  border-color: #000000;
}

.custom-event-wrapper .button-wrap a i {
  margin: 0 0 0 11px;
}
.custom-event-wrapper .button-wrap .fa-cart-arrow-down:before {
  content: "\f218";
}

.custom-event-wrapper .left-column .top-text {
  margin-top: 32px;
}
.custom-event-wrapper .left-column h2 {
  margin-bottom: 20px;
}
.custom-event-wrapper .left-column ul,
.custom-event-wrapper .left-column ol {
  line-height: 26px;
}

.custom-event-wrapper .left-column .bottom-text {
  margin-left: -15px;
  margin-right: -15px;
  padding: 30px;
  background-color: #f4f4f4 ;
}

.custom-event-wrapper .left-column .bottom-text-inner {
  padding: 0 15px;
}

.custom-event-wrapper .social_section {
  width: 100%;
  display: inline-block;
  text-align: center;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 35px;
  margin-top: 35px;
  padding: 35px 0;
  line-height: 26px;
}

.custom-event-wrapper .social_share {
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  margin: 0;
}
.custom-event-wrapper .social_share_holder {
  display: inline-block;
  position: relative;
}
.custom-event-wrapper .social_share_title {
  display: inline-block;
}

.custom-event-wrapper .qode_like a, 
.custom-event-wrapper .qode_print a,
.custom-event-wrapper .social_share a {
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}


.custom-event-wrapper .social_share_holder .social_share_icon {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  display: block;
  font-size: 27px;
  margin-bottom: 10px;
}


.custom-event-wrapper .icon-basic-share:before {
  content: "\e006";
}
.custom-event-wrapper .social_share_dropdown {
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
  padding: 10px 0 0;
  position: absolute;
  top: 75%;
  width: 35px;
  visibility: hidden;
  z-index: 950;
  -webkit-transition: opacity .15s, visibility .15s, top 0s .15s;
  -moz-transition: opacity .15s, visibility .15s, top 0s .15s;
  transition: opacity .15s, visibility .15s, top 0s .15s;
  opacity: 0;
}
.custom-event-wrapper .social_share_dropdown .inner_arrow {
  display: block;
  position: absolute;
  top: -6px;
  left: 8px;
  width: 0;
  height: 0;
  border-color: transparent transparent #323232;
  border-style: solid;
  border-width: 9px;
  z-index: 999;
}
.custom-event-wrapper .social_share_dropdown ul {
  list-style: none;
  position: relative;
  display: block;
  background-color: #323232;
  z-index: 990;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 0!important;
  width: 35px;
}

.custom-event-wrapper .social_share_dropdown ul li {
  display: block;
  position: relative;
  text-align: center;
}
.custom-event-wrapper .social_share_dropdown ul li a {
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  display: block;
  height: 20px;
  line-height: 20px;
  padding: 5px 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0!important;
}
.custom-event-wrapper .social_share_dropdown ul li i {
  font-size: 17px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  color: #fff;
  text-align: center;
}
.custom-event-wrapper .social_share_dropdown ul li:hover i {
  color: #1abc9c;
}


.custom-event-wrapper .social_share_dropdown .fa-facebook-f:before,
.custom-event-wrapper .social_share_dropdown .fa-facebook:before {
  content: "\f09a";
}
.custom-event-wrapper .social_share_dropdown .fa-twitter:before {
  content: "\f099";
}
.custom-event-wrapper .social_share_dropdown .fa-google-plus:before {
  content: "\f0d5";
}
.custom-event-wrapper .social_share_holder:hover .social_share_dropdown {
  top: 100%;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .2s cubic-bezier(.3, .67, .24, .86);
  -moz-transition: all .2s cubic-bezier(.3, .67, .24, .86);
  transition: all .2s cubic-bezier(.3, .67, .24, .86);
}





.custom-event-wrapper .qode_print {
  display: inline-block;
  margin: 0 25px;
  font-size: 12px;
  font-weight: 400;
}
.custom-event-wrapper .qode_icon_printer {
  display: block;
  font-size: 27px;
  margin-bottom: 10px;
}
 
.custom-event-wrapper .icon-basic-printer:before {
  content: "}";
}

.custom-event-wrapper .comment_holder {
  padding: 28px 0 38px;
  margin: 0 0 30px;
}


@media (max-width: 767px) {
  .custom-event-wrapper {
    overflow: hidden;
  }
  .custom-event-wrapper .left-column {
    width: 100%;
  }
  .custom-event-wrapper .left-column .column-inner {
    padding: 0;
  }
  .custom-event-wrapper .right-column {
    width: 100%;
  }
  .custom-event-wrapper .right-column .column-inner {
    padding: 0;
  }
  .custom-event-wrapper .button-wrap a {
    line-height: 38px;
    padding: 0 16px;
  }
}

@media (max-width: 350px) {
 .custom-event-wrapper {
    overflow: hidden;
    padding: 0 7px;
  }
}



