/*
Theme Name: Website Through A Form
Author: Romwil Dalisay
Description: www.pinnaclecustomwinecellars.com | July 2019
Version: 1.0
*/
* {
  padding: 0;
  margin: 0; }

img {
  max-width: 100%;
  height: auto; }

input, div {
  box-sizing: border-box; }

body {
  font-family: 'Libre Franklin', sans-serif;
  background: #fff; }

.alignleft {
  float: left;
  margin: 0 20px 20px 0; }

.alignright {
  float: right;
  margin: 0 0 20px 20px; }

/*------------------------------------*\
   Variable
\*------------------------------------*/
/*------------------------------------*\
   Hidden
\*------------------------------------*/
.show-section-1-bg-480, .show-section-2-bg-480,
.show-section-3-bg-480, .show-section-4-bg-480 {
  display: none; }

/*------------------------------------*\
	Header 
\*------------------------------------*/
header {
  text-align: center;
  padding: 20px 20px 10px;
  display: block; }
  header h2 {
    font-weight: 300;
    margin-bottom: 20px; }
  header h1 {
    display: block;
    font-size: 4em;
    font-weight: 400;
    color: #403C4E;
    text-align: left;
    padding: 1vw 0;
    margin-bottom: 0; }
    header h1 strong {
      color: #4281A4;
      font-weight: 600; }
  header .url {
    color: #403c4e;
    text-decoration: none;
    font-size: 1.2em; }
  header .url:hover {
    text-decoration: underline; }
  header .comodo {
    position: absolute;
    top: 0;
    right: 20%; }

/*------------------------------------*\
   Header Pages
\*------------------------------------*/
.pages-body a, .mockup-body a {
  text-decoration: none;
  color: #000;
  transition: .3s all; }
.pages-body header, .mockup-body header {
  padding-bottom: 0; }
  .pages-body header .flex-header, .mockup-body header .flex-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
  .pages-body header h1, .mockup-body header h1 {
    font-size: 48px;
    color: #000;
    font-size: 2.5vw; }
    .pages-body header h1 strong, .mockup-body header h1 strong {
      color: #000; }
  .pages-body header .phone a, .mockup-body header .phone a {
    font-size: 1.5vw; }
  .pages-body header .phone a:hover, .mockup-body header .phone a:hover {
    text-decoration: underline; }
  .pages-body header .phone-768, .mockup-body header .phone-768 {
    display: none; }
  .pages-body header .logo, .mockup-body header .logo {
    width: 45%; }
    .pages-body header .logo img, .mockup-body header .logo img {
      width: 200px; }

/*------------------------------------*\
   Top Menu
   for templates
\*------------------------------------*/
.top-menu {
  position: relative;
  z-index: 99;
  flex: auto; }
  .top-menu ul {
    list-style: none;
    text-align: left;
    margin-left: 5%;
    display: flex; }
    .top-menu ul li {
      position: relative; }
      .top-menu ul li a {
        display: inline-block;
        padding: 10px;
        color: #46454d; }
      .top-menu ul li a:hover {
        text-decoration: underline; }
    .top-menu ul li:last-child {
      padding-right: 0; }
    .top-menu ul li.current-menu-item a {
      font-weight: bold; }
    .top-menu ul li.no-link > a {
      cursor: default; }
    .top-menu ul li.menu-item-has-children > a {
      cursor: default; }
    .top-menu ul li.menu-item-has-children > a:hover {
      text-decoration: none; }
    .top-menu ul li.menu-item-has-children:after {
      content: url("images/arrowdown.png");
      top: -2px;
      right: 6px;
      position: relative; }
  .top-menu ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 200px;
    display: none;
    margin-left: 0;
    font-size: 14px;
    background: #f3f3f3; }
    .top-menu ul ul li {
      border-bottom: 1px dashed #000;
      width: 85%;
      margin: auto; }
      .top-menu ul ul li a {
        padding: 15px; }
    .top-menu ul ul li:last-child {
      border-bottom: none; }
  .top-menu ul li:hover ul {
    display: block; }

/*------------------------------------*\
  Top Breadcrumbs
\*------------------------------------*/
.nav-breadcrumbs {
  width: 960px;
  max-width: 100%;
  margin: auto;
  padding: 10px; }
  .nav-breadcrumbs span a {
    text-decoration: none; }

/*------------------------------------*\
   Main Content
\*------------------------------------*/
.main-content {
  width: 960px;
  max-width: 100%;
  margin: 0 auto 50px;
  background: #fff;
  padding: 40px;
  box-shadow: 0 0 10px #dcdcdc;
  overflow: hidden; }
  .main-content p {
    font-size: 1.1em;
    margin-bottom: 10px; }
  .main-content h1 {
    font-size: 4em; }
  .main-content h2 {
    font-size: 2em; }
  .main-content h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 1.4em;
    color: #4281A4; }
  .main-content h4 {
    font-size: 1.4em;
    font-weight: normal;
    margin-bottom: 10px; }
  .main-content ol, .main-content ul {
    margin-bottom: 15px;
    margin-left: 20px;
    font-size: 1.1em; }
    .main-content ol li, .main-content ul li {
      line-height: 1.2;
      margin-bottom: 7px; }
    .main-content ol ol, .main-content ol ul, .main-content ul ol, .main-content ul ul {
      margin-top: 7px;
      margin-right: 40px;
      font-size: 1em; }
  .main-content .button {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px; }
    .main-content .button a {
      display: inline-block;
      background: #e74c3c;
      color: #fff;
      padding: 20px 100px;
      font-size: 1.8em;
      text-decoration: none; }
    .main-content .button a:hover {
      background: #f85342; }

/*------------------------------------*\
	Inner Pages   
\*------------------------------------*/
section.page-title {
  width: 100%;
  padding: 50px 0;
  background-color: #171d1d;
  margin-bottom: 20px; }
  section.page-title h1 {
    text-align: center;
    color: #fff;
    font-size: 3em; }

.main-content-pages, .main-content-single {
  background: #fff;
  box-shadow: none;
  width: 100%;
  padding: 0; }
  .main-content-pages .container, .main-content-single .container {
    padding: 0 20px; }
  .main-content-pages .nav-breadcrumbs, .main-content-single .nav-breadcrumbs {
    width: 100%;
    padding-left: 0;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 20px;
    text-align: left;
    font-size: 14px; }
  .main-content-pages ul, .main-content-single ul, .main-content-pages ol, .main-content-single ol, .main-content-pages p, .main-content-single p {
    font-size: 1.1em;
    margin-bottom: 15px; }
  .main-content-pages ul, .main-content-single ul, .main-content-pages ol, .main-content-single ol {
    margin-left: 50px; }
  .main-content-pages a, .main-content-single a {
    color: #4281A4;
    text-decoration: none; }
  .main-content-pages a:hover, .main-content-single a:hover {
    text-decoration: underline; }
  .main-content-pages h1, .main-content-single h1 {
    font-size: 3em; }
  .main-content-pages aside, .main-content-single aside {
    min-width: 350px;
    width: 350px;
    margin-right: 30px; }
    .main-content-pages aside h3, .main-content-single aside h3 {
      background: #171d1d;
      color: #fff;
      padding: 20px;
      margin-bottom: 0; }
    .main-content-pages aside .search div, .main-content-single aside .search div, .main-content-pages aside .widget_search div, .main-content-single aside .widget_search div {
      display: flex; }
    .main-content-pages aside .search label, .main-content-single aside .search label, .main-content-pages aside .widget_search label, .main-content-single aside .widget_search label {
      display: none; }
    .main-content-pages aside .search input[type=text], .main-content-single aside .search input[type=text], .main-content-pages aside .widget_search input[type=text], .main-content-single aside .widget_search input[type=text] {
      width: 80%; }
    .main-content-pages aside .search input[type=submit], .main-content-single aside .search input[type=submit], .main-content-pages aside .widget_search input[type=submit], .main-content-single aside .widget_search input[type=submit] {
      background: #403c4e;
      color: #fff;
      width: 30%;
      text-align: center; }
    .main-content-pages aside .left-nav, .main-content-single aside .left-nav, .main-content-pages aside .widget_nav_menu, .main-content-single aside .widget_nav_menu, .main-content-pages aside .widget_pages, .main-content-single aside .widget_pages {
      margin-top: 10px;
      background: #eee; }
      .main-content-pages aside .left-nav ul, .main-content-single aside .left-nav ul, .main-content-pages aside .widget_nav_menu ul, .main-content-single aside .widget_nav_menu ul, .main-content-pages aside .widget_pages ul, .main-content-single aside .widget_pages ul {
        list-style: none;
        margin-left: 0;
        margin-bottom: 0; }
        .main-content-pages aside .left-nav ul li, .main-content-single aside .left-nav ul li, .main-content-pages aside .widget_nav_menu ul li, .main-content-single aside .widget_nav_menu ul li, .main-content-pages aside .widget_pages ul li, .main-content-single aside .widget_pages ul li {
          margin-bottom: 0px;
          border-bottom: 1px solid #fff;
          border-top: 1px solid #dadada; }
          .main-content-pages aside .left-nav ul li a, .main-content-single aside .left-nav ul li a, .main-content-pages aside .widget_nav_menu ul li a, .main-content-single aside .widget_nav_menu ul li a, .main-content-pages aside .widget_pages ul li a, .main-content-single aside .widget_pages ul li a {
            display: block;
            text-decoration: none;
            color: #000000;
            padding: 20px; }
        .main-content-pages aside .left-nav ul li:hover a, .main-content-single aside .left-nav ul li:hover a, .main-content-pages aside .widget_nav_menu ul li:hover a, .main-content-single aside .widget_nav_menu ul li:hover a, .main-content-pages aside .widget_pages ul li:hover a, .main-content-single aside .widget_pages ul li:hover a {
          background: #92b7d4;
          color: #fff;
          text-decoration: underline; }
        .main-content-pages aside .left-nav ul li:first-child, .main-content-single aside .left-nav ul li:first-child, .main-content-pages aside .widget_nav_menu ul li:first-child, .main-content-single aside .widget_nav_menu ul li:first-child, .main-content-pages aside .widget_pages ul li:first-child, .main-content-single aside .widget_pages ul li:first-child {
          border-top: none; }
        .main-content-pages aside .left-nav ul li:last-child, .main-content-single aside .left-nav ul li:last-child, .main-content-pages aside .widget_nav_menu ul li:last-child, .main-content-single aside .widget_nav_menu ul li:last-child, .main-content-pages aside .widget_pages ul li:last-child, .main-content-single aside .widget_pages ul li:last-child {
          border-bottom: none; }
        .main-content-pages aside .left-nav ul li.current-menu-item, .main-content-single aside .left-nav ul li.current-menu-item, .main-content-pages aside .left-nav ul li.current_page_item, .main-content-single aside .left-nav ul li.current_page_item, .main-content-pages aside .widget_nav_menu ul li.current-menu-item, .main-content-single aside .widget_nav_menu ul li.current-menu-item, .main-content-pages aside .widget_nav_menu ul li.current_page_item, .main-content-single aside .widget_nav_menu ul li.current_page_item, .main-content-pages aside .widget_pages ul li.current-menu-item, .main-content-single aside .widget_pages ul li.current-menu-item, .main-content-pages aside .widget_pages ul li.current_page_item, .main-content-single aside .widget_pages ul li.current_page_item {
          font-weight: bold; }
        .main-content-pages aside .left-nav ul li.current-menu-item a, .main-content-single aside .left-nav ul li.current-menu-item a, .main-content-pages aside .left-nav ul li.current_page_item a, .main-content-single aside .left-nav ul li.current_page_item a, .main-content-pages aside .widget_nav_menu ul li.current-menu-item a, .main-content-single aside .widget_nav_menu ul li.current-menu-item a, .main-content-pages aside .widget_nav_menu ul li.current_page_item a, .main-content-single aside .widget_nav_menu ul li.current_page_item a, .main-content-pages aside .widget_pages ul li.current-menu-item a, .main-content-single aside .widget_pages ul li.current-menu-item a, .main-content-pages aside .widget_pages ul li.current_page_item a, .main-content-single aside .widget_pages ul li.current_page_item a {
          background: #92b7d4;
          color: #fff;
          font-weight: normal;
          text-decoration: underline; }
  .main-content-pages article, .main-content-single article {
    flex: auto;
    min-height: 500px; }

/*------------------------------------*\
   Inner Post/Blog Pages
\*------------------------------------*/
.main-content-single aside {
  order: 2;
  margin-left: 20px;
  margin-right: 0; }
  .main-content-single aside h3 {
    background: #92b7d4;
    color: #fff;
    padding: 10px;
    margin-top: 0; }
  .main-content-single aside .widget_recent_entries, .main-content-single aside .widget_categories {
    background: #eee; }
  .main-content-single aside ul {
    margin: 0;
    list-style: none; }
    .main-content-single aside ul li {
      margin-bottom: 0px;
      border-bottom: 1px solid #fff;
      border-top: 1px solid #dadada; }
      .main-content-single aside ul li a {
        padding: 20px;
        display: block;
        text-decoration: none;
        color: #000000; }
    .main-content-single aside ul li:hover {
      background: #f3f3f3; }
    .main-content-single aside ul li:first-child {
      border-top: none; }
    .main-content-single aside ul li:last-child {
      border-bottom: none; }
    .main-content-single aside ul li.current-menu-item a {
      background: #8b9717;
      color: #fff;
      font-weight: normal;
      text-decoration: underline; }
  .main-content-single aside .widget_pages {
    display: none; }
.main-content-single article {
  order: 1;
  flex: auto; }
  .main-content-single article .content {
    padding: 20px;
    padding-bottom: 0; }
  .main-content-single article .content:nth-child(even) {
    background: #f9f9f9;
    border: 1px solid #efefef; }

/*------------------------------------*\
   Custom Styles
\*------------------------------------*/
.wp-caption-text {
  font-size: 14px !important; }

.flex-contain {
  display: flex; }

.hide-list {
  display: none !important; }

.show-list {
  display: block !important; }

/*------------------------------------*\
   Footer
\*------------------------------------*/
.copyright {
  font-size: .9em;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  color: #403C4E; }

.phone a {
  color: #000; }

/*------------------------------------*\
   MOCKUP Styles
\*------------------------------------*/
/*------------------------------------*\
   Variable
\*------------------------------------*/
.mockup-body {
  background: #fff; }
  .mockup-body header {
    position: relative;
    padding-bottom: 20px; }

.container {
  width: 1600px;
  max-width: 100%;
  margin: auto; }

.container-full {
  width: 100%;
  max-width: 100%; }

.section-bg-image {
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap; }
  .section-bg-image img:hover {
    opacity: .7; }

/*------------------------------------*\
   Templates
\*------------------------------------*/
.mockup-body header h1 {
  padding: 1vw 0; }

.button a {
  background: #000;
  display: inline-block;
  padding: 20px 40px;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  transition: .3s all; }

.button.orange a {
  background: #fd7038; }
.button.orange a:hover {
  background: #fc4c06; }

.button.green a {
  background: #5eb8b6; }
.button.green a:hover {
  background: #459e9c; }

.button.inverted a {
  background: none;
  border: 2px solid #fff; }
.button.inverted a:hover {
  background: #000;
  color: #fff; }

/*------------------------------------*\
   Template 1 General Communication Template
\*------------------------------------*/
/*------------------------------------*\
   Section 1
\*------------------------------------*/
.section-1 {
  background: url("images/general-communication-template/bg-section-1.jpg") no-repeat;
  width: 100%;
  position: relative;
  background-position: center;
  padding-bottom: 37%;
  background-size: cover; }
  .section-1 .contain {
    padding: 20px;
    width: 600px;
    width: 33%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .section-1 .contain h1 {
      font-size: 48px;
      font-weight: 600;
      margin-bottom: 50px;
      margin-bottom: 5%;
      font-size: 2.5vw; }
    .section-1 .contain h3 {
      font-size: 34px;
      font-weight: normal;
      margin-bottom: 50px;
      margin-bottom: 5%;
      font-size: 1.8vw; }
    .section-1 .contain p {
      font-size: 1vw;
      margin-bottom: 3%; }
    .section-1 .contain ul {
      font-size: 1vw;
      margin-bottom: 5%;
      margin-left: 7%; }

/*------------------------------------*\
   Section 2
\*------------------------------------*/
.section-2 {
  background: url("images/general-communication-template/bg-section-2.jpg") no-repeat;
  width: 100%;
  position: relative;
  background-position: center;
  padding-bottom: 38%;
  background-size: cover; }
  .section-2 .contain {
    padding: 20px;
    width: 700px;
    width: 40%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .section-2 .contain h1 {
      font-size: 48px;
      font-weight: 600;
      margin-bottom: 50px;
      margin-bottom: 5%;
      font-size: 2.5vw; }
    .section-2 .contain h3 {
      font-size: 34px;
      font-weight: normal;
      margin-bottom: 50px;
      margin-bottom: 5%;
      font-size: 1.8vw; }
    .section-2 .contain p {
      font-size: 1vw;
      margin-bottom: 3%; }
    .section-2 .contain ul {
      font-size: 1vw;
      margin-bottom: 5%;
      margin-left: 7%; }
  .section-2 .contain-right {
    right: 5%; }

/*------------------------------------*\
   Section 3
\*------------------------------------*/
.section-3 {
  background: url("images/general-communication-template/bg-section-3.jpg") no-repeat;
  width: 100%;
  position: relative;
  background-position: right;
  padding-bottom: 36%;
  background-size: cover; }
  .section-3 .contain {
    padding: 20px;
    width: 30%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center; }
    .section-3 .contain h1 {
      font-size: 40px;
      font-weight: 600;
      margin-bottom: 50px;
      margin-bottom: 5%;
      color: #fff;
      font-size: 2.5vw; }
      .section-3 .contain h1 a {
        color: #fd7038;
        text-decoration: none; }
    .section-3 .contain h2 {
      font-size: 48px;
      font-weight: normal;
      margin-bottom: 50px;
      margin-bottom: 5%;
      color: #fff;
      font-size: 2vw; }
  .section-3 form {
    text-align: left;
    width: 500px;
    max-width: 100%;
    margin: auto; }
    .section-3 form .wpcf7-form-control-wrap {
      margin-bottom: 0 !important; }
    .section-3 form input {
      padding: 15px;
      padding: 3%;
      box-sizing: border-box;
      text-align: left;
      background: #fff !important;
      border: none !important;
      color: #666 !important;
      font-family: 'Libre Franklin', sans-serif;
      margin-bottom: 10px;
      width: 100%;
      font-size: 1em;
      font-size: 1vw; }
    .section-3 form textarea {
      padding: 15px;
      padding: 3%;
      box-sizing: border-box;
      text-align: left;
      background: #fff;
      border: none;
      color: #666;
      font-family: 'Libre Franklin', sans-serif;
      width: 100%;
      font-size: 1em;
      font-size: 1vw;
      margin-bottom: 10px;
      height: 8vw; }
    .section-3 form .button, .section-3 form .wpcf7-submit {
      background: #5eb8b6 !important;
      padding: 10px 30px;
      color: #fff !important;
      border: none;
      font-family: 'Libre Franklin', sans-serif;
      font-size: 1.2em;
      font-size: 1vw;
      cursor: pointer;
      display: inline-block; }
    .section-3 form .button:hover, .section-3 form .wpcf7-submit:hover {
      background: #459e9c; }
    .section-3 form div.wpcf7-response-output {
      color: #899616; }
    .section-3 form div.wpcf7 .ajax-loader {
      display: block !important; }
    .section-3 form label {
      margin-top: 0;
      margin-bottom: 0; }

/*------------------------------------*\
   Section 4
\*------------------------------------*/
.section-4 {
  background: url("images/general-communication-template/bg-section-4.jpg") no-repeat;
  width: 100%;
  position: relative;
  background-position: center;
  padding-bottom: 37%;
  background-size: cover; }
  .section-4 .contain {
    padding: 20px;
    width: 40%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .section-4 .contain h1 {
      font-size: 48px;
      font-weight: 600;
      margin-bottom: 50px;
      margin-bottom: 5%;
      font-size: 2.5vw; }
    .section-4 .contain h3 {
      font-size: 34px;
      font-weight: normal;
      margin-bottom: 50px;
      margin-bottom: 5%;
      font-size: 1.8vw; }
    .section-4 .contain p {
      font-size: 1vw;
      margin-bottom: 3%; }
    .section-4 .contain ul {
      font-size: 1vw;
      margin-bottom: 5%;
      margin-left: 7%; }
      .section-4 .contain ul li {
        margin-bottom: 3%; }
  .section-4 .contain-right {
    right: 5%; }

/*------------------------------------------*\
   Mockup 13 - Makeup Artist
\*------------------------------------------*/
.mockup-13 .section-1 {
  background-image: url("images/pinnaclecustomwinecellars/Irvine DSC_5150.jpg");
  border-top: 1px solid #f1f1f1; }
  .mockup-13 .section-1 .contain h1, .mockup-13 .section-1 .contain h2, .mockup-13 .section-1 .contain h3 {
    color: #fff; }
.mockup-13 .section-2 {
  background-image: url("images/pinnaclecustomwinecellars/Norwood Terrace DSC_2642.jpg"); }
  .mockup-13 .section-2 .contain h1, .mockup-13 .section-2 .contain h2, .mockup-13 .section-2 .contain h3 {
    color: #fff; }
.mockup-13 .section-3 {
  background-image: url("images/pinnaclecustomwinecellars/Shady Canyon Black Chrome 20170315_115452.jpg"); }
  .mockup-13 .section-3 .contain h1 a {
    color: #ae9a54; }
  .mockup-13 .section-3 .contain .button, .mockup-13 .section-3 .contain .wpcf7-submit {
    background: #ae9a54 !important; }
  .mockup-13 .section-3 .contain .button:hover, .mockup-13 .section-3 .contain .wpcf7-submit:hover {
    background: #695d33 !important; }
.mockup-13 .section-4 {
  background-image: url("images/pinnaclecustomwinecellars/Solomon Roth 01.jpg"); }
  .mockup-13 .section-4 .contain h1, .mockup-13 .section-4 .contain h2, .mockup-13 .section-4 .contain h3, .mockup-13 .section-4 .contain p {
    color: #fff; }

/*------------------------------------*\
   Footer
\*------------------------------------*/
footer {
  padding: 20px; }
  footer .flex-footer {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    footer .flex-footer h1 {
      font-weight: normal;
      font-size: 1.6vw; }
  footer .footer-info {
    text-align: right; }
    footer .footer-info span {
      display: block; }
    footer .footer-info br {
      display: none; }

/*------------------------------------*\
   Custom Style
\*------------------------------------*/
h1, h2, h3 {
  margin-bottom: 15px; }

label {
  margin-top: 7px;
  margin-bottom: 10px;
  display: block;
  font-size: 1em; }

input {
  padding: 10px;
  box-sizing: border-box;
  text-align: left;
  background: #fff;
  border: 1px solid #666;
  color: #666;
  font-family: 'Libre Franklin', sans-serif;
  margin-bottom: 10px;
  width: 100%;
  font-size: 1em; }

textarea {
  padding: 10px;
  box-sizing: border-box;
  text-align: left;
  background: #fff;
  border: 1px solid #666;
  color: #666;
  font-family: 'Libre Franklin', sans-serif;
  width: 100%;
  font-size: 1em;
  margin-bottom: 10px;
  height: 150px; }

.small {
  font-size: .7em; }

.align-right {
  text-align: right; }

/*------------------------------------*\
   Form
\*------------------------------------*/
.form .step-2, .form .step-3 {
  display: none; }
.form br {
  display: none; }
.form input, .form textarea {
  background: #d8d8d8;
  border: 1px solid #e4e4e4;
  color: #000;
  margin-bottom: 0; }
.form textarea {
  margin-bottom: -5px; }
.form input[type=file] {
  background: #d8d8d8;
  color: #000; }
.form .wpcf7-form-control-wrap {
  margin-top: 0px;
  display: block;
  margin-bottom: 30px; }
.form p {
  color: #4281A4;
  font-weight: bold; }
.form .radio-template .wpcf7-radio {
  display: flex;
  flex-wrap: wrap; }
.form .radio-template span.wpcf7-list-item {
  display: block;
  color: #403c4e;
  margin: 0 5px; }
.form .radio-template span.wpcf7-list-item-label {
  text-align: center; }
.form .radio-template input {
  width: 100%; }
.form .wpcf7-submit {
  background: #4281A4;
  font-size: 1.2em;
  display: block;
  width: auto;
  padding: 10px 30px;
  color: #fff;
  margin-bottom: 0; }
.form .next {
  text-align: center; }
  .form .next a {
    background: #4281A4;
    color: #fff;
    padding: 10px 30px;
    display: inline-block; }
.form .step-1 small {
  margin-top: 0px;
  margin-bottom: 0px;
  display: block;
  background: #eaf8ff;
  padding: 10px;
  color: #403c4e; }
.form .step-2 small {
  margin-top: -10px;
  margin-bottom: 20px;
  display: block; }
.form button {
  background: #fff;
  font-size: 1.2em;
  display: inline-block;
  width: auto;
  padding: 10px 30px;
  color: #4281A4;
  box-sizing: border-box;
  border: none;
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #4281A4; }
.form p.display-flex {
  display: flex;
  overflow: hidden;
  align-items: center; }
.form .counter {
  color: #000;
  font-size: 12px; }
.form .counter span {
  color: #dd0000; }
.form .add-margin-top {
  margin-top: 30px; }
.form .your-domain, .form .your-domain-registrar, .form .your-domain-username, .form .your-domain-password {
  margin-bottom: 5px !important; }

/*------------------------------------*\
   Template Homepage
\*------------------------------------*/
.homepage .logo {
  margin-bottom: 0; }
  .homepage .logo h1 {
    margin-bottom: 0 !important; }
  .homepage .logo img {
    max-width: 100%; }

.homepage .logo-footer img {
  width: 200px; }

.homepage header {
  padding: 20px 20px 10px; }

.remove-bottom-margin {
  padding-bottom: 0 !important; }

.mockup-body .homepage .section-1 .contain {
  width: 33%; }
  .mockup-body .homepage .section-1 .contain h1 {
    margin-bottom: 5%;
    font-size: 2.2vw; }
  .mockup-body .homepage .section-1 .contain h3 {
    margin-bottom: 5%;
    font-size: 1.3vw; }
  .mockup-body .homepage .section-1 .contain .button a {
    background: #a17954;
    font-size: 1.2vw;
    padding: 3% 12%; }
  .mockup-body .homepage .section-1 .contain .button a:hover {
    background: #7f6043; }
  .mockup-body .homepage .section-1 .contain p {
    color: #fff; }
.mockup-body .homepage .section-2 .contain h3 {
  font-size: 1.2vw; }
.mockup-body .homepage .section-2 .contain .button a {
  background: #333;
  font-size: 1.2vw;
  padding: 3% 6%; }
.mockup-body .homepage .section-2 .contain .button a:hover {
  background: #1a1a1a; }
.mockup-body .homepage .section-2 .contain p {
  color: #fff; }
.mockup-body .homepage .section-2 .contain ul {
  color: #fff; }
.mockup-body .homepage .section-4 .contain h1 {
  font-size: 2.6vw; }
.mockup-body .homepage .section-4 .contain p {
  font-size: 1vw;
  margin-bottom: 5%;
  color: #fff; }
.mockup-body .homepage .section-4 .contain a {
  color: #6e1511; }
.mockup-body .homepage .section-4 .contain .button a {
  background: #7d400d;
  font-size: 1.2vw;
  padding: 3% 6%; }
.mockup-body .homepage .section-4 .contain .button a:hover {
  background: #4f2808; }

/*------------------------------------*\
   Responsive Styles
\*------------------------------------*/
/*------------------------------------*\
   1600px
\*------------------------------------*/
@media screen and (max-width: 1600px) {
  .mockup-body .container {
    width: 1400px; }

  header .logo {
    width: 50%; } }
/*------------------------------------*\
   1400px
\*------------------------------------*/
/*------------------------------------*\
   1280px
\*------------------------------------*/
@media screen and (max-width: 1280px) {
  /*------------------------------------*\
     Header Pages
  \*------------------------------------*/
  .pages-body header .flex-header, .mockup-body header .flex-header {
    flex-wrap: wrap; }
  .pages-body header .logo, .mockup-body header .logo {
    width: 70%; }
  .pages-body header .phone, .mockup-body header .phone {
    width: 30%; }
  .pages-body header .top-menu, .mockup-body header .top-menu {
    width: 100%;
    order: 2;
    padding: 0 0 20px; }
  .pages-body header .phone a, .mockup-body header .phone a {
    font-size: 2.5vw; }
  .pages-body header .comodo, .mockup-body header .comodo {
    right: 0; }

  .top-menu ul {
    margin-left: 0;
    text-align: center;
    justify-content: center; }
    .top-menu ul li {
      display: inline-block; } }
/*------------------------------------*\
   1024px
\*------------------------------------*/
@media screen and (max-width: 1024px) {
  .mockup-body .homepage header h1 {
    font-size: 3.5vw; }
  .mockup-body .homepage header .phone a {
    font-size: 2.5vw; }
  .mockup-body .homepage header .logo {
    width: 55%; }
  .mockup-body .homepage header .phone {
    width: 45%; }
  .mockup-body .homepage .section-1 .contain {
    width: 48%; }
    .mockup-body .homepage .section-1 .contain h1 {
      font-size: 2.4vw;
      margin-bottom: 3%; }
    .mockup-body .homepage .section-1 .contain h3 {
      font-size: 1.8vw;
      margin-bottom: 3%; }
    .mockup-body .homepage .section-1 .contain p, .mockup-body .homepage .section-1 .contain ul {
      font-size: 1.5vw; }
    .mockup-body .homepage .section-1 .contain .button a {
      font-size: 1.5vw; }
  .mockup-body .homepage .section-2 .contain h1 {
    font-size: 2.4vw;
    margin-bottom: 3%; }
  .mockup-body .homepage .section-2 .contain h3 {
    font-size: 1.5vw; }
  .mockup-body .homepage .section-2 .contain p, .mockup-body .homepage .section-2 .contain ul {
    font-size: 1.2vw; }
  .mockup-body .homepage .section-2 .contain .button a {
    font-size: 1.5vw; }
  .mockup-body .homepage .section-3 {
    padding-bottom: 45%; }
    .mockup-body .homepage .section-3 .contain {
      left: 5%; }
  .mockup-body .homepage .section-4 {
    padding-bottom: 55%;
    background-position: left; }
    .mockup-body .homepage .section-4 .contain {
      width: 45%; }
      .mockup-body .homepage .section-4 .contain p {
        font-size: 1.5vw; }
      .mockup-body .homepage .section-4 .contain .button a {
        font-size: 1.5vw; }
    .mockup-body .homepage .section-4 .contain-right {
      right: 1%; } }
/*------------------------------------*\
   768px 
\*------------------------------------*/
@media screen and (max-width: 768px) {
  .mockup-body .homepage {
    /*------------------------------------*\
       Section 1
    \*------------------------------------*/
    /*------------------------------------*\
       Section 2
    \*------------------------------------*/
    /*------------------------------------*\
       Section 3
    \*------------------------------------*/
    /*------------------------------------*\
       Section 4
    \*------------------------------------*/ }
    .mockup-body .homepage header .flex-header {
      flex-direction: column; }
    .mockup-body .homepage header .logo h1 {
      text-align: center;
      font-size: 5vw; }
    .mockup-body .homepage header .phone {
      width: 100%; }
      .mockup-body .homepage header .phone a {
        font-size: 3.5vw; }
    .mockup-body .homepage section .container {
      width: 100%; }
    .mockup-body .homepage section .contain ul, .mockup-body .homepage section .contain p {
      font-size: 1.5vw !important; }
    .mockup-body .homepage .section-1 {
      padding-bottom: 0;
      height: 350px; }
      .mockup-body .homepage .section-1 .contain {
        width: 55%;
        top: 45%; }
        .mockup-body .homepage .section-1 .contain h1 {
          font-size: 3.2vw; }
        .mockup-body .homepage .section-1 .contain h3 {
          font-size: 2.4vw;
          margin-top: 10%; }
        .mockup-body .homepage .section-1 .contain p {
          font-size: 2vw !important; }
        .mockup-body .homepage .section-1 .contain .button {
          text-align: left; }
          .mockup-body .homepage .section-1 .contain .button a {
            font-size: 2vw;
            width: 15%;
            text-align: center; }
    .mockup-body .homepage .section-2 {
      padding-bottom: 0;
      background-position: 0;
      height: 350px; }
      .mockup-body .homepage .section-2 .contain {
        width: 55%;
        top: 50%;
        right: 2%; }
        .mockup-body .homepage .section-2 .contain h1 {
          font-size: 3.2vw; }
        .mockup-body .homepage .section-2 .contain h3 {
          font-size: 2.4vw;
          margin-top: 10%; }
        .mockup-body .homepage .section-2 .contain ul, .mockup-body .homepage .section-2 .contain p {
          font-size: 2vw !important; }
        .mockup-body .homepage .section-2 .contain .button {
          text-align: left; }
          .mockup-body .homepage .section-2 .contain .button a {
            font-size: 2vw;
            width: 85%;
            text-align: center; }
    .mockup-body .homepage .section-3 {
      padding-bottom: 70%;
      background-position: center; }
      .mockup-body .homepage .section-3 .contain {
        width: 100%;
        left: 0; }
        .mockup-body .homepage .section-3 .contain h1 {
          font-size: 5vw; }
        .mockup-body .homepage .section-3 .contain h2 {
          font-size: 4vw; }
        .mockup-body .homepage .section-3 .contain h3 {
          font-size: 3vw; }
        .mockup-body .homepage .section-3 .contain ul, .mockup-body .homepage .section-3 .contain p {
          font-size: 2.8vw; }
      .mockup-body .homepage .section-3 form input, .mockup-body .homepage .section-3 form textarea {
        font-size: 3vw;
        padding: 2%; }
      .mockup-body .homepage .section-3 form textarea {
        min-height: 70px; }
      .mockup-body .homepage .section-3 form .wpcf7-submit {
        font-size: 3vw;
        padding: 2% 5%; }
    .mockup-body .homepage .section-4 {
      padding-bottom: 0;
      background-position: right;
      background: #302010; }
      .mockup-body .homepage .section-4 .contain {
        width: 100%;
        top: 0%;
        position: relative;
        transform: none;
        padding: 5%; }
        .mockup-body .homepage .section-4 .contain h1 {
          font-size: 3.2vw; }
        .mockup-body .homepage .section-4 .contain h3 {
          font-size: 2.4vw;
          margin-top: 10%; }
        .mockup-body .homepage .section-4 .contain ul, .mockup-body .homepage .section-4 .contain p {
          font-size: 3vw !important; }
        .mockup-body .homepage .section-4 .contain .button {
          text-align: left; }
          .mockup-body .homepage .section-4 .contain .button a {
            font-size: 2vw;
            width: 85%;
            text-align: center; }
    .mockup-body .homepage .show-section-4-bg-480 {
      display: block; } }
/*------------------------------------*\
   480px 
\*------------------------------------*/
@media screen and (max-width: 480px) {
  .mockup-body .homepage {
    /*------------------------------------*\
       Section 1
    \*------------------------------------*/
    /*------------------------------------*\
       Section 2
    \*------------------------------------*/
    /*------------------------------------*\
       Section 3
    \*------------------------------------*/
    /*------------------------------------*\
       Section 4
    \*------------------------------------*/ }
    .mockup-body .homepage header .logo {
      width: 100%; }
    .mockup-body .homepage header .logo h1 {
      font-size: 8vw; }
    .mockup-body .homepage header .phone a {
      font-size: 5vw; }
    .mockup-body .homepage section .contain {
      width: 100% !important;
      padding: 6% !important;
      right: 0 !important;
      height: 100%;
      overflow: hidden;
      background-color: rgba(0, 0, 0, 0.2); }
      .mockup-body .homepage section .contain h1 {
        font-size: 8vw !important; }
      .mockup-body .homepage section .contain h2 {
        font-size: 6.5vw !important; }
      .mockup-body .homepage section .contain h3 {
        font-size: 5vw !important; }
      .mockup-body .homepage section .contain ul, .mockup-body .homepage section .contain p {
        font-size: 2.8vw !important; }
      .mockup-body .homepage section .contain .button a {
        font-size: 2.8vw !important; }
    .mockup-body .homepage .section-1-480 {
      padding-bottom: 0;
      background: #37230a;
      height: auto; }
      .mockup-body .homepage .section-1-480 .contain {
        top: 0;
        transform: none;
        position: relative; }
        .mockup-body .homepage .section-1-480 .contain h1 {
          width: 100%; }
        .mockup-body .homepage .section-1-480 .contain h3 {
          margin-top: 5%; }
        .mockup-body .homepage .section-1-480 .contain p {
          font-size: 3vw !important; }
        .mockup-body .homepage .section-1-480 .contain .button {
          position: relative;
          top: 75%; }
    .mockup-body .homepage .section-2-480 {
      padding-bottom: 0;
      background: #3e1300;
      height: auto; }
      .mockup-body .homepage .section-2-480 .contain {
        top: 0;
        transform: none;
        position: relative; }
        .mockup-body .homepage .section-2-480 .contain h1 {
          width: 100%; }
        .mockup-body .homepage .section-2-480 .contain h3 {
          margin-top: 5%; }
        .mockup-body .homepage .section-2-480 .contain ul, .mockup-body .homepage .section-2-480 .contain p {
          font-size: 4vw !important; }
    .mockup-body .homepage .show-section-1-bg-480, .mockup-body .homepage .show-section-2-bg-480 {
      display: block; }
    .mockup-body .homepage .section-3-480 {
      padding-bottom: 105%; }
      .mockup-body .homepage .section-3-480 form input, .mockup-body .homepage .section-3-480 form textarea {
        font-size: 3vw;
        padding: 2%; }
      .mockup-body .homepage .section-3-480 form textarea {
        min-height: 70px; }
      .mockup-body .homepage .section-3-480 form .wpcf7-submit {
        font-size: 3vw;
        padding: 2% 5%; }
    .mockup-body .homepage .section-4-480 {
      background: #9a805f; }
      .mockup-body .homepage .section-4-480 .contain {
        top: 50%; }
        .mockup-body .homepage .section-4-480 .contain h1 {
          width: 100%; }
        .mockup-body .homepage .section-4-480 .contain h3 {
          margin-top: 5%; }
        .mockup-body .homepage .section-4-480 .contain ul, .mockup-body .homepage .section-4-480 .contain p {
          font-size: 4vw !important; } }
/*------------------------------------*\
   375px 
\*------------------------------------*/
@media screen and (max-width: 375px) {
  .mockup-body .homepage section .contain h1 {
    font-size: 22px !important; }
  .mockup-body .homepage section .contain h2 {
    font-size: 18px !important; }
  .mockup-body .homepage section .contain h3 {
    font-size: 16px !important; }
  .mockup-body .homepage section .contain ul, .mockup-body .homepage section .contain p {
    font-size: 14px !important; }
  .mockup-body .homepage section .contain .button a {
    font-size: 14px !important; }
  .mockup-body .homepage .section-4 .contain ul, .mockup-body .homepage .section-4 .contain p {
    font-size: 14px !important; } }
@media screen and (max-width: 1024px) {
  .pages-body header h1, .mockup-body header h1 {
    font-size: 3.5vw; }
  .pages-body header .logo, .mockup-body header .logo {
    width: 55%; }
  .pages-body header .phone, .mockup-body header .phone {
    width: 45%; }

  footer .flex-footer {
    flex-direction: column; }
    footer .flex-footer h1 {
      font-size: 3vw;
      text-align: center; }
  footer .footer-info {
    text-align: center; }

  .copyright {
    margin-top: 0%;
    margin-bottom: 1%; } }
/*------------------------------------*\
   768px
\*------------------------------------*/
@media screen and (max-width: 768px) {
  .flex-contain {
    flex-direction: column; }

  /*------------------------------------*\
     Header Pages
  \*------------------------------------*/
  .pages-body header, .mockup-body header {
    padding: 20px 0 0px; }
    .pages-body header .logo h1, .mockup-body header .logo h1 {
      text-align: center;
      font-size: 5vw; }
    .pages-body header .flex-header, .mockup-body header .flex-header {
      flex-direction: column; }
    .pages-body header .top-menu, .mockup-body header .top-menu {
      padding: 0px 0 20px;
      display: none;
      background: #efefef; }
      .pages-body header .top-menu ul, .mockup-body header .top-menu ul {
        flex-direction: column; }
        .pages-body header .top-menu ul li, .mockup-body header .top-menu ul li {
          width: 100%;
          border-bottom: 1px solid #e4e4e4; }
        .pages-body header .top-menu ul li.menu-item-has-children:after, .mockup-body header .top-menu ul li.menu-item-has-children:after {
          display: none; }
        .pages-body header .top-menu ul ul, .mockup-body header .top-menu ul ul {
          display: block;
          position: relative;
          background: #e2e2e2; }
    .pages-body header .phone, .mockup-body header .phone {
      width: 100%;
      background: #403c4e;
      padding: 10px;
      display: none; }
      .pages-body header .phone a, .mockup-body header .phone a {
        font-size: 3.5vw;
        color: #fff; }
    .pages-body header .phone-768, .mockup-body header .phone-768 {
      display: block; }
    .pages-body header .flex-phone, .mockup-body header .flex-phone {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
      .pages-body header .flex-phone div, .mockup-body header .flex-phone div {
        flex-basis: 100%;
        position: relative;
        left: 0%;
        display: flex;
        justify-content: center;
        align-items: center; }
      .pages-body header .flex-phone span.responsive-menu, .mockup-body header .flex-phone span.responsive-menu {
        flex-basis: 69px;
        cursor: pointer; }

  /*------------------------------------*\
     Main Content Pages
  \*------------------------------------*/
  .main-content aside {
    margin-left: 0;
    margin-right: 0;
    order: 2;
    width: 100%; }
  .main-content article {
    order: 1; }

  /*------------------------------------*\
     Footer
  \*------------------------------------*/
  footer h1 {
    margin-bottom: 10px; }

  footer .flex-footer h1 {
    font-size: 5vw;
    margin-bottom: 10px; }

  .copyright {
    margin-bottom: 10px; } }
/*------------------------------------*\
   480px 
\*------------------------------------*/
@media screen and (max-width: 480px) {
  /*------------------------------------*\
     Header Pages
  \*------------------------------------*/
  .pages-body header .logo, .mockup-body header .logo {
    width: 100%; }
    .pages-body header .logo h1, .mockup-body header .logo h1 {
      font-size: 8vw; }
  .pages-body header .phone a, .mockup-body header .phone a {
    font-size: 5vw; }

  /*------------------------------------*\
     Main Content Pages
  \*------------------------------------*/
  /*------------------------------------*\
     Default
  \*------------------------------------*/
  .main-content .alignleft, .main-content .alignright, .main-content .aligncenter, .main-content img,
  .main-content .wp-caption {
    display: block;
    margin: 10px auto !important;
    float: none;
    max-width: 100%; }

  section.page-title {
    padding: 20px 0; }
    section.page-title h1 {
      font-size: 2em;
      padding: 0 20px; } }


      
      /* opt out  */
.container-1400 {
  width: 1400px;
  margin-top: 2em;
}

.form-opt-out .wpcf7-form-control-wrap {
  margin-bottom: 0;
}

.form-opt-out .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
}
.form-opt-out input[type=text],
.form-opt-out input[type=email],
.form-opt-out input[type=tel] {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 1em;
  background: #f5f5f5;
  color: #303030;
}
.form-opt-out input[type=text]::-moz-placeholder, .form-opt-out input[type=email]::-moz-placeholder, .form-opt-out input[type=tel]::-moz-placeholder {
  opacity: 1;
  color: #666;
}
.form-opt-out input[type=text]::placeholder,
.form-opt-out input[type=email]::placeholder,
.form-opt-out input[type=tel]::placeholder {
  opacity: 1;
  color: #666;
}
.form-opt-out p small {
  font-size: 80%;
}
.form-opt-out input[type=checkbox] {
  width: auto;
}
.form-opt-out input[type=submit],
.form-opt-out button {
  margin-top: 1em;
  padding: 1em;
  background: #3a4348;
  color: #fff;
  padding: 1em 5em;
  border: none;
  width: auto;
  cursor: pointer;
}
.form-opt-out input[type=submit]:hover,
.form-opt-out button:hover {
  transition: .3s all;
  background: #1e2224;
}
.form-opt-out .wpcf7 .wpcf7-not-valid-tip,
.form-opt-out .wpcf7 .wpcf7-validation-errors {
  color: #cc0000;
}

/*# sourceMappingURL=style.css.map */
