/**
 * Theme Name:   PPT
 * Theme URI:    #
 * Author:       Yappie.io Digital
 * Author URI:   yappie.io
 * Version:      1.0
 * License:      GNU General Public License v2
 * License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 * Description:  Fully Responsive WordPress Theme
**/
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {margin: 0 1em 1em 0;}
.alignright {float:right; margin:0 0 1em 1em}
.alignleft {float:left; margin:0 1em 1em 0}
.aligncenter {display: block; margin-left: auto; margin-right: auto}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption.alignnone {margin: 0 1em 1em 0;}
.wp-caption.alignleft {float:left; margin:0 1em 1em 0}
.wp-caption.alignright {float:right; margin:0 0 1em 1em}
.wp-caption-text {  }
.sticky {  }
.gallery-caption {  }
.bypostauthor {  }
body#tinymce.wp-editor {
    font-family: Arial, Helvetica, sans-serif;
    margin: 10px;
}
body#tinymce.wp-editor a {
    color: #4CA6CF;
}
/* -----------------------------------------
   General fixes
----------------------------------------- */
#wpadminbar {
    opacity: 0.3;
    transition: 0.2s opacity linear;
    -webkit-transform: translateZ(0);
}
#wpadminbar:hover, 
#wpadminbar:focus{ opacity: 1; }
body {-webkit-font-smoothing: antialiased;}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
input[type=button] {	
    -webkit-appearance: none;
    -moz-appearance:none;
}

/* Placeholder Styling */
::-webkit-input-placeholder { color: #313359; }
::-moz-placeholder          { color: #313359; }
::-o-placeholder            { color: #313359; }
:-ms-input-placeholder      { color: #313359; }
input:-moz-placeholder      { color: #313359; }

/* Input Styling */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea { /* STYLES GO THERE */ }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="url"] {
    width: 100%;
    flex: none;
    border: 0;
    line-height: 38px;
    padding: 0 40px 0 21px;
    font-size: 12px;
    text-transform: uppercase;
    color: #313359;
    border-radius: 0;
    box-sizing: border-box;
    transition: all 0.3s ease;
    outline: none;
}

embed, iframe, object { max-width: 100%; }

/* Align Middle */
.align-middle {
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
/*Centered FlexBox crossbrowser*/
.centered-flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
}


/* -----------------------------------------
   Typography
----------------------------------------- */
a:focus {outline:none;}
p:empty {display: none;}
body,h1,h2,h3,h4,h5,h6,p,a {font-family: 'PT Sans', sans-serif;}
h1,h2,h3,h4,h5,h6{
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
h1 {
  font-size: 2.6rem;
  margin-bottom: 10px; }

h2 {
  font-size: 2.3rem;
  margin-bottom: 7px; }

h3 {
  font-size: 2.1rem;
  margin-bottom: 5px; }

h4 {
  font-size: 1.8rem;
  margin-bottom: 5px; }
.sidebar h4 {
  margin-bottom: 15px;
}
a {
    color: #313359;
    text-decoration: underline;
    transition: all 0.3s ease;
}
a:hover {
    text-decoration: none;
}
ul{
    padding: 0;
    padding-left: 18px;
    margin: 0;
    list-style: none;
}

li {
  position: relative;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 10px;
  color: #313359; }
  li:before {
    content: '';
    position: absolute;
    top: 6px;
    left: -18px;
    width: 8px;
    height: 8px;
    background: #313359;
    border-radius: 10px; }
  li .link {
    text-decoration: underline;
    font: normal 16px 'PT Sans';
    letter-spacing: 0px;
    color: #313359; }
p {
  margin: 0;
  margin-bottom: 20px; }
p:last-child {
  margin-bottom: 0; }
blockquote {
  background-color: #313359;
  color: #fff;
  padding: 25px 35px;
  padding-right: 40px;
  padding-bottom: 30px;
  margin: 0;
}
blockquote a {
  color: #63B2D4;
}
blockquote a:hover {
  text-decoration: underline;
}

.content-wrapper main > .wp-block-image,
.content-wrapper main > .wp-block-file,
.content-wrapper main > .wp-block-columns,
.content-wrapper main > .wp-block-media-text,
.content-wrapper main > .wp-block-embed,
.content-wrapper main > .wp-block-gallery {
  margin-left: auto;
  margin-right: auto;
}

table,
.wp-block-table table,
.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright,
.content-wrapper main > .wp-block-image,
.content-wrapper main > .wp-block-file,
.content-wrapper main > .wp-block-columns,
.content-wrapper main > .wp-block-media-text,
.content-wrapper main > .wp-block-embed,
.content-wrapper main > .wp-block-gallery{
  max-width: 1035px;
  width: 100%;
  padding: 0 15px;
}
.table {
  /*max-width: 1005px;*/
  /*width: 100%;*/
  /*padding: 0 15px;*/
  margin: 0 auto; }
  .table .tab-row {
    display: flex;
    justify-content: space-between;
  }
  /*table tr:nth-child(2n) td,
  .table .tab-row:nth-child(2n) .tab-cell {
    background: #f1f1f1; }*/
  table tr,
  .table .tab-row {
    background: #fff; }
  table tr:nth-child(2n),
  .table .tab-row:nth-child(2n) {
    background: #f1f1f1; }
  .table .tab-row.heading-row,
  table thead tr {
    background-color: #313359;
  }
  table th ,
  .table .tab-head {
    padding: 24px 0;
    font-family: 'PT Sans', sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
    color: #ffffff;
    /*background: #313359; }*/}
  table td,
  .table .tab-cell {
    padding: 24px 0;
    font-family: 'PT Sans', sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
    color: #313359;
    /*background: #fff; }*/}
  table td,
  table th {
    padding-left: 15px;
    padding-right: 15px;
  }
    table td p,
    .table .tab-cell p {
      margin: 0; }
    .table .tab-cell,
    .table .tab-head {
      flex-grow: 1;
      flex-basis: 0;
    }
/*
* Button
*/
.button__normal {
  display: inline-block;
  text-align: center;
  padding: 8px 20px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #313359;
  text-decoration: none;
  background: 0 0;
  border: 1px solid #313359;
  transition: 0.4s ease-in-out;
  cursor: pointer; }
  .button__normal:focus {
    outline: none; }
  .button__normal:hover {
    background: #313359;
    color: #fff; }


.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.return-to-shop .button,
.return-to-shop .button,   
#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce button.button.alt,
.woocommerce button.button,
.button__log {
  display: inline-block;
  text-align: center;
  padding: 8px 20px;
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background: #313359;
  border: 1px solid #313359;
  box-shadow: 0px 6px 13px #313359ab;
  transition: all 0.4s ease-in-out;
  cursor: pointer; }

.woocommerce #respond input#submit:focus, 
.woocommerce a.button:focus, 
.woocommerce button.button:focus, 
.woocommerce input.button:focus, 
.return-to-shop .button:focus, 
#add_payment_method .wc-proceed-to-checkout a.checkout-button:focus, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce button.button.alt:focus,
.woocommerce button.button:focus,
  .button__log:focus {
    outline: none; }

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover, 
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover
.woocommerce button.button.alt:hover,
.woocommerce button.button:hover,    
  .button__log:hover {
    background: #ffffff;
    border: 1px solid #fff;
    box-shadow: none;
    color: #313359; }

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.return-to-shop .button,    
#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,    
.woocommerce button.button{
  line-height: inherit!important;
  padding: 8px 20px!important;
  border-radius: 0!important;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
  float: right;
}
.button__inco {
  display: inline-block;
  text-align: center;
  padding: 8px 20px;
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background: none;
  border: 1px solid #ffffff;
  transition: all 0.4s ease-in-out;
  cursor: pointer; }
  .button__inco:focus {
    outline: none; }
  .button__inco:hover {
    background: #ffffff;
    color: #313359; }


/* -----------------------------------------
    Clearfix
----------------------------------------- */
.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block; 
    height: 0; 
    overflow: hidden;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* ------------------------------------
    Basic Styles
------------------------------------- */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  height: 100%;
}
body {
  height: 100%;
  background: #f1f1f1;
  color: #313359;
  font-family: 'PT Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 2rem; }
.text-center {
    text-align: center; }
.text-left {
    text-align: left; }
.text-right {
    text-align: right; }
.content-center {
  justify-content: center;
}

/*
* Container
*/
.container {
  max-width: 1035px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.row {
  display: flex;
  justify-content: space-between; }
.row.vertical-row {
  flex-direction: column; }

.site-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.popup-wrap {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.9);
    z-index: 999;
}
.popup-wrap .popup-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #313359;
    border-radius: 10px;
    padding: 30px;
    padding-top: 50px;
}
.popup-wrap .popup-container h3 {
    margin-top: 0;
    font-size: 21px;
    line-height: normal;
    color: #fff;
    font-weight: 700;
}
.popup-wrap .popup-container form input[type="password"] {
    width: 100%;
}
.popup-wrap .popup-container form input[type="submit"] {
    display: block;
    margin: auto;
    margin-top: 20px;
    padding: 11px 22px;
    font-size: 12px;
    color: #313359;
    text-transform: uppercase;
    line-height: normal;
    background: #fff;
    border: 1px solid #ffffff;
    transition: all 0.4s ease-in-out;
    outline: none;
    cursor: pointer; }
.popup-wrap .popup-container form input[type="submit"]:hover,
.popup-wrap .popup-container form input[type="submit"]:focus {
    background-color: transparent;
    color: #fff;
}
.popup-wrap .popup-container .close{
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 10px;
    right: 10px;
    transform: rotate(45deg);
    cursor: pointer;
}
.popup-wrap .popup-container .close::before{
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
}
.popup-wrap .popup-container .close::after{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
}


.container-pagination {
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: 60px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  padding: 0; }
  .container-pagination li {
    width: 6px;
    height: 6px;
    background: none;
    border-radius: 10px;
    border: 1px solid #313359;
    cursor: pointer; }
    .container-pagination li:first-child {
      margin-right: 4px; }
    .container-pagination li:last-child {
      margin-left: 4px; }
    .container-pagination li::before,
    .container-pagination li button {
      display: none; }
  .container-pagination .slick-active {
    width: 6px;
    height: 6px;
    background: #313359;
    border-radius: 10px; }

.count {
  opacity: 0; }

.pagination-wrapper {
  width: 100%;
  margin-top: 33px;
  margin-bottom: 105px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul.pagination {
  /*width: 100%;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
  
}
.pagination li,
.pagination-wrapper .pag-btn {
  margin: 0;
  margin-right: 1px;
}
.pagination li::before {
  display: none;
}
.pagination li > *,
.pagination-wrapper .pag-btn a {
  display: block;
  width: 4.2rem;
  height: 4.2rem;
  line-height: 4.2rem;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
}
.pagination li a,
.pagination-wrapper .pag-btn a {
  background-color: #fff;
  color: #8D8D8D;
  text-decoration: none;
}
.pagination li span,
.pagination li a:hover,
.pagination-wrapper .pag-btn a:hover,
.pagination li a:focus,
.pagination-wrapper .pag-btn a:focus {
  background-color: #BEDA74;
  color: #fff;
}

body .select2-container--default .select2-selection--single {
  background-color: #F1F1F1;
  border: none;
  border-radius: 0;
  height: 36px;
}
body .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 22px;
  padding-right: 35px;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: inherit;
  line-height: 36px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 8px;
  width: 15px;
  right: 17px;
  top: 50%;
  margin-top: -4px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow::before {
  content: '';
  display: block;
  width: 9px;
  height: 1px;
  background-color: #313359;
  position: absolute;
  top: 4px;
  left: 0;
  transform: rotate(45deg);
}
body .select2-container--default .select2-selection--single .select2-selection__arrow::after {
  content: '';
  display: block;
  width: 9px;
  height: 1px;
  background-color: #313359;
  position: absolute;
  top: 4px;
  right: 0;
  transform: rotate(-45deg);
}
body .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.cff-expand a {
  display: none;
}
body #cff.cff-fixed-height {
  padding: 0;
}
body #cff .cff-item {
  padding-top: 15px;
  padding-bottom: 3px;
}
body #cff .cff-author {
  margin-bottom: 7px;
}
body #cff .cff-linebreak {
  height: 0;
}
/* ------------------------------------
    Header Styles
------------------------------------- */
.header {
    padding: 4rem 0;
}
.header .row {
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
    margin-right: 20px;
}
.header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header .search-bar {
    margin-right: 15px;
}
.header .search-bar form {
    display: flex;
    justify-content: flex-end;
    position: relative;
    max-width: 143px;
    width: 100%;
}
/*.header .search-bar input[type="text"]{
    width: 100%;
    flex: none;
    border: 0;
    line-height: 38px;
    padding: 0 40px 0 21px;
    font-size: 12px;
    text-transform: uppercase;
    color: #313359;
    border-radius: 0;
    box-sizing: border-box;
    transition: all 0.3s ease;
    outline: none;
}*/
.header .search-bar input[type="text"]:focus{
    width: 150%;
}
.header .search-bar input[type="submit"]{
    position: absolute;
    top: 9px;
    right: 22px;
    width: 18px;
    height: 18px;
    background-image: url(images/search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border: 0;
    font-size: 0;
    padding: 0;
    cursor: pointer;
    outline: none;
}
.header .login .button__log span {
    display: flex;
    align-items: center;
}
.header .login .button__log:hover,
.header .login .button__log:focus {
    background: #313359;
    color: #fff;
    border: 1px solid #313359;
    box-shadow: 0px 12px 20px #313359ab;
}
.header .login .button__log span img {
    margin-right: 5px;
}



/* ------------------------------------
    Content Styles
------------------------------------- */
.content-wrapper main {
  overflow: hidden;
}
.content-wrapper main > p,
.content-wrapper main > ul,
.content-wrapper main > ol,
.content-wrapper main > pre,
.content-wrapper main > blockquote,
/*.content-wrapper main > .wp-block-image,
.content-wrapper main > .wp-block-file,
.content-wrapper main > .wp-block-table,
.content-wrapper main > .wp-block-columns,
.content-wrapper main > .wp-block-button,
.content-wrapper main > .wp-block-media-text,
.content-wrapper main > .wp-block-calendar,
.content-wrapper main > .wp-block-embed,
.content-wrapper main > .wp-block-search,
.content-wrapper main > .wp-block-gallery,
.content-wrapper main > .wp-block-separator,
.content-wrapper main > .wp-block-preformatted,*/
.content-wrapper main > h1,
.content-wrapper main > h2,
.content-wrapper main > h3,
.content-wrapper main > h4,
.content-wrapper main > h5,
.content-wrapper main > h6 {
  max-width: 685px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}
.content-wrapper main > p:last-child,
.content-wrapper main > ul:last-child,
.content-wrapper main > ol:last-child,
.content-wrapper main > pre:last-child,
.content-wrapper main > blockquote:last-child,
/*.content-wrapper main > .wp-block-image:last-child,
.content-wrapper main > .wp-block-file:last-child,
.content-wrapper main > .wp-block-table:last-child,
.content-wrapper main > .wp-block-columns:last-child,
.content-wrapper main > .wp-block-button:last-child,
.content-wrapper main > .wp-block-media-text:last-child,
.content-wrapper main > .wp-block-calendar:last-child,
.content-wrapper main > .wp-block-embed:last-child,
.content-wrapper main > .wp-block-search:last-child,
.content-wrapper main > .wp-block-gallery:last-child,
.content-wrapper main > .wp-block-separator:last-child,
.content-wrapper main > .wp-block-preformatted:last-child,*/
.content-wrapper main > h1:last-child,
.content-wrapper main > h2:last-child,
.content-wrapper main > h3:last-child,
.content-wrapper main > h4:last-child,
.content-wrapper main > h5:last-child,
.content-wrapper main > h6:last-child {
  margin-bottom: 75px;
}

/*.content-wrapper main > .wp-block-columns .wp-block-column {
    padding-right: 4rem;
}*/
.content-wrapper main.history-page > .wp-block-columns .wp-block-column {
    padding-right: 0;
}
/*.content-wrapper main > .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 3em;
    padding-right: 2rem;
}*/
.content-wrapper main.history-page > .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 0;
    padding-right: 0;
    padding-left: 5rem;
}
.content-wrapper main > .wp-block-columns .wp-block-column p,
.content-wrapper main > .wp-block-columns .wp-block-column ul li,
.content-wrapper main > .wp-block-columns .wp-block-column ol li {
  margin-bottom: 20px;
}

.wp-block-columns.text-column {
  padding: 0;
  padding-top: 50px;
  padding-bottom: 25px;
  margin: 0;
}
.text-column .wp-block-column {
  max-width: 685px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper .wp-block-columns.gallery-columns {
  position: relative;
  padding: 0 15px;
  padding-top: 55px;
  padding-bottom: 125px !important;
  margin: 0;
  max-width: 1034px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.white {
  position: relative;
}
.content-wrapper .white:last-child {
  margin-bottom: 0;
  padding-bottom: 100px;
}
.white:before {
  content: '';
  display: block;
  width: 3000px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -50%;
  z-index: -1;
}
.gallery-columns .wp-block-column {
  margin: 0;
}

.main-screen {
  max-width: 1035px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  margin-bottom: 80px; }

.wp-block-embed {
  margin: 0;
  margin-bottom: 37px;
}
.sidebar .wp-block-embed iframe {
  max-height: 170px;
}

.history-content-columns {
  margin-top: -35px;
}
.history-sidebar {
  padding-top: 70px;
}


.post-listing .title-row h1 {
  margin-bottom: 30px;
}
.ppt-journal-page .post-listing .title-row h1 {
  margin-bottom: 5px;
}
.post-listing .listing-row {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.post-listing .listing-row > a {
  text-decoration: none;
}
.post-listing .listing-row .post-wrap {
  background-color: #fff;
  width: calc(25% - 21px);
  margin-left: 27px;
  margin-bottom: 33px;
}
.post-listing .listing-row .post-wrap:nth-child(4n+1) {
  margin-left: 0;
}
.post-listing .listing-row .post-wrap .img-wrap {
  margin-bottom: 19px;
  position: relative;
  height: 325px;
}
.post-listing .listing-row .post-wrap .img-wrap:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.35);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  transition: all 0.3s ease;
}
.post-listing .listing-row .post-wrap .img-wrap img {
  display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.post-listing .listing-row .post-wrap .img-wrap a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  opacity: 0;
}
.post-listing .listing-row .post-wrap:hover .img-wrap:after,
.post-listing .listing-row .post-wrap:focus .img-wrap:after,
.post-listing .listing-row .post-wrap:hover .img-wrap a,
.post-listing .listing-row .post-wrap:focus .img-wrap a {
  opacity: 1;
}
.post-listing .listing-row .post-wrap .content-wrap {
  padding: 0 20px 35px 47px;
}
.ppt-journal-page .post-listing .listing-row .post-wrap .content-wrap {
  padding-bottom: 25px;
}
.post-listing .listing-row .post-wrap .content-wrap .author {
  font-style: italic;
  margin-bottom: 10px;
  display: block;
}
.post-listing .listing-row .post-wrap .content-wrap h4 {
  line-height: 2.2rem;
  margin-bottom: 15px;
}
.ppt-journal-page .post-listing .listing-row .post-wrap .content-wrap h4 {
  margin-bottom: 0;
}
.post-listing .listing-row .post-wrap .content-wrap .colors-wrap {
  display: flex;
}
.post-listing .listing-row .post-wrap .content-wrap .colors-wrap .color {
  display: block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  margin-right: 8px;
}

.post-listing .filter-row {
  position: relative;
  background-color: #fff;
  margin-bottom: 28px;
  padding: 42px 50px;
  justify-content: flex-start;
}
.post-listing .filter-row h4 {
  margin-bottom: 13px;
}
.post-listing .filter-row .type-col .type-list {
  display: flex;
}
.post-listing .filter-row .type-col .type-list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 69px;
  white-space: nowrap;
  margin-right: 63px;
  text-decoration: none;
}
.post-listing .filter-row .type-col .type-list a:last-child {
  margin: 0;
}
.post-listing .filter-row .type-col .type-list a .icon-wrap {
  position: relative;
  display: block;
  width: 69px;
  height: 69px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
}
.post-listing .filter-row .type-col .type-list a .icon-wrap::before {
  content: '';
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 9;
  transition: all 0.3s ease;
}
.post-listing .filter-row .type-col .type-list a .icon-wrap img {
  position: relative;
  z-index: 99;
  max-width: 55px;
}
.post-listing .filter-row .type-col .type-list a:hover .icon-wrap::before,
.post-listing .filter-row .type-col .type-list a:focus .icon-wrap::before,
.post-listing .filter-row .type-col .type-list a.active .icon-wrap::before {
  background-color: transparent;
}

.post-listing .filter-row .filter-col {
  max-height: 180px;
  transition: all 0.3s ease;
}
.post-listing .filter-row.collapsed .filter-col {
  max-height: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.post-listing .filter-row .language-col {
  flex-basis: 165px;
  margin-right: 65px;
}
.post-listing .filter-row .language-col select {
  width: 100%;
}

.post-listing .filter-row .collapse-toggle {
  position: absolute;
  top: 27px;
  right: 32px;
  cursor: pointer;

}
.post-listing .filter-row .collapse-toggle > span {
  display: flex;
  align-items: center;
} 
.post-listing .filter-row .collapse-toggle .collapse {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #F1F1F1;
  margin-left: 12px;
  transition: all 0.3s ease;
}
.post-listing .filter-row .collapse-toggle.uncollapse .collapse {
  transform: rotate(180deg);
}
.post-listing .filter-row .collapse-toggle .collapse::before {
  content: '';
  display: block;
  width: 9px;
  height: 1px;
  background-color: #313359;
  position: absolute;
  top: 50%;
    margin-top: 0px;
    left: 50%;
    margin-left: -8px;
  transform: rotate(45deg);
}
.post-listing .filter-row .collapse-toggle .collapse::after {
  content: '';
  display: block;
  width: 9px;
  height: 1px;
  background-color: #313359;
  position: absolute;
  top: 50%;
  margin-top: 0px;
  right: 50%;
  margin-right: -8px;
  transform: rotate(-45deg);
}
/*events styles*/
.post-listing .event-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  margin-bottom: 16px;
  padding-left: 40px;
}
.post-listing .event-wrap.project {
  padding-left: 0;
  padding-right: 40px;
}
.post-listing .event-wrap .left-col {
  display: block;
  align-self: center;
  border-right: 1px solid #313359;
  flex-basis: 165px;
  flex-shrink: 0;
  margin-right: 40px;
  padding: 10px 0;
  padding-right: 20px;
}
.post-listing .event-wrap .left-col .start-wrap {
  display: block;
  margin-bottom: 10px;
}
.post-listing .event-wrap .left-col .start-wrap .date-top{
  font-size: 1.9rem;
}
.post-listing .event-wrap .left-col .start-wrap .date-bot{
  display: block;
  font-size: 6.3rem;
  line-height: 5.9rem;
}
.post-listing .event-wrap .left-col .event-type {
  display: block;
  font-size: 1.4rem;
}
.post-listing .event-wrap .left-col .place-type {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
}
.post-listing .event-wrap .center-col {
  display: block;
  padding-top: 38px;
  flex-grow: 1;
}
.post-listing .event-wrap .center-col .dates-wrap {
  display: block;
  font-size: 1.4rem;
  line-height: normal;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 10px;
}
.post-listing .event-wrap .center-col h3 {
  line-height: 2.2rem;
  margin: 0;
}
.post-listing .event-wrap .center-col .location-wrap {
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
}
.post-listing .event-wrap .center-col .location-wrap h4 {
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
.post-listing .event-wrap .center-col .location-wrap span {
  font-weight: 700;
}
.post-listing .event-wrap .right-col {
  position: relative;
  display: block;
  flex-basis: 319px;
  margin-left: 50px;
  flex-shrink: 0;
}
.post-listing .event-wrap.project .right-col {
  margin-left: 0;
  margin-right: 50px;
}
.post-listing .event-wrap .right-col img {
  display: block;
}
.post-listing .event-wrap .right-col .past-identity {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 64px;
  text-transform: uppercase;
  font-weight: 700;
}

/*single post*/
.single-post-container {
  margin-bottom: 85px;
}
.single-post-container .title-row h1 {
  margin-bottom: 22px;
}
.single-post-container .title-row h1 .journal-back-link {
  text-decoration: underline;
}
.single-post-container .title-row h1 .journal-back-link:hover {
  text-decoration: none;
}
.single-post-container .content-row .cover-col {
  flex: 0 0 384px;
}
.single-post-container .content-row .content-col {
  padding-left: 45px;
}
.single-post-container .content-row .content-col .post-meta {
  display: flex;
  max-width: 500px;
  margin-bottom: 40px;
  padding: 45px 0 50px 35px;
  border-bottom: 1px solid #313359;
}
.single-post-container .content-row .content-col .post-meta > * {
  flex: 1;
}
.single-post-container .content-row .content-col .post-meta .author {
  font-style: italic;
  display: block;
  margin-bottom: 10px;
}
.single-post-container .content-row .content-col .post-meta h3 {
  margin-bottom: 15px;
}
.single-post-container .content-row .content-col .post-meta .right-col {
  padding-left: 65px;
}
.single-post-container .content-row .content-col .post-meta .colors-wrap .color-wrap {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.single-post-container .content-row .content-col .post-meta .colors-wrap .color-wrap .color {
  display: block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  margin-right: 16px;
}
.single-post-container .content-row .content-col .post-content .journal-articles {
  margin-bottom: 40px;
}

/*single event*/
.single-news .single-post-container .title-row h2,
.single-activities .single-post-container .title-row h2 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin-bottom: 20px;
}
.single-news .single-post-container .title-row h2 a,
.single-activities .single-post-container .title-row h2 a {
  text-decoration: underline;
}
.single-news .single-post-container .title-row h2 a:hover,
.single-activities .single-post-container .title-row h2 a:hover {
  text-decoration: none;
}
.single-news .single-post-container .meta-row,
.single-activities .single-post-container .meta-row {
  margin-bottom: 40px;
}
.single-news .single-post-container .meta-row .content-wrap,
.single-activities .single-post-container .meta-row .content-wrap {
  position: relative;
}
.single-news .single-post-container .meta-row .content-wrap img,
.single-activities .single-post-container .meta-row .content-wrap img {
  display: block;
}
.single-news .single-post-container .meta-row .content-wrap .meta-wrap,
.single-activities .single-post-container .meta-row .content-wrap .meta-wrap {
  max-width: 683px;
  width: 100%;
  background-color: rgba(255,255,255,0.22);
  position: absolute;
  top: 0;
  left: 0;
  padding: 33px 40px;
  padding-right: 50px;
  color: #fff;
  display: flex;
}
.single-news .single-post-container .meta-row .content-wrap .meta-wrap .left-col,
.single-activities .single-post-container .meta-row .content-wrap .meta-wrap .left-col {
  flex-shrink: 0;
  border-right: 1px solid #fff;
  padding-right: 20px;
  margin-right: 40px;
  padding-top: 10px;
}
.single-news .single-post-container .meta-row .content-wrap .meta-wrap .left-col .start-wrap,
.single-activities .single-post-container .meta-row .content-wrap .meta-wrap .left-col .start-wrap {
  display: block;
  margin-bottom: 10px;
}
.single-news .single-post-container .meta-row .content-wrap .meta-wrap .left-col .start-wrap .date-top,
.single-activities .single-post-container .meta-row .content-wrap .meta-wrap .left-col .start-wrap .date-top{
  font-size: 1.9rem;
}
.single-news .single-post-container .meta-row .content-wrap .meta-wrap .left-col .start-wrap .date-bot,
.single-activities .single-post-container .meta-row .content-wrap .meta-wrap .left-col .start-wrap .date-bot{
  display: block;
  font-size: 6.3rem;
  line-height: 5.9rem;
}
.single-news .single-post-container .meta-row .content-wrap .meta-wrap .left-col .event-type,
.single-activities .single-post-container .meta-row .content-wrap .meta-wrap .left-col .event-type {
  display: block;
  font-size: 1.4rem;
}
.single-news .single-post-container .meta-row .content-wrap .meta-wrap .left-col .place-type,
.single-activities .single-post-container .meta-row .content-wrap .meta-wrap .left-col .place-type {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
}
.single-news .single-post-container .meta-row .content-wrap .meta-wrap .right-col,
.single-activities .single-post-container .meta-row .content-wrap .meta-wrap .right-col {
  padding-top: 5px;
}
.single-news .single-post-container .meta-row .content-wrap .meta-wrap .right-col .dates-wrap,
.single-activities .single-post-container .meta-row .content-wrap .meta-wrap .right-col .dates-wrap {
  display: block;
  font-size: 1.4rem;
  line-height: normal;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 10px;
}
.single-news .single-post-container .meta-row .content-wrap .meta-wrap .right-col h3,
.single-activities .single-post-container .meta-row .content-wrap .meta-wrap .right-col h3 {
  line-height: 2.2rem;
  margin: 0;
}
.single-news .single-post-container .meta-row .content-wrap .meta-wrap .right-col .location-wrap,
.single-activities .single-post-container .meta-row .content-wrap .meta-wrap .right-col .location-wrap {
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
}
.single-news .single-post-container .meta-row .content-wrap .meta-wrap .right-col .location-wrap h4,
.single-activities .single-post-container .meta-row .content-wrap .meta-wrap .right-col .location-wrap h4 {
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
.single-news .single-post-container .meta-row .content-wrap .meta-wrap .right-col .location-wrap span,
.single-activities .single-post-container .meta-row .content-wrap .meta-wrap .right-col .location-wrap span {
  font-weight: 700;
}

.search-list h4 {
  margin-bottom: 0;
}
.search-list h4 span {
  font-size: 1.4rem;
}
.search-list h4 a {
  color: #2A95C3;
}
.search-list h4 a:hover,
.search-list h4 a:focus {
  text-decoration: underline;
}

/*fb feed*/

/*.facebook-feed back*/

/* ------------------------------------
    Footer Styles
------------------------------------- */

.footer {
    background-color: #313359;
    margin-top: auto;
    padding-top: 57px;
    padding-bottom: 38px;
    color: #FFFFFF;
    font-size: 1.3rem;
    line-height: 2.3rem;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.footer p{
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    margin-bottom: 2rem;
}
.footer p:last-of-type{
    margin-bottom: 0;
}
.footer ul {
    list-style: none;
    padding: 0;
}
.footer ul li {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}
.footer ul li:before {
    display: none;
}
.top-footer {
    margin-bottom: 35px;
    justify-content: flex-start;
}
.footer .footer-menu {
    margin-left: 4rem;
}
.footer .footer-menu:first-child {
    margin-left: 0;
}
.footer .footer-menu h4 {
    margin: 0;
    text-transform: uppercase;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 7px;
}
.footer .footer-menu.menu-location {
    margin-left: 10rem;
    position: relative;
}
.footer .footer-menu.menu-location:before {
    content: '';
    display: block;
    width: 9px;
    height: 12px;
    background-image: url(images/location.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: -17px;
    top: 2px;
}
.footer .footer-menu.menu-location p {
    line-height: 2rem;
}
.footer .footer-menu.menu-location ul {
    margin-top: 11px;
    display: flex;
    align-items: center;
}
.footer .footer-menu.menu-location ul li{
    margin-right: 10px;
}
.footer .footer-menu.menu-location ul li:last-child {
    margin-right: 0;
}
.footer .footer-menu.menu-location ul li a {
    display: block;
}
.footer .footer-menu.menu-location ul li a:hover {
    opacity: 0.8;
}
.bottom-footer {
    font-size: 1.2rem;
    line-height: 2rem;
}
.bottom-footer .bottom-menu {
    margin-bottom: 13px;
}
.bottom-footer .bottom-menu ul {
    display: flex;
    justify-content: center;
}
.bottom-footer .bottom-menu ul li {
    margin: 0 10px;
}


/*==shop==*/
.productrow .col{
  padding-left: 13px;
  padding-right: 13px;
}
.productrow{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -13px;
  margin-right: -13px;
  padding-top: 17px;
  padding-bottom: 19px;
}
.productcats{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -13px;
  margin-right: -13px;
  padding-top: 17px;
  padding-bottom: 19px;
}
.productcats .col{
  padding-left: 13px;
  padding-right: 13px;
      -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

@media only screen and (max-width : 767px) {
  .productcats .col{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width : 768px) {
  .productrow .col{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media only screen and (min-width : 1023px) {
  .productcats .col:nth-child(1),
  .productcats .col:nth-child(2){
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .productcats .col{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .productrow .col{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.categbox_txt strong{
  display: block;
  margin-bottom: 5px;
  padding-top: 20px;
}
.categbox_txt a{
  text-decoration: none;
}
.categbox_txt{
  padding-left: 30px;
  padding-right: 30px;
    font-size: 16px;
}
.categbox img{
  border: 1px solid #fff;
  width: 100%;
}
.categbox{
  margin-bottom: 49px;
}
.categbox_img_holder .image_icon{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 70px;
  border: 0;
  width: auto;
}
.categbox_img_holder{
  position: relative;
  display: block;
}

.woocommerce-products-header__title .back_link,
.woocommerce-products-header__title span{
  font-size: 1.6rem;
  font-weight: normal;
  display: inline;
  padding-left: 8px;
}
.woocommerce-products-header__title .back_link:hover{
  text-decoration: none;
}
.woocommerce-products-header__title .back_link{
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  text-align: right;
  font-style: italic;
  padding-left: 0;
}
.woocommerce-products-header__title{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 2.6rem;
  margin-bottom: 10px;
  font-weight: bold;
}

@media only screen and (max-width : 767px){
  .woocommerce-products-header__title .back_link{
    display: block;
    text-align: left;
    padding-top: 13px;
  }
  .woocommerce-products-header__title{
    display: block;
  }
  .single_prod_txt{
    padding-top: 15px;
  }
  .productrow .col{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .productbox .productbox_txt{
    text-align: center;
  }
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count{
  display: none;
}
.woocommerce-info{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.woocommerce-notices-wrapper{
  -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;

}
.archive .woocommerce-info{
  margin-left: 13px;
  margin-right: 13px;
}
.archive .woocommerce-notices-wrapper{
    padding-left: 13px;
    padding-right: 13px;
}
.productbox .productbox_img img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.productbox .productbox_img>a{
  display: inline-block;
  text-align: center;
  padding: 8px 20px;
  font-weight: normal;
  font-size: 1.2rem;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #313359;
  font-weight: bold;
  text-decoration: none;
  background: #ffffff;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 3;
  opacity: 0;
}
.productbox .productbox_img:hover:before{
  opacity: .4;
}
.productbox .productbox_img:hover>a{
  opacity: 1
}
.productbox .productbox_img:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #313359;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.productbox .productbox_img{
  position: relative;
  background: #fff;
  height: 156px;
}
.productbox .productbox_txt .prod_price{
  text-transform: uppercase;
  font-size: 2.2rem;
  font-style: italic;
  margin-bottom: 13px;  
}
.productbox .productbox_txt h4 a{
  text-decoration: none;
}
.productbox .productbox_txt h4{
  font-size: 1.7rem;
  margin-bottom: 20px;
}
.productbox .productbox_txt{
  padding: 25px 30px 0;
}
.productbox{
  margin-bottom: 54px;
}
.singleprod_row .col-1 img{
  max-width: 100%;
  height: auto;
}
.singleprod_row .col-2,
.singleprod_row .col-1{
  padding-left: 13px;
  padding-right: 13px;
}
.singleprod_row{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -13px;
  margin-right: -13px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width : 767px){
  .singleprod_row .col-1{
    -ms-flex: 0 0 45%;
      flex: 0 0 45%;
      max-width: 45%;
  }  
  .singleprod_row .col-2{
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
  }
  .single_prod_txt{
    padding-left: 28px;
  }

  .desc_txt{
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 54px;
    -moz-column-gap: 54px;
    column-gap: 54px;
    padding-right: 70px;
  }
}

.open_ammount label{
  margin-bottom: 13px;
  display: none;
  font-style: italic;
}
.single_prod_txt.open_amount_works .open_ammount label{
  display: block;
}
.open_ammount .product_meta,
.open_ammount h1.entry-title,
.open_ammount .price{
  display: none!important;
}
.woocommerce .open_ammount .quantity .qty{
  width: 50px;
  padding-left: 13px;
  padding-right: 13px;
}
.single_prod_img .white_icon{
  position: absolute;
  top: 50%;
  left: 60px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.single_prod_img{
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
}
.single_prod_img img{
      margin: 0 auto;
    max-height: 400px;
    display: block;
}

.single_prod_gallery{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 15px 20px;
  margin-top: 20px;
}
.single_prod_gallery img{
  cursor: pointer;
  opacity: 0.5;
}
.single_prod_gallery img:hover, .single_prod_gallery img.img_active{
  opacity: 1;
}
.single_prod_txt h1{
  font-size: 17px;
  /*max-width: 160px;*/
  margin-bottom: 15px;
}
.woocommerce-product-details__short-description{
  margin-bottom: 20px;
}
.single_prod_txt .prod_price{
  font-size: 2.2rem;
  font-style: italic;
  margin-bottom: 15px;
}
.woocommerce div.product .single_prod_txt form.cart{
  margin-bottom: 0;
}
.single_prod_txt.open_amount_works .prod_price,
.single_prod_txt .product_meta,
.single_prod_txt form.cart div.quantity,
.single_prod_txt p.price,
.single_prod_txt h1.product_title {
  display: none;
}
.product .woocommerce-products-header{
  margin-bottom: 20px;
}
.desc_title{
  font-size: 17px;
  font-weight: bold;
  border-bottom: 1px solid #A7C7D5;
  padding: 40px 0 10px;
  margin-bottom: 20px;
}
.desc_txt .wpulike,
.desc_txt .sfsi_responsive_icons{
  display: none!important;
}
.desc_txt{
  margin-bottom: 80px;
}
.pay_icons>div{
  margin-right: 12px;
}

.woocommerce div.product .single_prod_txt form.cart{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.woonp{
  margin-bottom: 0;
}

.woocommerce div.product .single_prod_txt form.cart label,
form.cart .wrap .description_product,
.woocommerce div.product .single_prod_txt form.cart .popfwc-currency-symbol{
  display: none;
}
.woocommerce div.product .single_prod_txt form.cart input{
  padding-left: 13px;
  padding-right: 13px;
  margin-right: 15px;
  max-width: 60px;
  display: none;
  height: 38px;
}
.woocommerce div.product .single_prod_txt.open_amount_works form.cart input{
  display: block;
}
.woocommerce div.product .single_prod_txt form.cart button{
  max-width: 112px;
  white-space: nowrap;
  line-height: 1.7!important;
}
.woocommerce-notices-wrapper+.return-to-shop{
  padding-top: 30px;
}
.pay_icons{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 20px;
}
.page-template-default .woocommerce{
  max-width: 1035px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.woocommerce #content table.cart td.actions .coupon, 
.woocommerce table.cart td.actions .coupon, 
.woocommerce-page #content table.cart td.actions .coupon, 
.woocommerce-page table.cart td.actions .coupon,
.woocommerce table.cart .product-thumbnail{
  display: none!important;
}
.woocommerce table td a{
  text-decoration: none;
}
.woocommerce table td,
.woocommerce table th{
  color: #313359;
  text-align: left;
}
.woocommerce table thead tr{
  background: transparent;
}
.woocommerce table.shop_table{
  border: 0!important;
}
.woocommerce a.remove:hover{
  background: url(./images/cr.svg) no-repeat center center;
}
.woocommerce a.remove{
  text-indent: -9999px;
  width: 14px;
  height: 14px;
  background: url(./images/cr.svg) no-repeat center center;
  display: inline-block;
  vertical-align: middle;
}
.woocommerce table.shop_table td.product-remove{
  text-align: center;
}
.woocommerce .quantity input.qty{
  border: 1px solid #B3B3B3;
  border-radius: 4px;
  color: #313359;
  padding-left: 13px;
  padding-right: 13px;
  width: 62px;
  font-size: 1.7rem;
}
.woocommerce table.cart td.actions {
  padding: 18px 0 10px!important;
}
.woocommerce table.cart td.actions .button:hover,
.woocommerce table.cart td.actions .button{
  background: transparent!important;
  color: #313359!important;
  box-shadow: none!important;
}
.woocommerce .cart-collaterals, 
.woocommerce-page .cart-collaterals{
  border-top: 1px solid #A7C7D5;
  padding-top: 25px;
}
.woocommerce table.shop_table{
  padding-left: 0!important;
  padding-right: 0!important;
}
.cart_totals table.shop_table tr{
  background: transparent!important;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th{
  border-top: 0!important;
}
@media only screen and (min-width : 992px){
  .woocommerce .cart-collaterals .cart_totals, 
  .woocommerce-page .cart-collaterals .cart_totals{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 37%;
  }
  .woocommerce .cart-collaterals .cart_totals h2, 
  .woocommerce-page .cart-collaterals .cart_totals h2{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    font-size: 17px;
    padding-top: 10px;
  }  
  .woocommerce .cart-collaterals .cart_totals .shop_table, 
  .woocommerce-page .cart-collaterals .cart_totals .shop_table{
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  #add_payment_method .wc-proceed-to-checkout, 
  .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.woocommerce-page li:before{
  background: transparent!important;
}
.home .wpulike,
#wpd-editor-source-code-wrapper,
#wpd-bubble-wrapper,
.woocommerce-page .wpulike{
  display: none!important;
}
.return-to-shop{
  padding-bottom: 30px;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea{
  height: 36px;
  padding-left: 13px;
  padding-right: 13px;
  border: 1px solid rgba(0,0,0,.1);
}
.woocommerce form .form-row textarea{
  height: 100px;
  border: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid rgba(0,0,0,.1);
}
.woocommerce-page .select2-container--default .select2-selection--single{
  background: #fff;
  border: 1px solid rgba(0,0,0,.1);
}


@media only screen and (min-width : 1023px){
  .woocommerce .cart-collaterals, 
  .woocommerce-page .cart-collaterals{
    background: url(./images/girl.svg) no-repeat left bottom;
    min-height: 232px;
  }
}
header .container{
  position: relative;
}
.money_count{
  position: absolute;
  top: -10px;
  right: 15px;
  font-weight: bold;
  font-size: 13px;
  background: url(./images/shop-icon.svg) no-repeat 0px 0;
  padding-left: 22px;
  text-decoration: none;
  z-index: 10;
}
@media only screen and (max-width : 1200px){
  .money_count{
    top: -15px;
  }
}
@media only screen and (max-width : 767px){
  header .container{
    padding-top: 10px;
  }
}
table tr:nth-child(2n), .table .tab-row:nth-child(2n) {
 background: #fff; 
}
table.shop_table tr:last-child{
  background: transparent;
}
.woocommerce table.shop_table td{
  border-top: 0;
  border-bottom: 3px solid #f1f1f1;
}
body.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow{
  margin-top: -1px;
}
.nounderine{
  text-decoration: none;
}
#wc-stripe-payment-request-button-separator{
	display: none!important;
}
.cart_totals #wc-stripe-payment-request-wrapper,
.woocommerce-privacy-policy-text,
.page-id-4893 h1{
	margin-bottom: 30px;
}
.woocommerce-checkout #wc-stripe-payment-request-wrapper {
	padding-top: 0!important;
	padding-bottom: 30px;
}
#membership-table-block_60510279428a7{
   padding-top: 50px;
}
.page-id-152 .wp-block-group{
    padding-top: 20px;
	padding-bottom: 50px;
}
.whitebgr_wrap .wp-block-columns{
  max-width: 1035px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding-top: 20px;
}
.whitebgr_wrap{
  background: #fff;
}
.whitebgr_wrap + .whitebgr_wrap{
  padding-bottom: 30px;
  margin-bottom: 30px;
}
/*==//shop==*/

.starthidden{
  display: none;
}
.startshow{
  padding-bottom: 60px;
    padding-top: 30px;
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 250px;
}

.end-screen .link-wrap.half > *{
    max-width: 50%;
}

.is-layout-flex{
  gap: 0;
}

@media only screen and (max-width : 767px){
  .end-screen .link-wrap.half > *{
     max-width: 100%;
  }
}