/*
Theme Name: Hope for the nations
Theme URI: http://www.devma.io/themes/hope-for-the-nations
Author: Faheem Mehmood
Author URI: http://www.devma.io
Description: Hope for the nations theme is built specifically for a church in UK.
Version: 1.0
Text-domain: fancy-lab
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: e-commerce, custom-menu, custom-logo, featured-images, footer-widgets, theme-options, translation-ready, blog, right-sidebar, sticky-post, threaded-comments
*/


/* Header - Main Menu */
*{
    margin: 0;
    padding: 0;
}
.top-bar {
    background: #03223c;
    padding: 5px 0;
}
.copyright {
     background: #03223c;
    padding: 10px 0;
}
.header-flex {
    display: flex;
    justify-content: space-between;
    align-items:center;
}
.username-for-social-media-icons {
    font-size: 30px;
    font-weight: 600;
    color: white;
    vertical-align: middle;
        margin-left: 20px;
}
.copyright-text {
    color: #fff;
}
.social-media-icons {
    color: white;
    font-size: 25px;
}
.page-container {
    width: 100%;
    display: block;
}
.page-main-container {
    max-width: 100%;
}
body {
font-family: 'Lato', sans-serif;
}
.media-title {
    padding-top: 50px;
    text-align:center;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: bold;
}
.bg-css {
    background: url(img/1.JPG);
    height: 50vh;
    background-position: bottom;
}
.bg-css-1 {
    background: url(img/1.JPG);
    height: 50vh;
    background-position: bottom;
}
.brand {
    max-width: 180px;
    width: 100%;
}
.top-nav {
    background: #053966;
}
.main-menu{

    margin: auto;
}
.main-menu ul{  
    display: flex;
    justify-content: center;   
    margin-bottom: 0;
    list-style:none; 
}

.main-menu ul li{ 
    padding: 9px 15px;
    font-size: 17px;
    text-transform: uppercase;
}
.main-menu ul li a {
    color: white;
}

.main-menu ul li:last-child{ 
    margin: 0; 
}

/* Footer - Footer Menu */
.footer-menu ul, .footer-widgets ul{ 
    list-style: none; 
    padding: 0; 
    margin: 0; 
    font-size: 16px; 
}

.footer-menu ul li{ 
    display: inline; 
    margin: 0 10px 0 0;
}

.footer-menu ul li:last-child{ 
    margin: 0; 
}

.footer-menu ul li a{ 
    color: #939393; 
    text-decoration: none;
}

.footer-menu ul li.current-menu-item a{ 
    color: #ff9292; 
}

/* General */

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}
.section-widgets {
    padding: 30px 0;
    background: #f7f7f7;
}
.widget-heading {
    text-align:center;
    font-size: 20px;
    color: #8e1919;
    font-weight: 600;
    padding-top: 20px;
}
.shop-icon {
    width: 80px;
    height: 80px;
    background-image: url('img/263142.png');
    background-size:cover;
    margin:0 auto;
}
.play-icon {
    width: 80px;
    height: 80px;
    background-image: url('img/video-play.png');
    background-size:cover;
    margin:0 auto;
}
.event-icon {
    width: 100px;
    height: 80px;
    background-image: url('img/img_500780.png');
    background-size:cover;
    margin:0 auto;
}
.subscribe-box {
    padding: 90px 0;
    background-image: url('img/CR2.jpg');
   
}
.subscribe-box-flex {
     display: flex;
    justify-content: space-between;
}
.subscribe-box-title {
    font-size: 26px;
    color: #8e1919;
    font-weight: bold;

}
.subscribe-box-button {
    font-size: 25px;
    background: #8E1919;
    color: white;

    align-items:center;
    padding: 8px 10px;
    display: inline-block
}
.section-hic {
    padding: 50px 0;
    background: #e3c1c1;
}
.hic-row:not(:last-child){
    padding-bottom: 50px;

}
.hic-widget-heading {
    font-size: 20px;
    font-weight: bold;
    color: #8e1919;
    text-transform: uppercase;
    text-align:center;
    padding-bottom: 10px;
}
.hic-widget-image {
    max-width: 400px;
    margin: 0 auto;
}
.widget-1-image {
    background-size: contain;
    margin:0 auto;
    width: 100%;
    height: 200px;
    background-image: url('img/image1.png');
}

.page-title-1 {
    background: linear-gradient(rgba(3, 35, 60,0.4), rgba(3, 35, 60,.8)),url(img/1.JPG);
    padding: 100px 20px;
    width: 100%;
    text-shadow: 5px 5px 5px #000;
    text-align: center;
    font-size: 60px;
    color: white;
    font-weight: bold;
    background-position: bottom;
    text-transform: uppercase;
}
.media-content {
    padding: 50px 0;
}
















