/*
Theme Name: RoBuildsWealth
Theme URI: https://robuildswealth.com
Author: Web of Rochelle
Author URI: https://rochellerobinson.com
Description: Custom WP Theme for Rochelle Robinson
Version: 1.0
Text Domain: robuildswealth
*/

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.5em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
.clear::before,
.clear::after,
.entry-content::before,
.entry-content::after,
.entry-footer::before,
.entry-footer::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after,
.nav-links::before,
.nav-links::after,
.pagination::before,
.pagination::after,
.comment-author::before,
.comment-author::after,
.widget-area::before,
.widget-area::after,
.widget::before,
.widget::after,
.comment-meta::before,
.comment-meta::after {
    content: "";
    display: table;
    table-layout: fixed;
}
body {
    font-family: "Source Sans 3", sans-serif;
    font-size: 1.2rem;
    color: #646464;
}
body.home {
  background-color: #0c0c0e; /* homepage color */
}

body {
  background-color: #ffffff;
}
.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
img {
    max-width: 100%;
    height: auto;
}
.container {
    max-width: 1200px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 1.5em;
    font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.2em;
}
h4 {
    font-size: 1.1em;
}
h5,
h6 {
    font-size: 1em;
}
a {
    color: #087396;
    text-decoration: none;
    font-weight: bold;
}
a:hover,a:focus {
    color: #759a21;
    text-decoration: none;
}
a:focus {
    outline: 0;
    border: none;
    -moz-outline-style: none;
}
.has-text-align-center {
    text-align: center;
}
.alignleft {
  float: left;
  margin-right: 15px; /* Adds space between the image and text */
}

.alignright {
  float: right;
  margin-left: 15px; /* Adds space between the image and text */
}

#page h1, #post h1 {
  margin-top: 1em;
  font-family: "Merriweather", serif;
}

#page h1::after, #post h1::after {
    bottom: 0;
    content: "";
    display: block;
    min-width: 2rem;
    width: 3em;
    border-bottom: solid 3px #21759a;
    padding: 5px;
}
.btn {
    display: inline-block;
    padding: 20px 30px !important;
    font-weight: bold !important;
    line-height: 1;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
}

.btn:focus {
    box-shadow: none;
}
.morebutton {
    clear: both;
    text-align: center;
}
.attachment-post-thumbnail {
    width: 100%;
    max-height: 350px;
}
.pagination a,
.pagination span {
    text-decoration: none;
    display: block;
    float: left;
    margin: 2em 10px;
    padding: 1em;
    border: 1px solid #ccc;
    font-size: 16px;
    line-height: 12px;
    color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.pagination a:hover {
    color: #fff !important;
    background: #9a2175;
}
.pagination .current {
    background: #333;
    color: #fff;
}
.navigation {
    list-style: none;
    align-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#masthead {
    font-family: "Roboto Condensed";
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    background-color: #21759a;
}
header {
   background-color:#0c0c0e;
}
.navbar.navbar-expand-lg {
    margin: 0;
    padding: 0;
}
a.sitename {
  color: #fff;
  white-space: nowrap;
  font-size: 1.3em;
  font-family: Merriweather;
}
a.sitename:hover {
    color: #21759a;
    text-decoration: none;
}
.sitename img {
    max-width: 590px;
    max-height: 200px;
}
#menu-main-menu li a {
    padding: 0 15px;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    font-family: "Roboto Condensed";
}
#menu-main-menu li a:hover,
#menu-main-menu li a:active,
#menu-main-menu > li.active a,
#menu-main-menu li.current-menu-ancestor a {
    color: #759a21;
    outline: 0;
    -moz-outline-style: none;
}

.dropdown-menu {
 background-color: #333;
  border: none !important;
  border-radius: 0; 
}
.homebanner {
    min-height: 350px;
}
.homeblog-post a:hover h3 {
    color: #759a21;
}
#intro { color:#FFF; }

#intro .container {padding-bottom: 0;}

#intro .container h1 { font-family: "Merriweather", serif;}

.bounce {
  animation: bounce 2s ease 0s 1 normal forwards;
}

@keyframes bounce {
  0% {
    transform: scale(0.5);
  }

  100% {
    transform: scale(1);
  }
}   

#focus { color: #FFF; 
  background: linear-gradient(360deg, #639eb8, #21759a);
  padding: 3em 0;
}

#focus h3 a {
    color: #FFF;
    text-transform: uppercase;
}
#focus h3 a:hover {
    color: #759a21;
}
#focus .col-4 {
    float: left;
    padding: 0 2em;
}

#blog {
padding: 3em 0 0 0;
}

#blog h2, #focus h2  {
  color: #FFF;
  text-align: center;
  margin: 0 0 2em 0;
  font-size: 1.7em;
  font-family: "Merriweather", serif;
}

#focus h2 {
   margin: 0;
}

#blog .col-4 {
    float: left;
    padding-right: 1em;
}

.fade-in-up {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s ease-out forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.homeblog-post {
    border: 1px solid #e4e4e4;
    padding: 1em;
    margin-bottom: 1.5em;
    background-color: #FFF;
    min-height: 390px;
}
.homeblog-post:hover {
  border: 1px solid #087396;
  color: #666;
}
.homeblog-post p {
    font-size: 1.1rem;
}
.homeblog-post h3{
    font-size: 1.2em;
    margin-top: 15px;
}
#pagecontent .container {
  background-color: #FFF;
  padding: 0 2em;
}
#pagecontent h2 {
    margin: 1em 0;
}
.blog-post {
    max-width: 750px;
    margin: 0 auto;
}
.blog-post h1 {
    margin-top: 10px;
}
.breadcrumbs {
    font-size: 15px;
    margin: 2em 0;
    text-transform: uppercase;
}

.postdata {
    padding-bottom: 1em;
    border-bottom: 1px solid #eee;
    margin-bottom: 12px;
    font-size: 1rem;
    font-family: "Roboto Condensed", sans-serif;
}

.posttags {
padding: 1em 0;
  border-top: 1px solid #eee;
  margin-bottom: 1em;
  font-size: 13px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #EEE;
}
.portfolio .skills {
    margin: 3em 0;
    border-top: 2px dotted #333;
    border-bottom: 2px dotted #333;
}
.portfolio .su-row {
    text-align: center;
    font-size: 1.1rem;
    margin-top: 1.5em;
}
.portfolio .blog-post img {
    border: 1px solid #ccc;
    margin-bottom: 1.5rem;
}
.portfolio .su-column-inner .bi,
.portfolio .su-column-inner .bi {
    font-size: 3em;
    color: #21759a;
    margin-top: 1em;
}
.portfolio .blog-post {
    font-size: 1.1rem;
    min-height: 575px;
    text-decoration: none;
    transform: translateY(5px);
    border-top: 8px solid #999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 1rem;
    float: left;
}
.portfolio h2 {
    font-weight: bold;
    padding-bottom: 1rem;
    margin-top: 1rem;
    font-size: 1.3em;
    font-family: "Roboto Condensed", sans-serif;
}
#post .wp-post-image {
    margin: 1rem 0 2rem 0;
}
#content-search {
    width: 300px;
    padding: 15px 0;
}
#searchform {
    border: 1px solid #d8d8d8;
    text-align: left;
    padding: 6px;
    border-radius: 8px;
    font-size: 1rem;
    margin-right: 12px;
}
#search input[type="text"] {
    box-shadow: none;
    border: none;
    margin-bottom: 0;
    background: none;
    color: #575757;
    width: 200px;
}
.search-button {
    color: #000;
    background: none;
    line-height: normal;
    border: none;
    padding-block: 5px;
    padding-inline: 6px;
    float: right;
}
input:focus {
    outline: none !important;
}
.wpcf7-submit {
    color: #fff;
    background-color: #333;
    border: 2px solid #333 !important;
    display: inline-block;
    padding: 10px 20px !important;
    border-width: 2px;
    border-style: solid;
    font-size: 0.875rem;
    font-weight: bold !important;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border-radius: 0.25rem;
}
.wpcf7-submit:hover {
    border-color: #333;
    background-color: #fff;
    color: #333;
}
.wpcf7-form input[type="text"],
.wpcf7-form select,
.wpcf7-form input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7-form textarea {
    margin: 5px 0 0;
    width: 90%;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px #ddd inset;
    color: #666;
    height: inherit;
    padding: 4px;
    font-weight: normal;
}
.wpcf7-select {
    background-color: #fff;
}
.wpcf7 label {
    font-weight: bold;
    font-size: 1rem;
}
input[type="file"] {
    max-width: 100%;
}
.required {
    color: #087da3;
    font-weight: bold;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0em 1em;
    padding: 0.2em 1em;
    background-color: #dc3232;
    border: 0;
    font-size: 1rem;
    color: #fff;
}
.wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450 !important;
}

.contact {
  color: #EEE;
  font-size: 1.2em;
  text-align: center;
}
footer {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: normal;
}
footer a {
	color:#FFF;
}
footer a:hover,
footer a:focus {
    color: #759a21;
}
@media screen and (max-width: 769px) {
    .navbar-toggler {
        margin-left: 0;
        margin-right: 1rem;
        padding: 0.25rem 0.25rem;
        background-color: #21759a;
        border: 0;
        float: right;
    }
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        background: none;
    }
    .navbar-collapse li {
        padding: 10px 0;
    }
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .navbar-toggler:focus {
          background-color: #759a21 !important;
          box-shadow: none;
     }
    #intro .col-9, #intro .col-3, #focus .col-4, #blog .col-4, #work .col-4 {
        width: 100%;
        padding: 0;
    }
    #blog .col-4{
    margin-bottom: 1em;
    }
    a.sitename {
        font-size: 1em;
    }
     .page h1 {
      margin-top: 0;
      font-size: 1.5em;
    }
    #focus {
        padding: 2em 0;
    }
    #intro, #blog{
    margin-bottom: 2em;
    }
    .alignright{
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: flex;
    }

    .homeblog-post {
        min-height: 0;
        margin-bottom: 0;
    }
    .col-4.blog-post,
    .articles .col-4 {
        width: 100%;
        margin-bottom: 2em;
        min-height: 0;
    }
    .sitename img {
        max-width: 270px;
    }
    .homebanner {
        min-height: 150px;
    }
}
@media print {
    .sitename img {
        content: url("/wp-content/themes/rochellerobinson/images/logodark.png");
    }
    header {
        background-color: #fff;
    }
}
