/*;
 Theme Name:   Ephrem Child Theme
 Theme URI:    https://ephrem.agency
 Description:  WP Ephrem Child theme
 Author:       ephrem@ephreminteractive.com
 Author URI:   https://ephrem.agency
 Template:     wp-ephrem-theme
 Version:      4.3.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Tags:         responsive-layout, accessibility-ready
 Text Domain:  ephrem
*/

:root {
	--primary-color: #548EBD ; /* main brabd color */
	--dark-accent-color: #506ead ;
	--dark-shades-color: #204063  ; 
	--light-gray-color : #e9f1f4 ; /* light shades */
	--light-blue-color : #6fb8d8 ; /* light accent */
	--primary-bgr-button: #539269 ; 
	--primary-action-color : #32543e ;
	
	--wp--custom--gap--horizontal: 2rem;
}

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Oxygen:wght@300;400;700&family=Quicksand:wght@300..700&family=Roboto+Slab:wght@100..900&display=swap');


/*
.quicksand-<uniquifier> {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.roboto-slab-<uniquifier> {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.oswald-<uniquifier> {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.oxygen-light {
  font-family: "Oxygen", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.oxygen-regular {
  font-family: "Oxygen", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.oxygen-bold {
  font-family: "Oxygen", sans-serif;
  font-weight: 700;
  font-style: normal;
}
*/


body, html {
	font-family: "Oxygen", sans-serif;
	background-color: transparent !important ;
}

body.home {
	background-color: transparent !important ;
}

h1, .h1 {
	font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-size: 3.2em ;
  color: var(--light-gray-color) ;
}

h2, .h2 {
  font-family: "Oswald", sans-serif ;
  font-weight: 400;
  font-size: 2.4em ;
  color: var(--primary-color) ;
}

h3, .h3 {
	font-family: "Roboto Slab", serif;
	font-weight : bold ;
	font-size: 1.56em ;
	color: var(--dark-shades-color) ;
}

/**********************************************************************
 *					Responsive Medias Queries						  *
 *********************************************************************/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

/**********************************************************************
 *						Theme Ovverides							  	  *
 *********************************************************************/

.link--arrowed {
	display: inline-block;
	height: 2rem;
	line-height: 2rem;
/* 	font-size : 1.2em ; */
	color : var(--dark-shades-color) ;
}

.text-shadow-light {
	text-shadow: 0 1px 20px var(--light-gray-color);
}

/**********************************************************************
 *							Navigations							  	  *
 *********************************************************************/
.bg-dark {
    background-color: var(--light-gray-color) !important;
}

.main_nav li a {
	color : var(--dark-shades-color) ;
}
.main_nav li a:hover {
	color : var(--primary-color) ;
}
/**********************************************************************
 *								Titles								  *
 *********************************************************************/
 
/********************************************************************* 
*								BUTTONS 							 *
*********************************************************************/

.btn-primary ,
.btn-primary:active ,
.btn-primary:focus {
  color: #fff;
  background-color: #539269;
  border-color: #539269;
}

.btn-primary:hover  {
  color: #fff;
  background-color: #446650;
  border-color: #446650;
}

.btn-default,
.btn-default:active ,
.btn-default:focus  {
	color: var(--primary-action-color) ;
	border-color: var(--primary-action-color) ;
	background-color: transparent !important ;
	font-weight: 600 ;
}

.btn-default:hover {
	border-color : var(--primary-color) ;
	color: var(--primary-color) ;
}

/**********************************************************************
 *							Homepage Hero							  *
 *********************************************************************/
#home-hero {
	border-bottom: 1px solid var(--primary-color);
}

.hero-header {
	background-position: top center;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-size: cover;
}

.hsContainer {
    min-height: 100vh;
}

.hsContent {
    width: 66%;
    position: relative;
    z-index: 99;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.homepagehero h1 {
/*   font-size: 72px; */
font-weight: 700 ;
  background: linear-gradient(135deg, var(--dark-shades-color), var(--light-blue-color) );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.homepagehero p {
	color : var(--dark-shades-color) ;
	font-size : 1.6em ;
}

#big-video video  {
    filter: brightness(1.4);
}
/**********************************************************************
 *							Homepage 							  	  *
 *********************************************************************/


h2.table-content-header ,
p.table-content-desc {
    width: 85%;
    float: right;
}

#sticky_pin {
	margin-right: 120px;
}

#sticky_scroll h3  {
	padding: 12% 2% ;
	border-bottom: 1px solid #333 ;
	color : var(--dark-shades-color) ;
}
/**********************************************************************
 *							Search from							  	  *
 *********************************************************************/
 
/**********************************************************************
 *							Blog Posts 								  *
 *********************************************************************/

/**********************************************************************
 *								Forms								  *
 *********************************************************************/
 
#mc_embed_signup input {
	color: #362C1F ;
	
}
#mc_embed_signup input[type="email"] {
	color:#333 ;
    width: 70%;
}

#mc_embed_signup input[type="button"], 
#mc_embed_signup input[type="submit"] {
	padding: 10px 18px ;
	background: transparent;
    color: #333;
    border: none;
}

.wpcf7-response-output {
	border: none !important ;
	font-size: 1.4em ;
	font-weight: bold ;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #47894d; /* Green */
	border: none ;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	color: #dc3232; /* Red */
	border: none ;
}

.wpcf7 form.spam .wpcf7-response-output {
	color: #B85D36; /* Orange */
	border: none ;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	color: #ffb900; /* Yellow */
}

/**********************************************************************
 *								PAGE								  *
 *********************************************************************/

.wiremesh-bgr {
	background: url(images/wiremeshes-1.png) no-repeat top center;
    background-attachment: fixed;
}
/**********************************************************************
 *							Articles							  	  *
 *********************************************************************/

/**********************************************************************
 *							Case Studies							  *
 *********************************************************************/


/**********************************************************************
 *						SiteOrigin Widgets							  *
 *********************************************************************/
.so-widget-sow-accordion{
	width: 80%;
    margin: 60px auto;
}
.sow-accordion-title {
/* 	font-family: "Roboto Slab", serif; */
font-family: inherit;
	font-weight : 400 ;
	font-size: 1.56em ;
	padding-bottom: 12px ;
	border-bottom: 1px solid var(--dark-shades-color) ;
	color : var(--dark-shades-color) ;
}


#social li {
   font-size: 1.24rem;
}

/**********************************************************************
 *								Footer								  *
 *********************************************************************/

footer {
	background : transparent ;
	color : var( --dark-shades-color) ;
}

footer div.container:nth-of-type(1) {
	border-top : 1px solid var( --dark-accent-color) ;
}

#inner-footer {
	margin : 32px auto ;
}

footer h4 ,
footer p {
	color : var( --dark-shapes-color) ;
}
/**********************************************************************
 *						  WooCommerce							  	  *
 *********************************************************************/

.woocommerce form .password-input, .woocommerce-page form .password-input {
  float: left;
  margin-left: 3rem;
}

.wc-block-cart__submit-button {
 border: 1px solid;
}
 
.woocommerce div.product form.cart .button,
.woocommerce ul.products li.product .button {
  vertical-align: middle;
  float: left;
  background-color: var(--primary-bgr-button) !important ;
  opacity: 1;
  color: #fff !important ;
}

span.discount-price {
	font-family: "Abril Fatface", system-ui;
	font-size: 1.6em ;
	color:#539269 ;
}

.woocommerce span.onsale {
  height: auto;
  width: auto;
  margin-right:-20px;
  padding: 1.202em;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height:auto;
  top: -.5em;
  left: -.5em;
  margin: 0;
  border-radius: 100%;
  background-color: var(--primary-color);
  color: #fff;
  font-size: .857em;
  z-index: 9;
 }
 
.woocommerce-notices-wrapper {
  margin: 2em auto;
  border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background-color: #d2dfd7 ;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
	background-color: #d2dfd7 ;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
  background-color: #acc6b6;
  text-decoration: none;
  background-image: none;
  color: #515151;
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {


}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}