/*MEDIA QUERIES*/
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #231f20;
  letter-spacing: 2px;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  color: #231f20;
  outline: 0;
  transition: .2s all ease;
}
a:hover,
#header #nav .current-menu-item a,
#form-cont input[type="submit"]:hover {
  color: #909293;
  cursor: pointer;
}
a img {
  border: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
p {
  margin: 0 0 20px 0;
}
#header,
#footer,
#main-wrap {
  width: 100%;
  display: none;
  max-width: 1300px;
  margin: 0 auto;
}
.mid-cont {
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 1600px;
}
.table-row {
  display: table;
  vertical-align: middle;
}
.table-cell {
  display: table-cell;
}
#container {
  width: 100%;
  border-top: 2px solid #231f20;
  border-bottom: 2px solid #231f20;
  padding: 40px 0 35px 0;
}
#banner-img {
  width: 100%;
  margin-bottom: 35px;
  text-align: center;
}
#banner-img img {
  width: 100%;
}
#banner-title {
  position: absolute;
  text-align: right;
  font-weight: 500;
  font-size: 34px;
  text-transform: uppercase;
  width: 395px;
  right: 17px;
  top: 43px;
  line-height: 42px;
  letter-spacing: 3px;
}
@media only screen and (max-width: 720px) {
  #banner-title {
    right: 7px;
    font-size: 23px;
    line-height: 30px;
    width: 75%;
  }
}
@media only screen and (max-width: 720px) {
  #banner-title {
    width: 90%;
  }
}
#banner-title span {
  color: #909293;
}
.headline {
  width: 100%;
  margin: 40px 0;
  text-align: center;
  color: #fff;
  font-size: 36px;
  background: #70c8b7;
  padding: 52px 0 62px 0;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 3px;
}
@media only screen and (max-width: 720px) {
  .headline {
    font-size: 28px;
  }
}
.content-title {
  width: 100%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 48px 0;
  font-weight: 500;
  letter-spacing: 3px;
  font-size: 26px;
  background: #c9c9c9;
}
/*FONTS*/
.male {
  font-family: "reenie-beanie";
  font-style: normal;
  font-weight: 500;
}
.female {
  font-family: "ff-market-web";
  font-style: normal;
  font-weight: 400;
}
.futura-medium {
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.futura-bold {
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 700;
}
/*HEADER*/
#header {
  padding: 30px 0;
}
#header #logo {
  display: inline-block;
  width: 25%;
  margin: 0;
  vertical-align: middle;
}
#header #logo img {
  transition: .2s all ease;
}
#header #logo:hover img {
  opacity: .3;
}
#header #nav {
  display: inline-block;
  width: 74%;
  text-align: right;
  vertical-align: middle;
}
@media only screen and (max-width: 720px) {
  #header #nav {
    display: none;
    width: 100%;
    margin-right: 20px;
    z-index: 5;
    position: relative;
    margin-top: 12px;
  }
}
#header #nav li {
  margin-left: 30px;
  display: inline-block;
}
@media only screen and (max-width: 720px) {
  #header #nav li {
    display: block;
  }
}
@media only screen and (max-width: 720px) {
  #header ul {
    text-align: right;
  }
}
#header .mobile-toggle {
  display: none;
  font-size: 70px;
  margin-right: 1%;
  z-index: 4;
}
#header .mobile-toggle:hover {
  cursor: pointer;
}
@media only screen and (max-width: 720px) {
  #header .mobile-toggle {
    display: block;
    position: absolute;
    top: -25px;
    right: -3%;
  }
}
#header #nav li a {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
/*FOOTER*/
#footer {
  min-height: 100px;
  font-weight: 500;
}
#footer .table-row {
  padding: 5px 0;
  width: 100%;
}
#footer #copyright {
  width: 30%;
  text-transform: uppercase;
  font-size: 14px;
}
@media only screen and (max-width: 990px) {
  #footer #copyright {
    width: 100%;
  }
}
#footer #social-cont {
  width: 20%;
  font-size: 22px;
}
@media only screen and (max-width: 990px) {
  #footer #social-cont {
    width: 100%;
  }
}
#footer .social-icon {
  margin: 10px;
}
#footer #info-cont {
  font-size: 16px;
}
#footer #info-cont span {
  font-weight: bold;
  text-transform: uppercase;
}
#footer .tel,
#footer .email-cont {
  text-align: right;
}
#footer .tel span,
#footer .email-cont span {
  font-weight: bold;
  padding-right: 10px;
}
#footer .tel {
  width: 20%;
}
#footer .email-cont {
  width: 30%;
}
#footer #site-credit {
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 5px;
}
#footer .table-cell {
  vertical-align: middle;
}
@media only screen and (max-width: 990px) {
  #footer .table-cell {
    display: block;
    width: 100%;
    text-align: center;
    padding: 4px 0;
    font-size: 16px;
  }
}
/*HOMEPAGE*/
#home-boxes {
  width: 100%;
  text-align: center;
}
#home-boxes .box {
  width: 240px;
  height: 200px;
  display: inline-block;
  margin: 10px 1%;
}
@media only screen and (max-width: 720px) {
  #home-boxes .box {
    display: inline-block;
    margin: 10px 0;
    width: 141px;
    height: 200px;
  }
}
#home-boxes .box:hover {
  background-position: 0 -200px !important;
}
#home-boxes #about-box {
  background: url(https://ruthcampbelldesigns.com/wp-content/themes/ruthcampbell/css/../images/home-about.jpg) no-repeat 0 0;
}
@media only screen and (max-width: 720px) {
  #home-boxes #about-box {
    background-position: 50% -200px;
  }
  #home-boxes #about-box:hover {
    background-position: 50% -200px !important;
  }
}
#home-boxes #services-box {
  background: url(https://ruthcampbelldesigns.com/wp-content/themes/ruthcampbell/css/../images/home-services.jpg) no-repeat 0 0;
}
@media only screen and (max-width: 720px) {
  #home-boxes #services-box {
    background-position: 45% -200px;
  }
  #home-boxes #services-box:hover {
    background-position: 45% -200px !important;
  }
}
#home-boxes #gallery-box {
  background: url(https://ruthcampbelldesigns.com/wp-content/themes/ruthcampbell/css/../images/home-gallery.jpg) no-repeat 0 0;
}
@media only screen and (max-width: 720px) {
  #home-boxes #gallery-box {
    background-position: 50% -200px;
  }
  #home-boxes #gallery-box:hover {
    background-position: 50% -200px !important;
  }
}
#home-boxes #contact-box {
  background: url(https://ruthcampbelldesigns.com/wp-content/themes/ruthcampbell/css/../images/home-contact.jpg) no-repeat 0 0;
}
@media only screen and (max-width: 720px) {
  #home-boxes #contact-box {
    background-position: 50% -200px;
  }
  #home-boxes #contact-box:hover {
    background-position: 50% -200px !important;
  }
}
/*ABOUT*/
#about .grid-sizer {
  width: 40%;
}
#about .text {
  width: 100%;
  font-size: 18px;
  letter-spacing: 1px;
}
#about .text p {
  width: 90%;
  margin-bottom: 30px;
}
#testimonial-cont {
  width: 100%;
}
#testimonial-cont .testimonial {
  width: 40%;
  text-align: center;
  color: #fff;
  margin: 20px 5% 0 5%;
  display: block;
  height: auto;
}
@media only screen and (max-width: 720px) {
  #testimonial-cont .testimonial {
    width: 100%;
    margin: 20px auto;
  }
}
#testimonial-cont .testimonial:nth-child(3n+1) {
  width: 90%;
}
@media only screen and (max-width: 720px) {
  #testimonial-cont .testimonial:nth-child(3n+1) {
    width: 90%;
  }
}
#testimonial-cont .testimonial:nth-child(4n+1) {
  background: #70c8b7;
}
#testimonial-cont .testimonial:nth-child(4n+1) .author {
  background: #65b4a4;
}
#testimonial-cont .testimonial:nth-child(4n+2),
#gallery div.wp-caption:nth-child(4n+3) a .overlay {
  background: #dbe245;
}
#testimonial-cont .testimonial:nth-child(4n+2) .author,
#gallery div.wp-caption:nth-child(4n+3) .wp-caption-text {
  background: #c5cb3d;
}
#testimonial-cont .testimonial:nth-child(4n+3),
#gallery div.wp-caption:nth-child(4n+2) a .overlay {
  background: #d14a9b;
}
#testimonial-cont .testimonial:nth-child(4n+3) .author,
#gallery div.wp-caption:nth-child(4n+2) .wp-caption-text {
  background: #bc428b;
}
#testimonial-cont .testimonial:nth-child(4n+4),
#gallery div.wp-caption:nth-child(4n+4) a .overlay {
  background: #00739a;
}
#testimonial-cont .testimonial:nth-child(4n+4) .author,
#gallery div.wp-caption:nth-child(4n+4) .wp-caption-text {
  background: #00678a;
}
#testimonial-cont .testimonial .info {
  width: 80%;
  margin: 15px auto;
  font-size: 34px;
  line-height: 40px;
}
@media only screen and (max-width: 720px) {
  #testimonial-cont .testimonial .info {
    padding: 10px 0;
  }
}
#testimonial-cont .testimonial .author {
  width: 100%;
  padding: 12px 0;
  font: bold 13px "futura-pt";
  text-transform: uppercase;
}
#testimonial-cont .testimonial p,
#services #services-cont .service p {
  margin-bottom: 0;
}
/*SERVICES*/
#services .headline {
  background-color: #00739a;
  padding-bottom: 35px;
}
@media only screen and (max-width: 720px) {
  #services .headline {
    font-size: 24px;
  }
}
#services .headline a {
  font: bold 13px "futura-pt";
  color: #fff;
}
#services #services-cont {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
#services #services-cont #col-left {
  display: inline-block;
  width: 44.5%;
  vertical-align: top;
  text-align: left;
}
@media only screen and (max-width: 720px) {
  #services #services-cont #col-left {
    width: 100%;
  }
}
#services #services-cont #col-right {
  display: inline-block;
  width: 44.5%;
  margin: 0 2.5%;
  vertical-align: top;
  text-align: left;
}
@media only screen and (max-width: 720px) {
  #services #services-cont #col-right {
    width: 100%;
  }
}
#services #services-cont .service {
  padding: 20px 15px;
}
@media only screen and (max-width: 720px) {
  #services #services-cont .service {
    width: 100%;
    padding: 20px 3%;
    box-sizing: border-box;
  }
  #services #services-cont .service p,
  #services #services-cont .service ul > li {
    font-size: 22px;
  }
}
#services #services-cont .service:nth-child(2n+2) {
  background: #efeeee;
}
#services #services-cont .service-title {
  font: bold 13px "futura-pt";
  width: 100%;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 720px) {
  #services #services-cont .service-title {
    font-size: 26px;
  }
}
#services #services-cont .service li {
  font-size: 13px;
}
#services #rates-cont {
  width: 100%;
}
#services #rates-cont .info {
  width: 490px;
  margin-top: 35px;
}
#services #rates-cont .rate-box {
  width: 235px;
  margin: 20px 0 0 20px;
  text-align: center;
  color: #fff;
}
#services #rates-cont .rate-box .price {
  width: 100%;
  background: #dbe245;
  font-weight: bold;
  font-size: 36px;
  padding: 30px 0 20px 0;
}
#services #rates-cont .rate-box .price .dollar {
  font-weight: normal;
  font-size: 22px;
  position: absolute;
  margin-top: 4px;
  margin-left: -15px;
}
#services #rates-cont .rate-box .title {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  background: #c5cb3e;
  padding: 14px 0 12px 0;
  width: 100%;
}
#services #rates-cont .rate-box:last-child .price {
  background: #70c8b7;
}
#services #rates-cont .rate-box:last-child .title {
  background: #65b4a4;
}
/*GALLERY*/
#gallery .wp-caption-text {
  background: #65b4a4;
  text-align: center;
  width: 100%;
  margin: 0;
  display: none;
  position: absolute;
  padding: 0;
  transform: translateY(-38px);
}
#gallery .wp-caption-text:before {
  content: none;
}
#gallery .wp-caption-text span {
  font: bold 12px "futura-pt";
  color: #fff;
  display: inline-block;
  padding: 10px 0 12px 0;
  text-transform: uppercase;
}
#gallery div.wp-caption {
  margin: 0 6px 12px 6px;
  display: inline-block;
  background-color: transparent;
  padding: 0;
}
#gallery div.wp-caption img {
  padding: 0;
  max-width: 100%;
}
#gallery .gallery-grid {
  text-align: center;
}
#gallery div.wp-caption .overlay {
  position: absolute;
  background: #70c8b7;
  opacity: .6;
  filter: alpha(opacity=60);
  display: none;
}
#gallery #imageData #bottomNavClose {
  position: absolute;
  top: -20px;
  margin-left: 0;
  width: 40px;
}
#gallery #numberDisplay {
  display: none !important;
}
#gallery #jqlb_closelabel {
  width: 37px;
  height: 37px;
}
#gallery #imageDataContainer {
  text-align: center;
  margin-top: -54px;
  color: #fff;
}
#gallery #imageData #imageDetails {
  width: 100%;
  text-align: center;
  padding: 15px 0;
  position: relative;
  background: url(https://ruthcampbelldesigns.com/wp-content/themes/ruthcampbell/css/../images/lightbox-bg.png) repeat;
}
#gallery #imageData #caption {
  display: inline-block !important;
  text-transform: uppercase;
}
#gallery #jqlb_closelabel {
  width: 20px;
  height: 20px;
  position: relative;
  top: 10px;
  left: -10px;
  border-radius: 50%;
}
/*CONTACT*/
#contact .headline {
  background-color: #dbe245;
  margin-bottom: 25px;
  margin-top: 0;
}
@media only screen and (max-width: 720px) {
  #contact .headline {
    font-size: 18px;
  }
}
#contact-social {
  width: 100%;
  background: #70c8b7;
  padding: 42px 0 48px 0;
  margin-bottom: 25px;
  text-align: center;
}
#contact-social .container {
  display: inline-block;
  width: 100%;
}
#contact-social .social-icon {
  font-size: 40px;
  margin: 0 3%;
  color: white;
  transition: .2s all ease;
}
#contact-social .social-icon:hover {
  color: black;
}
#contact-info-cont {
  width: 100%;
  margin-bottom: 28px;
  text-align: center;
}
#contact-info-cont > div:first-child {
  margin-right: 1%;
}
@media only screen and (max-width: 720px) {
  #contact-info-cont > div:first-child {
    margin-right: 0;
  }
}
#contact-info-cont > div:nth-child(2) {
  margin-left: 1%;
}
@media only screen and (max-width: 720px) {
  #contact-info-cont > div:nth-child(2) {
    margin-left: 0;
    margin-top: 25px;
  }
}
#contact-info-cont .pink-box {
  background: #d14a9b;
  color: #fff;
  padding: 50px 0 55px 0;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  height: 40px;
  width: 48.5%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 720px) {
  #contact-info-cont .pink-box {
    width: 100%;
    margin: 0;
  }
}
#contact-info-cont .pink-box a {
  color: #fff;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#contact-info-cont .pink-box a:hover,
#services .headline a:hover {
  color: #231f20 !important;
}
#contact-info-cont .phone-cont {
  font-size: 36px;
}
@media only screen and (max-width: 990px) {
  #contact-info-cont .phone-cont {
    font-size: 26px;
  }
}
@media only screen and (max-width: 990px) {
  #contact-info-cont .email-cont {
    font-size: 18px;
  }
}
@media only screen and (max-width: 720px) {
  #contact-info-cont .email-cont {
    font-size: 14px;
  }
}
#form-cont {
  width: 100%;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
}
#form-cont .input-cont {
  color: #fff;
  width: 31.4%;
  display: inline-block;
}
@media only screen and (max-width: 720px) {
  #form-cont .input-cont {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
#form-cont .wrapper {
  text-align: center;
}
form.wpcf7-form > div > div:nth-child(1) {
  margin-right: 1%;
}
form.wpcf7-form > div > div:nth-child(2) {
  margin-left: 1%;
  margin-right: 1%;
}
form.wpcf7-form > div > div:nth-child(3) {
  margin-left: 1%;
}
.message-cont .wpcf7-form-control-wrap,
.input-cont .wpcf7-form-control-wrap {
  position: static;
  display: block;
  width: 100%;
}
#form-cont .input-cont:nth-child(4n) {
  margin-right: 0;
}
#form-cont .input-cont input[type="text"],
#form-cont .input-cont input[type="email"],
#form-cont .message-cont textarea {
  border: none;
  padding: 23.5px 5%;
  background: #c9c9c9;
  height: 17px;
  font: bold 13px "futura-pt";
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  box-sizing: border-box;
}
#form-cont .input-cont input[type="text"],
#form-cont .input-cont input[type="email"] {
  width: 100%;
}
#form-cont .message-cont,
#form-cont .checkbox-cont {
  width: 100%;
  margin-top: 20px;
}
#form-cont .message-cont textarea {
  resize: none;
  width: 100%;
  margin: 0;
  height: 230px;
}
#form-cont .input-cont label,
#form-cont .message-cont label,
#form-cont .checkbox-cont label {
  background: #b5b5b5;
  padding: 14px 0 14px 25px;
  color: #fff;
}
@media only screen and (max-width: 720px) {
  #form-cont .input-cont label,
  #form-cont .message-cont label,
  #form-cont .checkbox-cont label {
    padding-left: 0;
  }
}
@media only screen and (max-width: 720px) {
  #form-cont .checkbox-cont label,
  #form-cont .message-cont label {
    padding-left: 10px;
  }
}
#form-cont .input-cont label {
  width: 100%;
  display: block;
  box-sizing: border-box;
}
#form-cont .message-cont label,
#form-cont .checkbox-cont label {
  width: 100%;
  display: block;
  box-sizing: border-box;
}
span.wpcf7-form-control .wpcf7-checkbox {
  width: 60.3%;
  display: block;
}
#form-cont .checkbox-cont .wpcf7-checkbox .wpcf7-list-item {
  width: 47%;
  margin-top: 22px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 720px) {
  #form-cont .checkbox-cont .wpcf7-checkbox .wpcf7-list-item {
    font-size: 10px;
  }
}
#form-cont .message-cont .textarea-250 ~ label {
  margin-top: -6px;
}
#form-cont .submit-btn {
  margin-top: 20px;
  text-align: right;
}
@media only screen and (max-width: 720px) {
  #form-cont .submit-btn {
    text-align: center;
  }
}
#form-cont input[type="submit"] {
  background: #70c8b7;
  color: #fff;
  border: none;
  font: bold 14px "futura-pt";
  padding: 20px 22px 18px 25px;
  letter-spacing: 2px;
  cursor: pointer;
  transition: .2s all ease;
}
div.wpcf7 img.ajax-loader {
  margin-right: -20px;
}
#form-cont .wpcf7-not-valid-tip {
  color: #d14a9b;
  margin: -30px 0 0 25px;
}
#form-cont .wpcf7-validation-errors,
#form-cont .wpcf7-mail-sent-ok {
  background: #e6d650;
  color: #fff;
  width: 830px;
  padding: 20px 0 20px 25px;
  margin-top: 21px;
}
#form-cont .wpcf7-mail-sent-ok {
  background: #d14a9b;
}
/*MOODBOARD*/
/*MAGAZINE COLUMN PLUGIN OVERRIDES */
@media only screen and (max-width: 720px) {
  #magazine-columns {
    margin: 0 auto !important;
    overflow: auto !important;
  }
  #magazine-columns .column.c2 {
    width: 100% !important;
    margin: 0 auto !important;
    font-size: 22px !important;
  }
  #magazine-columns .column.c2 p {
    width: auto !important;
    font-size: 22px !important;
  }
}
