/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/* 
font-family: "News Cycle", sans-serif;  => 400 & 700
font-family: "Poppins", sans-serif; => 100 to 900
*/
:root {
  --the7-links-color: #07467f!important;
} 

.vc_custom_heading.vc_do_custom_heading.heading1 { 
    margin: 0 0 50px !important; font-family: 'News Cycle' !important; color: #07467f !important; 
    font-size: 65px !important; line-height: 1 !important; clear: both; width: 100%; display: block; 
    font-weight: 700 !important; 
}
.vc_custom_heading.vc_do_custom_heading.heading1b { 
    margin: 0 0 50px !important; font-family: 'News Cycle' !important; color: #07467f !important; 
    font-size: 60px !important; line-height: 1 !important; clear: both; width: 100%; display: block; 
    font-weight: 700 !important; text-transform: uppercase; 
}
.vc_custom_heading.vc_do_custom_heading.heading1b.mb0px { margin: 0 0 0px !important; }
.vc_custom_heading.vc_do_custom_heading.heading1b.mb5px { margin: 0 0 5px !important; }
.vc_custom_heading.vc_do_custom_heading.heading1b.mb10px { margin: 0 0 10px !important; }
.vc_custom_heading.vc_do_custom_heading.heading1b.mb20px { margin: 0 0 20px !important; }
.vc_custom_heading.vc_do_custom_heading.heading1b.mb30px { margin: 0 0 30px !important; }
.vc_custom_heading.vc_do_custom_heading.heading1b.mb35px { margin: 0 0 35px !important; }

.vc_custom_heading.vc_do_custom_heading.heading2a { 
    margin: 0 0 50px !important; font-family: 'News Cycle' !important; color: #07467f !important; 
    font-size: 48px !important; line-height: 1.2 !important; clear: both; width: 100%; display: block; 
    font-weight: 700 !important; text-transform: none!important; 
}
.vc_custom_heading.vc_do_custom_heading.heading2b { 
    margin: 0 0 50px ; font-family: 'News Cycle' !important; color: #07467f !important; 
    font-size: 36px !important; line-height: 1.2 !important; clear: both; width: 100%; display: block; 
    font-weight: 700 !important; text-transform: none!important; 
}


div#event_image {
    border: 1px solid #ddd;
}

#banner_heading_text {
    
    display: flex;
    flex-direction: column;
  }
  #banner_heading_text {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: flex-end !important;
   
  }

  #banner_heading_text em, #banner_heading_text strong {
    display: block !important;
    width: 100% !important;
  }
  #banner_heading_text em {
    font-size: 31px !important;
    font-style: normal !important;
    line-height: 36px !important;
    letter-spacing: 0em !important;
    font-weight: 400 !important;
    text-indent: -0.6em !important;
  }
  #banner_heading_text strong {
    display: block !important;
    float: left !important;
    width: 100% !important;
    font-size: 60px !important;
    letter-spacing: 0em !important;
  }

  #SR7_1_1-1-5 {
    width: 98% !important;
    max-width: 1760px !important;
  }

  #banner_heading_text {
    text-shadow: 0 0 6px rgba(0,0,0,0.8);
  }

  footer#footer {
    position: relative;
  }

  footer#footer::before, footer#footer::after {
    content: " ";
    display: block;
    height: 100%;
    width: 25%;
    position: absolute;
    top: 0;
  }
  footer#footer::before {
    left: 0; background-image: url(images/footer_left.png);
    background-repeat: no-repeat; background-position: 0 0;
    background-size: cover; background-position: right center;
}
  footer#footer:after {
    right: 0; background-image: url(images/footer_right.png);
    background-repeat: no-repeat; background-position: 0 0;
    background-size: cover; background-position: left center;
  }





/* =======================================================================================================================
====================================================================================================================== */

div#home_top_banner_content_row .wpb_wrapper {
    display: flex;
    justify-content: flex-end;
}

div#home_top_banner_content_row {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    max-width: 1580px;
    right: 0;
    margin: 0 auto 140px;
}

div#home_top_banner_content_row .wpb_wrapper {
    display: flex;
    justify-content: flex-end;
}

div#home_top_banner_content_row .home_banner_title {
    font-family: 'News Cycle' !important;
    color: #fff!important;
    font-size: 60px !important;
    line-height: 1 !important;
    clear: both;
    width: auto;
    display: block;
    font-weight: 700 !important;
    text-transform: uppercase;
}

div#home_top_banner_content_row .home_banner_title em {
    font-size: 31px !important;
    font-style: normal !important;
    line-height: 36px !important;
    letter-spacing: 0em !important;
    font-weight: 400 !important;
    text-indent: 0 !important;
    position: relative;
    left: -8px;
}

div#home_top_banner_content_row .home_banner_title em, div#home_top_banner_content_row .home_banner_title strong {
    width: 100%;
    display: block;
}




.vc_custom_heading.vc_do_custom_heading.privacy_title {
    font-weight: 500;
    font-size: 32px;
}

