/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

@font-face {
   font-family: Utsaah;
   src: url(utsaah.ttf);
   font-display: swap;
}

body {
  font-family: Utsaah,Helvetica,Sans-serif;
  color: #333;
  /*background: white url(/images/mainbody-background.jpg) no-repeat  0px 155px;*/
  background-size: cover;
}


img {
    max-width: 100%;
    width: auto;
    height: auto !important;
}
.page-id-46 .entry #container img {
    width: 908px;
}
a#rate-us img {
    max-width: 75px;
    height: auto !important;
}
input, textarea, option, select {
    font-family: Utsaah,Helvetica,Sans-serif;
    color: #333 !important;
    font-size: 26px !important;
    height: 40px;
}

textarea {
    height: 100px !important;
}

.align-vert{
    display: flex !important;
    height: auto;
    align-items: center;
    margin-bottom:15px;
    }
    
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + #container {
  padding-top: 160px;
}

div#top.sticky {
    background: transparent;
    z-index: 999;
}


#container {
  width:100%;
  display:inline-block;
  background:#fff;

}
.home #top{
    background: transparent !important;
    background-repeat: no-repeat;
    background-size: cover !important;
}
#top{
    background-image: url("/wp-content/uploads/2020/01/landing-background.jpg") !important;
    /*background-image: -webkit-image-set("/wp-content/uploads/2020/01/landing-background.jpg.webp" type("image/webp"),"/wp-content/uploads/2020/01/landing-background.jpg" type("image/jpeg"));*/
    /*background-image: image-set("/wp-content/uploads/2020/01/landing-background.jpg.webp" type("image/webp"),"/wp-content/uploads/2020/01/landing-background.jpg" type("image/jpeg"));*/
    background-repeat: no-repeat;
    background-size: cover !important;
    background: #fff;
}


#container.mobile-head-logo {
    display: none;
    text-align: center;
    margin-top: 60px !important;
    z-index: 1;
}


.home-landing-row {
  text-align: center;
  background-image: url(/wp-content/uploads/2020/01/landing-background.jpg) !important;
  /*background-image: -webkit-image-set(url(/wp-content/uploads/2020/01/landing-background.jpg.webp) 1x ,url(/wp-content/uploads/2020/01/landing-background.jpg) 1x); */
  /* background-image: image-set("/wp-content/uploads/2020/01/landing-background.jpg.webp" 1x, "/wp-content/uploads/2020/01/landing-background.jpg" 1x); */
  padding: 22% 0% 18% 0%;
  background-repeat: no-repeat;
  background-size: cover !important;
}
.home-landing-row h2 {
    font-size: 36px !important;
    color: #fff;
    font-weight: 600;
    line-height: 38px !important;
    letter-spacing: 2px;
    text-shadow: 2px 2px black;
}
.home-landing-row .button {
    color: #000 !important;
    background: #fffc !important;
    padding: 10px 15px 10px;
    border-radius: 20px;
    border:0px;
}
.home-landing-row .button:hover {
    background: #fff !important;
}

#header {
    text-align: center;
    padding: 5px 0;   
}

#logo {
  margin-bottom: 0px;
  display: inline-block;
  text-align: center;
  width: auto;
}
#logo img {
  margin-top:0px !important;
  margin-bottom:0px !important;
  /* width: 150px; */
}
.header-container{background:transparent !important;}
.home .header-container{position:absolute; z-index:999;}
.sticky #header {
    display: none;
}
#page-nav {
    background: #00000070;
}
#page-nav .col-full {
    width: 1200px !important;
}



.irw-slider {

margin-left: -51px !important;
}

.irw-widget {

height: 290px !important;

}

.post .title {
margin-top: 0px;
margin-bottom: 22px;
line-height: 32px !important;
font-size:30px !important;
}

#logo img {

margin-top: -22px;
margin-bottom: -51px;

}

.newsletter-subscription {

line-height: 260%;

}

.widget_tilt_social_widget {

padding-top: 5px;
  padding-bottom: 5px;
  margin-top: -170px;
  margin-left: 135px;
  /* float: right; */
  position: absolute;
  background: none;
  z-index: 20;
  border: none;

}

.tssw-item {
  padding-left: 3px !important;
  margin: 0px!important;
}


a:link, a:visited  { text-decoration:none; color: #506C7F; }
.entry a:hover, .widget a:hover {border-bottom:0px;}
.widget ul li a:hover  { color: #000; border-bottom:0px }


.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

span.quote-mark {
    font-weight: 600;
    font-size: 50px;
    vertical-align: middle;
    color: #506D81;
}

span.quote-mark left {
margin-right:10px;
}

span.quote-mark right {
margin-left:10px;
}

.testimonial-author{font-weight:600; color: #506D81;}
.testimonial-wrapper {
    display: inline-block;
    /* padding: 10px 0px; */
    /* border-top: 1px solid #506D81; */
    border-bottom: 1px solid #506D81;
    margin: 10px 0px;
    width: 100%;
    text-align: left;
}

@media only screen and (max-width: 1100px){
	#nav a {
		font-size: 16px !important;
		line-height: 20px;
	}
	#nav-mobile li {
		display: block;
		margin-bottom: -7px;
	}
}


@media only screen and (max-width: 999px){
div#container.header-container {
    position: absolute;
    z-index: 999;
}
#header {display: none !important;}
#container.mobile-head-logo {
    display: block;
}
.home-landing-row h2 {
    font-size: 1em !important;
    line-height: 1em !important;   
}
.home-landing-row .button {
    font-size: 20px !important;
}
}

@media only screen and (max-width: 799px){
.post-grid{display:none !important;}

#nav-trigger {
    margin-top: 0px !important;
}
.align-vert {
    display: inline-block !important;
    margin-bottom: 0px !important;
}
.col-half-left {
    width: 100%;
    padding: 0% 0% 0% 0%;
    float: none;
    margin: 0 auto;
    margin-bottom:15px;
}

.col-half-right {
    width: 100%;
    padding: 0% 0% 0% 0%;
    float: none;
    margin: 0 auto;
    margin-bottom:15px;
}  
a#rate-us img {
    display:inline-block;
}
#rate-us-wrapper{
    text-align:center;
    margin-bottom:10px;
}
#header {
    display: none !important;
}
}


.home-page-logo {
    width: 150px;
    margin-right: 20px;
}