/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

@font-face {
  font-family: Gotham;
  font-weight: 400;
  src: url(fonts/Gotham-Book.eot?#iefix) format("embedded-opentype"),
    url(fonts/Gotham-Book.woff) format("woff"),
    url(fonts/GothamBook.ttf) format("truetype"),
    url(fonts/Gotham-Book.svg#svgFontName) format("svg");
}

@font-face {
  font-family: Gotham;
  font-weight: 100;
  src: url(fonts/Gotham-Light.woff) format("woff"),
    url(fonts/Gotham-Light.ttf) format("truetype"),
    url(fonts/Gotham-Light.svg#svgFontName) format("svg");
}

@font-face {
  font-family: Gotham;
  font-weight: 700;
  src: url(fonts/Gotham-Bold.eot?#iefix) format("embedded-opentype"),
    url(fonts/Gotham-Bold.woff) format("woff"),
    url(fonts/Gotham-Bold.ttf) format("truetype"),
    url(fonts/Gotham-Bold.svg#svgFontName) format("svg");
}

@font-face {
  font-family: Gotham;
  font-weight: 900;
  src: url(fonts/Gotham-Black.woff) format("woff"),
    url(fonts/Gotham-Black.ttf) format("truetype"),
    url(fonts/Gotham-Black.svg#svgFontName) format("svg");
}

@font-face {
  font-family: SummerLemonade;
  font-weight: 300;
  src: url(fonts/SummerLemonade-SansTwo.woff) format("woff"),
    url(fonts/SummerLemonade-SansTwo.ttf) format("truetype"),
    url(fonts/SummerLemonade-SansTwo.svg#svgFontName) format("svg");
}

h1 {
  font-family: Gotham, sans-serif !important;
  font-size: 76px;
  font-weight: 100;
  line-height: 80px;
  text-shadow: 2px 3px 7px #000;
}

.row .col.section-title h2,
h2 {
  color: #292670;
  font-family: SummerLemonade, sans-serif !important;
  font-size: 61px;
  font-weight: 300;
  line-height: 65px;
  word-spacing: -10px;
}

h3 {
  font-family: Gotham, sans-serif !important;
  font-size: 31px;
  font-weight: 700;
  line-height: 33px;
  text-shadow: 2px 3px 7px #000;
}

h4 {
  color: #431e1f;
  font-family: Gotham, sans-serif !important;
  font-size: 31px;
  font-weight: 900;
}

a,
p {
  color: #4e4b4b;
  font-family: Gotham, sans-serif !important;
  font-size: 20px;
  line-height: 30px;
}

p {
  padding-bottom: 0 !important;
}

.brand p,
.entrepreneur p {
  font-size: 30px;
  line-height: 45px;
}

#footer-outer p,
.white-text p {
  color: #fff !important;
}

.page-id-3 a,
.page-id-3 p {
  font-size: 14px;
}

.bold,
b,
strong {
  font-family: Gotham, sans-serif !important;
  font-weight: 600;
}

body #header-secondary-outer .nectar-center-text {
  text-align: right;
  max-width: 90%;
  margin-top: 4px;
}

body #header-secondary-outer .nectar-center-text a {
  padding: 10px;
}

body #header-secondary-outer .nectar-center-text a img {
  width: 25px;
}

.footer-social a,
body #header-secondary-outer .nectar-center-text a img {
  transition: all 0.2s ease-in-out;
}

.footer-social a:hover,
body #header-secondary-outer .nectar-center-text a img:hover {
  transform: scale(1.1);
}

#header-secondary-outer {
  background-color: #4e4b4b;
}

#header-outer header#top .span_3 {
  border-bottom: 2px solid #d8d8d8;
}

.hero div.row-bg-overlay {
  opacity: 0 !important;
}

.call,
.phone,
header#top nav ul li a {
  color: #431e1f;
  font-family: Gotham, sans-serif !important;
  font-weight: 700;
}

.call {
  font-size: 12px;
  padding: 0;
}

.phone {
  font-size: 16px;
}

.phone:hover {
  color: #b01115 !important;
}

.header-phone-icon {
  position: absolute;
  top: -17px;
  z-index: 1000;
  right: 90px;
}

nav {
  padding-top: 20px;
}

.button,
.gform_button,
body[data-form-submit="regular"] .container-wrap input[type="submit"] {
  background-color: #b01115!important;
  border-radius: 30px !important;
  color: #fff !important;
  font-family: Gotham, sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px;
  padding: 12px 30px !important;
  min-width: 150px;
}

.button:hover,
body[data-button-style="slightly_rounded_shadow"]
  .container-wrap
  input[type="submit"]:hover {
  background-color: #910d11 !important;
  box-shadow: 0 0 0 transparent !important;
  -webkit-transform: translateY(0);
  transition: 0.5s;
}

#slide-out-widget-area.slide-out-from-right-hover {
  padding: 0 0 0 5%;
}

#slide-out-widget-area.slide-out-from-right-hover {
  width: 235px;
}

.entrepreneur .row-bg-overlay {
  opacity: 0 !important;
}

.row .col.section-title {
  border-bottom: none;
}

.iwt-icon img {
  display: block !important;
}

.van {
  padding-right: 15%;
}

.left-img,
.right-img {
  position: relative;
}

.left-img {
  left: -28%;
  right: auto;
}

.right-img {
  right: -28%;
  left: auto;
}

.right-border {
  border-right: 3px solid #fff;
}

.left-border {
  border-left: 3px solid #fff;
}

.chain-text img,
.product-text img {
  display: none;
}

.gform_fields input,
.gform_fields select {
  border: 1px solid #afafaf !important;
  background-color: #fff !important;
}

.gform_fields select {
  height: 36px;
}

body .gform_wrapper .top_label .gfield_label {
  font-weight: 300 !important;
  font-family: Gotham, sans-serif !important;
  font-size: 13px;
}

.gfield_radio li {
  width: 30% !important;
}

.gfield_radio li label {
  font-size: 16px !important;
}

.gform_wrapper .top_label li.gfield.gf_left_half {
  padding-right: 35px !important;
}

.gform_footer {
  text-align: center;
}

.contact-form-section .wpb_wrapper > div:last-child {
  margin: 0 auto;
}

.footer-social a {
  float: left;
  padding: 15px;
}

.footer-social a img {
  max-width: 32px !important;
}

.footer-social {
  max-width: 390px !important;
  margin: 0 auto !important;
}

.custom-html-widget a {
  padding: 0 30px;
}

.secondary-header-text a {
  margin: 0 3.5px;
}

.secondary-header-text a img {
  width: 23px;
}

#menu-item-253,
#menu-item-254 {
  display: none;
}

.max-width-small h2,
.max-width-small p {
  max-width: 900px;
  margin: 0 auto;
}

.popmake {
  width: auto !important;
  margin: 0 auto !important;
}

.popmake td {
  font-family: Gotham, sans-serif !important;
  font-size: 14px;
  max-width: 250px;
  padding: 0 5px;
}

.popmake tbody tr:nth-child(2n) {
  background-color: #f2f2f2;
}

.circles img {
  position: absolute;
  max-width: 118% !important;
  margin-top: -7%;
  margin-left: -25%;
}


/* map Area */

.list-table-btn ul li a {
    font-size: 16px;
    padding: 10px 25px;
    border: 1px solid #c8102e;
    border-radius: 50px;
    color: #c8102e;
    font-weight: 700;
}
.list-table-btn ul li {
    list-style-type: none;
    display: inline;
}
.list-table-btn ul {
    list-style-type: none;
    margin-left: 0;
    margin-top: 50px;
}

.soc-icon-section {
    background-color: #c9c9c9;
	    padding-top: 5px;
    padding-bottom: 3px;

}
.soc-icon-section ul {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
    font-size: inherit;
    text-align: right;
}
.soc-icon-section ul li {
    display: inline;
}
.soc-icon-section ul li a {
    background-color: #ffffff;
    padding: 0px;
    border-radius: 88px;
    font-size: 29px;
    margin-right: 3px;
    color: #c9c9c9;
}
.soc-icon-section ul li a i {
    font-size: 14px;
}
header#top nav ul.sf-menu li a {
    color: #623412;
    font-weight: 700;
    font-size: 16px;
}
header#top nav ul.sf-menu li.current-menu-item a {
    color: #c8102e;
}#header-outer[data-lhe="animated_underline"] header#top nav .sf-menu li.current-menu-item >a:after {
    display: none;
}

.single-blog_posts .hentry {
    padding-top: 0px!important; margin-bottom: 0; padding-bottom: 0;
}
.single-blog_posts .hentry .blog-title h1 {
    font-size: 26px;
    text-align: left;
    text-shadow: none;
}
div#cf-7-custom-from .half-width-field input, div#cf-7-custom-from .half-width-field select {
    border: 1px solid #afafaf !important;
    background-color: #fff !important;
    border-radius: 5px;
    min-height: 47px;
}

div#cf-7-custom-from .half-width-field:nth-child(odd) {
    margin-right: 15px;
}

div#cf-7-custom-from .half-width-field {
    width: 48%;
    float: left;     margin-bottom: 15px;
}
div#cf-7-custom-from span.wpcf7-not-valid-tip {
    box-shadow: none;
    color: red!important;
    margin-top: 8px;
}
.submit-btn-form {
    float: left;
    width: 100%;
    text-align: center;
}
div#cf-7-custom-from .half-width-field input[type="radio"] {
    min-height: auto;
}
div#radio-brn-cf7 {
    margin-top: 4px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  
    float: left!important;
}







@media only screen and (max-width: 1700px) {
  .circles img {
    margin-left: -10%;
  }
}

@media only screen and (max-width: 1550px) {
  .left-img {
    left: -23%;
  }
  .right-img {
    right: -23%;
  }
}

@media only screen and (max-width: 1375px) {
  .appetite {
    padding: 11% !important;
  }
}

@media only screen and (max-width: 1350px) {
  .appetite {
    padding: 10% !important;
  }
}

@media only screen and (max-width: 1325px) {
  .appetite {
    padding: 9% !important;
  }
  .circles img {
    margin-left: -11%;
  }
}

@media only screen and (max-width: 1300px) {
  .appetite {
    padding: 8% !important;
  }
}

@media only screen and (max-width: 1250px) {
  .circles img {
    max-width: 125% !important;
  }
}

@media only screen and (max-width: 1200px) {
  .circles img {
    max-width: 130% !important;
  }
  .circles img {
    margin-left: -15%;
  }
  .list-table-btn ul li
  {
	width: 100%;
    float: left;
    margin-bottom: 25px;
	}
  .list-table-btn ul
  {
	margin-top:0px;
	}
  .list-table-btn ul li:nth-child(1) {
    margin-right: 0px;
}
  
}

@media only screen and (max-width: 1150px) {
  .circles img {
    max-width: 134% !important;
  }
}

@media only screen and (max-width: 1125px) {
  .circles img {
    max-width: 136% !important;
  }
}

@media only screen and (max-width: 1100px) {
  .circles img {
    max-width: 138% !important;
  }
  .circles img {
    margin-left: -20%;
  }
}

@media only screen and (max-width: 1090px) {
  .circles img {
    max-width: 140% !important;
  }
}

@media only screen and (max-width: 1085px) {
  .circles img {
    max-width: 145% !important;
  }
  #header-outer[data-lhe="default"] header#top nav > ul > li > a {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

@media only screen and (max-width: 1065px) {
  .circles img {
    max-width: 148% !important;
    margin-left: -55%;
  }
}

@media only screen and (max-width: 1050px) {
  .circles img {
    max-width: 151% !important;
  }
}

@media only screen and (max-width: 1029px) {
  .circles img {
    max-width: 170% !important;
    margin-left: -65%;
  }
}

@media only screen and (min-width: 1001px) {
  .header-phone-icon {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
  #header-outer header#top .span_3 {
    border-bottom: none;
  }
  .hero div.row-bg-overlay {
    opacity: 0.2 !important;
  }
  .full-width-section .row-bg,
  .hero .wpb_row .row-bg {
    background-position: 65% center !important;
  }
  #about-us,
  #available-territories,
  #get-started,
  #why-edible .instance-23,
  .vision {
    padding-top: 15% !important;
  }
  #brand,
  .appetite {
    padding-top: 15% !important;
    padding-bottom: 15% !important;
  }
  .entrepreneur p {
    width: 73%;
    font-size: 24px;
    line-height: 36px;
  }
  #brand .padding-5-percent,
  .padding-7-percent {
    padding: 0 !important;
  }
  #brand col .appetite {
    padding-bottom: 15% !important;
  }
  #get-started {
    margin-bottom: 0;
  }
  .right-border {
    border-right: none;
  }
  .left-border {
    border-left: none;
  }
  .about-icon {
    padding: 0 12%;
  }
  .purpose .vc_col-sm-6 {
    margin-bottom: 0 !important;
  }
  .chain-img,
  .product-img {
    display: none;
  }
  .chain-text img,
  .product-text img {
    display: block;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half {
    padding-right: 0 !important;
  }
  .gfield_radio li {
    width: 50% !important;
  }
  #slide-out-widget-area .secondary-header-text {
    padding: 0;
    background-color: #b01115;
  }
  #menu-item-253,
  #menu-item-254 {
    display: block;
  }
  #header-outer[data-lhe="animated_underline"]
    header#top
    nav
    > ul
    > li:not([class*="button_"])
    > a:after,
  .material
    #header-secondary-outer[data-lhe="animated_underline"]
    nav
    > ul.sf-menu
    > li
    > a:after,
  body.material
    #slide-out-widget-area[class*="slide-out-from-right"]
    .off-canvas-menu-container
    li
    a:after {
    border-top: none !important;
  }
  body
    #slide-out-widget-area.slide-out-from-right-hover
    .inner
    .off-canvas-menu-container
    li
    a:hover {
    color: #f0c0c9;
  }
  body.material
    #slide-out-widget-area[class*="slide-out-from-right"]
    .off-canvas-menu-container
    li {
    margin-bottom: 18px !important;
  }
  .material
    #header-outer[data-format="centered-menu-bottom-bar"]
    header#top
    .span_9 {
    padding-right: 18px !important;
  }
  .ninety-three img {
    margin: 0 auto;
  }
  .appetite {
    padding-bottom: 15% !important;
    padding-top: 10% !important;
  }
  #why-edible .instance-23 {
    padding-top: 0 !important;
  }
  .map-legend
    .vc_column-inner
    .wpb_wrapper
    .img-with-aniamtion-wrap
    .inner
    img {
    width: 50%;
    max-width: 250px !important;
    display: block;
    margin: 0 auto;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half {
    padding-right: 10px !important;
  }
  .popmake-content table {
    width: auto !important;
  }
  header#top .nectar_icon {
    display: none;
}
  .slide-out-widget-area-toggle[data-icon-animation="simple-transform"].mobile-icon .lines-button:after, .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:before, .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:after
  {    background-color: #c8102e!important;}
  div#footer-widgets .container .row {
    padding-bottom: 0!important;
}
  div#footer-widgets .col.span_3.one-fourths.right-edge {
    padding: 0;    margin: 0;
}
  div#footer-widgets .col.span_3.one-fourths.clear-both {
    padding: 0;
    margin: 0;
}
  
  .footer-text-wrapper-custom
  {
	  width:100%;
	 }
  div#scroll-to-form {
    padding-left: 10px;
    padding-right: 10px;
}
  .soc-icon-section{display:none;}
  
  
  
  
  
}

@media only screen and (max-width: 999px) {
  .circles img {
    display: none;
  }
}


@media(max-width:767px)
{
	.franchise-own .col-small-8 {
    width: 100%;
    text-align: center;
	}
	.right-inline-btn
	{
	width: 100%;
    margin-top: 0px;
    margin-bottom: 15px;
    text-align: center;
	}
	
	.right-inline-btn a
	{
		float:none;
	}
	div#cf-7-custom-from .half-width-field {
    width: 100%;

}
div#cf-7-custom-from .half-width-field:nth-child(odd) {
    margin-right: 0px;
}



	
	
}





@media only screen and (max-width: 690px) {
	.gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half
	{    width: 100%!important;}
	
	.states-marks li
	{    display: flex;    margin-bottom: 5px;}
	
	
  h1 {
    font-size: 48px;
    font-weight: 500;
    line-height: 52px;
  }
  .row .col.section-title h2,
  h2 {
    font-size: 45px;
    line-height: 48px;
  }
  h3 {
    font-size: 23px;
    font-weight: 700;
    line-height: 25px;
  }
  .brand p,
  .entrepreneur p {
    font-size: 20px;
    line-height: 30px;
  }
  .custom-html-widget a {
    padding: 0 45px;
  }
}

.super {
  vertical-align: super;
  font-size: 10px;
}

@media only screen and (max-width: 640px) {
  .gform_wrapper .top_label li.gfield.gf_left_half {
    padding-right: 0 !important;
  }
  
  .list-table-btn ul li a{    font-size: 11px;
    padding: 10px 12px;}
  .left-text-box {
    padding: 10px;
}
.left-text-box h3
{    font-size: 22px;}
.right-inline-btn a
{
	    font-size: 12px;
    padding: 9px 19px;    font-weight: 200;
}


  
  
}

@media only screen and (max-width: 480px) {
  .entrepreneur div.row-bg.using-image {
    background-position: left top !important;
  }
  .entrepreneur .row-bg-overlay {
    opacity: 0 !important;
  }
  .entrepreneur p {
    width: 100%;
  }
  .popmake td {
    max-width: 150px;
  }
  .footer-social a {
    padding: 4.2%;
  }
  .footer-social a img {
    max-width: 25px !important;
  }
}

@media only screen and (max-width: 400px) {
  .left-img {
    left: -15%;
  }
  .right-img {
    right: -15%;
  }
}
