@import url('https://fonts.googleapis.com/css?family=Times New Roman:300,400,600,700,800');

/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  background: #fff; }
  
.wn-container {
	margin-top:80px;
}

#wn-container-container,
#wn-container-instagram,
#wn-container-about,
#wn-container-contact,
#wn-container-footer {
  padding: 7em 0;
  clear: both; }
  @media screen and (max-width: 768px) {
    #wn-container-container,
    #wn-container-instagram,
    #wn-container-about,
    #wn-container-contact,
    #wn-container-footer {
      padding: 3em 0; } }
	
.content {
  width: 64%;
  float: left; }
  @media screen and (max-width: 768px) {
    .content {
      padding-bottom: 7em; } }
.privacy-entry {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 3em;
  margin-bottom: 4em;
  width: 100%;
  display: block;
  clear: both; }
  .privacy-entry .privacy-wrap {
    background: #fafafa;
    padding: 2em 0;
    margin-bottom: 40px;
    position: relative;
    display: block; }
  .privacy-entry .privacy-img {
    width: 100%;
    height: 400px;
    display: table;
    margin-bottom: 40px;
    position: relative;
    z-index: 0; }
    .privacy-entry .privacy-img span {
      display: table-cell;
      vertical-align: middle;
      height: 400px;
      z-index: 1;
      opacity: 0;
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s; }
      .privacy-entry .privacy-img span i {
        color: #000;
        padding: 1em;
        background: #fff; }
    .privacy-entry .privacy-img:after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      background: rgba(0, 0, 0, 0.3);
      opacity: 0;
      color: #fff;
      z-index: -1;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .privacy-entry .privacy-img:hover:after, .privacy-entry .privacy-img:focus:after {
      opacity: 1; }
    .privacy-entry .privacy-img:hover span, .privacy-entry .privacy-img:focus span {
      opacity: 1; }
  .privacy-entry .category {
    display: block;
    margin-bottom: 20px;
    text-transform: none;
    letter-spacing: 1px;
    font-size: 13px;
    color: #982844; }
    .privacy-entry .category a {
      color: #982844;font-weight: 600; }
  .privacy-entry h2 {
    margin-bottom: 30px;
    font-size: 28px; }
    .privacy-entry h2 a {
      color: #4d4d4d; font-family: Times New Roman,"Open Sans", sans-serif;}
  .privacy-entry .privacy-image {
    position: relative; }
    .privacy-entry .privacy-image {
      display: table;
      width: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      position: relative;
      height: 400px; }
    .privacy-entry .privacy-image {
      overflow: hidden;
      margin-bottom: 30px; }
      @media screen and (max-width: 768px) {
        .privacy-entry .privacy-image {
          height: 300px; } }
      .privacy-entry .privacy-image {
        z-index: 1001;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -45px;
        margin-left: -45px;
        width: 90px;
        height: 90px;
        display: table;
        text-align: center;
        background: #fff;
        -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
        -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
        -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
        .privacy-entry .privacy-image .wn-container-video a i {
          text-align: center;
          display: table-cell;
          vertical-align: middle;
          font-size: 40px; }
      .privacy-entry .privacy-image .wn-container-video .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
      .privacy-entry .privacy-image .wn-container-video:hover .overlay {
        background: rgba(0, 0, 0, 0.7); }
      .privacy-entry .privacy-image .wn-container-video:hover a {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
  .privacy-entry .desc {
    margin-bottom: 4em;
    position: relative; }
    .privacy-entry .desc blockquote {
      margin-left: 0;
      padding-left: 30px;
      background: #fafafa; }
    .privacy-entry .desc p.first-letra:first-child:first-letter {
      color: #000;
      float: left;
      font-family: Georgia;
      font-size: 110px;
      line-height: 90px;
      padding-top: 4px;
      padding-right: 8px;
      padding-left: 3px; }
  .privacy-entry blockquote {
    font-style: italic;
    color: #999999;
    font-size: 20px; }

.desc p {
	line-height: 1.7;
    color: #696767;
    font-size: 18px;
    font-weight: 400;
	  }

blockquote {
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 30px;
  background: #fafafa;
  border-left-color: #F6490D;
  font-style: italic;
  color: #999999;
  font-size: 20px; }
  
.post-title-privacy-policy {
	font-family: Times New Roman,"Playfair Display", serif, 'Montserrat';
	font-size:22px;
	font-weight: 600;
	color:#4d4d4d;
}

.post-title-privacy {
	margin-top: 30px;
	margin-bottom: 15px;
	font-family: 'Montserrat';
	font-size:18px;
	font-weight: 600;
	color:#4d4d4d;
}

.desc-2 p{
	margin-top: 26px;
	margin-bottom: 0;
	font-family: 'Montserrat';
	font-size:17px;
	font-weight: 500;
}
.listwn {
	padding:0;
	list-style: none;
}
.listwn_2 li{
	padding:0;
	font-weight: 500;
	font-size:18px;
	line-height: 1.8;
	color: #696767;
}
.listwn_2 li:before {
	content: "";
}

.listwn li{
	padding:0;
	font-weight: 500;
	font-size:18px;
	color: #696767;
}
.listwn li:before {
	padding-right:10px;
	font-weight: bold;
	color: #C0C0C0;
	content: "\2192";
	transition-duration: 0.5s;
}	
.select-wn a {
	text-decoration: none;
	position: relative;
	display: inline-block;
	color: #000;
	transition: color .3s ease-out;
}
.select-wn a::before {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background: #982844;
	transition: height .3s ease-out;
}

.select-wn a:hover { 
	color: #fff; 
}
.select-wn a:hover::before {
	height: 100%;
}
.wn-blockquote {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-top: 30px;
  border-left: 3px solid #8b132f;
  padding-left: 0; 
  margin-left: 0;}
   .wn-blockquote h4 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #161715;
    line-height: 1.5;
    font-weight: 500; 
	font-family: 'Montserrat';
	font-style: normal;
	letter-spacing: .2px;}
    @media only screen and (max-width: 767px) {
      .wn-blockquote h4 {
        font-size: 18px;
		font-family: 'Montserrat';} }
.line- {
    width: 90px;
    height: 2px;
    background-color: #982844;
    display: block;
    margin-bottom: 40px;
	margin: 0 auto 40px;
}
.btn-area {
	text-align:center;
	margin-bottom: 40px;}
.privacy-btn {
    display: inline-flex;
	text-align:center;
    margin: 10px;
    text-decoration: none;
    position: relative;
    font-size: 15px;
    line-height: 20px;
    padding: 8px 30px;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    background: #8b132f;
    cursor: pointer;
    border: 1px solid #8b132f;
	border-radius:5px;
    outline: 1px solid !important;
    outline-color: #337AB7 !important;
    outline-offset: 0px !important;
    text-shadow: none;
    transition: all 1.5s 
cubic-bezier(0.19, 1, 0.22, 1);
    box-sizing: content-box;
}
.privacy-btn:hover, .privacy-btn:active, .privacy-btn:focus {
 box-shadow: inset 0 0 20px #BFE2FF!important;
 outline-color: rgba(255, 255, 255, 0)!important;
outline-offset: 15px!important;
color: #000;font-size: 15px;text-transform: uppercase;font-weight: 600;background: #fff;
}

