/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

@font-face {
    font-family: GillSans;
    src: url("GillSans.ttc") format("opentype");
}

body{
    font-family: "GillSans";
}

.primary_color{
    color: #4128AA;
}

html,
body,
body.page,
.wf-container > * {
    font-family: "GillSans";
    line-height: inherit;
}

.main-nav > li > a .menu-text {
    font:  "GillSans", Helvetica, Arial, Verdana, sans-serif;
}

.current_page_item  > a .menu-text  {
    font-weight: 900 !important;
}

.main-nav > li > a .menu-text {
  font-size: 16px;
}

.main-nav > li:not(.wpml-ls-item) > a:hover .menu-text, 
.current_page_item > li:not(.wpml-ls-item) > a .menu-text {
  font-weight: bold;
}

.main-nav .sub-nav > li:not(.wpml-ls-item) > a .menu-text {
  color:#4128AA;
  font-weight: bold;
}


.text-small,
.dt-accordion-text-small .wpb_accordion_header > a{
  font-size: 14px;

  text-transform: uppercase;
}

.top-header .sub-nav.hover-style-bg > li:not(.dt-mega-parent).act > a{
  background-color:inherit;
}

/* .depth-2, .sub-sideways .main-nav .sub-nav.level-arrows-on>li.has-children>a:after, .top-header .main-nav .sub-nav.level-arrows-on>li.has-children>a:after{
  display: none !important;
}
 */
 
.sub-nav li:nth-child(odd){
  background-color: #FCE5C8;
}
.sub-nav li:nth-child(even){
  background-color: #D3D3EA;
}

.sub-nav li:nth-child(odd) .sub-nav li:nth-child(odd){
  background-color: #D3D3EA;
}
.sub-nav li:nth-child(odd) .sub-nav li:nth-child(even){
  background-color: #FCE5C8;
}

.sub-nav li:nth-child(even) .sub-nav li:nth-child(even){
  background-color: #D3D3EA;
}
.sub-nav li:nth-child(even) .sub-nav li:nth-child(odd){
  background-color: #FCE5C8;
}

.sub-nav .sub-nav a:before{
  content: '-';
  display: inline-block;
  margin-right: 4px;
  position:absolute;
  top:6px
}
.sub-nav .sub-nav a span{
  padding-left: 6px;
}


.main-nav ul ul {
  display: block;
  position: relative;
  opacity: 1 !important;
  top: 3em;
  left: 0px !important;
  z-index: 99999;
  width: 250px;
  visibility: visible!important;
   
}
.sub-nav {
  padding: 0;
  box-shadow: 0 0 4px rgb(0 0 0 / 0%);
}
.main-nav .sub-nav > li > a, .sub-downwards .sub-nav.sub-nav-widgets > li {
  margin: 0px;
}
.masthead:not(.sub-downwards) .sub-nav .sub-nav {
  left: 0px !important;
}

.main-nav li {
  position: relative;
}


li.depth-1 > a{
  margin: 0px !important;
}

.vertical{
    writing-mode:tb-rl;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform:rotate(180deg);
    transform: rotate(180deg);

    display:inline-block;
    background-color:black;color:#ffffff;
    position:fixed;
    right:0px;
    top:45%;
    z-index: 99;
    padding: 0px;
    font-weight:300;
    font-size:14px;
    cursor: pointer;
}
.vertical span{
    display: inline-block;
    vertical-align: middle;
}

.vertical a{
  text-transform: none;
  color: #fff;
}

.content table,
.content td,
.content th {
  border-color: transparent;
}


.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="date"]{
    border-radius: 2em;
    height: 35px;
    margin-bottom: 25px !important;
    display: block;
}
textarea{
  border-radius: 4px;
  max-height: 100px;
}

.wpcf7-form input[id="appointment_date"]{
  max-width: 250px;
}

/* Hide the browser's default checkbox */
.wpcf7-form input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 20;
    width: 20;
  
  }

  .contact-sub{
    color:#4128aa;
    margin-bottom: 35px;
  }

  .contact-submit{
    text-align:center;margin-bottom:200px;
  }
  .contact-submit input[type=submit]{
    text-transform: uppercase;
    padding: 10px 80px !important;
    border-radius: 2em !important;
    font-size: 16px !important;
    font-family: 'GillSans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background:transparent linear-gradient(340deg, #9080FF 0%, #5F46FF 100%);
  }

  .contact-submit input[type=submit]:hover{
    background:transparent linear-gradient(340deg, #9080FF 1000%, #5F46FF 0%) !important;
  }
  
  .cc {
    display:block;
    position: relative;
    padding-left: 43px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 23px !important;
  }

  .cc span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0;
  }

  /* Create a custom checkbox */
  .cck{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 32px;
    width: 32px;
    background-color: #fff;
    display: inline-block;
    border-radius: 4px;
  }
  
  /* On mouse-over, add a grey background color */
  .cc:hover input ~ .cck {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .cck.active {
    background-color: #2196F3;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  /* .cck:after {
    content: "";
    position: absolute;
    display: none;
  } */
  
  /* Show the checkmark when checked */
  .cc input:checked ~ .cck:after {
    display: block;
  }
  
  .cck:after{
    content: " ";
    position: absolute;
    display: block;
    left: 11px;
    top: 9px;
    width: 10px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); 
  }

  #appointment_date{
    background-image: url('images/datepicker.png');
    background-position: right center;
    background-repeat: no-repeat;
  }

  #page
  {
    /* background-color: transparent; */
  }

  .content td{
    padding: 0px;
  }

@media screen and (max-width: 479px) {
    .vertical{
        top:18%;
    }

    .mobile-branding{
      padding-top: 20px;
    }

    .mobile-branding img{
      filter: brightness(0) invert(1);
    }

    .mobile-main-nav .sub-nav{
      margin-left: 4px;
    }
    .sub-nav li,
    .sub-nav li  .sub-nav li,
    .sub-nav li:nth-child(odd),
    .sub-nav li:nth-child(even){
      background-color: #ffffff;
    }
    
    .sub-nav li:nth-child(odd) .sub-nav li:nth-child(odd){
      background-color: #ffffff;
    }
    .sub-nav li:nth-child(odd) .sub-nav li:nth-child(even){
      background-color: #ffffff;
    }
    
    .sub-nav li:nth-child(even) .sub-nav li:nth-child(even){
      background-color: #ffffff;
    }
    .sub-nav li:nth-child(even) .sub-nav li:nth-child(odd){
      background-color: #ffffff;
    }
}
