/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* # Global Styles
   # Please insert all Global styles below, avoid creating and new inserting anywhere.
---------------------------------------------------------------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}
body {		
	font-size: 1.8rem;	
	margin: 0;
	padding: 0;	
	font-weight: 300;
	/* Replace the global font */
	/*font-family: 'Yantramanav', sans-serif;*/
	
    /* Font varient */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
	
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	
	line-height:1.45;
}

body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 140rem;
}
body > div {
	font-size: 1.8rem;
}
img, iframe {
	border:none;
	max-width:100%;
}

h1, h2, h3, h4, h5, h6 {	
	margin-top: 0;
	line-height: 1.45;
}
p {
     margin-bottom: 2rem;
}
a {
	transition: background-color 0.5s linear 0s, color 0.5s linear 0s;
}
a:focus, 
input:focus, 
button:focus {
	outline: none;
}
.page-content, 
.entry-content, 
.entry-summary {
    margin-top:0;
}
.btn-arrow .elementor-button-link i::before {
    content: '';
    background: url(/wp-content/uploads/2020/12/btn-white-arrow.png) center center no-repeat;
    width: 2.45vw;
    height: 15px;
    background-size: contain;
    display: inline-block;
    position: relative;
    z-index: 99;
}
.btn-arrow .elementor-button-link {
    position: relative;
}
.btn-arrow .elementor-button-link::after {
    content: '';
    width: 2.92vw;
    background: #e7e1d5;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: no-repeat;
    transition: all 0.1s ease-in-out 0s;
}
.btn-arrow .elementor-button-link:hover::after {
    width: 0;
}
.btn-arrow .elementor-button-text {
    margin-right: 3rem;
}
.uppercase {
	text-transform: uppercase;
}

/* header */

.main-menu .sub-menu {
    border: 1px solid #ffe4ee !important;
    padding: 5px !important;
    border-radius: 5px;
	box-shadow: 0px 0px 30px 0px rgba(255, 224, 236, 0.4);
}
.main-menu .elementor-nav-menu .sub-arrow {
    color: #eb5278;
}
/* footer */
.footer-links .elementor-icon-list-icon {
    position: relative;
    top: -3px;
}
.main-menu .elementor-nav-menu .menu-login a i {
	margin-left: 5px;
}
@media only screen and (max-width:1280px) {
	.btn-arrow .elementor-button-text {
    	margin-right: 0;
	}
	.btn-arrow .elementor-button-link i::before {
		width: 5.45vw;
		right: -23px;
	}
}
@media only screen and (max-width:1024px) {
	.mobile-br-hide br {
		display: none;		
	}	
	body {
		font-size: 16px;
	}
	.btn-arrow .elementor-button-link::after {
		width: 35px;
	}
	.btn-arrow .elementor-button-link i::before {
		width: 50px;
		right: -13px;
	}
}
@media only screen and (max-width:767px) {
	.btn-arrow .elementor-button-link i::before {
		top: 9px;
	}
}


/* # will apply this css starting 1023px and below
   # Please insert all media queries below, avoid creating new breakpoints and inserting anywhere.
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1023px) {
	br {
		display: none;	
	}
}

@media only screen and (max-width:960px) {

}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 568px) {
	
}

@media only screen and (max-width: 480px) {
	
}

@media only screen and (max-width: 375px) {
	
}



/* # Font Sizing
   # Please insert all media queries below, avoid creating new breakpoints and inserting anywhere.
---------------------------------------------------------------------------------------------------- */
/* # Font Sizing # Please insert all media queries below, avoid creating new breakpoints and inserting anywhere. ---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width:1600px) { html { font-size: 56.3%;  } }
@media only screen and (max-width:1440px) { html { font-size: 50%;    } }
@media only screen and (max-width:1280px) { html { font-size: 48%;    } }
@media only screen and (max-width:1023px) { html { font-size: 46%;    } }
@media only screen and (max-width:960px)  { html { font-size: 50%;      } }
@media only screen and (max-width:767px)  { html { font-size: 55.5555%; } }



/**
 * OD VA Contact Us Style
 **/

  .header-contact-us a {
    font-family: "Roboto", Sans-serif;
    font-size: 23px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    padding: 0 5px;
  }

  .header-contact-us-phone {
    max-width: 28px;
  }

  #header-contact-us-sales {
    border: 1px solid #fff;
    border-radius: 50%;
  }


/**
* FORM STYLING
**/

.form-copy {
  text-align: center;
  margin: 5px 0px;

  	color: #0099A9;
    font-family: "Roboto", Sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.3em;
}

.form-container {
  display: flex;
  flex-direction: column;
}

.form-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.form-row label.error {
  color: #fff !important;
  border: 4px solid #242020 !important;
}

.form-row button:disabled {
  background: #deddd8;
  color: #393730;
  cursor: initial;
}

.infusion-field input::placeholder,
.infusion-field textarea::placeholder {
  color: #242020 !important;
}

.form-row button {
  background: #fff103;
  color: #000;
  font-weight: 600;
  font-family: "Playfair Display", Sans-serif;
  font-size: 2rem;
  margin: 10px;
}

.field-column {
  display: flex;
  flex-direction: column;
}

.field-row {
  display: flex;
  flex-direction: row;
}

.infusion-field input[type="email"],
.infusion-field input[type="number"],
.infusion-field input[type="password"],
.infusion-field input[type="search"],
.infusion-field input[type="tel"],
.infusion-field input[type="text"],
.infusion-field input[type="url"],
.infusion-field select,
.infusion-field textarea {
  border: 4px solid #242020;
  border-radius: 0;
  padding: 10px 15px;
  display: block;
  min-width: 100%;
  max-width: 100%;
}

.infusion-field:last-child {
  height: 100%;
}

.infusion-field textarea {
  height: 100%;
}

/* post list*/
.post-list-item:last-child {
    border-bottom: 0;
}
.post-list-item {
    padding: 20px 0;
    border-bottom: 1px solid #707070;
}
.post-thumb {
    width: 30%;
    padding-bottom: calc( 0.2 * 100% );
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.post-thumb img {
    margin: auto;
    width: auto;
    height: auto;
    position: absolute;
    top: calc(50% + 1px);
    left: calc(50% + 1px);
    -webkit-transform: scale(1.01) translate(-50%,-50%);
    -ms-transform: scale(1.01) translate(-50%,-50%);
    transform: scale(1.01) translate(-50%,-50%);
}
.post-list-item h3 {
    font-size: 1.8rem;
    width: 68%;
    display: inline-block;
    line-height: 1.4;
    vertical-align: top;
    padding-left: 15px;
}
.post-list-item h3 a {
    color: #221F20;
}
.post-meta {
    padding: 15px 0 0px;
    font-size: 1.6rem;
}
.post-meta .sep {
    margin: 0 10px;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .form-container,
  .form-row,
  .field-row,
  .field-column {
    flex-direction: column;
    justify-content: center;
  }

  .infusion-field input[type="email"],
  .infusion-field input[type="number"],
  .infusion-field input[type="password"],
  .infusion-field input[type="search"],
  .infusion-field input[type="tel"],
  .infusion-field input[type="text"],
  .infusion-field input[type="url"],
  .infusion-field select,
  .infusion-field textarea {
    margin: 0 auto;
    min-width: 100%;
    max-width: 100%;
  }

  .form-row button {
    border: 4px solid #242020;
    margin: 0px;
    width: 100%;
  }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
  /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  /* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* Styles */
}

/* iPads (landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* Styles */
}

/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  /* Styles */
}

/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  /* Styles */
}
