* {
  margin: 0;
  padding: 0;
  outline: none;
}
html body {
  background-color: #fff;
  font-size: 15px;
  color: #fd7f86;
  font-family: "Playfair Display";
}
label {
  margin-bottom: 0 !important;
}
img {
  margin: 0;
  padding: 0;
  border: none;
  max-width: 100%;
  height: auto;
}
section img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display";
  margin: 0;
  padding: 10px 0;
  color: #031b4e;
  font-weight: bold;
}
p {
  margin: 0 0 15px;
  padding: 0;
  font-size: 13px;
  font-weight: 300;
  color: #031b4e;
}
p,
ul li a {
  letter-spacing: 0px;
}
body a {
  text-decoration: none;
  color: #00bcd5;
}
a:hover {
  text-decoration: none;
  color: #666;
}
a:focus,
a:hover {
  text-decoration: none !important;
}
ul,
ol {
  margin: 0 0 0 15px;
  padding: 0;
}
ul li,
ol li {
  font-size: 14px;
}
:hover {
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
blockquote {
  font-size: 18px;
  font-style: italic;
  max-width: 450px;
  margin: 0.25em 0;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
}
blockquote:before {
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: 0px;
  top: -10px;
  color: #7a7a7a;
}
blockquote:after {
  display: block;
  content: "\201D";
  font-size: 80px;
  position: absolute;
  right: 0px;
  bottom: -10px;
  color: #7a7a7a;
}
blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
blockquote cite:before {
  content: "\2014 \2009";
}
small {
  font-size: 14px !important;
}
section {
  padding: 40px 0;
}
select {
  width: 100%;
  padding: 6px;
}
input[type="submit"]:hover {
  cursor: pointer;
}
.screen-reader-text {
  position: absolute;
  top: -9999em;
  left: -9999em;
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 4px;
  margin-bottom: 10px;
  padding: 0;
  padding: 5px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  padding: 5px;
  margin-bottom: 10px;
  margin-left: 25px;
  padding: 5px;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding: 5px;
}
.comment-list .comment-content ul {
  list-style: none;
  margin-left: 15px;
}
.comment-list .comment-content ul li {
  margin: 5px;
}
.toggleMenu {
  display: none;
}
table,
td,
th {
  border: 1px solid black;
}

/*------------------ Contact Page -----------------*/
#contact-box input[type="submit"] {
  border-radius: 10px;
  padding: 10px 50px;
  color: #ffffff;
  border: none;
}
#contact-box input,
#contact-box textarea {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #babfc3;
  background: #f3f3f8;
  margin: 10px 0px;
}
#contact-box textarea {
  height: 100px;
  width: 67%;
}
#contact-box .contactform-det {
  box-shadow: 0 0 15px 10px #f6f5f5;
}
#contact-box .contact-info-box {
  box-shadow: 0 0 15px 10px #f6f5f5;
  height: 100%;
}
#contact-box .contact-info-box h4 {
  font-size: 20px !important;
}

/* ----------------------- POST---------------------- */
a.page-numbers,
span.page-numbers.current {
  padding: 10px !important;
  background-color: #ff5721;
  color: #ffffff !important;
  border: 1px solid #ff5721;
}
.navigation span.page-numbers.current {
  background-color: #ffffff;
  border: 1px solid #ff5721;
  color: #000000 !important;
}

/*------------------ Comments BOX ------------------*/
#comments {
  float: left;
  width: 100%;
  margin-top: 10px;
}
#comments h2.comments-title {
  font-size: 20px;
  font-weight: bold;
}
#comments h3.comment-reply-title {
  font-size: 20px;
  font-weight: bold;
  clear: both;
}
#comments input[type="text"],
#comments input[type="email"],
#comments textarea {
  padding: 12px 10px;
  font-size: 18px;
  height: 120px;
}
#comments input[type="submit"].submit {
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
}
#commentform p a {
  font-weight: 500;
}
#comments a time {
  color: #000;
  font-weight: bold;
  font-size: 12px;
}
#comments .reply {
  text-align: right;
}
#comments .comment-metadata {
  width: 90%;
  float: left;
  padding: 1% 0 0 0;
}
#comments .comment-content {
  width: 90%;
  text-align: left;
  margin-left: 7%;
}
#comments .comment-author {
  margin-bottom: 1em;
}
#comments h2#reply-title {
  display: inline-table;
}
#comments .comment-author.vcard img {
  padding: 2px;
}

/*--------------- Sidebar -----------------*/

#sidebar caption {
  font-weight: bold;
  font-size: 20px;
}
#sidebar table,
#sidebar th,
#sidebar td {
  text-align: center;
}
#sidebar td {
  padding: 7px;
}
#sidebar th {
  text-align: center;
  padding: 5px;
}
#sidebar select {
  padding: 10px 5px;
  border: solid 1px #4a4f55;
  background: transparent;
}
#sidebar h3 {
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  border-bottom: solid 2px #4a4f55;
  border-top: solid 1px #4a4f55;
  padding: 4% 0;
}
#sidebar input[type="search"],
input[type="search"] {
  padding: 10px;
  font-size: 15px;
  border: solid 1px #e5eaec;
  width: 100%;
}
#commentform .comment-form-comment label {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
#sidebar .search-form .search-submit {
  padding: 12px;
  position: absolute;
  right: 0px;
  width: 25%;
  border: none;
  font-size: 13px;
}
.search-form {
  position: relative;
}
#sidebar label {
  margin-bottom: 0;
  width: 100%;
}
#sidebar input[type="submit"] {
  padding: 10px 0;
  font-size: 12px;
  width: 100%;
  font-weight: bold;
}
#sidebar .widget {
  margin-bottom: 25px;
}
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 17px;
}
#sidebar ul li {
  border-bottom: 1px dashed #ddd;
  background: url(../images/icon1.png) no-repeat 0 15px;
  margin: 0 0 5px;
  padding: 10px 20px 10px;
}
#sidebar ul li:last-child {
  border: none;
}
#sidebar ul li a {
  font-size: 15px;
  font-weight: 500;
}
#sidebar .tagcloud a,
.site-footer .tagcloud a {
  background: #eeeeee;
  color: #2c2c2c;
  font-size: 15px !important;
  padding: 5px 18px;
  margin: 0 0 5px;
  display: inline-block;
}
.search-form.serach-page input.search-submit {
  padding: 10px 20px;
  border: none;
}

/*---------------- Pagination ----------------*/
.navigation {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
}
.navigation a {
  padding: 0;
}
.navigation span,
.navigation a {
  display: block;
  float: left;
  padding: 10px 15px 0 15;
  margin-bottom: 10px;
  margin-right: 10px;
  color: #5b5b5b;
  -webkit-transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  -ms-transition: background 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
  font-weight: normal;
}
.navigation span.meta-nav {
  font-weight: bold;
}
.navigation .current {
  background: #333333;
  color: #ffffff;
  font-weight: normal;
}
.title-box {
  background: #efefef;
}

/* SITE LOADER */

.preloader {
  background: #fff0e9;
  display: flex;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  z-index: 99999;
}
.load {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
}
.load hr {
  border: 0;
  margin: 0;
  width: 40%;
  height: 40%;
  position: absolute;
  border-radius: 50%;
  animation: spin 2s ease infinite;
}
.load :first-child {
  background: #00bcd5;
  animation-delay: -1.5s;
}
.load :nth-child(2) {
  background: #00bcd5;
  animation-delay: -1s;
}
.load :nth-child(3) {
  background: #00bcd5;
  animation-delay: -0.5s;
}
.load :last-child {
  background: #00bcd5;
}
@keyframes spin {
  0%,
  100% {
    transform: translate(0);
  }
  25% {
    transform: translate(160%);
  }
  50% {
    transform: translate(160%, 160%);
  }
  75% {
    transform: translate(0, 160%);
  }
}

/* SEARCH POPUP */

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  display: none;
}
#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  z-index: 99999;
  display: block;
}
#search input[type="search"] {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -51px;
  width: 60%;
  margin-left: 20%;
  color: rgb(255, 255, 255);
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  outline: none;
  padding: 10px;
}
#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  opacity: 1;
  font-size: 27px;
  color: #fff;
}
#search .close:hover {
  color: #fc2121;
  cursor: pointer;
}
.search-box form {
  position: static;
}
.search-box input[type="submit"] {
  display: none;
}
