/*
Theme Name: Megatheme
Theme URI: www.brightervision.com
Description: This is version 1.1.2 of Brighter Vision's Megatheme.
Author: Brighter Vision
Author URI: http://www.brightervision.com
Template: genesis
Text Domain: Megatheme

Version: 1.1.2

Megatheme is a Genesis child theme owned and designed by Brighter Vision. 
The use of this child theme is reserved only for Brighter Vision customers.
*/

/* Default Styling - Do not edit */

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clear {
    clear: both;
}

/* Add all custom styling below */
/*------------------------------*/
.slider-content h1{                    /*added on 11/11/20 ali*/
text-shadow: 2px 2px 5px #000!important;
}
.home-slider-wrapper .home-slider_slide .slider-content .slide-excerpt {
    color: #fff;
    text-shadow: 2px 2px 5px #000!important;
}
.slider-btn{
text-shadow: 2px 2px 5px #000!important;
box-shadow: 2px 2px 5px #000!important;
}
.slider-btn:hover{
text-shadow: none!important;
}
.section-welcome-personal .row.position-left .col-image {           /*added on 11/11/20 ali*/ 
    padding-right: 30px;
    padding-top: 50px!important;
}

@media (max-width:900px){          /*added on 11/18/20 ali*/ 
.header-inner.in_content[data-size=standard] .attachment-post-thumbnail {
    height: 135px!important;
}
}