/*;
 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
*/

@import url('https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&family=Commissioner:wght@100..900&display=swap');

:root {
	--primary-color : #B7512A ;
	--hover-color : #ada6a0 ;
}
/*

font-family: "Commissioner", sans-serif;

orange { color:#B7512A; }

bgr-orange { background-color:#B7512A; }
*/

/* should be move to parent theme */
@media (min-width: 320px) and (max-width: 480px) {
	
	body {   height:100% ; }
}

h1, h2, h3, h4 {
	font-family: "Commissioner", sans-serif;
	font-weight: 300 ;
}
h2, .h2 {
	font-size: 2.4em;
}

h2, .h2 {
	font-size: 2em ;
	color : var(--primary-color) ;
	margin: 1.2em auto;
}

h2.line {
	display: inline-flex ;
}

h2.line::before {
	content: "" ;
	width: 4px;
	height: 1em;
	background-color: var(--primary-color) ; 
	margin-right: 24px ;
}

h3, .h3 {
  font-size: 1.6em;
}

a:hover {
	color: var(--hover-color) ;
}
p , li {
	font-family: "Open Sans", sans-serif;
	font-size: 1.1em ;
	color:inherit ;
}

ol li {
  list-style: normal;
  padding-left: 20px;
}

a, b , strong { color: #B7512A ; }

img {
	border-radius: 6px;
}

.lead {
	font-size: 1.6em !important ;
}
/**********************************************************************
*							COLORS					  				  *
**********************************************************************/

.gray-light { color: #f2f4f7 ; }
.bg-gray-light { background-color: #f2f4f7 ; }

.gray-dark { color: #8b949c ; }
.bg-gray-dark { background-color: #8b949c ; }

.green { color: #aeb893 ; }



/**********************************************************************
 *							Navigations							  	  *
 *********************************************************************/
.navbar.navbar-inverse .navbar-brand {
  color: #333 ;
}

.navbar.navbar-inverse .navbar-brand span.slogan {
	font-family: "Open Sans" ;
}
 .main_nav li a { 
	 color:#eee ;
 }
 .main_nav li a:hover { color: var(--hover-color); }
 
/**********************************************************************
 *								Titles								  *
 *********************************************************************/

/********************************************************************* 
*								BUTTONS 							 *
*********************************************************************/


.wp-block-buttons > .wp-block-button {
  display: inline-block;
  margin: 2em auto;
}

.wp-block-button__link {
  color: #fff;
  background-color: var(--primary-color);
  border-radius: 9px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
  display: inline-block ;
}



.btn-cta ,
.btn-cta:active ,
.btn-cta:focus {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-cta:hover {
  color: #fff;
  background-color: #ada6a0;
  border-color: #ada6a0;
}


/**********************************************************************
 *							Homepage Hero							  *
 *********************************************************************/

#home-hero {
  height: auto;
  margin-bottom: 0px !important ;
}

.homepagehero {
	color:white;
	width: 60%;
	margin: auto; 
}

.homepagehero h1 ,
.homepagehero h2 { 
	font-family: "Commissioner", sans-serif ;
	font-weight: lighter ;
	font-size: 3em ;
	color: #fff !important; 
}

/**********************************************************************
 *							Homepage 							  	  *
 *********************************************************************/

/**********************************************************************
 *							Page							 		  *
 *********************************************************************/


/**********************************************************************
 *							Search from							  	  *
 *********************************************************************/


/**********************************************************************
 *							Blog Posts 								  *
 *********************************************************************/
 

/**********************************************************************
 *								Forms								  *
 *********************************************************************/
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #1d8428;
  color: #1d8428;
}

input.wpcf7-submit {
	display: block;
	width: auto;
	margin: 0 auto;
}

input[type="text"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="search"],
input[type="time"],
input[type="url"],
input[type="password"],
textarea,
select {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    display: block;
    width: 100%;
    padding: 7px;
    border: none;
    /* border: 1px solid #ddd; */
    border-radius: 4px;
    background: #ddd;
    margin-bottom: 10px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.2em !important;
    font-weight: 100;
    color: #333;
    height: auto;
}
/**********************************************************************
 *							Articles							  	  *
 *********************************************************************/


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

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

.section-devis {
background-color: #ada6a0;
}
footer {
	margin-top: 0px; 
}

#inner-footer h2 ,
#inner-footer h3 ,
#inner-footer h4 ,
#inner-footer h5 {
	color:#fff ;
}
.footer-first-col {
	border-right: 1px solid #efefef ;
}

#widget-footer div[class^='col-md'] {
	margin: 48px auto;
}
/* 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) {

}