/*
Theme Name:     Porcelain Child
Author:         Pexeto
Author URI:     http://pexetothemes.com
Template:       porcelain
*/

@import url("../porcelain/style.css");

body #main-container {
    margin: 0 auto;
    max-width: 2000px;
    position: relative;
}

#header {
max-width: 1880px;
}

.home #header {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}

.section-header {
  padding: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
  border-bottom: 0px solid rgba(255, 255, 255, 0.5);
}

.services-title-box h2 {
  padding-top: 0;
  color: #444;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.5em;
}

.cs-small-title {
  margin: 0;
  margin-bottom: 0px;
  text-transform: none;
  font-style: normal;
  font-size: 22px;
  font-family: Leelawadee, Verdana, Georgia, "Times New Roman", Times, serif;

}

.fixed-header-scroll #header {
  padding-top: 7px;
  padding-bottom: 7px;
  width: 94%;
  background: #413D3D;
  background: rgba(83, 89, 97, 1.0);
  /*.box-shadow(0, 0, 4px, 0.3);*/  
  }

.testimonial-container h2 {
  display: block;
  padding: 3px 0;
  padding-top: 12px;
  color: inherit;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}

  .testimonial-container blockquote {
    float: none;
    max-width: 100%;
    width: 100%;
    text-align: left;
    font-size: 14px;
    font: Georgia, "Times New Roman", Times, serif;
  }

.testimonial-img {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  margin-top: 15px;
  max-width: 90px;
  height: auto;
}

#content-container .section-boxed {
  margin: 30px auto;
}

p {
  margin: 2px 0;
  padding: 0;
}

.services-box h3 {
  padding-top: 5px;
  padding-bottom: 3px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 17px;
}

.footer-box .title {
  margin-bottom: 10px;
  padding-top: 5px;
  color: #fff;
  text-indent: 2px;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: normal;
  font-size: 15px;
}

.footer-bottom {
  float: left;
  padding: 25px 0;
  width: 100%;
  height: auto;
  background-color: #142837;
}
.footer-nav,
.copyrights {
  float: right;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
}
.footer-nav li {
  display: inline;
  letter-spacing: 1px;
}
.footer-nav li a {
  margin-right: 7px;
  margin-left: 7px;
  color: #ffffff;
}
.footer-nav li:after {
  content: "/";
}
.footer-nav li:last-child:after {
  content: "";
}
.copyrights {
  float: left;
  color: #b3b3b1;
}

/*----------------------------- 3.3 Navigation Menu --------------------------------*/

.nav-menu ul ul li {
  display: block;
  float: left;
  padding: 6px 0 7px 0;
  width: 255px;
  background-color: rgba(83, 89, 97, 0.95);
}
.nav-menu ul ul li a {
  letter-spacing: 0;
  line-height: 1.5em;
}

.navigation-container {
  float: right;
}
.nav-menu ul {
  margin-left: 0;
}
.nav-menu ul li {
  position: relative;
  display: inline;
  float: left;
}
.nav-menu ul li a {
  display: block;
  padding: 2px 10px;
}
.nav-menu ul ul {
  position: absolute;
  top: 18px;
  z-index: 20000;
  display: none;
  margin-top: 0px;
  padding-top: 19px;
  width: 170px;
}
.nav-menu ul ul ul {
  top: -3px;
  left: 170px;
}
.nav-menu ul ul li {
  display: block;
  float: left;
  padding: 6px 0 7px 0;
  width: 100%;
  background-color: rgba(83, 89, 97, 1);
}
.nav-menu ul ul li a {
  letter-spacing: 0;
  line-height: 1.8em;
}
.nav-menu li:hover ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.mob-nav-menu {
  display: none;
}

  .mob-nav-menu {
    position: absolute;
    z-index: 9999;
    margin-top: -1px;
    margin-bottom: -21px;
    margin-left: -3%;
    width: 100%;
    background: rgba(79, 79, 79, 0.96);
    text-transform: uppercase;
    font-size: 16px;
  }
  
  .sidebar-box .title {
  margin-bottom: 10px;
  padding: 7px 0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 15px;
}

.invalid input,
.invalid textarea,
#recaptcha_response_field.invalid,
input.invalid,
textarea.invalid {
  border: 1px solid #d1d1d1  !important;
  background-color: #ffffff !important;
}


/* Blockquote */
blockquote {
  margin: 0 0 20px;
  padding: 0 0 0 15px;
  border-left: 4px solid rgba(0, 0, 0, 0.1);
  text-align: left;
  font-size: 14px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
blockquote p {
  font-weight: 300;
}
blockquote small {
  display: block;
  font-style: normal;
  font-size: 12px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  line-height: 1.8em;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-weight: bold;
}

#reply-title,
.comments-titile {
  margin-bottom: 25px;
  padding-bottom: 7px;
  border-bottom: 3px solid #bebebe;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  text-transform: capitalize;
  font-size: 22px;
}

.post-title {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 0;
}

.widget_categories li,
.widget_nav_menu li,
.widget_archive li,
.widget_links li,
.widget_recent_entries li,
.widget_pages li,
#recentcomments li,
.widget_meta li,
.widget_rss li {
  padding: 2px 0;
  padding-left: 2px;
  border-bottom: 0px solid rgba(0, 0, 0, 0.05);
}

.content-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  padding: 4%;
  width: 92%;
  min-height: 300px;
}

.icon-circle {
display: none !Important;
}

.qg-overlay:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

/*----------------------------- 3.3 Navigation Menu --------------------------------*/

.nav-menu ul ul li {
  display: block;
  float: left;
  padding: 6px 0 7px 0;
  width: 255px;
  background-color: rgba(83, 89, 97, 0.9);
}
.nav-menu ul ul li a {
  letter-spacing: 0;
  line-height: 1.5em;
}

/*.fixed-header-scroll .content-slider-wrapper{ padding-top: 0 !important; }*/
.nav-menu .sub-menu li:first-child,
.nav-menu .children li:first-child {
  border-top: 0px solid #909090;
  border-top: 0px solid rgba(0, 0, 0, 0.8);
}

div.ppt {
display: none !important;
}

.ps-title {
  margin: 0;
  padding: 0;
  color: #555;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.3em;
  text-transform: uppercase;
}

.dark-header #header {
  background-color: rgba(0, 0, 0, 0.4);
}
.dark-header .section-header {
  border-width: 0;
}

  .cs-element {
    font-size: 18px;
  }
  .cs-title {
    font-size: 28px;
  }
  .cs-small-title {
    font-size: 20px;
  }

.sidebar-box {
  margin-bottom: 33px;
  font-size: 14px;
}

input[type=text],input[type="email"],input[type=password],textarea,input[type=search] {
 -webkit-border-radius:2px;
 -moz-border-radius:2px;
 border-radius:12px;
 padding:8px;
 border:solid 1px rgba(0,0,0,.1);
 background:#fcfcfc;
 font-size:16px;
}

.wpforms-form button[type=submit] {
    background-color: #f77722 !important;
    border-color: #f77722 !important;
    color: #fff !important;
    transition: background 0.3s ease-in-out;
}
 
.wpforms-form button[type=submit]:hover {
    background-color: #206991 !important;
    border-color: #206991 !important;
}



