/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/*Main Styles*/
html {
  font-size: 100%;
}

body {
font-family: helvetica, arial, sans-serif;
}
h1,
.elementor-widget-heading h1.elementor-heading-title {
    font-size: 3.75rem;
    line-height: 110%;
    font-weight: 700;
}

h2,
.elementor-widget-heading h2.elementor-heading-title {
    line-height: 130%;
    font-weight: 700;
    font-size: 3rem;
}

h3,
.elementor-widget-heading h3.elementor-heading-title {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 110%;
}

h4,
.elementor-widget-heading h4.elementor-heading-title {
  font-weight: 700;
  line-height: 120%;
  font-size: 2rem;
}

h5,
.elementor-widget-heading h5.elementor-heading-title {
  font-weight: 700;
   line-height: 110%;
  font-size: 1.25rem;
}

h6,
.elementor-widget-heading h6.elementor-heading-title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;

}
body main p {
font-family: "Lato", Sans-serif;
line-height: 130%;
}
/*End of Main Styles*/

/* Header & Footer settings */
.arrow-button .elementor-button-content-wrapper {
align-items: center;
}
.arrow-button a svg {
fill: #1D1D1D;
height: calc(1rem + 4px);
 transition: 0.1s ease-in;
}
.arrow-button a:hover svg {
fill: #fff;
transform: translateX(50%);
}
.arrow-button.reversed a svg {
fill: #fff;
height: calc(1rem + 4px);
 transition: 0.1s ease-in;
}
.arrow-button.reversed a:hover svg {
fill: #1D1D1D;
transform: translateX(50%);
}
.arrow-button.no-border a:hover svg {
fill: #1D1D1D;
transform: translateX(50%);
}
header nav ul > li.menu-item-31 {
display: none !important;
}
header .elementor-shortcode .trp-language-switcher, header .elementor-shortcode .trp-ls-shortcode-language, header .elementor-shortcode .trp-ls-shortcode-current-language {
	width: 70px !important;
	border: none;
}
header .trp-ls-shortcode-language a, header .trp-ls-shortcode-current-language a {
	padding: 5px 0;
}
footer #newsletter input {
background-color: transparent;
color: #fff;
padding-left: 0px;
border: none;
border-bottom: 0.5px solid #FFFFFFCC;
font-size: 0.875rem;
}
footer #newsletter button svg {
transition: 0.1s ease-in;
}
footer #newsletter button:hover svg {
transform: translateX(50%);
}
footer #newsletter button {
border-color: #fff;
}
footer #newsletter button:hover {
border-color: #E9AF46;
}
/*End of Header & Footer settings*/
/*Home Page styles*/
#our-work .elementor-post-info {
justify-content: space-between;
}
#our-work .elementor-post-info__item--type-date {
color: #636262;
text-transform: initial;
}
#our-work.elementor-widget-post-info li {
    font-size: 12px !important;
}
#key-issues a  {
text-decoration: none;
}
#key-issues .elementor-swiper-button-next {
	    top: unset;
    left: unset;
    bottom: -5rem;
    right: 140px;
}
#key-issues .elementor-swiper-button-prev {
	    top: unset;
    left: unset;
    bottom: -5rem;
  right: calc(140px + 30px);
}
#key-issues .elementor-page-title, #key-issues .elementor-page-title h3 {
	text-align: center;
	margin: 0 auto;
}
#key-issues .e-loop-item a:hover:before {
	background: linear-gradient(179.88deg, rgba(0, 0, 0, 0) 22.18%, rgba(0, 0, 0, 0.9) 99.89%),
linear-gradient(0deg, rgba(233, 175, 70, 0.2), rgba(233, 175, 70, 0.2));
}
#numbers h5 {
text-align: center;
}
#latest-news .elementor-grid {
grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 20px;
}
#latest-news .e-loop-item:nth-of-type(1) {
    grid-column: 1 / 4; /* spans columns 1 to 3 */
    grid-row: 1 / 3;     /* spans rows 1 to 2 */
}
#latest-news .e-loop-item:nth-of-type(2){
     grid-column: 4 / 6; /* spans columns 4 to 5 */
    grid-row: 1;        /* first row */
}
#latest-news .e-loop-item:nth-of-type(3){
     grid-column: 4 / 6; /* spans columns 4 to 5 */
    grid-row: 2;        /* second row */
}
#latest-news .e-loop-item:nth-of-type(1) img {
   height: 560px;
  object-fit: cover;
}
 #latest-news .e-loop-item:nth-of-type(2) img, 
 #latest-news .e-loop-item:nth-of-type(3) img  {
    max-height: 240px;
    object-fit: cover;
    }
     #latest-news .e-loop-item:nth-of-type(2) .elementor-widget-button, 
 #latest-news .e-loop-item:nth-of-type(3) .elementor-widget-button {
 display: none;
 }
 #latest-news .e-loop-item:nth-of-type(1) h5.elementor-heading-title {
 font-size: 2rem;
 }
  #latest-news h5 a {
  text-decoration: none;
  }
  #latest-news .e-loop-item .elementor-widget-theme-post-excerpt p:last-child:after {
  content: '...';
  }
  #terms-divider {
	line-height: 0px;
}
/*End of Home page styles/
/*Other pages styles */
form[name="Connect with Ribal Al-Assad"] button svg {
margin-top: 1.5px;
transition: 0.1s ease-in;
}
form[name="Connect with Ribal Al-Assad"] button:hover svg {
transform: translateX(50%);
}
span.last-name {
white-space: nowrap;	
}
.e-loop-item {
	position: relative;
}

.e-loop-item .e-con.e-parent, .e-loop-item .e-con.e-child {
	position: initial;
}
#key-issues-grid .e-loop-item:last-child .e-con-full {
	border-bottom: none;
 align-items: flex-start;
}
#key-issues-grid .e-loop-item:nth-child(odd) > .e-con-full {
	flex-direction: row-reverse;
}

#latest-left-grid a.e-con-full, #latest-right-grid a.e-con-full {
	text-decoration: none !important;
}


#latest-right-grid  h5:hover, #latest-left-grid h3:hover  {
	text-decoration: underline;
}
#latest-left-grid .elementor-icon-box-wrapper, #latest-right-grid .elementor-icon-box-wrapper {
	justify-content: flex-start;
	flex-direction: row;
}
#latest-left-grid .elementor-icon-box-wrapper:hover, #latest-right-grid .elementor-icon-box-wrapper:hover {
	gap: 10px;
}
#latest-left-grid .elementor-icon-box-icon, #latest-right-grid .elementor-icon-box-icon {
	order: 2;
}
#latest-left-grid .elementor-widget-icon-box .elementor-icon-box-content, #latest-right-grid  .elementor-widget-icon-box .elementor-icon-box-content {
flex-grow: unset;
}
#latest-right-grid .e-loop-item:nth-of-type(3) a {
	border-bottom: none !important;
}

/*End of Other pages styles*/
/*Archives & Single Posts styles*/
/*#latest-archive-loop .e-loop-item .e-con-full, #latest-archive-loop .e-loop-item div.e-child {
	background-color: #fff;
}
#latest-archive-loop .elementor-widget-image img {
	border-radius: 6px;
} 

#latest-archive-loop .e-loop-item > div > div:last-child {
	padding-left: 0;
	padding-right: 0;
} */
#latest-archive-loop .elementor-pagination .page-numbers {
	padding: 10px;
	text-decoration: none; 
}

#latest-archive-loop .elementor-pagination .current, #latest-archive-loop .elementor-pagination .page-numbers:hover {
	border-bottom: 2px solid #E9AF46;
}
#latest-archive-loop .elementor-pagination a.prev, #latest-archive-loop .elementor-pagination a.next {
	text-decoration: underline;
}
#latest-archive-loop .elementor-pagination span.prev, #latest-archive-loop .elementor-pagination span.next {
	text-decoration: none;
} 
#latest-archive-loop .elementor-pagination .prev:hover, #latest-archive-loop .elementor-pagination .next:hover  {
	color: #E9AF46;
	border-bottom: none;
}
#categories-list h5 {
	display:none;
}
#categories-list ul {
	list-style: none;
	display: flex;
	gap: 40px;
	text-transform: uppercase;
	font-size: 1rem;
    font-weight: 400;
    line-height: 110%;
	padding-left: 0;
}
#categories-list ul li a {
	text-decoration: none;
	color: #1D1D1D;
}
#categories-list ul li a:hover {
	text-decoration: underline;
}
/*End of Archives & Single Posts styles*/
/*Responsive styles*/
@media only screen and (min-width: 1500px) {
    #prefooter > div > div {
        max-width: 720px;

    }
  #prefooter > div:first-child > div {
            margin-left: auto;
  }
  	#bio-photo {
	min-height: 80vh;
	}
	#get-in-touch-container {
		max-width: 767px;
	}
	#get-in-touch-picture {
		background-position: bottom center;
	}
	body.archive.category .e-loop-item .elementor-widget-theme-post-featured-image  img {
		object-position: 50% 35%;
	}
}
@media only screen and (max-width: 1440px) {
 
}

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

@media only screen and (max-width: 1024px) {
    #latest-news .elementor-grid {
grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
}
#latest-news .e-loop-item:nth-of-type(1) {
    grid-column: 1 / 3;
    grid-row: 1;     
}
#latest-news .e-loop-item:nth-of-type(2){
     grid-column: 3/ 6; 
    grid-row: 1;       
}
#latest-news .e-loop-item:nth-of-type(3){
     grid-column: 2 / 4; 
    grid-row: 2;        
}
 #latest-news .e-loop-item:nth-of-type(1) img  {
    max-height: 240px;
    object-fit: cover;
    }
    #latest-news .e-loop-item:nth-of-type(2) .elementor-widget-button, 
 #latest-news .e-loop-item:nth-of-type(3) .elementor-widget-button {
 display: block;
 }
 #latest-news .e-loop-item:nth-of-type(1) h5.elementor-heading-title {
 font-size: 1.25rem;
 }
 body.archive.category .e-loop-item .elementor-widget-theme-post-featured-image  img {
		object-position: 50% 35%;
	}
 #key-issues .elementor-swiper-button-next {
    right: 30px;
}
#key-issues .elementor-swiper-button-prev {
  right: calc(30px + 30px);
}
#related-posts-loop .elementor-widget-theme-post-featured-image img {
		height: auto !important;
	}
}


@media only screen and (max-width: 767px) {
  html {
    font-size: 90%;
  }
  header nav ul > li.menu-item-31 {
display: block !important;
}
  #latest-news .elementor-grid {
grid-template-columns: 1fr;
    grid-template-rows: auto;
}
#latest-news .e-loop-item:nth-of-type(1) {
    grid-column: 1;
    grid-row: 1;     
}
#latest-news .e-loop-item:nth-of-type(2){
     grid-column: 1; 
    grid-row: 2;       
}
#latest-news .e-loop-item:nth-of-type(3){
     grid-column: 1; 
    grid-row: 3;        
}
#categories-list ul {
flex-wrap: wrap;
gap: 20px;
justify-content: center;
}
.regular-posts .elementor-icon-box-wrapper, #latest-left-grid .elementor-icon-box-wrapper, #latest-right-grid .elementor-icon-box-wrapper {
	display: flex;
	flex-direction: row !important;
		justify-content: flex-start;
gap: 5px;
	align-items: flex-start;
}
.regular-posts .elementor-icon-box-icon,	#latest-left-grid  .elementor-icon-box-icon, #latest-right-grid  .elementor-icon-box-icon {
		margin-top: 2px;
		margin-left: 0px;
	}
	#latest-left-grid .e-loop-item {
		padding-bottom: 1.875rem; border-bottom: 1px solid #BABABA;
	}
}

@media only screen and (max-width: 500px) {
 html {
  font-size: 80%;
 }
}

/*End of Responsive styles*/
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
