/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/*styling the twitter feed*/
#ctf p.ctf-media-link, #ctf p.ctf-tweet-text {
       font-size: 14px !important;}

#ctf .ctf-tweet-actions, #ctf .ctf-tweet-content {
    margin-left: 3px !important;
}

#ctf.ctf-boxed-style .ctf-item {
    padding: 10px;
	border:1px solid orange !important;
    }

#ctf .ctf-header.ctf-header-type-text {
    font-size: 24px;
    text-align: center !important;
    font-family: 'Saira Condensed' !important;
    font-weight: 400;
	color:white !important;
    }

#ctf.ctf-list.ctf-boxed-style .ctf-header, .ctf-list.ctf-boxed-style .ctf-item {
    margin-bottom: 0px; 
}

#ctf.ctf-super-narrow .ctf-more span {
    color: orange !important;
}

/*retweet content remove the left side padding*/
#ctf.ctf-narrow .ctf-context {
   padding-left: 0px;
}

/*------------this is css for the episodes page-------------*/

/* youtube stream*/
/*title shown in the large youtube player*/
.ayg-player-caption .ayg-player-title {
        font-family: 'Saira Condensed';
	    font-size:30px;
}
/*hide the description in the large youtube player*/
ayg-description.ayg-player-description {
    display: none;
}

/*main player background color and padding*/
.ayg-player {
    padding: 20px;
    background-color: #EE8C4D;
}

/*applies to each video square*/
.ayg-thumbnail {
    background-color: #ee8c4d;
    padding: 10px;    
	}

/*the line height inside each video block*/
.ayg-thumbnail .ayg-thumbnail-title {
    line-height: 1.3;
	color: black;
    font-family: 'Saira Condensed';
	font-weight:500;
	font-size:1em;
    }

/*for the Jay page and Bilal page give the background an orange color*/
.page-id-755 .elementor-element.elementor-widget.elementor-widget-image, .page-id-1119 .elementor-element.elementor-widget.elementor-widget-image{
    background-color: #ee8c4d;
}


/**css for the contact 7 form**/

/*make a 2 column form*/
#left{width:47%;
   float:left;
   margin-right:6%;
   }

#right{width:47%;
   float:right;
	}

.clearfix:after{
	content:"\0020";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden;
	}

clearfix{display:block;}
/*end of code for 2 column form*/

/*remove the spacing between the two column and the one column section -there is extra spacing*/
.wpcf7 form>div, .wpcf7 form>p {
    margin-bottom: 0;
}


/*change the labels in the form*/
label, legend {
    font-size: 1em;
    font-family: 'Saira Condensed';
}

/*give the form a background color*/
div#wpcf7-f4018-p3721-o1 {
    background-color: #ee8c4d;
    padding: 20px;
}

.wpcf7 input.wpcf7-form-control:not([type=submit]), .wpcf7 textarea.wpcf7-form-control {
    padding: 5px 10px;
}

/*decrease the height of the input boxes in the form*/
input[type="text"], input[type="number"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type=reset], input[type=tel], input[type=date], select {
    height: 30px;
}

/*format the submit button a dark yellow and more...*/
.ast-button, .button, input[type=button], input[type=submit] {
    padding: 10px 20px !important;
    background-color:#e9c166;
	border:1px solid black;
	color:black;
	font-family:'Saira Condensed';
	font-size:19px;
    }

/* on hover have the button brighten to a lighter yellow*/
.ast-button, .button, input[type=button], input[type=submit]:hover {
	background-color:#F2D66A;
	border:1px solid black;
	color:#C7076C;
}
