/*
Theme Name: Portfolio
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Template: wp-bootstrap-starter
Description:  Child theme for "WP Bootstrap Starter"
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Tags: child theme
Text Domain: wp-bootstrap-starter
*/

.visitSiteButton {
  background: #00303f;
  color: white;
  text-align: center;
  padding: 5px;
  margin: 0 auto;
}
.cf7sr-g-recaptcha {
  display: none;
}

.siteTitle {
  text-align: center;
  font-size: 20px;
  padding-bottom: 10px;
}

.pageHeaders {
  width: 100%;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
}

.siteCon {
  padding: 20px;
}

.bio {
  text-align: center;
}

section#primary {
  padding: 0px;
}

header#masthead a,
div#main-nav ul li a,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a,
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: white;
  font-weight: bold;
}

#content.site-content {
  padding: 0px;
}

.mainHeader {
  text-align: center;
  width: 100%;
  font-size: 40px;
  padding-bottom: 10px;
}

.row {
  padding: 20px 0px;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
  color: #cae4db;
}

.skillItems {
  font-size: 20px;
  text-align: center;
}

.subHeader {
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

div#wpcf7-f54-o1 {
  margin: 0 auto;
}

input.wpcf7-form-control.wpcf7-submit.btn.btn-primary {
  width: 100%;
  border-radius: 0px;
  background: #00303f;
}

div#wpcf7-f54-o1 br {
  display: none !important;
}

input.wpcf7-form-control,
textarea.wpcf7-form-control {
  margin-bottom: 5px;
  border-radius: 0px;
}

footer#colophon {
  display: none;
}

#mysticky-nav.wrapfixed {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
  background-color: #00303f !important;
}

hr.customHR {
  width: 100%;
  border: 0;
  height: 1px;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgb(0, 48, 63),
    rgba(0, 0, 0, 0)
  );
  position: relative;
  top: -15px;
}

header#masthead {
  background: #00303f;
  box-shadow: none;
}

.fullWidth {
  background: #cae4db;
  padding: 10px;
  margin-top: 10px;
}

.container.offSetColor {
  color: #00303f;
}

.navbar-brand {
  display: none;
}

.btn-primary:hover {
  border-color: initial;
}
.btn-primary {
  border-color: initial;
}
.skillsSingle {
  padding-bottom: 5px;
}
div.wpcf7-response-output {
  margin: 0px;
  position: relative;
  top: -20px;
}
img.siteImage {
  width: 100%;
}

i.mob-icon-menu.mob-menu-icon {
  position: relative;
  top: 10px;
  color: white !important;
}

li.menu-item {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid;
}
.mob-menu-logo-holder {
  text-align: center !important;
}

#cf7sr-5f8a2074c3f4e div {
  width: 100% !important;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 5px !important;
}

.cf7sr-g-recaptcha iframe {
  width: 100% !important;
}

.cf7sr-g-recaptcha div {
  width: 100% !important;
}
.cf7sr-g-recaptcha iframe .rc-anchor-container {
  width: 100% !important;
}
.rc-anchor-light.rc-anchor-normal {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  li.menu-item {
    font-size: 25px;
    font-weight: bold;
    border-bottom: 1px solid #cae4db;
  }
  .mobmenu .headertext {
    color: #fff !important;
  }
  .mob-menu-logo-holder {
    background: #00303f !important;
  }
  .mobmenul-container i {
    color: #fff;
  }
  .mobmenu-left-alignment.mobmenu-panel.mobmenu-left-panel.show-panel {
    background: #00303f;
  }
  .menu-item a {
    color: white !important;
  }
  i.mob-icon-cancel-1.mob-cancel-button {
    color: white;
  }
}
