/* 
Theme Name: AlMada
Author: Surajit Kayal
Description: Custom WP Theme (Arabic)
*/

body {
	text-align: right;
	font-size: 15px;
	font-family: 'FontBody';
}

body.thisPage {
	/*background: url(images/page-bg.png) no-repeat top left #0A4D54 !important;
	background-size: 30% !important;*/
	background: transparent;
}

.bg-black2-grad {
  background: url(images/almada-pattern1-ar.svg) no-repeat top right #1a1a1a !important;
  background-size: 35% !important;
  color: #fff;
}
.bg-purple-grad2 {
  background: url(images/amd-bg2-ar.png) no-repeat top left #5C18EF !important;
  background-size: 180% !important;
  color: #fff;
}
.bg-purple-grad3 {
  background: url(images/almada-pattern1-ar.svg??) no-repeat top right #5C18EF !important;
  background-size: 100% !important;
  color: #fff;
}
.bg-purple-grad {background: linear-gradient(-220deg, #5C18EF, #1E0F72) !important;color: #f2f2f2 !important;}

.bg-indigo-grad2 {
  background: url(images/almada-pattern2-ar.svg?) no-repeat top right #1E0F72 !important;
  background-size: 50% !important;
  color: #fff;
}
.bg-purple-grad4 {
  background: url(images/almada-pattern2.svg??) no-repeat top left #5C18EF !important;
  background-size: 45% !important;
  color: #fff;
}

.bg-lavendar-grad {
  background: url(images/almada-pattern3.svg??) no-repeat bottom left #fff !important;
  background-size: 70% !important;
  transition: all .3s ease-out;
}
.bg-lavendar-grad:hover {
  background: url(images/almada-pattern3.svg??) no-repeat center #fff !important;
  background-size: 120% !important;
  transition: all .3s ease-out;
}

.bg-lavendar-grad2 {
  background: url(images/almada-pattern4.svg??) no-repeat top left #D4CAFF !important;
  background-size: 80% !important;
}

p, li {
	line-height: 31px !important;
}
h1, h2, h3 {
	font-family: 'FontHead1';
}
h3, h4, h5, h6 {
	font-family: 'FontHead2';
}

p.large,
.large li,
.page-highlight p {
	font-size: 21px !important;
	line-height: 31px;
	margin-bottom: 30px;
}
.section-page {

}
.section-page.home h1 {
	font-size: 82px;
	line-height: 117px;
	margin-bottom: 10px;
}
.section-page.home .btn {
	margin-left: 30px;
	margin-right: 0;
	margin-bottom: 20px;
}

.navbar-nav {
  display: flex;
  justify-content: center;
  width: 100%;
}

.navbar-default .navbar-nav > li > a {
	text-transform: none;
	font-size: inherit;
}


.line {
  margin: 12px auto;
}
.menu-end {
	text-align: left;
	margin-top: 31px;
}
.shrinked .menu-end {
	margin-top: 33px;
}
.menu-end li {
	margin-right: 20px;
	margin-left: 0;
}
.hamburger {
	right: auto;
	left: 15px;
	text-align: left;
	top: 10px;
}

#navbar-last {
  float: left;
  margin-left: -20px !important;
  margin-right: 0 !important;
}
.menu-overlay {
}
.menu-overlay p,
.menu-overlay h1,
.menu-overlay h2,
.menu-overlay h3 {
	text-align: right;
}
.menu-overlay .closebtn {
  	right: auto;
  	left: 30px;
}
.overlay-content li {
	letter-spacing: 0;
	text-transform: none;
	font-size: 18px;
}

.slick-next::before {
	transform: rotate(0deg);
}
.slick-prev::before {
    transform: rotate(180deg);
}


.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
	text-align: right;
}


.checked,
.crossed,
.tagged,
.contact-list {
	padding: 0;
	list-style: none;
}

.checked li {
	background: url(images/tick.svg) right 3px no-repeat;
	background-size: 24px;
	padding-right: 40px;
	padding-left: 0;
	margin-bottom: 20px;
	line-height: inherit;
}
.checked.invert li {
	background: url(images/tick-white.svg) right 3px no-repeat;
	background-size: 24px;
	padding-right: 40px;
	padding-left: 0;
	margin-bottom: 20px;
	line-height: inherit;
}
.crossed li {
	background: url(images/cross.svg) right 2px no-repeat;
	background-size: 24px;
	padding-right: 40px;
	padding-left: 0;
	margin-bottom: 20px;
	line-height: inherit;
}

.accordion:after {
  float: left;
  margin-right: 5px;
  margin-left: 0;
}


.tagged li {
	padding: 4px 5px;
	padding-right: 0;
	padding-left: 10px;
	margin: 8px;
}
.tagged li:before {
	margin-top: 10px;
}


.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
  text-align: right !important;
  direction: rtl !important;
}
.wpcf7-form select {
  padding-bottom: 15px;
  line-height: 32px;
  padding-top: 13px;
}

.contact-list li {
	border-right: 4px solid #D4CAFF;
	border-left: 0;
}

.text-left {
	text-align: left !important;
}


.panel-pillar .content {
  min-height: 180px;
}

.panel-testimonails p.text-right {
	text-align: left !important;
}

/* ############################################### RESPONSIVE VIEW ###################################################### */
@media only screen and (max-width: 768px) {
	body {
		overflow-x: hidden !important;
    	width: 100% !important;
	}
	body.thisPage {
		background-size: 80% !important;
	}
	.bg-black2-grad  {
		background-size: 80% !important;
	}
	footer {
		background-position: top right !important;
		background-size: 15% !important;
	}
	#header .logo-text {
		position: absolute;
		top: 32px;
		left: auto;
		right: 115px;
	}
	#header .logo-text img {
		display: inline;
		width: 90px;
		height: auto;
	}
	#header.shrinked .logo-text {
		position: absolute;
		top: 30px;
		left: auto;
		right: 95px;
	}
	#header.shrinked .logo-text img {
		display: inline;
		width: 72px;
		height: auto;
	}
	.section-page {
		padding-top: 60px !important;
		padding-bottom: 40px !important;
		margin: 0;
	}

	.menu-overlay .text-right {
	    text-align: right;
	}
	p.large,
	.page-highlight p {
		font-size: 17px !important;
		line-height: 23px;
	}

	.tabbed .panel-services.inner.mobile.active:after  {
		content: '';
		height: 50px;
		width: 1px;
		display: block;
		background: rgba(208, 249, 98, 0.4);
		position: absolute;
		bottom: -50px;
		margin: 0 auto;
		transform: translate(0%, 0);
		right: 50%;
		left: auto;
	}
}
