/*
 Theme Name:   WeatherCloud
 Description:  Asher Child Theme
 Template:     asher

*/

@import url("../asher/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
/* Remove auto header */

.table {
border: none !important;
}

.table td {
border: none !important;
}

.table {
border: none !important;
}

.colorarea {
	display: none !important;
}


/*TITLE SHADOWS*/
.sow-headline {
	text-shadow: none !important;
}

.sow-slider-image-wrapper {
	text-shadow: none !important;
}


.so-widget-sow-hero-default-2bb1c6911465 {
	text-shadow: none !important;
}

.sow-slider-base {
	text-shadow: none !important;
}

ul.sow-slider-images {
	text-shadow: none !important;
}

.sow-slider-image-wrapper h1 {
	text-shadow: none !important;
}

.sow-slider-image-wrapper h2 {
	text-shadow: none !important;
}

.sow-slider-image-wrapper h3 {
	text-shadow: none !important;
}

.sow-slider-image-wrapper h4 {
	text-shadow: none !important;
}

.sow-slider-image-wrapper h5
{
	text-shadow: none !important;
}

.sow-slider-image-wrapper h6  {
	text-shadow: none !important;
}

/*RESPONSIVE VIDEO*/
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* Limit size of logo */

a.navbar-brand img, .fixedmenu.tiny a.navbar-brand img {
    max-width:307px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 15px;
}

.fixedmenu {
max-height: 100%;
}

/* Color the Icons */

.fontawesome-icon.circle-white  {
    background-color: #E9901B;
    color: #FFF !important;
}
.icon-box-top i:hover {
    background-color: #16497d !important;
}

/* Color the Social Icons */

.pagedescrarea ul.social-icons li {
    background-color: rgba(0, 0, 0, 0.3);
border: 2px solid #fff;
}

/* increase size of slider caption */

.homeslider.fullwidth.flexslider {
width: 100%
}
.flex-caption .uppercase {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px;
    letter-spacing: 1px;
}

/* add margin to leads */
.lead {
margin: 40px 0;
}

/* modify title bar of fancy box */

.fancybox2.title {
    color: #fff;
    background:  #E9901B ;
padding: 20px;
line-height:1.2em;
}

/* color the buttons */

.sbutton .orange {
background: #E9901B !important;
}

/*align the bullets*/

.fa-li {
    top: 0.45em;
}

/* hide "comments off" on blog page */
.entry-meta .text-right i, .entry-meta .text-right span {
display:none;
}



/*limit size of logo on phone*/

@media screen and (max-width:320px) {
a.navbar-brand img, .fixedmenu.tiny a.navbar-brand img {
    max-width:280px;
}
}
@media screen and (max-width:320px) {
.navbar-brand {
padding: none;
}
}

@media screen and (max-width:260px) {
a.navbar-brand img, .fixedmenu.tiny a.navbar-brand img {
    max-width:200px;
}
}

@media screen and (max-width:260px) {
.navbar-brand {
padding: none;
}
}