  @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');


body .title-post {
  padding-top: 100px;
}
body .title-post i {
  margin-bottom: 70px;
}
.my_container {
  max-width: 1110px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}
body .member-title-box {
  padding-top: 90px;
  margin-bottom: 70px;
}
.inner_project_layout .member-title-box {
  margin-bottom: 0;
}
body .member-title-box h2 {
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 40px;
}
.inner_project_layout .title-post h1 {
  margin-top: 0;
}
.person-box h4, .section-type-two .full-bg .title-box h5, .member-box h5 {
  line-height: 30px !important;
}
.blog_sec {
  display: flex;
  flex-wrap: wrap;
}
.blog_sec_inner {
  text-align: center;
  width: 50%;
  padding: 0 10px 70px 10px;
}
.blog_sec_img {
  overflow: hidden;
  cursor: pointer;
}

.blog_sec_img img {
  width: 100%;
  height: auto;
  transition: 1.8s ease-in-out;
  transform: scale(1);
  height: 395px;
  max-width: 520px;
  object-fit: cover;
}
.blog_sec_content h4 {
  font-size: 20px;
  line-height: 30px;
  color: #c26b11;
  margin: 30px 0 15px;
  letter-spacing: -0.4px;
  transition: 0.5s all ease;
}
.blog_sec_content h5 {
  letter-spacing: -0.32px;
  font-size: 16px;
  line-height: 26px;
  color: #85312A;
  font-style: italic;
  font-family: 'Playfair Display';
  margin: 0;
  transition: 0.5s all ease;
}
.blog_sec_content a:focus {
  text-decoration: none;
}
.blog_sec_inner:hover .blog_sec_img img {
  transform: scale(1.06);
}
.blog_sec_inner:hover .blog_sec_content h4,
.blog_sec_inner:hover .blog_sec_content h5 {
  color: #808285;
}

.blog_sec_inner:hover a {
  text-decoration: none;
}


.fullpage-img-rt-content {
  display: flex;
  height: 100%;
  align-items: center;
}
.fullpage-img-rt-content .fullpage-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fullpage-img-rt-content .fullpage-bgimg img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.fullpage-img-rt-content .title-box {
  max-width: 50%;
  margin-left: auto;
  position: static;
}
.fullpage-img-rt-content .title-box p {
  color: #85322A;
  font-size: 44px;
  margin-bottom: 60px;
  font-weight: bold;
}
.fullpage-img-rt-content .title-box > div {
  max-width: 600px;
  margin: 0 auto;
}

.full-height-middle-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.full-height-middle-content .content-box {
  max-width: 875px;
  text-align: center;
  font-size: 20px;
  padding: 80px 15px;
  margin: 0 auto;
  letter-spacing: -0.4px;
  line-height: 30px;
}
.content-box-btn {
  margin-top: 60px;
}

.center-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.three_col_layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 60px 0;
}
.three_col_layout .three_col_layout_inner {
  width: 33.33%;
  padding: 30px;
}
.three_col_layout .three_col_layout_inner h3 {
  margin-bottom: 50px;
  transition: all 0.2s ease-in-out 0s;
  font-size: 35px;
  line-height: 35px;
}
.three_col_layout .three_col_layout_inner:hover h3 {
  color: #c26b11;
}
.three_col_layout .three_col_layout_inner:hover .btn,
.three_col_layout .three_col_layout_inner:hover .btn::before,
.three_col_layout .three_col_layout_inner:hover .btn::after ,
.three_col_layout .three_col_layout_inner:hover .btn .btn-fob-text{
  background-color: #c26b11;
  color: #fff;
}


.member-item-wrapper ul.products li.product .prdhourssec {
  position: absolute;
  top: 0;
  width: calc(100% - 8px);
  left: 4px;
  height: 100%;
  padding: 150px 15px 50px 15px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  transition: all 0.5s ease-out 0s;
  pointer-events: none;
  opacity: 0;
}
.member-item-wrapper ul.products li.product:hover .prdhourssec {
  opacity: 1;
  pointer-events: all;
}
.member-item-wrapper ul.products li.product .prdhourssec .woocommerce-LoopProduct-link {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  width: 100%;
  min-height: 100px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.member-item-wrapper ul.products li.product .prdhourssec .woocommerce-LoopProduct-link::after {
  display: none;
}
.member-item-wrapper ul.products li.product .prdhourssec .woocommerce-LoopProduct-link span {
  color: #fff;
}
.member-item-wrapper ul.products li.product .prdhourssec .woocommerce-LoopProduct-link span.price {
  margin: 0 0 5px 0;
  font-weight: bold;
}
.member-item-wrapper ul.products li.product .prdhourssec .woocommerce-LoopProduct-link > p:last-child {
  font-size: 18px;
  font-style: italic;
  font-family: 'Playfair Display';
  margin-top: auto;
  width: 100%;
}


.main-post.single-webmedia .content.content_txt {
  padding-bottom: 60px;
}
.main-post.single-webmedia .video-group #video {
  max-width: 100%;
  object-fit: cover;
}

.main-post.single-webmedia .content.content_txt .container {
  padding-bottom: 30px;
  border-bottom: 1px dotted #85322A;
}
.main-post.single-webmedia .navigation.post-navigation .screen-reader-text {
  display: none;
}
.main-post.single-webmedia .navigation.post-navigation .nav-links {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.main-post.single-webmedia .navigation.post-navigation .nav-links > div {
  margin: 0 30px;
}
.main-post.single-webmedia .navigation.post-navigation .nav-links a,
.content.makedonabuttons .makedonsec a.maklink {
  background-color: #eeeee2;
  display: inline-block;
  padding: 6px 30px;
  padding-bottom: 6px;
  padding-bottom: 8px;
  position: relative;
  white-space: normal;
  width: 100%;
  transition: all 0.2s ease-in-out 0s;
  z-index: 100;
  text-align: center;
  color: #c26b11;
  font-size: 17px;
  text-transform: uppercase;
  text-decoration: none;
}
.content.makedonabuttons .makedonsec a.maklink::before,
.content.makedonabuttons .makedonsec a.maklink::after,
.main-post.single-webmedia .navigation.post-navigation .nav-links a::before, 
.main-post.single-webmedia .navigation.post-navigation .nav-links a::after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #eeeee2;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out 0s;
}
.content.makedonabuttons .makedonsec a.maklink::after,
.main-post.single-webmedia .navigation.post-navigation .nav-links a::after {
  right: -10px;
}
.content.makedonabuttons .makedonsec a.maklink::before,
.main-post.single-webmedia .navigation.post-navigation .nav-links a::before {
  left: -10px;
}
.content.makedonabuttons .makedonsec a.maklink:hover,
.content.makedonabuttons .makedonsec a.maklink:hover:after,
.content.makedonabuttons .makedonsec a.maklink:hover:before,
.main-post.single-webmedia .navigation.post-navigation .nav-links a:hover,
.main-post.single-webmedia .navigation.post-navigation .nav-links a:hover:before,
.main-post.single-webmedia .navigation.post-navigation .nav-links a:hover:after {
  background-color: #c26b11;
  color: #fff;
}

.woocommerce .member-item-wrapper, .woocommerce-page .member-item-wrapper .member-title-box {
  margin-top: 0;
  padding-top: 0;
}
body.single .inner_project_layout .container {
  max-width: 875px;
  padding: 0 15px;
  width: 100%;
}
.inner_project_layout {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.32px;
  color: #85322A;
  padding-bottom: 40px;
}
#mymedia {
  padding-bottom: 30px;
}
body.single section.content {
  padding-bottom: 60px;
}
.big_txt {
  padding-bottom: 60px;
}
.inner_project_layout .big_txt, .inner_project_layout .big_txt p,
.big_txt, .big_txt p {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.4px;
  color: #85322A;
}
body.single .introtext {
  color: #85322a;
  font-size: 20px;
  line-height: 30px;
  font-weight: 550;
  text-align: center;
  margin-bottom: 70px;
}
body.single-projects .main-post .content.currfundsec {
  padding-top: 30px;
}
.inner_project_layout .featured-img .single-img {
  max-width: 600px;
  margin-bottom: 15px;
}
.inner_project_layout .content p {
  margin: 0;
  margin-bottom: 30px;
  color: #85322a;
  font-size: 16px;
  line-height: 26px;
  font-weight: 550;
}
.inner_project_layout .content p a {
  color: #C26B11;
  text-decoration: underline;
}
.content.downloadfilesec > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.content.downloadfilesec .dlinkcls {
  font-size: 16px;
  color: #85322A;
  width: 210px;
  display: inline-block;
  margin: 25px 0;
  text-decoration: none;
  padding: 35px 20px 0;
  background-image: url(/wp-content/uploads/2023/06/download_icon_gold.png);
  background-image: url(/wp-content/uploads/2023/05/download_icon.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 25px;
  font-style: italic;
  font-family: 'Playfair Display';
  line-height: 26px;
}
.content.downloadfilesec .dlinkcls:hover {
  background-image: url(/wp-content/uploads/2023/06/download_icon_gold.png);
  color: #c26b11;
}
.content.makedonabuttons > div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.content.makedonabuttons > div > div {
  margin: 10px 30px;
}
img.nocaption {
  margin-bottom: 20px !important;
}

.accourdian {
  border: 1px dotted #85322a;
  border-left: 0;
  border-right: 0;
  text-align: center;
  margin-bottom: 70px;
}
.accourdian .accourdian_title {
  font-size: 16px;
  line-height: 26px;
  color: #85322a;
  padding: 20px 30px;
}
.accourdian .accourdian_content {
  padding: 30px 15px 50px 15px;
  color: #85322a;
  font-size: 16px;
  line-height: 26px;
  display: none;
}

.accourdian_content .big_txt p {
  font-size: 20px;
  line-height: 30px;
}
.accourdian .accourdian_content .orange_txt {
  color: #c26b11;
  font-size: 20px;
  line-height: 30px;
  margin-top: 30px;
}

.accourdian > div {
  position: relative;
}
.accourdian .close_btn {
  position: absolute;
  top: 20px;
  right: 0;
  height: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 30px;
  font-size: 40px;
  text-align: center;
  color: #c26b11;
}
.accourdian .accourdian_content .close_btn {
  top: auto;
  bottom: 10px;
}
.accourdian .accourdian_content .close_btn {
  top: auto;
  bottom: 5px;
}
.accourdian .close_btn.active {
  transform: rotate(45deg);
}
body.woocommerce-checkout.woocommerce-page .member-title-box {
  margin-bottom: 70px;
}
.content.makedonabuttons {
  padding-bottom: 60px;
}
.contact-section__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.contact-section__content h5 {
  color: #85322a;
}
.contact-section__content {
  color: #85322a;
}
.inner_project_layout > section.content.big_txt {
  padding-bottom: 70px;
}

.form-row.terms.wc-terms-and-conditions label {
  margin: 0;
}
.form-row.terms.wc-terms-and-conditions label div.checker span {
  padding: 0;
}

.video-group .video-sign {
  font-size: 0;
  width: 50px;
  height: 50px;
  display: flex;
  background: #C26B11;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.video-group .video-sign::before {
  content: "";
  height: 0;
  width: 0;
  display: inline-block;
  border-left: 15px solid white;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.orange_txt, .orange_txt p {
  color: #C26B11;
}
.italic_font, em {
  font-style: italic;
  font-family: 'Playfair Display';
}


body.single-newsarticles .pdate {
  color: #575756;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  font-style: italic;
  font-family: 'Playfair Display';
  margin-bottom: 20px;
}

body.single .inner_project_layout .featured-img .row {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}

.captioncls {
  font-size: 14px;
  line-height: 26px;
  font-style: italic;
  font-family: 'Playfair Display';
  color: #85322A;
  text-align: center;
  letter-spacing: -0.26px;
  margin: 0 0 30px 0;
}
.sub_heading {
  font-size: 20px;
  line-height: 32px;
  color: #C26B11;
  font-weight: 600;
  font-style: italic;
  font-family: 'Playfair Display';
}
.contact-section {
  text-align: center;
}
.subhdeader.text-center.flexihead .blog_sec_content.content {
  padding-bottom: 15px !important;
}
.contact-section a {
  color: #c26b11;
  text-decoration: underline;
}
.contact-section-content .container {
  width: 100%;
  max-width: 875px;
}
.grey_txt.contact_bt_txt {
  color: #575756;
  font-size: 11px;
  line-height: 23px;
  font-style: normal;
  margin-bottom: 70px;
}
.contact-form-wrapper-main .logogsections {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contact-form-wrapper-main .logogsections img {
  width: auto;
  margin: 10px 30px;
  height: 70px;
}
.middelrowsec {
  display: flex;
  align-items: center;
  margin: 30px 0;
}
.middelrowsec > div {
  padding: 0 15px;
}
.middelrowsec .limg img {
  max-width: 120px;
}
.middelrowsec > div.rtextsec {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.4px;
  color: #85322A;
}

body.single section.content.italictxtcls .idesc p {
	font-family: "Playfair Italic";
	margin-top: 0px;
}
.wc_payment_method.payment_method_stripe label img {
  max-width: 200px;
  width: 100%;
}
.payment_box.payment_method_stripe .pay_logos {
  margin-bottom: 30px;
}
.payment_box.payment_method_stripe .pay_logos img {
  height: 30px;
  padding-right: 10px !important;
  display: inline-block;
  width: auto;
  margin-bottom: 10px !important;
}

.content-with-title.section-box .full-bg .title-box h5 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.4px;
  max-width: 500px;
}
.full-bg .title-box .buttons-linked-group-wrapper .buttons-caption p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.32px;
}
.full-bg .title-box .buttons-linked-group-wrapper .buttons-linked-group .btn-fob .btn-fob-text {
  font-size: 16px;
}
.woocommerce form .form-row .input-checkbox {
  display: inline-block !important;
  height: auto !important;
}
.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
  display: inline !important;
}
form.woocommerce-checkout .woocommerce-form__label-for-checkbox span {
  display: inherit !important;
}
@media only screen and (max-width: 1799px) {
  .member-item-wrapper ul.products li.product .prdhourssec {
    padding: 130px 15px 50px 15px;
  }
  .member-item-wrapper ul.products li.product .prdhourssec a.btn {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1399px) {
  .member-item-wrapper ul.products li.product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title {
    font-size: 28px;
    padding-top: 10px;
  }
  .member-item-wrapper ul.products li.product .prdhourssec {
    padding: 90px 15px 30px 15px;
  }
  .member-item-wrapper ul.products li.product .prdhourssec .woocommerce-LoopProduct-link {
    font-size: 24px;
  }
  .member-item-wrapper ul.products li.product .prdhourssec .woocommerce-LoopProduct-link > p:last-child {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .fullpage-img-rt-content .title-box p {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .woocommerce .member-item-wrapper ul.products li.product {
    width: 50%;
    clear: none !important;
  }
  .member-item-wrapper ul.products li.product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title {
    font-size: 30px;
  }
  .member-item-wrapper ul.products li.product .prdhourssec {
    padding: 80px 15px 30px 15px;
  }
  .member-item-wrapper ul.products li.product .prdhourssec a.btn {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .fullpage-img-rt-content .title-box {
    max-width: 50%;
    padding: 0 30px;
  }
  .fullpage-img-rt-content .title-box p {
    font-size: 24px;
  }
  .three_col_layout .three_col_layout_inner {
    width: 50%;
  }
  .blog_sec_img img {
    height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .blog_sec_inner {
    width: 100%;
  }
  .fullpage-img-rt-content {
    flex-wrap: wrap;
  }
  .fullpage-img-rt-content .fullpage-bgimg {
    position: static;
    width: 100%;
  }
  .fullpage-img-rt-content .title-box {
    max-width: 100%;
    padding: 60px 30px;
  }
  .three_col_layout .three_col_layout_inner {
    width: 100%;
  }
  .woocommerce .member-item-wrapper ul.products li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    display: block;
  }
  .woocommerce .member-item-wrapper ul.products li.product a.visible-xs.btn.btn-default.btn-fob.btn-block {
    display: none !important;
  }
  .contact-form-wrapper-main .logogsections {
    justify-content: center;
    flex-direction: column;
  }
  .contact-form-wrapper-main .logogsections img {
    object-fit: contain;
  }
  .middelrowsec {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
  }
  body .member-title-box h2, .board-title-box h3 {
    padding-top: 45px;
  }

  .content-with-title .title-box h1, .title-post h3, .fullpage-img-rt-content .title-box h1, .section-type-two h1 {
    padding-top: 45px;
    font-size: 35px;
  }
  .member-content-box {
    padding: 0 !important;
    margin-bottom: 70px;
  }
  .member-item-wrapper ul.products li.product .prdhourssec {
    opacity: 1;
  }
  .woocommerce main main, .woocommerce-page main main {
    margin: 0 auto !important;
  }
}


span.price .subscription-details {
  display: none;
}


/* video */


.video-frame {
	position: relative;
}
.video-frame img {
		width: 100%;
		position: relative;
		z-index: 1
	}

	.video-frame iframe,
	.video-frame video {
		width: 100%;
		outline: none;
	}

	.video {
		position: relative;
	}

	.playpause {
		background-image: url('/wp-content/themes/friends-of-bargello/assets/img/play.svg');
		background-repeat: no-repeat;
		position: absolute;
		left: 0%;
		right: 0%;
		top: -7%;
		bottom: 0%;
		margin: auto;
		background-position: center center;
		background-size: 78px;
	}



/* video end */


body footer ul li::after {
  top: 2px;
}
ul.products .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  pointer-events: none;
}

.member-title-box.text-right {
	max-width: 875px;
	padding: 0 15px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.member-title-box.text-right .icon-group.dark {
	text-align: center;
	margin-right: 0;
}

body.page-template-projects-template-page li#menu-item-3683 a,
body.single-projects li#menu-item-3683 a,
body.postid-424 li#menu-item-43 a,
body.post-type-archive-product li#menu-item-43 a,
body.page-id-16 li#menu-item-43 a,
body.product.type-product li#menu-item-43 a,
body.post-type-archive-product li#menu-item-15 a,
body.page-id-10 li#menu-item-15 a,
body.product.type-product li#menu-item-15 a
{
	color: #c26b11 !important;
  }

  body.single section.end_content .container {
    max-width: 875px;
    padding: 0 15px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }


