/*
Theme Name: Cuberism
Theme URI: http://cuberism.globalconsultingpk.com/
Author: Fairy Meadows Themes
Author: http://globalconsultingpk.com/
Description: We pleasantly bring you a fully responsive, 1-Click demo install and super flexible WordPress Tour and Travel theme Named Cuberism.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cuberism
Tags: featured-images, sticky-header, footer-widgets, threaded-comments
*/

@font-face { font-family: Oswald; 
 src: url('fonts/Oswald/Oswald-Regular.ttf'); } 

 @font-face { font-family: Poppins; 
   src: url('fonts/Poppins/Poppins-Regular.ttf'); } 

   @font-face { font-family: Raleway; 
     src: url('fonts/Raleway/Raleway-Regular.ttf'); } 

     body {

      overflow-x: hidden;
    }
    div, p{
      font-family: Raleway;
      font-size: 15px !important;
    }
    body p{
      color:grey;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6{
      font-family: Poppins !important;
    }
    h1{
      color: #000;
      font-size: 2em;
      font-weight: bold;
    }
    h2{
      color: #000;
      font-size: 1.5em;
      font-weight: bold;
    }
    h3{
      color: #000;
      font-size: 1.17em;
      font-weight: bold;
    }
    h4{
      color: #000;
      font-size: 1.12em;
      font-weight: bold;
    }
    h5{
      color: #000;
      font-size:.83em;
      font-weight: bold;
    }
    h6{
      color: #000;
      font-size: .75em;
      font-weight: bold;
    }
    ul{
      padding: 0px !important;
    }
    ul li{
      list-style-type: none;
    }
    a{
      font-family: Raleway;
      overflow:auto;
      color: grey;
    }
    a:hover{
      color: #b0d049;
      text-decoration:none !important;
    }


    img {
      height: auto;
      max-width: 100%;
    }
    .cover-img{
      background-image: url("images/tour-single.jpg");/*, linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)); background-blend-mode: overlay;*/
      background-position: center !important;
      background-repeat: no-repeat !important;
      background-size: cover !important;
    }
    .vc_custom_1573132389095{
     background:rgba(0,0,0,0.6);
   }
   .blog-post-title{
    text-align: center;
    height: 300px;
    color: #fff;
    padding-top: 130px;
  }
  .next-timeline{
    float: right;
  }
  .next-timeline a{
    color: #b0d049 !important;
    text-decoration: none !important;
    letter-spacing: normal !important;
  }
  .previous-timeline a{
    text-decoration: none !important;
    color: #b0d049 !important;
    letter-spacing: normal !important;
  }
  .next-timeline, .previous-timeline{
    padding: 50px 0 50px;
  }

/*
 * Override Bootstrap's default container.
 */

 @media (min-width: 1200px) {
 	.container {
 		width: 1000px;
 	}
   }

   /* Pagination */
   .pager {
    display: none;
  }
  .pager > li > a {
    width: 140px;
    padding: 10px 20px;
    text-align: center;
    border-radius: 30px;
  }
  .navigation{
    margin-top: 20px;
  }

/*
 * Footer
 */
 .widget-title{
/*   color: #282828; */
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}

.textwidget{
  font-size:15px;
}

.textwidget p{
  color: #fff !important;
}

.blog-footer {
  padding: 40px 0;
/*   background-color: #f9f9f9; */
  background-color: #b0d049;
}

#menu-footer{
  padding: 0;
}
.widget.simple-social-icons{
  margin-top: 3px;
}
.widget.simple-social-icons a{
  overflow-x: hidden;
  overflow-y: hidden;
  margin-right: 5px !important; 
}
.widget.simple-social-icons ul li{
  margin: 0 !important;
}
.bottom-text a{
  float: right;
}
.bottom-text span{
  float: right;
  color: #fff;
  margin-left: 3px;
  margin-right: 3px;
}
.bottom-text{
  padding: 0;
}
.gallery-item{
  margin-top: 0px !important;
  margin-right: 12px !important;
  width: 40% !important;
}
.social-icon-widget{
  padding-left: 15px;
}
.widget.widget_recent_entries ul li{
  border-bottom: 1px solid #eeeeee;
  margin-top: 10px;
}
@media only screen and (max-width: 500px) {

  .content {
   float: none;
   display: block;
   width: 100%;
 }

}

/* Standard Nav Menu */
.site-nav{
/*   overflow: hidden; */
  position: absolute;
  margin-top: 50px;
  top: 0px;
  width: 100%;
  z-index: 999;
  height: -webkit-fill-available;
}
.site-nav ul {
  margin: 0;
  padding: 0;
}

.site-nav ul:before, .site-nav ul:after { content: ""; display: table; }
.site-nav ul:after { clear: both; }
.site-nav ul { *zoom: 1; }

.site-nav ul li {
  list-style: none;
  float: left;
}

.site-nav ul li a:link,
.site-nav ul li a {
  font-family: Poppins;
  display: block;
  padding: 10px;
  color: #fff;
  text-decoration: none;
}
.site-nav ul li a:hover {
  color: #fff;
}

.nav-menu a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #b0d049;
  transition: width .3s;
}
.nav-menu a:hover::after {
  width: 100%;
}

/*Sub Menu*/
.site-nav ul li:hover > ul {
  display: block;
  height: auto;
}

.site-nav ul li:hover > ul li {
  float: none;
  width: 100%;
}

.site-nav ul ul {
  display: none;
}
.site-nav ul ul {
  display: none;
  position: absolute;
  top: 2.8em;
  left: 0;
  z-index: 99999;
  width: 280px;
  background: transparent;
  box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
}
.site-nav li {
  position: relative;
}

.links{
  display:flex;
  justify-content:center;
}
@media screen and (min-width: 769px) { 
  #toggle {
   display:none !important;
 }
 .sticky {
  position: fixed;
  top: 0;
  height: 100px;
  /* padding-top: 10px;*/
  width: 100%;
  background-color: #000000b0;
  z-index:99999;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

} 
@media screen and (max-width: 768px) { 
  #popout {
   position: fixed;
   height: 100%;
   width: 200px;
   text-align: center;
   background-color: #b0d049;
   color: white;
   top: 0px;
   left: -250px;
   overflow:auto;
   z-index: 9999;
 }
 .social-nav{
   display: none;
 }

 #toggle {
   float: right;
   color: #fff;
   position: absolute;
   top: -35px;
   right: 15px;
 }
 
  #toggle a{
   color: #fff;
 }

 .nav-menu li { 
   width:100%;
 }
 .nav-menu li:hover { 
   background:#CCC;
 }

 .nav-menu li a { 
   color:#FFF;
   text-decoration:none;
   width:100%;
 }

} 
@media screen and (min-width: 2560px) { 
  .right{
    right: 700px !important;
  }
}

@media(max-width: 547px){

 .socialLinks{
   display:flex;
   justify-content:center;
 }
 .copyright{
   text-align:  center !important;
 }
 .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
  width: 40px;
}
.vc_row.wpb_row.vc_row-fluid.vc_column-gap-20.vc_rtl-columns-reverse.vc_row-o-equal-height.vc_row-flex{
  padding: 20px;
}
/*  .headeraddress div:nth-child(1){
 display: flex;
 justify-content: center;
 }*/
 #space{
  display: none;
}

#comment{
  width: 100%;
}
#author{
  width: 100%;
}
#email{
  width: 100%;
}
/*    .headeraddress div:nth-child(1){
     display: flex;
     justify-content: center;
   }
   .headeraddress{
    padding: 20px 0px 20px 0px !important;
  }
  */
  .bottom-text{
    display: flex;
    justify-content: center;
  }
  .text-widget{
    display: none;
  }
  .main-heading{
   font-size: 28px !important; 
 }
}

.bypostauthor li{
  display: block;
}
.alignright {
  float: right;
  margin-left: 1rem;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Alignments */
.alignleft {
  float: left;
  margin-right: 1rem;
}

.gallery-caption {}


.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 1px;
}
.wp-caption-text {
  line-height: 1.5;
  margin: 0;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}


.headeraddress i{
  color: #b0d049;
  font-size: 13px !important;
}

/*Back-to-Top-Button*/
#back-to-top-btn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 26px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  color: #b0d049;
  cursor: pointer;
  outline: none;
  border: 3px solid #b0d049;
  border-radius: 50%;
  z-index: 999999;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-property: background-color, color;
}
#back-to-top-btn:hover, #back-to-top-btn:focus {
  background-color: #b0d049;
  color: #fff;  
}

/*Contact Forms*/
.packages-contactform{
  display: flex;
}
.message{
  padding-top: 10px;
}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
  padding:15px;
}
.name,
.email,
.subject,
.textarea
{
 border:none;
 outline:1px;
 color:#000;
 border-radius: 0px;
}
.wpcf7-form-control.wpcf7-textarea{
 height:90px;
 width: 100%;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
.wpcf7-form-control.wpcf7-text{
 width: 100%;
}
.name,
.email,
.subject,
.textarea{
 color:#000;
 width: 100%;
 margin-top: 10px;
}
::-webkit-input-placeholder {
  color: #000 !important;
  font-family: Raleway;
}
.wpcf7-form-control.wpcf7-submit{
  width: 100%;
  padding: 15px;
  background-color:#b0d049;
  border:none;
  outline:none;
  color:#fff;
}

.submit
{
  display: flex;
  justify-content: center;
}  
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors{
  color: #fff;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
  color:#fff;
}


/* Comments */

.blog_author_area span{
  padding-right: 15px;
  color: #b0d049;
}
.blog_author_area{
  margin: 20px 0px 10px;
}

#comments{
  margin-top: 80px;
}
#comments-title{
  padding-bottom: 30px !important;
}
.commentlist{
  background-color: #f9f9f9;
  padding: 20px;
}
a.comment-reply-link,
a.comment-edit-link {
  color: #000;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  text-decoration:none;
}
.error  {color: #FF0000; }
input.error, textarea.error { color:#000000; }
#wp-comment-cookies-consent{
  margin-right: 5px;
}
.comment-meta.commentmetadata a{
  color: #000;
}

textarea, input {border:1px solid #e4e4e4; border-radius: 5px; outline: none; padding: 6px; color: grey;}
textarea {width:100%;}
.comment-list, .children{list-style:none;}
ul.children {list-style:none;padding-left:0px; margin-left:50px;}
.comment-wrap { border-bottom: 1px solid #ccc; padding-bottom: 40px; margin-bottom: 50px; position:relative; }
.comment-wrap .comments-title{padding-top:60px;}
.comment-wrap .comment-img { float: left; margin-right: 20px; padding-bottom:25px;}
.comment-author {text-align:left;}
.comment-reply {position:absolute;top:0px;right:0px;font-style:italic; padding:5px 5px;background:#f5f5f5;}
.comment-author,.comment-author a{margin-top:20px; font-size: 14px;text-transform: uppercase; letter-spacing: 2px;margin-bottom:2px;}
.comment-date{font-size: 10px;text-transform: uppercase; letter-spacing: 2px;font-style:italic;display:block;padding-bottom:7px;}
.depth-2 .comment-wrap {padding-left:30px;}
.depth-3 .comment-wrap {padding-left:60px;}
.depth-4 .comment-wrap {padding-left:90px;}
.depth-5 .comment-wrap {padding-left:120px;}
.depth-6 .comment-wrap {padding-left:150px;}
.depth-7 .comment-wrap {padding-left:180px;}
.depth-8 .comment-wrap {padding-left:210px;}
.depth-9 .comment-wrap {padding-left:240px;}
.depth-10 .comment-wrap {padding-left:270px;}
#commentform #comment,#commentform #author,#commentform #email,#commentform #url{display:block;}
#commentform input[type="submit"]{display:inline-block; color:#fff; border-radius: 3px; padding:8px 15px;font-size: 10px;text-transform: uppercase;letter-spacing: 3px;background: #b0d049;margin-top:15px;}
.comments-title{padding-bottom: 30px;}

/* Responsive */

@media (max-width: 767px) {
  .comment-list, .children { padding-left: 0px; }
  .comment-wrap .comment-img { float: none;margin: 0px;width: 100%;padding-bottom: 0px; }
  .comment-img>img { display: block;margin: 0px auto; }
  .comment-author, .comment-author a, .comment-date { text-align:center; }
  .depth-2 .comment-wrap,.depth-3 .comment-wrap,.depth-4 .comment-wrap,.depth-5 .comment-wrap,.depth-6 .comment-wrap,.depth-7 .comment-wrap,.depth-8 .comment-wrap,.depth-9 .comment-wrap,.depth-10 .comment-wrap {padding-left:0px;}
  .comment-reply { position: relative; text-align: center; display: block; margin-top: 25px;}
}

#cancel-comment-reply-link{
  color: #000;
  float: right;
  text-decoration: none;
  padding: 15px;
  font-style: italic;
  background: #f5f5f5;
}

@media only screen and (max-width: 767px) {

  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    width: 100% !important;
  }

}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  display: inline-block;
  width: 32%;
}
.comment-form-author,
.comment-form-email{
  margin-right: 15px;
}
.comment-respond,
.entry-pings {
  padding: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 100%
}

.alignleft a{
  color:grey !important;
  text-decoration: none;
  outline: none;
  border: 1px solid grey;
  padding: 8px;
  border-radius: 30px;
}
.alignright a{
  color:grey !important;
  text-decoration: none;
  outline: none;
  border: 1px solid grey;
  padding: 8px;
  border-radius: 30px;
}
.wpb_single_image.wpb_content_element.vc_align_left{
  margin-bottom: 0px !important;
}
.left{
  float: left !important;
  left: 0;
}
.right{
  float: right !important;
  position: absolute;
  right: 200px;
  left: inherit !important;
}

#sidebar{
  margin-top: 100px;
}
.page-header{
  margin-top: 100px;
}

/*Tags Widget*/

.widget_tag_cloud .tagcloud a {
  background-color: #f7f5f5;
  border-radius: 3px;
  display: inline-block;
  font-size: 16px !important;
  margin: 0 5px 5px 0;
  padding: 5px 10px;
  text-decoration: none;
}

/*Categories Widget*/
.widget.widget_categories ul li{
  background-color: #f7f5f5;
  padding: 10px;
  margin-bottom: 5px;
  text-align: center;
  width: 150px;
}

.portfolio{
  margin-top: 100px;
}




/* Recent posts
--------------------------------- */
.recent-blog-posts {
  position: relative;
}
.recent-blog-posts .post-thumbnail {
  display: block;
}
.recent-blog-posts .post-thumbnail img {
  border-radius: 3px 3px 0 0;
  display: block;
  width: 100%;
}
.recent-blog-posts .post-categories {
  left: 15px;
  line-height: 1;
  margin: 0;
  position: absolute;
  top: 15px;
}
.recent-blog-posts .post-categories li {
  float: left;
  clear: both;
  margin-bottom: 1px;
  padding: 0;
}
.recent-blog-posts .post-categories li:before {
  display: none;
}
.recent-blog-posts .post-categories li a {
  background: #b0d049;
  border-radius: 0 3px 3px 0;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.25em;
  padding: 5px 10px;
  text-transform: uppercase;
  white-space: nowrap;
}
.recent-blog-posts .excerpt {
  background: #fff;
  border-radius: 0 0 3px 3px;
  margin-bottom: 2em;
  padding: 15px;
}
.recent-blog-posts .excerpt h4 a {
  color: #000;
}
.recent-blog-posts .excerpt footer {
  border-top: 1px solid #e4e4e4;
  font-size: 0.8em;
  padding-top: 1em;
}
.recent-blog-posts .excerpt footer:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.recent-blog-posts .excerpt footer .date{
  font-size: 14px;
}
.recent-blog-posts .excerpt footer .date,
.recent-blog-posts .excerpt footer .comments {
  color: #bbbbbb;
  float: left;
}
.recent-blog-posts .excerpt footer .date:before,
.recent-blog-posts .excerpt footer .comments:before {
  color: #b0d049;
  font-family: "FontAwesome";
  margin-right: 7px;
}
.recent-blog-posts .excerpt footer .date {
  margin-right: 30px;
}
/*.recent-blog-posts .excerpt footer .date:before {
  content: "\f017" !important;
}
.recent-blog-posts .excerpt footer .comments:before {
  content: "\f1cd";
  }*/
  .recent-blog-posts .excerpt footer .date{
    background-color: #b0d049;
    color: #fff;
    padding: 3px 10px;
    border-radius: 3px;
    
  }
  .recent-blog-posts .excerpt footer .comments a {
    color: inherit;
  }


  .vp-filter.vp-filter__align-center.vp-filter__style-default{
    margin-bottom: 25px;
  }

  .vp-filter__style-default .vp-filter__item.vp-filter__item-active>*{
    background-color: #b0d049 !important;
    border-color: #b0d049 !important;
  }


  .vp-pagination__style-default .vp-pagination__item>*{
    border-color: #b0d049 !important;
    border-radius: 3px;
  }
  .vp-pagination__style-default .vp-pagination__item>*:hover{
    background-color: #b0d049;
    color: #fff;
  }


  .search-result{
    padding: 100px 0;
  }

.custom-logo-link img{
	width:100px;
}
.menu-wp_nav_menu-container{
	padding-top: 25px;
}
.nav-menu a::after {
    background: #b0d049;
}

.dessus{
	position: absolute;
    bottom: 250px;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 50%;
}
.dessous{
	width: 70%;
    position: absolute;
    bottom: 450px;
	text-align: center;
    margin: 0 auto;
    display: block;
}