:root {
  --white: #ffffff;
  --black: #000000;
  --gray3:#383838;
  --offgray2: #dddddd;
  --black1: #555;
  --brightpink:#e381b0;
  --deepblue:#002b46;
  --golden:#fec200;
  --gray4:#30314f;
  --lightyellow:#d3da36;
  --darkgray2:#333333;
  --silver:#bbbbbb;
  --darkblue:#18304c;
  --offgray3:#f1f1f1;
  --dimgray:#6c6c6c;
  --dimgray1:#e1e1e1;
  --blue:#55acee;
  --brightred:#da4835;
  --blue1:#007bb5;
  --brightred1:#d73431;
  --darkgray3:#cccccc;
  --whitesmoke:#f2f2f2;
  --strongblue:#3c5a99;
  --red:#d12122;
  --transparent: transparent;
}
/*------------------ Single Testimonials -----------------*/
#testimonial_single .testimonial_des {
  margin-bottom: 25px;
  color: var( --black1);
  line-height: 24px;
}
#testimonial_single blockquote {
  padding: 1.25em 40px;
  color: var(--gray3);
  background: var(--white);
  border: 1px solid var(--offgray2);
  width: 100%;
}
/*------------------ Single Team -----------------*/
#team_single {
  padding: 40px 0;
}
#team_single .posttype-box h1 {
  font-size: 40px;
  padding: 0;
  margin: 0;
  line-height: 40px;
  letter-spacing: inherit;
}
#team_single .posttype-box img {
  margin-bottom:20px;
}
#team_single .about-socialbox i {
  background-color: var(--brightpink);
  color: var(--white);
  padding: 10px;
  margin: 15px 0;
}
#team_single .about-socialbox p {
  text-align: justify;
  font-size: 16px;
}
/*------------------------- Testimonial Shortcode --------------------------*/
.testimonial-shortcode .testimonials_inner {
  border: solid 2px var(--deepblue);
}
.our_testimonials_outer.testimonial-shortcode {
  margin-top: 2em;
}
.testimonial-shortcode .testimonials_inner:hover{
   border: solid 2px var(--golden);
}
h1.staf-testimonial_title {
  font-size: 24px;
  font-weight: bold;
}
.testimonial-shortcode .testimonials-icon img {
  width: 100%;
}
/*------------------ Contact Page -----------------*/
.contact-page h3{
  color: var(--gray4) !important;
}
h3.contact-page {
  margin-left: 3%;
  font-weight: bold;
  color: var(--darkblue);
  border-bottom: solid 4px var(--lightyellow);
  display: table;
  margin-bottom: 4%;
}
.contac_form  {
  box-shadow: 0 0 15px 6px var(--darkgray3);
  padding: 15px;
}
.contac_form input[type='text'],.contac_form input[type='email'],.contac_form input[type='url'],.contac_form input[type='password'],.contac_form input[type='search'],.contac_form input[type='number'],.contac_form input[type='tel'],.contac_form input[type='range'],.contac_form input[type='date'],.contac_form input[type='month'],.contac_form input[type='week'],.contac_form input[type='time'],.contac_form input[type='datetime'],.contac_form input[type='datetime-local'],.contac_form input[type='color'],.contac_form select,.contac_form textarea,.contac_form .wpcf7 .wpcf7-form-control-wrap[class*="file-"] {
  width: 100%;
  background-color: var(--white);
  border-color: var(--darkgray3);
  color: #2f3357;
  border-radius: 0px;
  box-shadow: none;
  background-color: var(--whitesmoke);
  border: 2px solid var(--whitesmoke);
}
.contact-box .wpcf7 input[type="text"], .contact-box .wpcf7 input[type="email"] {
  width: 100% !important;
  font-size: 16px;
  padding: 10px 10px;
  margin: 0 12px 23px 0;
  height: auto;
  float: left;
}
.contac_form.col-md-12 {
  margin-top: 20px;
}
section#contact-box{
  padding:0;
  margin:0;
}
.contact-info {
  font-size: 14px;
  line-height: 26px;
  padding: 0;
  width: 100%;
}
.inner-cont {
  padding: 10px 5px;
  background: var(--white);
}
.contac_form h3 {
  text-align: center;
}
.contact-email i, .contact-address i, .contact-phone i {
  text-align: center;
  background-color: var(--transparent);
  border-radius: 50%;
  font-size: 38px;
  color: var(--brightpink);
  margin: 0 auto;
  text-align: center;
  width: 87px;
  display: inline-table;
}
.contact-info .head{
  color:var(--black)
}
.contact-address, .contact-email, .contact-phone {
  margin: 20px 0;
}
.c_content span {
  font-size: 18px;
}
.c_content p{
  font-size: 16px;
}
.contac_form form {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 20px;
}
.contac_form .fancy-title {
  width: 250px;
  margin: 0 auto;
}
.contac_form label{
  width: 100%;
}
/*---------------- Banner ----------------------*/
.inner_banner img, .title-box img {
  width: 100%;
}
/* --------- search Page ------- */
.postbox h6 {
  font-weight: bold;
}
/* --------- Blog Page ------- */
.postbox h3{
  font-weight:normal;
  font-size:24px;
}
.postbox h3 a:hover{
  color:var(--darkgray2);
}
.blogimg-full img{
  width: 100%;
}
.read-more-icon{
  text-align: center;
  margin: -55px 0 0 0;
  z-index: 999;
}
.read-more-icon a:hover{
  opacity: 0.9;
}
.continue-read a {
  color: rgba(19, 10, 138, 0.6);
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  border: solid 1px var(--silver);
  padding: 10px 20px 10px 20px;
  border-radius: 6px; 
  display: block; 
  background: var(--white);
}
.continue-read a:hover{
  background: var(--darkblue);
  color:var(--white);
}
.continue-read {
  margin: -22px auto 0 auto;
  display: table;
}
.metabox img {
  border-radius: 50%;
  margin-left: 30%;
}
.postbox {
  margin-bottom: 39px;
  border: none;
  border-radius: 6px;
}
.postbox h2{
  margin:0 0 5px; 
  font-weight:bold;
}
a.post-readmore {
   font-size: 18px;
   border-bottom: 1px solid;
}
a.post-readmore i {
 margin-left: 8px !important;
 font-size: 18px;
 border-bottom: 1px solid var(--white);
 padding-bottom: 2px;
}
.widget_recent_entries li {
  margin: 10px;
}
.postbox  a.blogbutton {
  background:none;
  font-size:12px; 
  font-weight:bold; 
  padding:6px 25px;
  border:1px solid var(--black) 
  color:var(--black)
  font-size:18px;
  text-transform:uppercase;
  margin:25px 0 0 0;
  display:table;
}
.blogbutton-small{
  background:none;
  font-size:12px; 
  font-weight:bold; 
  padding:6px 25px;
  border:1px solid var(--black)
  color:var(--black)
  font-size:14px;
  text-transform:uppercase;
  margin:14px 0 0 0;
  display:table;
}
.metabox {
  color: var(--black)
  padding: 5px 0;
  clear: both;
  margin: 10px 0;
}
.metabox .entry-date{
  padding: 0 0 0 20px;
  margin:0 13px 0 0;
}
.metabox .entry-author{
  padding: 0 0 0 20px;
  margin:0 20px 0 0;
}
.metabox .entry-comments{
  padding: 0 0 0 20px;
}
#comment-nav-above .nav-links {
  width: 100%;
  float: left;
  margin-bottom: 17px;
}
#sidebar  span.comment-author-link {
    margin-left: 14px;
}
#sidebar .widget_recent_comments span.comment-author-link {
  margin-left: 0;
}
.post-featured img {
  width: 100%;
}
/* --------- Inner Pages --------- */
.more_info a {
  background: var(--darkgray2);
  color: var(--white);
  padding: 10px;
  border-radius: 20px;
}
.more_info {
  margin: 20px 0;
}
.more_info a:hover {
  background: var(--white);
  color: var(--darkgray2);
}
ol.carousel-indicators {
  position: static !important
}
ol.carousel-indicators li {
  max-width: 10px;
  padding: 5px;
  color: var(--darkgray2);
  border-radius: 50%;
}
/* ----------------------- POST---------------------- */
a.page-numbers, span.page-numbers.current {
  padding: 10px !important;
  background-color: var(--brightpink);
  color: var(--white) !important;
  border: 1px solid var(--brightpink);
}
.navigation span.page-numbers.current{
  background: var(--white);
  border: 1px solid var(--brightpink);
  color: var(--black) !important;
}
#blog{
  padding-top:0;
  margin-top:0;
}
.blog-post h5{
  text-transform:uppercase;
  color: var(--black)
}
.blog-icon i {
  font-size: 20px;
  background: var(--silver);
  border-radius: 50%;
  padding: 10px 14px 12px 15px;
  color: var(--white);
  margin-right: 1%;
}
.blog-icon i:hover {
  background: var(--lightyellow);
  color: var(--white);
}
.blog-icon i.fa-google-plus {
  padding: 12px 10px 12px 11px
}
aside#search-3 {
  padding: 0 !important;
}
.feature-image-box img{
  width:100%;
}
.feature-image-box img a:hover{
  opacity:0.8;
}
.post-singlepage {
  border: solid 1px var(--silver);
  box-shadow: 0 0 1px var(--silver);
}
.bradcrumbs{
  padding:30px 0;
}
.bradcrumbs a{
  background:var(--offgray3); 
  color:var(--black)
  padding:5px 15px;
  margin-right:5px;
}
.bradcrumbs a:hover{
  background-color:var(--brightpink);
}
.bradcrumbs span{
  background:var(--offgray2);
  color:var(--black)
  padding:5px 15px;
}
/*------------------ 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;
}
#comments input[type="submit"].submit {
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
  color: var(--white);
  text-transform: uppercase;
  border-top: none;
}
#comments a time{
  color:var(--black)
  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 td#prev a {
 color: var(--dimgray);
}
#sidebar caption {
 font-weight: bold;
 color: var(--dimgray);
 font-size: 20px;
}
#sidebar table,#sidebar th,#sidebar td {
 border: 1px solid var(--dimgray1);
 text-align: center;
}
#sidebar td {
 color: var(--dimgray);
}
#sidebar th {
 text-align: center;
 padding: 5px;
 color: var(--dimgray);
}
#sidebar select {
 padding: 10px 5px;
 border: solid 1px var(--dimgray1);
 color:var(--dimgray);;
 background: var(--transparent);
}
#sidebar form{
 text-align: center;
}
#sidebar h3 {
 font-size: 16px;
 display: table;
 color: #6a6a6a;
 font-weight: 700;
 letter-spacing: 2px;
 background-color: var(--white);
 padding: 0px 10px;
 margin: -28px auto 28px auto;
}
#sidebar input[type="search"] {
 padding:10px 10px;
 font-size:15px;
 margin-bottom: 10px;
 color:var(--dimgray);
 border: solid 1px var(--dimgray1);
 width: 100%;
}
#sidebar label{
 margin-bottom: 0;
 width: 100%;
}
#sidebar input[type="submit"]{
 background-color :var(--brightpink);
 color:var(--white);
 padding:10px 0;
 font-size:12px;
 width: 100%;
 letter-spacing: 2px;
 font-weight: bold;
}
#sidebar .widget {
 padding: 20px;
 border: 1px solid var(--dimgray1);
 margin-bottom: 50px;
}
#sidebar ul {
 list-style: none;
 margin: 0;
 padding: 0;
 font-size: 17px;
}
#sidebar ul li{
 color: #6f6f6f;
 font-size: 11px;
 border-bottom: 1px solid var(--dimgray1);
 padding: 10px 0;
}
#sidebar ul li a {
 color: var(--black);
 font-size: 15px;
 font-weight: 300;
}
#sidebar .tagcloud a{
 border: solid 1px var(--dimgray1);
 color:var(--dimgray);
 font-size:15px !important;
 padding:5px 18px;
 margin:0 0 5px;
 display:inline-block;
}
#sidebar .tagcloud a:hover{
 background:#ec1d23;
 color: var(--white);
}
div#sidebar {
  margin-top: 10px;
}
span.credit_link a {
  color: var(--brightpink);
}
a.custom_google {
  background: var(--brightred);
}
a.custom_linkedin {
  background: var(--blue1);
}
a.custom_pinterest {
  background: var(--brightred1);
}
a.vk {
  background: #507299;
}
a.custom_tumblr {
  background: #36465d;
}
a.flicker {
  background: #b517ad;
}
a.custom_facebook {
  background: var(--strongblue);
}
a.custom_twitter {
  background: var(--blue);
}
a.custom_instagram {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}
a.custom_youtube {
  background: var(--red);
}
/*------------- Page -----------------*/
.title-box{
  color:var(--white);
  text-transform:uppercase;  
  font-weight:bold;
  text-align:center;
  margin-bottom:25px;
}
.title-box img{
  width:100%;
}
.title-box h1 {
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(255, 255, 255, 0.58);
  font-size: 34px;
}
.above_title {
  position: absolute;
  right: 0;
  left: 0;
  margin-top: 10%;
}
.middle-content {
  padding-bottom: 20px;
}
.shrtcod-pg{
  border:1px solid var(--silver);
}
.shrt_socio i{
  border: 1px solid var(--silver);
  padding: 10px;
  margin-right: 10px;
}
/*---------------- 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 .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
  font-weight: normal;
}
.navigation span.meta-nav {
  font-weight: bold;
}
.navigation .current{
  background: var(--darkgray2);
  color:var(--white);
  font-weight:normal;
}
/* ------------- Category --------------------*/
.category-page h4{
  text-align: left !important;
}
ul.post-categories {
  list-style: none;
  margin: 0;
}
ul.post-categories a {
  color: var(--darkgray2);
}
.content_boxes {
  padding: 0;
  border: none;
}
.post_ctg span {
  float: left;
  margin-right: 7px;
}
/*-------------- Main Title ---------------*/
.main_title h1:after{
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: var(--brightpink);
  margin-top: 7px;
}
.share_icon i {
  padding: 10px 10px 10px 8px;
  margin: 0 0;
  color: var(--white);
  background-color: var(--darkgray2);
  width: 36px;
  margin: 0 4px;
  text-align: center;
}
.share_icon i.fab.fa-facebook-f{
  background-color: var(--strongblue);
}
.share_icon i.fab.fa-linkedin-in{
  background-color:var(--blue1);
}
.share_icon i.fab.fa-google-plus-g{
  background-color: var(--brightred);
}
.share_icon i.fab.fa-twitter{
  background-color: var(--blue);
}
.services_inner h4, .services_inner .short_text {
  color: var(--white);
}
.view-more {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.main_title h1, .vw-photography-entry-title {
    text-align: left;
}
.inner-test-bg .short_text {
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}
#testimonials .testimonial_box, .test-shrtpg { 
  position: relative;
  padding: 20px 15px;
  position: relative;
}
ul.testimonial_auther {
  padding: 20px 15px;
}
#testimonials h4.testimonial_name a {
  color: #000000;
  font-weight: bold;
}
#testimonials cite {
  font-size: 14px;
  display: block;
  font-style: unset;
}
#testimonials .testimonial_box:after {
  content: '';
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 18px solid #ffffff;
  position: absolute;
  top: -18px;
  left: 52px;
  transform: translateX(-50%);
}
#testimonials blockquote {
  font-size: 18px;
  font-style: italic;
  width: 100%;
  margin: 0.25em 0;
  padding: 0.25em 30px;
  line-height: 1.45;
  position: relative;
  color: #383838;
} 
#testimonials blockquote:before {
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: -11px;
  top: -43px;
  color: #e381b0;
  font-family: Georgia, serif;
}
#testimonials blockquote:after {
  display: block;
  content: "\201D";
  font-size: 80px;
  position: absolute;
  right: 0px;
  bottom: -70px;
  color: #e381b0;
  font-family: Georgia, serif;
}
#testimonials ul li {
  list-style: none;
}
.test {
  border: 1px solid #d2cece;
}
.team_col .media {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 100%;
  margin-top: 20px;
}
#team h3 {
  color: #ffffff;
}
.team_col .media__image { display: block; }

.team_col .media__body {
  background: rgba(227, 129, 176, 0.8);
  bottom: 0;
  color: white;
  font-size: 1em;
  right: 0;
  opacity: 0;
  overflow: hidden;
  padding: 3.75em 3em;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.team_col:hover .media__body { opacity: 1; }
.team_col .media__body:after,
.team_col .media__body:before {
  border: 2px dashed #ffffff;
  bottom: 1em;
  content: '';
  right: 1em;
  opacity: 0;
  position: absolute;
  left: 1em;
  top: 1em;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: 0.6s 0.2s;
  transition: 0.6s 0.2s;
}
.team_col .media__body:before {
  border-bottom: none;
  border-top: none;
  right: 2em;
  left: 2em;
}
.team_col .media__body:after {
  border-right: none;
  border-left: none;
  bottom: 2em;
  top: 2em;
}
.team_col:hover .media__body:after,
.team_col:hover .media__body:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.team_col .media__body a { margin-top: 0; color: #ffffff; }
.team_col .media__body a.theme_button{
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  z-index: 999;
}
.media_body_inner {
  z-index: 999;
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  text-align: center;
  margin: 0 auto;
}
.section_desc_content h3 small {
  display: block;
  color: #e381b0;
}
a.view_more i {
  padding: 0 10px;
  color: #30314f;
}
.team_inner .socialbox a {
  padding: 6px;
  background: #ffffff;
  display: inline-block;
}
.team_inner .socialbox a i{
  color: #30314f;
  width: 14px;
}
.team_inner .socialbox a:hover, .team_inner .socialbox i:hover {
    background: #30314f;
    color: #fff;
}
#team h2 {
  color: #ffffff;
}
#team a.theme_button{
  display:none;
}
aside#block-2.widget_block, aside#block-3.widget_block, aside#block-4.widget_block {
    display: none;
}
.page404btn a {
    background-color: #e381b0;
    color: var(--white);
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    border-radius: 0;
    display: inline-block;
    text-transform: uppercase;
    padding: 20px 20px;
    box-shadow: 0px 17px 10px -10px rgb(0 0 0 / 40%);
    cursor: pointer;
    transition: all ease-in-out 300ms;
    margin: 20px 0 30px;
    position: relative;
}