/*///////////////////////////////////////////////////////////////////////////////////

	Theme Name: Seo Company
	Description: The Seo Company v1.0
	Author: Diego Velázquez Rabasa - Templune
	Author Personal Website: http://templune.com
	Author Behance Profile: https://www.behance.net/diegovr7
	Author Dribbble Profile: https://dribbble.com/diegovr7
	Author Envato Profile: https://themeforest.net/user/diegovr7
	Version: 1.0

	External Resources:
	Bootstrap 4
	Google Fonts 
	Ionic Icons

	*This Html Theme is royalty free for use in personal and commercial projects with 
	a couple of restrictions.

	Publications
	You are welcome to republish this Html Theme on condition that you link back to
	https://www.behance.net/gallery/67279127/The-Seo-Company-Free-PSD-Template 
	and you should not provide the assets for direct download from your website.

	Prohibitions
	You do not have rights to redistribute, resell, lease, license, sub-license or offer
	this resource to any third party «as is». If you want to use this resource as a part
	of a product intended to be sold via any marketplace, please contact the author 
	templune@gmail.com of the freebie to get an extended license.

/////////////////////////////////////////////////////////////////////////////////*/

/* /////////////////////////////

	1. Basic Styles
	2. Navbar
	3. Buttons
	4. Hero
	5. About
	6. Studio
	7. Pose
	8. App
    9. Footer
	10. Media Queries

   //////////////////////////*/

body {
  color: #3a3f52;
  /*
    margin-right: -20px;
    margin-left:20px;
*/
}

h2 {
  font-size: 32px;
  font-weight: 700;
}

h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 2.5rem;
  position: relative;
  padding: 0.1em 0.5em;
  background: -webkit-linear-gradient(
    to right,
    rgb(255, 186, 115),
    transparent
  );
  background: linear-gradient(to right, rgb(173, 172, 154), transparent);
  color: #fff;
}

h4 {
  font-size: 18px;
  font-weight: 600;
}

h5 {
  font-size: 16px;
}

h6 {
  position: relative;
  padding: 0.25em 20px;
  font-weight: 600;
  font-size: 20px;
  color: #666;
}
h6:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(
    to right,
    rgb(255, 186, 115),
    transparent
  );
  background: linear-gradient(to right, rgb(176, 132, 134), transparent);
}

p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #53627c;
}

ul {
  list-style-type: none;
  padding-left: 0px;
}

b {
  font-weight: 700;
}

section {
  margin: 50px 0;
}

.divider {
  padding: 2rem 0 0;
  margin: 2rem 0 0;
  border-top: 1px solid #3c3f45;
}

.divider-light {
  padding: 2rem 0 0;
  margin: 2rem 0 0;
  border-top: 1px solid #edf1f2;
}

.short-banners {
  display: block;
  text-align: center;
  margin: 25px 20px 25px 0;
}
.short-banners img {
  width: 100%;
  max-width: 468px;
  margin: 10px;
}
.tall-banners {
  text-align: center;
  margin-bottom: 100px;
}
.tall-banners img {
  width: 100%;
  max-width: 250px;
  margin: 10px 0;
}

section {
  padding-top: 80px;
  margin-top: -80px;
}
.spacer {
  padding: 20px 0;
}
/* ==============================================
   2. Navbar 
===============================================*/

.custom-navbar {
  background-color: #b08486 !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
  /*height: 70px;
  max-height: 70px;
  */
}

.navbar-toggler {
  font-size: 38px;
  background-color: transparent;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: none;
}

.navbar-toggler-icon {
  color: transparent;
}

.navbar-collapse {
  background-color: #b08486;
}

.nav-custom-link {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 5px;
}

.navbar a {
  color: #fff !important;
}

.nav-right {
  float: right;
}

.navbar-nav{
    margin-top:10px;
}

.navbar-nav img{
    width:auto;
}

/* ==============================================
   3. Buttons
===============================================*/

.btn {
  font-size: 14px;
  font-weight: 400;
  border-radius: 3px !important;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
}

.btn:hover {
  text-decoration: none;
}

.btn-regular {
  background-color: #adac9a;
  color: #ffffff;
  padding: 10px 25px;
  letter-spacing: 0.1em;
  /* margin-top: 25px; */
  margin-top:100px;
  display: inline-block;
}

.btn-regular:hover {
  background-color: #919171;
  color: #ffffff;
}

.btn-demo {
  color: #ffffff;
  background-color: #adac9a;
  letter-spacing: 0.1em;
  padding: 15px 48px;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

.btn-demo:hover {
  color: #ffffff;
  background-color: #919171;
}

.btn-demo-small {
  font-size: 12px;
  background-color: #adac9a;
  padding: 1px 4px;
}

.btn-demo-small:hover {
  background-color: #919171;
}

.btn-demo-small a {
  color: #ffffff !important;
}

.btn-buy {
  color: #ffffff;
  background-color: #adac9a;
  letter-spacing: 0.1em;
  padding: 15px 48px;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

.btn-buy:hover {
  background-color: #919171;
  color: #ffffff;
}

.title p {
  font-size: 10px;
  color: #999;
  padding-left: 0;
  font-size: 14px;
}

.title span {
  font-weight: 400;
  color: #919171;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 14px;
}

/* ==============================================
   4. Hero
===============================================*/

#hero {
  /*	background-color: #f6f8f9;*/
  background-image: url(../images/main.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 50px;
}

#hero h1 {
  font-size: 50px;
  font-weight: 300;
  color: #fff;
}
#hero p {
  color: #919171;
}

#hero span {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ==============================================
   5. About
===============================================*/

.content-box {
  padding: 60px 20px;
}

.img-right {
  float: right;
  padding: 10px 0 10px 20px;
}

.img-left {
  float: left;
  padding: 10px 20px 10px 0;
}

.img {
  /*width: 100%;*/
}

.text-frame {
  display: inline-block;
  border: solid 3px #adac9a;
  border-radius: 30px;
  padding: 15px 10px;
  margin-bottom: 20px;
}

/* ==============================================
   6. Studio
===============================================*/

#studio {
  background-color: #f6f8f9;
  border-top: 1px solid #f8f9fb;
  border-bottom: 1px solid #f8f9fb;
}

#studio .container h3 {
  color: #b08486;
  margin-top: 30px;
  background: none;
  line-height: 1rem;
  padding: 0;
}

.studio-box {
  background-color: #ffffff;
  box-shadow: 0 0 1px 0 rgba(0, 12, 32, 0.04),
    0 10px 16px 0 rgba(10, 31, 68, 0.06);
  border-radius: 20px;
  padding: 20px 15px;
  margin-bottom: 20px;
}

.studio-box p {
  font-size: 16px;
  font-weight: 300;
  margin-top: 25px;
  line-height: 1.8;
  padding: 0px;
}

.studio-box i {
  color: gold;
  font-size: 20px;
  margin-right: 5px;
}

.studio-box small {
  color: #8da2b5;
  display: inline-block;
}

.studio-box span {
  font-size: 14px;
  color: #ffffff;
}

.studio-box img {
  width: 100%;
}

.area-search {
  margin-top: 20px;
  padding: 50px 20px;
  /*  background-color: #8989;*/
  background-image: url(../images/bg-wave.png);
  background-size: cover;
}

.area-search h4,
.area-search p {
  color: #fff;
  display: block;
}

.area-search .btn-area {
  background-color: #a3697c;
  padding: 10px 15px;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-right: 5px;
  border: solid 1px #f1e1e6;
  margin-bottom: 10px;
}

.area-search .btn-area a {
  color: #ffffff;
}

.area-search .btn-area:hover {
  background-color: #f1e1e6;
  color: #a3697c;
}

.area-search .btn-area a:hover {
  color: #a3697c;
}

.area-search ul {
  list-style: none;
}

.area-select {
  width: 100%;
  text-align: center;
}

#studio-list,
#studio-detail {
  margin: 0;
}

.shop-data {
  width: 100%;
  font-size: 14px;
}

.shop-data th {
  border: 2px solid #fff;
  padding: 10px;
  font-weight: bold;
  background-color: #adac9a;
  color: #fff;
  width: 20%;
}

.shop-data td {
  border: 2px solid #fff;
  padding: 10px;
  background-color: #f6f6f6;
}

.map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.map iframe,
.map object,
.map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-link {
  background-color: #b08486;
  color: #fff;
}

.page-link:hover {
  background-color: #fff;
  color: #b08486;
}

@media screen and (max-width: 767px) {
  .shop-data,
  .shop-data tr,
  .shop-data td,
  .shop-data th {
    display: block;
  }
  .shop-data th {
    width: auto;
  }
}

/* ==============================================
   7. Pose
===============================================*/

.pose-box img {
  max-width: 500px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.pose-box p {
  padding: 0 20px;
}
.pose-box i {
  font-size: 24px;
}

/*
.pose-box {
  background-color: #ffffff;
  padding: 40px 20px;
  border: 1px solid #f8f9fb;
  border-radius: 6px;
  box-shadow: 0 0 1px 0 rgba(0, 12, 32, 0.04),
    0 10px 16px 0 rgba(10, 31, 68, 0.06);
  margin-top: 30px;
}

.pose-box h3 {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #0095f7;
}

.pose-box h6 {
  font-size: 60px;
  font-weight: 700;
  color: #3a3f52;
  margin-bottom: 0px;
}

.pose-box p {
  font-size: 17px;
  margin-top: 15px;
  padding: 0px;
}

.pose-box ul {
  padding-left: 10px;
}

.pose-box li {
  font-size: 14px;
  font-weight: 300;
  color: #8da2b5;
  letter-spacing: 0.1em;
}

.pose-box span {
  font-weight: 500;
  color: #0095f7;
}

.pose-box small {
  color: #8da2b5;
  letter-spacing: 0.2em;
}

.pose-box i {
  font-size: 20px;
  color: #0095f7;
  margin-right: 10px;
}

.pose-box .demo {
  color: #6772e5 !important;
}
*/

/* ==============================================
   8. App
===============================================*/

#app {
  background-color: #f6f8f9;
  border-top: 1px solid #f8f9fb;
  border-bottom: 1px solid #f8f9fb;
}

.app-box-container {
  padding: 10px;
}

.app-box {
  background-color: #ffffff;
  box-shadow: 0 0 1px 0 rgba(0, 12, 32, 0.04),
    0 10px 16px 0 rgba(10, 31, 68, 0.06);
  border-radius: 20px;
  padding: 20px 10px;
  height: 100%;
}

.app-box h5 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #b08486;
  height: 50px;
}

.app-box small {
  color: #8da2b5;
  display: inline-block;
  height: 35px;
  font-size: 10px;
}

.app-box img {
  width: 100%;
}

.app-store {
  padding: 1px;
  margin-bottom: 15px;
}

/* ==============================================
   9. Footer
===============================================*/

footer {
  background-color: #bfa5a6;
  padding: 20px 0;
  color: #f3f3f3;
  text-align: right;
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 14px;
}

footer a {
  color: #f3f3f3;
}

/* ==============================================
   10. Media Queries
===============================================*/

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  h2 {
    font-size: 20px !important;
    margin-bottom: 0px;
    line-height: 1.6;
  }

  h6 {
    padding: 0.25em 0;
  }

  img {
    /*width: 100%;*/
  }

  footer {
    position: relative;
    padding: 10px 0;
  }

  footer small {
    font-size: 10px;
  }
  .img-right,
  .img-left {
    padding: 0;
    float: none;
  }
  .pose-box p {
    padding: 0;
  }
  .spacer {
    display: none;
  }
  #studio-list,
  #studio-detail {
    margin: 0;
  }
  .navbar img{
    width:200px;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 24px !important;
    margin-bottom: 20px;
  }

  #hero {
    /*height: 120px !important;*/
    margin-top: 70px;
    padding-top: 50px;
  }

  .content-box {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .nav-right {
    float: left;
  }

  .nav-custom-link {
    border-bottom: 1px solid #eee;
  }
  .navbar-nav {
    width: 100%;
  }
  .navbar-nav .nav-link {
    padding: 20px 0;
    text-align: left;
  }

  .btn-demo-small {
    background-color: #ffffff;
    border: 0px;
    padding: 0px;
    box-shadow: none;
  }
  .btn-demo-small:hover {
    background-color: #ffffff;
    border: 0px;
    padding: 0px;
    box-shadow: none;
  }
  .btn-demo-small a {
    color: #53627c !important;
  }
  .nav-custom-link {
    font-size: 13px;
  }

  .icon-mobile {
    font-size: 18px;
    float: right;
  }

  .navbar-collapse {
    border-bottom: 1px solid #efefef;
  }

  .nav-logo-mobile {
    margin: auto;
/*    margin-right: 50px;*/
  }

  .nav-logo-desktop {
    display: none;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .icon-mobile {
    display: none;
  }
  .nav-logo-mobile {
    display: none;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .hero-content {
    margin-top: 100px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .pricing-box h3 {
    font-size: 17px;
  }
  .pricing-box p {
    font-size: 14px;
  }
  .pricing-box li {
    font-size: 12px;
  }
  .btn-buy {
    font-size: 12px;
    padding: 15px 20px;
  }
  .btn-demo {
    font-size: 12px;
    padding: 15px 20px;
  }
  .profile-picture {
    width: 50px;
    height: 50px;
  }
  .studio-box h6 {
    font-size: 14px;
    margin-left: 10px;
  }
  .studio-box span {
    font-size: 12px;
  }
  .studio-box small {
    font-size: 12px;
    margin-top: 4px;
    margin-left: 10px;
  }
}

.active{
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #b08486;
    background-color: #fff;
    border: 1px solid #dee2e6;
    margin: 0px 2px 0px 0px;
}

.banner{
  text-align: center;
  margin-bottom: 10px;
}