/*
Theme Name: Amwal Child
Theme URI: http://creativewp.com/amwal
Author: creative-wp
Author URI: http://creativewp.com
Description: Amwal Child Theme.
Version: 1.0.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: amwal
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: amwal
*/
body {
    font-size: 16px;
	color: #000000;
}
.site-content {
    padding-top: 60px;
    padding-bottom: 60px;
}
.topbar {
    padding-top: 10px;
    padding-bottom: 0px;
	background-color: #19446e;
}
.topbar .fa {
    color: #fff;
}
.site-header {
	margin-top: 20px;
    margin-bottom: 20px;
}
.site-header .menu-logo .logo {
    width: 250px;
}
.single .page-header h1 {
    font-size: 46px;
}
.page-header {
    padding: 50px 0 50px;
}
.site-banner .breadcrumbs {
padding: 20px 0 0;
margin-top: 0px;
}
.title-block .sub-title {
    font-size: 16px;
}
.page-header:before {
    background-color: rgba(10, 44, 78, 0.7);
}
.title-block .top-title {
    display: none;
}
.topbar .topbar-right .widget {
    margin-bottom: 15px;
}
.social-links-widget a{
	color: #fbfbfb;
}
.comments-area {
    display: none;
}
.recent-posts-widget .recent-post {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 10px;
}
.service-sidebar .widget, .page-sidebar .widget, .team-sidebar .widget, .testimonial-sidebar .widget {
    background-color: #ecebeb;
}
.recent-posts-widget .recent-post .post-text .post-title {
    line-height: 1.5;
}
.wpcf7-form input.wpcf7-form-control, .wpcf7-form textarea.wpcf7-form-control {
    line-height: 22px;
}
.item-new-list .entry-content {
    background: #ffffff;
}
.link-button{
	background-color:#2ca3ca!important;
	margin-top: 25px;
	text-decoration: none;
	font-size: 13px;
	font-family: Poppins, Arial, sans-serif;
	color: #fff;
	line-height: 1;
	transition: all 0.3s ease;
	font-style: normal;
	display: inline-block;
	border-radius: 0;
}
.link-button a{
	color: #fff;
	padding: 14px 20px 12px;
	display:block!important;
}
.link-button a:hover{
	background-color:#0a2c4e!important;
}
.link-button span{
	display:block;
}

.pdf-download-button a{
	font-size:18px;
	display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.pdf-download-button a::before{
	font-family: FontAwesome!important;
	margin-right: 10px;
	content: "\f1c1";
	color:red;
}

/*NO LINKS ON FEATURED IMAGES*/
.entry-image {
	pointer-events:none;
}
.site-info {
    background-color: #000;
}
.prefooter{
	background-image:url(../../wp-content/uploads/2019/05/ad-astra-home-bg-cta.jpg);
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover; 
	padding:120px 20px;
}

@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) {
	.single .page-header h1 {
    font-size: 36px;
}
.site-banner h1 {
    font-size: 36px;
}

.topbar-right-hide{
		height:0px;
	display:none;
	}
	.topbar-right{
		margin-top:-500px;
		display:none;
		}
	#social-links-widget-1{
		display:none;
		}
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.single .page-header h1 {
    font-size: 26px;
}
.site-banner h1 {
    font-size: 26px;
}
.amwal-services-carousel.services-style-2 .owl-controls {
    bottom: -25px;
}
}
/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	.single .page-header h1 {
    font-size: 22px;
}
.site-banner h1 {
    font-size: 22px;
}

}

