/*LOGIN*/

.login-Input {
  width: 100%;
}

#txtUserName,
#password {
  width: calc(42% - 5px);
  margin-bottom: 10px;
  border-radius: 0px;
  border: 0px solid #FFF;
  border-bottom: 2px solid rgba(255,216,1,1);
  padding: 4px 7px;
}

#btnLogin {
  background: #3a2c0f;
  background: -moz-linear-gradient(-45deg,  #3a2c0f 0%, #ffecb3 50%, #3a2c0f 100%);
  background: -webkit-linear-gradient(-45deg,  #3a2c0f 0%,#ffecb3 50%,#3a2c0f 100%);
  background: linear-gradient(135deg,  #3a2c0f 0%,#ffecb3 50%,#3a2c0f 100%);
  border: 1px solid #ffecb3;
  border-radius: 3px;
  text-align: center;
  padding: 4px 0px 7px 0px;
  color: #602e0f;
  font-size: 1.7rem;
  margin-bottom: 10px;
  width: calc(16% - 5px);
  display: inline-block;
}

#btnLogin:hover {
  color: #151515;
}

@media only screen and (max-width: 480px) {
  #txtUserName,
  #password,
  #btnLogin {
    width: 100%;
  }
}

/*END LOGIN*/

body {
  color: #cecece;
  padding-bottom: 0px;
  max-width: 100% !important;
  overflow-x: hidden !important;
}

#masthead {
  background: rgba(0,0,0,0.85);
}

.logo.site-branding {
  text-align: center;
}

a {
  color: #cecece;
  text-decoration: none;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.page_wrap {
  position: relative;
  z-index: 2;
  background: #000000;
  margin: 0 auto;
}

.primary_navigation.mobile .menu-toggle {
  text-align: center;
  color: #151515;
}

.xp_post_page_lay_wrap .content_entry .post_thumb {
  margin-bottom: 0px;
  margin: 0px 0px;
}

.xp_post_page_lay_wrap .the_content p,
.xp_post_page_lay_wrap .the_content div,
.xp_post_page_lay_wrap .the_content table {
  padding: 0px 0px;
  color: inherit;
}

.post_title h2 {
  font-size: 1.75rem !important;
}

.card_content .post_title h2 {
  margin-top: 15px !important;
}

.primary_navigation.dark {
  background: #3a2c0f;
  background: -moz-linear-gradient(left,  #3a2c0f 0%, #ffecb3 50%, #3a2c0f 100%);
  background: -webkit-linear-gradient(left,  #3a2c0f 0%,#ffecb3 50%,#3a2c0f 100%);
  background: linear-gradient(to right,  #3a2c0f 0%,#ffecb3 50%,#3a2c0f 100%);
}

.primary_navigation {
  border-bottom: 1px solid;
  border-top: 1px solid;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-source: linear-gradient(45deg, rgb(255,236,179), rgb(58,44,15), rgb(255,236,179));
  border-image-slice: 3;
}

.primary_navigation > ul > li.current-menu-item,
.primary_navigation > ul > li.current_page_item {
  background-color: #C29024 !important;
}

.primarynav_search_icon {
  display: none !important;
}

.wh-title {
  border-bottom: 1px solid #cecece;
  line-height: -1px;
  margin-bottom: 10px !important;
  background-color: 0;
  opacity: 1;
  border-bottom-width: 0px;
}

.w-title {
  border-top: 0px solid;
  border-bottom: 3px solid;
  border-left: 0px solid;
  border-right: 0px solid;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-source: linear-gradient(-90deg,  #3a2c0f 0%,#ffecb3 100%);
  border-image-slice: 3;
  font-weight: 500;
  font-size: 20px;
}

.post_meta li a {
  color: #dedede;
}

.xp_post_page_lay_wrap .the_content h1,
.xp_post_page_lay_wrap .the_content h2,
.xp_post_page_lay_wrap .the_content h3,
.xp_post_page_lay_wrap .the_content h4,
.xp_post_page_lay_wrap .the_content h5,
.xp_post_page_lay_wrap .the_content h6 {
  font-weight: bold;
  margin: 0px 0px;
}

.xp_post_page_lay_wrap .the_content img {
  margin: 0px;
}

.xp_post_widget_five .boxes_holder {
  margin-bottom: 10px;
}

.attachment-xpressmag-grid.size-xpressmag-grid.wp-post-image,
.attachment-xpressmag-largegrid.size-xpressmag-largegrid.wp-post-imag,
.attachment-xpressmag-largegrid.size-xpressmag-largegrid.wp-post-image,
.owl-item,
.gold-border {
  border: 1px solid;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-source: linear-gradient(45deg,  #3a2c0f 0%,#ffecb3 50%,#3a2c0f 100%);
  border-image-slice: 1;
}

header {
  padding-bottom: 0px;
}

.breadcrumb {
  position: relative;
  margin-bottom: 15px;
  background: #ececec;
  padding: 7px 10px;
  margin-top: 15px;
}

.card {
  padding: 0px 5px !important;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

.right_box {
  padding: 0px 10px !important;
}

.main_navigation {
  margin: 0px;
}

.primary_navigation li.primarynav_search_icon {
  float: right;
  display: none;
}

.sgpb-popup-dialog-main-div-theme-wrapper-3 {
  margin-top: 50px;
}

.sgpb-theme-3-overlay.sgpb-popup-overlay-450.sgpb-popup-overlay {
  width: 0px !important;
  height: 0px !important;
}

.widget {
  margin-bottom: 30px;
}

.list_head {
  font-family: prompt;
}

.primary_navigation > ul > li.current-menu-item > a,
.primary_navigation > ul > li.current_page_item > a {
  color: #151515 !important;
}

header .adv_space {
  display: block;
}

.top-container {
  text-align: center;
  z-index: 999999;
}

.header {
  z-index: 999999;
}

.content {
  padding: 0px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}

.sticky + .content {
  padding-top: 102px;
}

#wprmenu_bar {
  padding: 10px 7px 0px 7px;
  height: 45px !important;
  background: #3a2c0f;
  background: -moz-linear-gradient(left,  #3a2c0f 0%, #ffecb3 50%, #3a2c0f 100%);
  background: -webkit-linear-gradient(left,  #3a2c0f 0%,#ffecb3 50%,#3a2c0f 100%);
  background: linear-gradient(to right,  #3a2c0f 0%,#ffecb3 50%,#3a2c0f 100%);
  border-bottom: 1px solid #3a2c0f;
}

#mg-wprm-wrap {
  background: linear-gradient(45deg, #3a2c0f 0%,#ffecb3 50%,#3a2c0f 100%) !important;
}

#wprmenu_bar .bar_logo {
  height: 35px;
  margin-top: -10px;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.80));
}

@media only screen and (max-width: 1000px) {
  nav.main_navigation {
    display: none;
  }

  .header_top {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .site-branding {
    /*display:none;*/
  }
}

.typing-text {
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 3.0rem;
  font-family: Prompt;
  padding: 0px 15px;
  background: -moz-linear-gradient(-45deg,  #3a2c0f 0%, #ffecb3 50%, #3a2c0f 100%) !important;
  background: -webkit-linear-gradient(-45deg,  #3a2c0f 0%,#ffecb3 50%,#3a2c0f 100%) !important;
  background: linear-gradient(135deg,  #3a2c0f 0%,#ffecb3 50%,#3a2c0f 100%) !important;
  color: #151515;
}

@media only screen and (max-width: 768px) {
  .typing-text {
    font-size: 1.75rem;
  }
}

#sow-button-2,
#sow-button-3,
#sow-button-4,
#sow-button-5 {
  margin-bottom: 10px;
}

footer span {
  color: #FFF !important;
}

.wpcr3_a {
  padding: 20px !important;
}

.wpcr3_button_1.wpcr3_show_btn,
.wpcr3_button_1.wpcr3_submit_btn,
.wpcr3_button_1.wpcr3_cancel_btn {
  background: #3a2c0f;
  background: -moz-linear-gradient(-45deg,  #3a2c0f 0%, #ffecb3 50%, #3a2c0f 100%);
  background: -webkit-linear-gradient(-45deg,  #3a2c0f 0%,#ffecb3 50%,#3a2c0f 100%);
  background: linear-gradient(135deg,  #3a2c0f 0%,#ffecb3 50%,#3a2c0f 100%);
  border: 1px solid #ffecb3;
  border-radius: 3px;
  text-align: center;
  padding: 7px 15px !important;
  color: #602e0f !important;
  font-size: 1.7rem;
}

tr.wpcr3_review_form_text_field td {
  padding: 5px !important;
}

#pgc-4-1-0 {
  margin-bottom: 10px !important;
}

.m-contact {
  display: none;
}

@media only screen and (max-width: 1100px) {
  .m-contact {
    display: block;
    position: fixed;
    z-index: 9999;
    width: 100%;
    border-top: 1px solid #333;
    bottom: 0;
    background: #151515;
  }

  .tel,
  .line,
  .o-contact {
    width: calc(33.33% - 1px);
    border-left: 1px solid #333;
    float: left;
    display: block;
    text-align: center;
    padding: 5px 0px;
  }

  .contact-info {
    color: #efefef;
    font-size: 18px;
    font-family: prompt;
  }

  .contact-icon {
    font-size: 32px;
    display: block;
  }

  .icon-line {
    color: #00a700;
  }

  .icon-tel {
    color: #c21e21;
  }

  .icon-regis {
    color: #4267b2;
  }

  .icon-dw {
    background: -webkit-linear-gradient(45deg, rgba(193,172,81,1) 0%,rgba(247,238,173,1) 50%,rgba(193,172,81,1) 100%);
    background: linear-gradient(45deg, rgba(193,172,81,1) 0%,rgba(247,238,173,1) 50%,rgba(193,172,81,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  a.contact-info:hover {
    color: #151515;
  }

  .text-contact {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  .sgpb-popup-dialog-main-div-theme-wrapper-3 {
    display: none;
  }
}

.menu,
.page_item a,
.menu-item a {
  font-size: 1.6rem;
}

#page {
  width: 100%;
  max-width: 1200px !important;
  overflow-x: hidden;
}

.so-widget-sow-editor.so-widget-sow-editor-base {
  border-width: 0px;
  line-height: 0px;
  font-size: 0px;
}

.cat-item.cat-item-3 {
  letter-spacing: 0px;
  text-indent: 0px;
  word-spacing: 0px;
  line-height: 1px;
}

.cat-item.cat-item-4 {
  line-height: 2px;
}

.cat-item.cat-item-131 {
  line-height: 2px;
}

.cat-item.cat-item-1 {
  line-height: 2px;
}

.widget_title {
  display: inline;
}

.so-widget-image {
  top: 0px;
  margin: 0px;
  padding: 0px;
}

.siteorigin-widget-tinymce.textwidget {
  text-align: left;
  top: 0px;
}

.blink_me {
  font-weight: 500;
  opacity: 0;
}

.cat-item.cat-item-126 {
  line-height: 1px;
}

.aligncenter {
  margin: 0px auto !important;
}

.cat-item.cat-item-132 {
  display: table-footer-group;
}

h6 {
  font-weight: 100;
}

.widget-title {
  top: -23px;
}

.wpcr3_leave_text {
  margin: 17px;
}


/*Content*/
.content-block-style2.hasvisual .content-block {    padding: 20px 15px 8px;    border: 1px solid #ddd;    margin: 0px 10px;}
/*Content*/