/*
Theme Name: Andier
Author: ridianur
Author URI:  http://ridianur.com/
Theme URI: http://themeforest.net/user/ridianur
Description: Andier is responsive one page HTML5 Premium WordPress Theme with clean and modern design.It can be used for creative digital agent to show portfolio and selling services.
Version: 1.2.2
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: andier
Tags: one-column, two-columns, right-sidebar,custom-colors,featured-images
*/
/* -----------------------------------------------------------
TABLE OF CONTENTS:
--------------------------------------------------------------
GENERAL SECTION
HEADER SECTION
SLIDER SECTION
VIDEO BACKGROUND SECTION
ABOUT SECTION
TEAM SECTION
PORTFOLIOS SECTION
CLIENT SECTION
CONTACT SECTION
FOOTER SECTION
BLOG SECTION
----SIDEBAR SECTION
MEDIA QUERIES
-------------------------------------------------------------

------------------------------------------------------------*/

/*-----------------------------------------GENERAL SECTION--------------------------------------------------*/

body,
html {
  height: 100%;
}
body {
  color: #939393;
  font-family: "open sans", sans-serif;
  font-size: 14px;
  line-height: 2.2;
  position: relative;
  background: #fff;
}
b,
strong {
  color: #555;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  cursor: inherit;
}
a {
  color: #999;
  text-decoration: none;
  transition: ease 0.3s;
  transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
}
a:hover {
  text-decoration: none;
  color: #bf919f;
}
a:focus {
  outline: none;
  color: #999999;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  font-family: "Raleway", sans-serif;
  color: #1f1f1f;
  line-height: 1.3;
}
.h6,
h6 {
  font-size: 17px;
}
.h5,
h5 {
  font-size: 18px;
}
.h4,
h4 {
  font-size: 20px;
}
.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6 {
  color: #fff;
}
iframe {
  border: none;
  width: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
.spacing10 {
  width: 100%;
  height: 10px;
}
.spacing20 {
  width: 100%;
  height: 20px;
}
.spacing30 {
  width: 100%;
  height: 30px;
}
.spacing40 {
  width: 100%;
  height: 40px;
}
.blog-content .spacing40 {
  width: 100%;
  height: 40px;
  overflow: hidden;
  clear: both;
}
.spacing80 {
  width: 100%;
  height: 80px;
}
.margin-right10 {
  margin-right: 10px;
  margin-bottom: 10px;
}
ul,
ol {
  list-style-position: outside;
  margin: 0;
  padding: 0 0 0 20px;
}
ul {
  list-style-type: square;
}
ul > li {
  list-style-type: square;
}
ol {
  list-style-type: decimal;
}
ol > li {
  list-style-type: decimal;
}
ol ol li {
  list-style-type: lower-alpha;
}
ol ol ol li {
  list-style-type: lower-roman;
}
.clearboth {
  clear: both;
}

.content {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
.gray-bg {
  background: #fafafa;
}
blockquote {
  border: medium none;
  font-family: playfair display;
  font-size: 20px;
  font-style: italic;
  line-height: 1.5;
  padding: 0 0 0 40px;
  position: relative;
}
blockquote::before {
  content: "\f10e";
  background: #bf919f none repeat scroll 0 0;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-family: fontawesome;
  font-size: 14px;
  height: 30px;
  left: 0;
  line-height: 30px;
  margin-top: -15px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 30px;
}
.dark-bg {
  background: #212121 none repeat scroll 0 0;
  color: #fff;
}
.dark-bg b,
.dark-bg strong {
  color: #eee;
}
.gray-bg .content,
.dark-bg .content {
  background: transparent;
}
.dark-bg .content-title {
  color: #fff;
}
.progress-bar-andier {
  background-color: #bf919f;
}
.progress.skill-bar {
  border-radius: 0;
  height: 25px;
}
.skill {
  display: block;
  padding: 3px 10px;
  text-align: left;
  text-transform: uppercase;
}
.box-align-center {
  text-align: center;
}
.box-align-center blockquote::before {
  bottom: -40px;
  left: 50%;
  margin-left: -15px;
  top: auto;
}
.box-align-center > .bl-text {
  margin-top: 60px;
}
.personal-color {
  color: #bf919f;
}
.align-right {
  text-align: right;
}

.container .container {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
.container
  .siteorigin-panels-stretch[data-stretch-type="full-stretched"]
  .container {
  margin: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.no-break br {
  display: none;
}
/*-----------------------------HEADER SECTION-----------------------------------*/
@keyframes blink {
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes blink {
  50% {
    opacity: 0;
  }
}
.blink {
  animation: blink 0.3s step-start 0s infinite;
  -webkit-animation: blink 1s step-start 0s infinite;
}
.white-nav {
  background: #fff;
}
.dark-nav {
  background: #1f1f1f none repeat scroll 0 0;
}
.white-nav .navigation > li > a,
.white-nav .menu-box ul > li > a {
  color: inherit;
}
.white-nav .menu-box .sub-menu li a {
  color: #fff;
}
.bg-nav .navigation li a {
  color: #fff;
}
.trans-nav {
  background: transparent;
}
.bg-nav {
  transition: background-color 0.9s ease 0s;
}
.bg-nav:hover {
  background-color: #1f1f1f;
}
.header {
  position: relative;
  z-index: 999;
}
.home-section.header,
.sticky-wrapper {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 999;
}
.logo {
  display: block;
  float: left;
  max-width: 20%;
}
.logo img {
  max-height: 60px;
}
.menu-box {
  float: right;
  max-width: 80%;
  text-align: right;
}
.navigation,
.menu-box .menu > ul {
  display: block;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.menu-box ul li > ul {
  display: none;
}
.navigation li,
.menu-box ul li {
  display: inline-block;
  position: relative;
}
.navigation li a,
.menu-box ul li a {
  color: #fff;
  display: block;
  font-family: "open sans";
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  opacity: 0.6;
  padding: 17px;
  text-transform: uppercase;
}
.navigation li a:hover,
.menu-box ul li a:hover {
  opacity: 1;
}
.navigation .current a {
  opacity: 1;
}
.for-sticky {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: ease 0.3s;
  transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
}
.is-sticky .for-sticky {
  background: #1f1f1f none repeat scroll 0 0;
}
.admin-bar .is-sticky .for-sticky {
  margin-top: 32px;
}
.menu-box ul li ul {
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  line-height: 1;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  width: 200px;
  z-index: 3;
}
.menu-box > ul > li:last-child ul {
  left: auto;
  right: 0;
}
.navigation li,
.menu-box ul ul li {
  display: block;
  position: relative;
}
.menu-box ul li ul li ul {
  left: 100%;
  top: 0;
}
.menu-box .navigation li ul li a,
.menu-box ul li ul li a {
  font-size: 10px;
  font-weight: normal;
  line-height: 1.7;
  padding: 15px 10px;
}
.box-mobile {
  float: right;
  padding-right: 30px;
}
.mobile-menu {
  background: none repeat scroll 0 0 #ffffff;
  display: block;
  height: 0;
  list-style: none outside none;
  margin: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  top: 100%;
  width: 100%;
  z-index: 3;
  padding: 0;
}
.mobile-menu.in {
  border: 1px solid #eeeeee;
  max-height: 480px;
  overflow-x: hidden;
  overflow-y: auto;
  height: auto;
}
.mobile-menu li a {
  display: block;
  font-size: 11px;
  padding: 8px 15px;
  text-decoration: none;
  text-transform: uppercase;
  border-top: none;
}
.menu-btn {
  background: #1f1f1f none repeat scroll 0 0;
  color: #fff;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  margin: 11px 0;
  text-align: center;
  width: 30px;
  z-index: 3;
  font-size: 14px;
}
.img-bg {
  background-position: center center;
  background-size: cover;
}
.no-bottom {
  padding-bottom: 0;
}
/*-----------------------------SLIDER SECTION-----------------------------------*/
.hero-box {
  padding-bottom: 150px;
  padding-top: 250px;
  text-align: center;
  position: relative;
}
.hero-head-bg {
  padding-bottom: 150px;
  padding-top: 250px;
}

.hero-head-bg,
.hero-head-bg .small-caption-box > h3 {
  color: #fff;
  overflow-wrap: break-word;
}
.hero-head-bg .small-caption-box > h3::after {
  border-color: rgba(255, 255, 255, 0.2);
}
.hero-head-bg .hero-box-title .fa {
  opacity: 0.2;
}
.dark-bg .small-title {
  color: #fff;
}
.dark-bg .small-title .fa {
  color: #484848;
}
.dark-bg .progress.skill-bar {
  background: #232323 none repeat scroll 0 0;
}
.hero-box.hero-left {
  text-align: left;
}
.hero-left .hero-box-title .fa {
  left: 0;
  margin: 0;
}
.hero-left .small-caption-box > h3 {
  font-size: 50px;
}
.hero-btn {
  background: #bf919f none repeat scroll 0 0;
  border: 1px solid #bf919f;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 1;
  padding: 15px 40px;
  text-align: center;
  text-transform: uppercase;
}
.hero-btn:hover {
  color: #bf919f;
  background: transparent;
}
.small-caption-box {
  display: inline-block;
  max-width: 100%;
  padding: 0;
}
.small-caption-box > h3 {
  font-size: 40px;
  letter-spacing: 3px;
  margin: 10px 0 20px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.small-caption-box > h3::after {
  border: 8px solid #eee;
  content: "";
  height: 300px;
  left: 50%;
  margin-left: -150px;
  margin-top: -150px;
  position: absolute;
  top: 50%;
  width: 300px;
  z-index: -1;
}
.dark-bg .small-caption-box > h3::after {
  opacity: 0.3;
}
.small-caption-box > p {
  margin: auto;
  max-width: 800px;
  position: relative;
  z-index: 3;
}
.hero-box-title .fa {
  color: #ccc;
  font-size: 100px;
  left: 50%;
  margin-left: -50px;
  opacity: 0.4;
  position: absolute;
  top: -40px;
  transform: rotate(-25deg);
  z-index: -1;
}
.smal-caption-sub {
  font-family: playfair display;
  font-size: 25px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  opacity: 0.8;
  text-transform: capitalize;
}
.slider .slide {
  display: none;
}
.slider .slide:first-child {
  display: block;
}
.caption-box {
  border: 7px solid #fff;
  margin: 9% auto;
  max-width: 600px;
  padding: 40px 0;
  position: relative;
  text-align: center;
}
.top-slider {
  color: #fff;
  font-family: playfair display;
  font-size: 25px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  opacity: 0.6;
  text-transform: capitalize;
}
.caption-box h3 {
  color: #fff;
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 20px;
  margin: 10px 0 40px;
  padding: 0 10px;
  position: relative;
  text-transform: uppercase;
}
.caption-box i {
  color: #fff;
  display: block;
  font-size: 50px;
}
.shape {
  background: #fff;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  text-align: center;
  transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20eg);
}
.shape:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: #fff;
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}
.top-left {
  height: 50px;
  left: 20px;
  position: absolute;
  top: 20px;
  width: 50px;
}
.top-right {
  height: 50px;
  right: 20px;
  position: absolute;
  top: 20px;
  width: 50px;
}
.bot-left {
  height: 50px;
  left: 20px;
  position: absolute;
  bottom: 20px;
  width: 50px;
}
.bot-right {
  height: 50px;
  right: 20px;
  position: absolute;
  bottom: 20px;
  width: 50px;
}
.slider-mask {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.bottom-slide {
  color: #bababa;
  margin-bottom: 60px;
}
.slider .slide {
  display: none;
  position: relative;
}
.slider .slide:first-child {
  display: block;
}
.slide-btn {
  background: #bf919f none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 1;
  padding: 15px 40px;
  text-align: center;
  text-transform: uppercase;
}
.slide-btn:hover,
.slide-btn:active,
.slide-btn:focus {
  color: #bf919f;
  background: #fff;
}
.slider-box,
.type-slider-box {
  overflow: hidden;
  position: relative;
}
.slide-border {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  height: 2px;
  margin-left: 80px;
  margin-right: 100px;
  width: 400px;
}
.home-slider .owl-pagination {
  height: 80px;
  margin-top: -80px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.home-slider .owl-page.active {
  background: #bf919f;
}
.home-slider .owl-page span {
  background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
  display: inline-block;
  height: 4px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
  transition: ease 0.3s;
  transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
}
.home-slider .owl-page span:hover {
  background: #fff;
}
.home-slider .owl-page {
  display: inline-block;
  height: 4px;
  margin: 3px;
  position: relative;
  width: 40px;
}
.hero-img-bg {
  background-position: center center;
  background-size: cover;
  height: 500px;
  overflow: hidden;
}
.hero-img-bg .slider-mask {
  transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
}
.hero-img-bg:hover .slider-mask {
  background-color: rgba(0, 0, 0, 0.7);
}
.hero-big-slider .hero-slider-box-inner {
  max-width: 600px;
  padding-bottom: 5%;
  padding-top: 5%;
}
.hero-big-slider .hero-slider-box h3 {
  font-size: 50px;
}
.hero-big-slider .hero-slider-box p {
  font-size: 17px;
}
.hero-header-slider {
  height: 100%;
  height: 100vh;
  min-height: 500px;
}
.slide.hero-img-bg,
.hero-header-slider .owl-wrapper-outer,
.hero-header-slider .owl-wrapper,
.hero-header-slider .owl-item {
  height: 100%;
}
.hero-slider-box {
  margin: 0 15px;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%) scale(0, 0);
  transform: translateY(-50%) scale(0, 0);
  transform: translateY(-50%) scale(0, 0);
  z-index: 1;
  transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  -ms-transition: ease 0.5s;
}
.hero-header-slider:hover .slide-nav {
  opacity: 1;
}
.hero-img-bg:hover .hero-slider-box {
  -ms-transform: translateY(-50%) scale(1, 1);
  transform: translateY(-50%) scale(1, 1);
  transform: translateY(-50%) scale(1, 1);
  z-index: 1;
}
.hero-slider-box-inner {
  border: 4px solid #fff;
  margin: auto;
  padding: 30px;
  position: relative;
  text-align: center;
  top: auto;
  max-width: 300px;
  -ms-transform: none;
  transform: none;
  transform: none;
  text-align: center;
}

.hero-slider-box h3 {
  font-size: 20px;
  letter-spacing: 2px;
  margin: 10px 0 30px;
  color: #fff;
  text-transform: uppercase;
}
.hero-slider-box.slide-btn {
  font-size: 13px;
  letter-spacing: 3px;
  padding: 13px 25px;
}
.hero-slider-box p {
  color: #fff;
  font-family: playfair display;
  font-style: italic;
  margin-bottom: 0;
}
/*------------------------------VIDEO BACKGROUND SECTION---------------------------------*/
#home {
  position: relative;
}
#bg-video {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
#big-video-wrap {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
#big-video-vid {
  position: absolute;
}
#big-video-wrap img {
  max-width: none;
  position: absolute;
}
.vjs-big-play-button,
.vjs-text-track-display,
.vjs-control-bar {
  display: none;
}

/*-----------------------------ABOUT SECTION-----------------------------------*/
.bordering {
  border: 1px solid;
  margin-bottom: 30px;
  padding: 30px;
}
.title-box {
  position: relative;
  vertical-align: middle;
}
.content-title::before {
  border-bottom: 5px solid #bf919f;
  bottom: -5px;
  content: "";
  height: 100px;
  left: 0;
  position: absolute;
  width: 70px;
  z-index: -1;
}
.content-title {
  display: inline-block;
  font-size: 35px;
  font-weight: 800;
  letter-spacing: 10px;
  margin: 0 0 20px;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 10px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.sub-title {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-style: italic;
  color: #555;
  margin-bottom: 40px;
}
.dark-bg .sub-title,
.bg .sub-title {
  color: #eee;
}
.small-title {
  font-size: 22px;
  letter-spacing: 4px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 20px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.small-sub {
  font-family: playfair display;
  font-size: 15px;
  color: #555;
  font-style: italic;
  line-height: 1;
  margin-bottom: 60px;
  position: relative;
}
.dark-bg .small-sub {
  color: #eee;
}
.small-title .fa {
  color: #ccc;
  font-size: 100px;
  left: 10px;
  opacity: 0.4;
  position: absolute;
  top: 0;
  transform: rotate(-25deg);
  z-index: -1;
}
/*-----------------------------TEAM SECTION-----------------------------------*/
.box-align-right {
  text-align: right;
  float: right;
}
.widget_title_block .bordering.box-align-right {
  float: none;
}
.box-align-right .content-title::before {
  left: auto;
  right: 10px;
}
.team-box {
  float: left;
  padding: 0;
  position: relative;
  overflow: hidden;
  width: 50%;
}
.owl-item .team-box {
  float: none;
  width: 100%;
}
.team-overlay {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  transition: 0.5s;
  opacity: 0;
}
.team-box:hover .team-overlay {
  opacity: 1;
}
.team-inbox {
  border: 4px solid #fff;
  display: inline-block;
  margin: 40px auto auto;
  padding: 20px;
  text-align: center;
  transition: 0.5s;
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  transform: scale(0, 0);
}
.team-box:hover .team-inbox {
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  transform: scale(1, 1);
}
.team-inbox > h3 {
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  margin: 0 0 3px;
  text-transform: uppercase;
  transition: 0.6s;
}
.team-inbox > p {
  color: #fff;
  line-height: 1;
  font-family: playfair display;
  font-size: 15px;
  font-style: italic;
}
.team-soc {
  bottom: 10px;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  text-align: right;
}
.rdn_team_list .team-soc a {
  border: 1px solid #bf919f;
  line-height: 28px;
}
.team-page-parent .team-soc a:hover {
  border: 1px solid #bf919f;
}
.team-soc-relative {
  border-bottom: 1px solid #eee;
  bottom: 0;
  margin-bottom: 40px;
  margin-top: 20px;
  padding-bottom: 40px;
  position: relative;
  right: 0;
  text-align: left;
}
.team-page-box {
  border-bottom: 1px solid #eee;
  margin: 20px 0;
  padding: 0 0 20px;
}
.dark-bg .team-page-box,
.dark-bg .team-soc-relative,
.dark-bg .post-detail {
  border-color: #29292b;
}
.dark-bg .border-post {
  background: #29292b;
}
.dark-bg .blogcat a {
  color: #fff;
}
.team-page-box h3 {
  font-size: 25px;
  letter-spacing: 2px;
  margin: 0;
  text-transform: uppercase;
  line-height: 1;
}

.team-page-box > p {
  font-family: playfair display;
  font-style: italic;
  font-size: 16px;
  margin: 0;
}
.team-soc > li {
  display: inline-block;
}
.team-soc a {
  background: #bf919f none repeat scroll 0 0;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
.team-soc a:hover {
  background: #fff;
  color: #bf919f;
}
.owl-controls {
  max-width: 100%;
}
.owl-buttons {
  bottom: 10px;
  display: inline-block;
  left: 10px;
  position: absolute;
}
.owl-prev,
.owl-next {
  display: inline-block;
}
.slide-nav {
  border: 4px solid;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  height: 30px;
  line-height: 22px;
  margin-right: 2px;
  opacity: 0;
  text-align: center;
  transition: all 0.4s ease 0s;
  width: 30px;
}
.inright:hover {
  margin-left: 5px;
}
.inleft:hover {
  margin-left: -5px;
  margin-right: 5px;
}
.team-slider:hover .slide-nav {
  opacity: 1;
}
.slide-nav:hover {
  color: #bf919f;
}
/*-----------------------------WORKS SECTION-----------------------------------*/

.single-work .ic-close {
  display: none;
}
.single-work .port-item {
  padding: 0 15px;
}
.single-work .content {
  z-index: 3;
}
.op-title {
  letter-spacing: 2px;
  margin: 0;
  text-transform: uppercase;
}

.op-sub {
  font-family: playfair display;
  font-size: 17px;
  font-style: italic;
  line-height: 1;
  margin-bottom: 20px;
}
.port-item {
  padding: 0;
}
.portfolio-body {
  margin: 0 15px;
  transition: 0.1s;
}
.portfolio-body-wide {
  margin: 0;
}
.port-page {
  border: 1px solid;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 1px;
  padding: 15px 40px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.portfolio-body-wide .port-inner {
  margin-top: 14%;
}

.work-content .slider:hover .slide-nav {
  opacity: 1;
}
.port-filter,
.widget .port-filter {
  list-style: outside none none;
  margin: 0 0 40px;
  padding: 0;
  display: block;
}
.so-panel.widget {
  padding: 0;
}
.port-filter > li {
  display: block;
}
.center-port-filter.port-filter > li {
  display: inline-block;
}
.center-port-filter.port-filter {
  text-align: center;
}
.port-filter a {
  border: 1px solid #bf919f;
  background: #bf919f none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 2px;
  padding: 2px 10px;
  text-transform: uppercase;
  max-width: 100%;
}
.port-filter a:hover {
  color: #bf919f;
  border: 1px solid #bf919f;
  background: transparent;
}
.port-filter .active {
  padding-right: 50px;
}
.port-ajax:hover .port-hover,
.port-box:hover .port-hover {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}
.port-hover {
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition: 0.3s;
  width: 100%;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.port-inner {
  border: 4px solid #fff;
  display: inline-block;
  margin-top: 30px;
  max-width: 90%;
  padding: 20px;
  transition: 0.5s;
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  transform: scale(0, 0);
}
.port-ajax:hover .port-inner,
.port-box:hover .port-inner {
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  transform: scale(1, 1);
}
.port-inner > h3 {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  letter-spacing: 2px;
  margin: 0;
  text-transform: uppercase;
}
.port-inner > p {
  color: #fff;
  font-family: playfair display;
  font-size: 16px;
  font-style: italic;
  line-height: 1;
}
.port-hover i {
  background: #bf919f none repeat scroll 0 0;
  border-radius: 100px;
  bottom: 10px;
  color: #fff;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 10px;
  text-align: center;
  width: 30px;
}
.port-ajax,
.port-box {
  display: block;
  position: relative;
}
.work-title {
  font-size: 22px;
  letter-spacing: 4px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 20px;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}
.dark-bg .work-title {
  color: #fff;
}
.sub-content {
  font-family: playfair display;
  font-size: 15px;
  font-style: italic;
  line-height: 1;
  margin-bottom: 60px;
  position: relative;
}
.work-title i {
  color: #ccc;
  font-size: 100px;
  left: 10px;
  opacity: 0.4;
  position: absolute;
  top: 0;
  transform: rotate(-25deg);
  z-index: -1;
}
.portfolio-gallery div {
  width: 33.3%;
  float: left;
}
.portfolio-gallery a {
  position: relative;
  display: block;
}
.portfolio-gallery a span {
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  transition: ease 0.3s;
  transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
}
.portfolio-gallery a span:hover {
  opacity: 1;
}
.portfolio-gallery a i {
  background: #bf919f none repeat scroll 0 0;
  border-radius: 100px;
  color: #fff;
  height: 30px;
  left: 50%;
  line-height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 30px;
}
.go-btn {
  background: #bf919f none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 1;
  padding: 15px 40px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #bf919f;
}
.go-btn:hover,
.go-btn:active,
.go-btn:focus {
  color: #bf919f;
  background: transparent;
}
.ic-close {
  border: 1px solid #bf919f;
  border-radius: 100px;
  color: #bf919f;
  cursor: pointer;
  display: inline-block;
  /* float: right; */
  height: 30px;
  line-height: 28px;
  text-align: center;
  width: 30px;
  transition: 0.5s;
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  transform: scale(1, 1);
}
.ic-close:hover {
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
.work-content {
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
}
.single-portfolio .single-hidden,
.single-portfolio .ic-close {
  display: none;
}
.single-portfolio .single-40 {
  height: 40px;
}
/*-----------------------------CLIENT SECTION-----------------------------------*/
.bg-dark {
  color: #fff;
  overflow: hidden;
  position: relative;
}
.bg-dark .content-title {
  color: #fff;
}
#testimonial h3 {
  font-size: 22px;
  letter-spacing: 4px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 20px;
  position: relative;
  text-transform: uppercase;
}
.big-ticker .fa {
  font-size: 100px;
  opacity: 0.2;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(-25deg);
  z-index: 0;
}
.dark-bg #testimonial h3,
.dark-bg .big-ticker .fa {
  color: #fff;
}
.big-ticker {
  text-align: right;
}
.testi-from {
  font-family: playfair display;
  font-size: 15px;
  font-style: italic;
  line-height: 1;
  margin-bottom: 60px;
  position: relative;
}
.bg-with-mask {
  position: relative;
  z-index: 1;
}
.bg-with-mask .dark-bg {
  background: transparent;
}
.bg-mask {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.para-img {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.client-list {
  text-align: center;
}
.owl-item .client-slide {
  width: 100%;
}
/*-----------------------------CONTACT SECTION-----------------------------------*/
.map_canvas {
  height: 350px;
  margin-bottom: 20px;
}
.box-map {
  line-height: 1;
  padding: 20px 0 20px 20px;
  text-align: center;
  width: 100%;
}
.box-map > h3 {
  font-size: 16px;
  letter-spacing: 3px;
  margin: 10px 0 10px;
  text-transform: uppercase;
}
form input,
form textarea {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  color: #888;
  line-height: inherit;
  padding: 8px 13px;
  width: 100%;
  background: #fff;
}
#MyContactForm {
  text-align: left;
}
#MyContactForm p span {
  display: block;
  letter-spacing: 2px;
  text-transform: uppercase;
}
input:focus,
textarea:focus {
  border-color: #aaa;
}
::-webkit-input-placeholder {
  color: #999;
}
.wpcf7-form p label {
  cursor: text;
  display: block;
  margin: 0;
  position: relative;
  top: 0;
  width: 100%;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}
#form-wrapper #MyContactForm .error {
  bottom: 12px;
  color: #ff0000;
  font-family: inherit;
  font-size: 12px;
  font-weight: normal;
  left: auto;
  font-style: italic;
  letter-spacing: 0;
  position: absolute;
  right: 20px;
  text-transform: capitalize;
  width: auto;
}
.wpcf7-submit {
  background: #bf919f none repeat scroll 0 0;
  color: #fff;
  width: auto;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 1;
  padding: 15px 40px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #bf919f;
}

.wpcf7-submit:hover,
.wpcf7-submit:focus {
  background: transparent;
  color: #bf919f;
}
.wpcf7 p {
  position: relative;
}
.wpcf7-form span.wpcf7-not-valid-tip {
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0;
  position: absolute;
  right: 15px;
  text-transform: none;
  top: 10px;
}
span.wpcf7-form-control-wrap {
  display: block;
}
div.wpcf7-validation-errors {
  border: medium none;
  clear: both;
  margin-left: 0;
  margin-top: 10px;
  padding: 10px 0;
  text-align: left;
}
div.wpcf7-mail-sent-ok {
  border: medium none;
  clear: both;
  font-size: 15px;
  margin: 0;
  padding: 0;
  text-align: left;
}
#MyContactForm p {
  position: relative;
}
.response h3 {
  font-size: 22px;
  margin: 10px 0 25px;
  text-transform: uppercase;
}

.contact-box .sub-title {
  color: #000;
}
.ctc-list {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.ctc-list > li {
  padding-left: 50px;
  position: relative;
  list-style: none;
}
.boxs-icon {
  background: #bf919f none repeat scroll 0 0;
  border-radius: 100px;
  color: #fff;
  height: 30px;
  left: 0;
  line-height: 30px;
  margin-top: -15px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 30px;
}
/*-----------------------------FOOTER SECTION-----------------------------------*/

.footer {
  background: #1f1f1f none repeat scroll 0 0;
  color: #fff;
  padding: 40px 0;
}
.footer-icon a {
  background: rgba(255, 255, 255, 0.05) none repeat scroll 0 0;
  color: #fff;
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
.footer-icon > li {
  display: inline-block;
}
.footer-icon {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.footer a {
  color: rgba(255, 255, 255, 0.3);
}
.footer a:hover {
  color: #fff;
}
.footer-icon a:hover {
  color: #fff;
  background: #bf919f;
}
.footer p {
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.footer .footer-widget p {
  font-weight: normal;
  text-transform: none;
  font-size: 14px;
}
.footer-widget {
  border-bottom: 1px solid rgba(52, 52, 52, 0.2);
  margin-bottom: 40px;
}
.footer .widgettitle {
  border: medium none;
  color: #fff;
  padding: 15px 0;
}

/*-----------------------------BLOG SECTION-----------------------------------*/
.blog-header {
  background: #1f1f1f none repeat scroll 0 0;
  position: relative;
  z-index: 999;
}
.blog-header-slider {
  background: #fafafa none repeat scroll 0 0;
}
.blog-img-bg {
  background-position: center center;
  background-size: cover;
  height: 500px;
  overflow: hidden;
}
.blog-img-bg.image-title {
  background-position: center top;
  border: 1px solid #eee;
  height: 350px;
  position: relative;
  transition: 0.7s;
  margin-bottom: 30px;
}

.blog-img-bg.image-title .slider-mask {
  opacity: 0;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.9);
}
.blog-img-bg.image-title:hover .slider-mask {
  opacity: 1;
}
.pre-link {
  display: block;
  height: 100%;
}

.blog-img-bg.image-title:hover {
  background-position: center bottom;
}
.blog-box {
  margin: 0 15px;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%) scale(0, 0);
  transform: translateY(-50%) scale(0, 0);
  transform: translateY(-50%) scale(0, 0);
  z-index: 1;
  transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  -ms-transition: ease 0.5s;
}
.blog-header-slider:hover .slide-nav {
  opacity: 1;
}
.blog-img-bg:hover .blog-box {
  -ms-transform: translateY(-50%) scale(1, 1);
  transform: translateY(-50%) scale(1, 1);
  transform: translateY(-50%) scale(1, 1);
  z-index: 1;
}
.blog-box-inner {
  border: 4px solid #fff;
  margin: auto;
  padding: 30px;
  position: relative;
  text-align: center;
  top: auto;
  max-width: 300px;
  -ms-transform: none;
  transform: none;
  transform: none;
  text-align: center;
}

.blog-box h3 {
  font-size: 20px;
  letter-spacing: 2px;
  margin: 10px 0 30px;
  color: #fff;
  text-transform: uppercase;
}
.blog-box .slide-btn {
  font-size: 13px;
  letter-spacing: 3px;
  padding: 13px 25px;
}
.blog-box p {
  color: #fff;
  font-family: playfair display;
  font-style: italic;
  margin-bottom: 0;
}
.blog-title {
  display: block;
  word-wrap: break-word;
  font-size: 25px;
  letter-spacing: 1px;
  margin: 0 0 10px;
  position: relative;
  text-transform: uppercase;
}
.post-detail {
  border-bottom: 1px solid #eee;
  display: block;
  font-size: 13px;
  font-weight: 600;
  list-style: outside none none;
  margin: 0;
  padding: 0 0 20px;
  position: relative;
  text-transform: uppercase;
}
.post-detail > li {
  display: inline-block;
  margin-right: 20px;
}
.post-detail > li i {
  background: #bf919f none repeat scroll 0 0;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  height: 25px;
  line-height: 25px;
  margin-right: 2px;
  text-align: center;
  width: 25px;
}
.border-post {
  background: #eee none repeat scroll 0 0;
  display: block;
  height: 1px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 40px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #bf919f;
  border-color: #bf919f;
  color: #ffffff;
  cursor: default;
  z-index: 2;
}
.pagination li a:hover {
  color: #000000;
}
.pagination > li > a,
.pagination > li > span {
  color: inherit;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.blog-slider:hover .slide-nav {
  opacity: 1;
}
.blog-mason .blog-title {
  border-bottom: 1px solid #eee;
  font-size: 20px;
  padding-bottom: 20px;
}
.share-box a {
  display: inline-block;
  margin-left: 5px;
}
.share-box {
  font-family: playfair display;
  font-style: italic;
  padding-top: 20px;
  text-align: right;
}
.title-related-post {
  border-bottom: 1px solid #eee;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 5px 0 40px;
  padding: 20px 0;
  text-transform: uppercase;
}
.related-title {
  font-size: 16px;
  margin: 10px 0 5px;
  text-transform: uppercase;
  word-wrap: break-word;
}
.related-cat {
  font-family: playfair display;
  font-style: italic;
  line-height: 1;
  margin-bottom: 20px;
}
#related_posts .col-sm-4 {
  margin-bottom: 20px;
}
#related_posts .col-sm-4 img {
  opacity: 1;
  transition: 0.3s;
}
#related_posts .col-sm-4:hover img {
  opacity: 0.7;
}
#related_posts .col-sm-4:nth-child(4) {
  clear: left;
}
#related_posts {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
/*-----------------------------SIDEBAR SECTION----------------------------------*/
.widgettitle {
  border: 1px solid #999;
  display: block;
  font-size: 16px;
  letter-spacing: 4px;
  line-height: 1;
  margin: 0 0 20px;
  padding: 15px;
  position: relative;
  text-transform: uppercase;
}
.widget {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.widget.widget_rdn_slider {
  margin: 0;
  padding: 0;
}
.sidebar .widget ul {
  padding: 0 0 0 20px;
}
#searchform {
  margin: 0x;
  position: relative;
}
#searchform #s {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #ddd;
  display: block;
  height: 50px;
  margin: 0;
  padding: 10px 45px 10px 15px;
  width: 100%;
}
#searchform #s:focus {
  border-color: #aaa;
}
#searchform #searchsubmit {
  background: url("images/search.png") no-repeat scroll center center #bf919f;
  height: 30px;
  right: 10px;
  line-height: 1;
  margin-top: -15px;
  padding: 0;
  position: absolute;
  text-indent: -99999px;
  top: 50%;
  transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  width: 30px;
  border: none;
}
#searchform #searchsubmit:hover {
  background-color: #b9b9b9;
}
.sidebar .widget ul li {
  list-style: outside none square;
  margin-bottom: 5px;
}
.tagcloud a {
  border: 1px solid #bf919f;
  color: #bf919f;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 5px;
  padding: 6px 17px;
  text-transform: uppercase;
}
.tagcloud a:hover {
  color: #fff;
  background: #bf919f;
}
.widget #flickr {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  max-width: 440px;
}
.widget #flickr > li {
  display: block;
  float: left;
  list-style: outside none none;
  width: 33.3%;
}
.widget #flickr > li {
  display: block;
  float: left;
  list-style: outside none none;
  width: 33.3%;
  margin: 0;
}
.widget #flickr a {
  transition: 0.2s;
  display: block;
  background: #bf919f;
}
.widget #flickr a:hover {
  opacity: 0.8;
}

.widget-about-us h3::before {
  border-bottom: 3px solid #bf919f;
  bottom: 0;
  content: "";
  height: 100px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  width: 30px;
  z-index: -1;
}
.widget-about-us {
  text-align: center;
}
.widget-about-us h3 {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 4px;
  margin: 0 0 10px;
  max-width: 100%;
  overflow-wrap: break-word;
  padding: 0 0 10px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.bordering-widget {
  border: 4px solid;
  color: #fff;
  margin: 20%;
  padding: 20px;
  position: absolute;
  top: 0;
  width: 60%;
}
.abtw-box {
  position: relative;
  margin-bottom: 20px;
  color: #fff;
}

.wdg-about-subtitle {
  font-family: "Playfair Display", serif;
  font-size: 15px;
  font-style: italic;
  line-height: 1;
  margin-bottom: 20px;
}
.widget .abtw-soc {
  list-style: outside none none;
  margin: 20px 0 0;
  padding: 0;
}
.widget .abtw-soc > li {
  display: inline-block;
  list-style: outside none none;
}
.abtw-soc a {
  border: 1px solid;
  border-radius: 100px;
  color: #bf919f;
  display: inline-block;
  height: 30px;
  line-height: 28px;
  width: 30px;
}
.abtw-soc a:hover {
  color: #fff;
  background: #bf919f;
  border-color: #bf919f;
}

/*-------------COMMENTS SECTION-------------*/
.commentlist {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
.commentlist .comment {
  list-style: none;
}
.fn.comment-author {
  color: #555555;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}
.fn.comment-author .url {
  line-height: 1.5;
}
.comment-inner.clearfix {
  float: left;
  padding-left: 20px;
  width: 87%;
}
.comment-author.vcard {
  float: left;
  width: 13%;
}
.commentlist .children,
.commentlist .pingback {
  list-style: none;
}
.comment-meta a {
  font-weight: normal;
  font-style: italic;
  font-size: 12px;
}
.comment-meta .comment-edit-link {
  border: 1px solid #dddddd;
  display: inline-block;
  /* float: right; */
  font-size: 12px;
  font-weight: normal;
  padding: 0 7px;
}
.comment-meta.commentmetadata {
  display: block;
  overflow: hidden;
}
.commentlist .avatar {
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 3px;
}
.commentlist li.comment {
  display: block;
  overflow: hidden;
}
.comment-body {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 20px;
}
.comment-reply-link {
  float: right;
  font-size: 13px;
}

.bypostauthor .fn.comment-author:after {
  content: "\f007";
  background: #dadada none repeat scroll 0 0;
  border-radius: 100px;
  color: #888888;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 11px;
  height: 23px;
  line-height: 23px;
  margin-left: 3px;
  text-align: center;
  width: 23px;
}

.pagination-comment {
  font-weight: bold;
  text-align: right;
  text-transform: uppercase;
}

.comment-form label {
  display: block;
  font-family: open sans;
  text-transform: uppercase;
}

.comment-top > span {
  display: block;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.title-strong {
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
}
.pagination > li > a,
.pagination > li > span {
  color: inherit;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.pagination > li > a,
.pagination > li > span {
  color: inherit;
}
/*-------------WORDPRESS GENERAL STYLE--------*/
table {
  border-collapse: collapse;
}

table,
th,
td {
  border: 1px solid black;
  padding: 5px 10px;
}
/*calendar style*/
#wp-calendar {
  width: 100%;
  text-align: center;
  background: #eee;
  font-size: 12px;
  line-height: 3;
  max-width: 370px;
  background: #fff;
  margin: auto;
}
#wp-calendar caption {
  border: 1px solid #dddddd;
  color: #fff;
  background: #2b292a;
  font-size: 19px;
  text-align: center;
  font-family: "Raleway", sans-serif;
  line-height: 25px;
  padding: 10px 20px;
  text-transform: uppercase;
  border-bottom: none;
}
#wp-calendar td a {
  color: #777;
  display: block;
}
#wp-calendar table,
#wp-calendar th,
#wp-calendar td {
  padding: 0;
}
#wp-calendar td a:hover {
  background: #000;
  color: #fff;
}

#wp-calendar #prev a,
#wp-calendar #next a {
  display: inline;
}
#wp-calendar tbody tr td {
  border: 1px solid #dddddd;
  color: #bbbbbb;
  font-weight: bold;
}
#wp-calendar thead {
  color: #555555;
}
#wp-calendar thead th {
  background: none repeat scroll 0 0 #eeeeee;
  border: 1px solid #dddddd;
  text-align: center;
}
#wp-calendar tfoot {
  border: 1px solid #ddd;
}
#wp-calendar tfoot #next {
  text-align: right;
  border: none;
}
#wp-calendar tfoot #prev {
  text-align: left;
  border: none;
}
td.pad {
  border: none;
}
#wp-calendar tfoot a {
  padding: 10px;
}
.wp-caption {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 3px;
}
.wp-caption.aligncenter {
  margin: auto;
}
.wp-caption.alignleft {
  float: left;
}
.wp-caption.alignright {
  float: right;
}
.alignleft {
  text-align: left;
  margin-right: 5px;
}
.alignright {
  text-align: right;
}
.aligncenter {
  text-align: center;
}
img.alignright {
  clear: both;
  display: block;
  float: right;
  margin-bottom: 3px;
  margin-right: 10px;
}
img.alignleft {
  clear: both;
  display: block;
  float: left;
  margin-bottom: 3px;
  margin-right: 10px;
}
img.aligncenter {
  display: block;
  margin: auto;
  text-align: center;
}
.wp-caption-text,
.gallery-caption {
  font-size: 13px;
  margin: 0;
  padding: 5px;
  text-align: center;
}
.wp-caption {
  max-width: 100% !important;
}
.rssSummary {
  color: #787878;
  font-size: 13px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.rss-date {
  clear: both;
  color: #2b292a;
  display: block;
  font-family: open sans;
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase;
}
.widget_rss cite {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  font-family: playfair display;
}

.widget_rss li .rsswidget {
  background: #1f1f1f;
  color: #fff;
  width: 100%;
  display: block;
  padding: 5px 10px;
  font-weight: 600;
}
.sidebar .widget_rss ul li {
  list-style: none;
}
.sidebar .widget_rss ul {
  padding: 0;
  list-style: none;
}

.sticky.blog-post .blog-title::before {
  background: #b9b9b9 none repeat scroll 0 0;
  border-radius: 100px;
  color: #fff;
  content: "\f08d";
  letter-spacing: 0;
  display: inline-block;
  /* float: right; */
  font-family: fontawesome;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-left: 5px;
  margin-top: 10px;
  text-align: center;
  width: 30px;
}
.post.sticky {
  border: 1px solid #eee;
  margin-bottom: 20px;
  padding: 30px;
}
.post.sticky .border-post.clearfix {
  background: transparent;
  margin: 0;
}
.post.sticky .go-btn {
  background: transparent;
  color: #bf919f;
}
.post.sticky .go-btn:hover {
  background: #bf919f;
  color: #fff;
}
.post-pager p {
  border-top: 1px solid #eeeeee;
  color: #555555;
  font-family: open sans;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  padding-top: 30px;
}
.post-pager a {
  border: 1px solid;
  margin: 0 5px;
  padding: 4px 10px;
}
.widget ol li ul li ol li {
  list-style-type: lower-alpha;
}
.widget ul li ol li {
  list-style-type: decimal;
}
.widget ul li ol li ul li {
  list-style-type: square;
}
.widget_rss .rsswidget {
  font-weight: 500;
}
.form-submit #submit {
  background: #bf919f none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 1;
  padding: 15px 40px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  margin-top: 20px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
.form-submit #submit:hover {
  background: transparent;
  color: #bf919f;
  border-color: #bf919f;
}
.post-password-form input[type="submit"]:hover {
  color: #fff;
  background: #ccc;
}
.comment-reply-title {
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
}
.post-password-form input {
  border: 1px solid #ccc;
  border-radius: 100px;
  color: #aaa;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.2;
  margin-bottom: 40px;
  margin-top: 20px;
  padding: 16px 35px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: auto;
}
.post-password-form input[type="submit"] {
  background: #000 none repeat scroll 0 0;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.2;
  margin-bottom: 40px;
  margin-top: 20px;
  padding: 16px 35px;
  text-transform: uppercase;
  width: auto;
  transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  border: none;
}
.search-title {
  border-bottom: 1px solid #eee;
  font-size: 25px;
  margin: 0 0 40px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
button,
input,
select,
textarea {
  max-width: 100%;
}
.widget_nav_menu ul li a {
  color: #aaa;
  font-family: open sans;
  font-size: 14px;
  opacity: 1;
  letter-spacing: 0;
  padding: 0;
  text-transform: none;
}
/*----404 style--*/
.error-title {
  border: 10px solid;
  display: inline-block;
  font-size: 100px;
  font-weight: bold;
  margin-bottom: 40px;
  padding: 80px;
  text-transform: uppercase;
  font-family: open sans;
  line-height: 1;
}

/*-----------------------------MEDIA QUERIES-----------------------------------*/

@media (max-width: 992px) {
  .box-align-right {
    float: none;
  }
  .blog-mason .col-md-6,
  .blog-mason .col-md-4 {
    width: 100%;
  }
  .footer,
  .footer-icon {
    text-align: center;
  }
  .footer-icon {
    margin-top: 10px;
  }
  .caption-box h3 {
    font-size: 40px;
    letter-spacing: 10px;
  }
  .top-slider {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .box-align-right {
    float: none;
  }
  .hero-big-slider .hero-slider-box-inner {
    max-width: 450px;
  }
  .logo img {
    max-height: 51px;
  }
  .logo {
    max-width: 50%;
  }
  .team-box {
    float: none;
    padding: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  #home .owl-pagination {
    display: none;
  }
  .hero-big-slider .hero-slider-box h3 {
    font-size: 35px;
  }
  .admin-bar .is-sticky .for-sticky {
    margin-top: 46px;
  }
}
@media (max-width: 600px) {
  body {
    position: inherit;
  }
  .admin-bar .is-sticky .for-sticky {
    margin-top: 0;
  }
  .hero-head-bg .small-caption-box > h3 {
    font-size: 25px;
  }
  .hero-head-bg p {
    display: none;
  }
  .hero-head-bg .smal-caption-sub {
    display: block;
  }
  .hero-big-slider .hero-slider-box-inner {
    max-width: 400px;
  }
  .caption-box.clearfix {
    margin: 20% 6%;
    padding: 20px;
  }
  .hero-big-slider .hero-slider-box h3 {
    font-size: 25px;
  }
  .spc-btn.slide-btn {
    display: none;
  }
  .caption-box i {
    display: none;
  }
  .blog-img-bg {
    height: 400px;
  }
}
