/* Navigation Backgroud Image */
nav.navbar {
	background-image: url('https://www.pmates.com/wp-content/uploads/2019/12/1500x500.jpg');
	background-position: center center;
	background-size: cover;
	padding-top: 100px
}

nav.navbar:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(209, 196, 224, 0.75);
	z-index: 0;
}

nav.navbar .container {
	z-index:10;
}

/* Required height of parents of the Half Page Carousel for proper displaying carousel itself */
html,
body,
.view {
  height: 100%; }

/* Half Page Carousel itself*/
.carousel {
  height: 50%; }
  .carousel .carousel-inner {
    height: 100%; }
    .carousel .carousel-inner .carousel-item,
    .carousel .carousel-inner .active {
      height: 100%; }

/* Adjustment for mobile devices*/
@media (max-width: 776px) {
  .carousel {
    height: 100%; } }

/* Navbar animation */
.navbar {
  background-color: rgba(0, 0, 0, 0.2); }

.top-nav-collapse {
  background-color: #929FBA; }

/* Adding color to the Navbar on mobile */
@media only screen and (max-width: 768px) {
  .navbar {
    background-color: #929FBA; } }

/* Footer color for sake of consistency with Navbar */
.page-footer {
  background-color: #929FBA; }

  
ul.navbar-nav.custom-nav.mr-auto {
    padding-top: 10px;
}

ul.text-ads li {
  display: inline;
  margin: 0 10px;
}

ul.text-ads {
  padding: 20px 0 0 0;
}

.custom-thumb .view img {
  display: inline;
}




/* Wordpress Style */

.custom-page {
    margin-top: 150px;
}

.custom-page h1.entry-title {
  display: none;
}

.custom-page span.screen-reader-text {
  display: none;
}

ul#menu-menu.navbar-nav.custom-nav li {
  padding-top: 15px;
  padding-left: 25px;
}

ul#menu-menu.navbar-nav.custom-nav a {
  color: #fff;
}

ul#menu-menu.navbar-nav.custom-nav a:hover {
  color: #5a657a;
}

h6.pb-1.cyan-text.mt-4 a {
  color: #00bcd4;
}

h4.custom-title.mt-2 a {
  color: #111;
}


.mobile-content a:hover img {
    background: #111;
}

.mobile-content img {
    padding: 2px;
}

.mobile-content img {
    border: 1px solid #ddd;
}

.mobile-content img {
    border: 1px solid #ddd;
}


/* Comment */
/* .mobile-content span.comments-link {
    position: absolute;
    top: 65px;
    left: 25px;
} */



/* Sidebar */
.custom-sidebar .widget-title ,
.custom-sidebar h6 {
    color: #ddd;
    font-size: 1.125rem;
    color: #009688 !important;
}





/* mobile device */
@media only screen and (max-width: 480px) {
  .mobile-content {
    text-align: center;
  }

  .mobile-content .view img {
    display: inline;
  }

  .my-pagination {
    margin: auto;
  }

  .custom-sidebar .widget-title,
  .custom-sidebar .tagcloud {
    display: none;
  }

  .mobile-content span.comments-link {
    left: 45px !important;
  }


}


@media only screen and (max-width: 750px) { 
   .mobile-content {
    text-align: center;
  }

  .mobile-content .view img {
    display: inline;
  }

  .my-pagination {
    margin: auto;
  }

  .custom-sidebar .widget-title,
  .custom-sidebar .tagcloud {
    display: none;
  }

   .mobile-content span.comments-link {
    left: 130px;
  }



}