/*
Theme Name: Red Flag Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/


/* Colours 
	Dark Red : #912826
	Main Red : #b01f23
	Light Red : #dd2227
	Grey : #38393a
	Yellow# f3ce0f */

/* Drop Shadow */
.white-shadow h1 { text-shadow: 2px 2px 2px #000000; }
.white-shadow h4 { text-shadow: 2px 2px 2px #000000; font-size: 50px!important; line-height: 60px!important; }

/* Navigation */
body #header-outer.transparent.dark-slide > header#top nav .sf-menu > li.current-menu-item > a {color: #dd2227!important;}
body #header-outer.transparent.dark-slide > header#top nav .sf-menu > li.current-page-item > a {color: #dd2227!important;}

body #header-outer.transparent.dark-slide > header#top nav > ul > li > a { color: white!important; }
body #header-outer.transparent.dark-slide > header#top nav > ul > li > a:hover { color: #dd2227!important; }

header#top nav > ul > li > a {  font-size: 16px!important;  font-weight: 600!important; }

/* Home SLider */
.swiper-slide .content p.transparent-bg span { font-size: 40px!important; line-height: 69px!important; padding: 8px 8px!important; }
.swiper-slide .content { width: 80%!important; margin-left: 10%!important; margin-right:10%!important; }

.swiper-slide .content p.transparent-bg  {
    padding: 4px 0px;
    display: box;
    position: relative;
    left: 10px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
    -o-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
    line-height: 45px;
    -webkit-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}

.home-slide .swiper-slide .content p.transparent-bg span  {
    padding: 4px 0px;
    display: inline;
    position: relative;
    left: 10px;
    background: none repeat scroll 0 0 transparent!important);
    box-shadow: 0px 0 0 rgba(0, 0, 0, 0.0), 0px 0 0 rgba(0, 0, 0, 0.0)!important;
    -moz-box-shadow: 0px 0 0 rgba(0, 0, 0, 0.0), 0px 0 0 rgba(0, 0, 0, 0.0)!important;
    -webkit-box-shadow: 0px 0 0 rgba(0, 0, 0, 0.0), 0px 0 0 rgba(0, 0, 0, 0.0)!important;
    -o-box-shadow: 0px 0 0 rgba(0, 0, 0, 0.0), 0px 0 0 rgba(0, 0, 0, 0.0)!important;
    line-height: 45px;
    -webkit-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}

.home-slide .swiper-slide .content p.transparent-bg span {
  padding: 4px 0px;
  display: inline;
  position: relative;
  left: 10px;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.0);
  box-shadow: 10px 0 0 rgba(0, 0, 0, 0.0), -10px 0 0 rgba(0, 0, 0, 0.0);
  -moz-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.0), -10px 0 0 rgba(0, 0, 0, 0.0);
  -webkit-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.0), -10px 0 0 rgba(0, 0, 0, 0.0);
  -o-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.0), -10px 0 0 rgba(0, 0, 0, 0.0);
  line-height: 45px;
}

/* General */
body p { font-size: 15px!important; }
body #header-outer { background-color: black!important; }

/* How */
.mejs-controls {display: none!important;}


/* Who */
.nectar-flip-box .flip-box-back .inner{ padding: 30px; }
.nectar-flip-box .flip-box-back .inner p {font-size: 14px!important; line-height: 20px!important; }
.flip-box-back p { font-size: 12px!important; }
.flip-box-back h6 { color: #252525; }
.flip-box-front h5 { color: white; background-color: rgba(0, 0, 0, 0.5); padding: 10px!important;}
.flip-box-front h5:hover { color: #b01f23;}

.nectar-flip-box .flip-box-front .inner {  padding: 170px 0 0 0; }

.flip-box-front {  
	border-top: 80px black solid!important;
	border-right: 40px black solid!important; 
	border-bottom: 80px black solid!important; 
	border-left: 40px black solid!important;  }

.flip-box-front { min-height: 420px!important; max-height: 420px!important; }
.flip-box-back { min-height: 420px!important; max-height: 420px!important; }

.wpb_row.team {margin-bottom: 10px!important;}

	/* Where */
  body .where a { font-weight: 600!important; }


/* ----------- Responsiveness ------------------------------------------------------------------ */

/* Copied from theme style sheet */
@media only screen and (max-width: 690px){  
  .white-shadow h1 { font-size: 40px!important;  line-height: 50px!important; }
  .white-shadow h4 { font-size: 20px!important;  line-height: 30px!important; }
  .where { padding-left: 3%!important; }
  
  #slide-out-widget-area .inner .off-canvas-menu-container li a { font-size: 30px!important; line-height: 40px!important; }
  #slide-out-widget-area .inner .off-canvas-menu-container li  { padding-bottom: 20px!important }
  
  .ms-layer h3 { font-size: 20px!important; line-height: 30px!important; } 
  .what .divider-wrap { display: none!important; }

@media only screen and (max-width: 1000px) and (min-width: 1px) {
  .wpb_row .span_12 > .col.padding-5-percent {padding: 0%!important;}
}



}


/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
  .sema-1 h3 { font-size: 20px!important; line-height: 30px!important; }

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
   .sema-1 .nectar-animated-title h3 { padding: 0; }
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
.flip-box-front { min-height: 230px!important; max-height: 230px!important; }
.flip-box-back { min-height: 230px!important; max-height: 230px!important; }
.nectar-flip-box .flip-box-back .inner h6 {  font-size: 14px; line-height: 16px; margin-bottom: 5px; }
.nectar-flip-box .flip-box-back .inner { padding: 20px!important; }
.flip-box-front {  
  border-top: 0px black solid!important;
  border-right: 50px black solid!important; 
  border-bottom: 0px black solid!important; 
  border-left: 50px black solid!important;  }

  .sema-2 h4 { font-size: 20px!important; line-height: 30px!important; }

}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
    body h3 { font-size: 30px!important; }

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
    .flip-box-front { min-height: 230px!important; max-height: 230px!important; }
.flip-box-back { min-height: 230px!important; max-height: 230px!important; }
.nectar-flip-box .flip-box-back .inner h6 {  font-size: 14px; line-height: 16px; margin-bottom: 5px; }
.nectar-flip-box .flip-box-back .inner { padding: 20px!important; }
.flip-box-front {  
  border-top: 0px black solid!important;
  border-right: 50px black solid!important; 
  border-bottom: 0px black solid!important; 
  border-left: 50px black solid!important;  }

}

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {     .swiper-slide .content p.transparent-bg span { font-size: 40px!important; line-height: 69px!important; padding: 8px 8px!important; }


}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
.nectar-flip-box .flip-box-back .inner h6 {  font-size: 14px; line-height: 16px; margin-bottom: 5px; }
.nectar-flip-box .flip-box-back .inner { padding: 25px!important; }
}


/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
.nectar-flip-box .flip-box-back .inner h6 {  font-size: 14px; line-height: 16px; margin-bottom: 5px; }
.nectar-flip-box .flip-box-back .inner { padding: 25px!important; }

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

body .where h4 { font-size: 20px!important; line-height: 25px!important;}
.nectar-flip-box .flip-box-back .inner { padding: 20px!important; }
.nectar-flip-box .flip-box-back .inner p {font-size: 13px!important; line-height: 17px!important; }
.nectar-flip-box .flip-box-back .inner h6 {  font-size: 13px; line-height: 16px; margin-bottom: 5px; }
.flip-box-front {    border-right: 20px black solid!important;    border-left: 20px black solid!important; }
}

/* ----------- Non-Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
body .where h4 { font-size: 20px!important; line-height: 25px!important;}
.nectar-flip-box .flip-box-back .inner p {font-size: 13px!important; line-height: 17px!important; }
.nectar-flip-box .flip-box-back .inner h6 {  font-size: 13px; line-height: 16px; margin-bottom: 5px; }

.flip-box-front { min-height: 380px!important; max-height: 380px!important; }
.flip-box-back { min-height: 380px!important; max-height: 380px!important; }
.nectar-flip-box .flip-box-front .inner {  padding: 150px 0 0 0; }

}

/* ----------- Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) { 
}

/* -------------- */

@media screen 
  and (max-device-width: 690px) {
body .home-slide .nectar-slider-wrap[data-fullscreen="true"] .swiper-slide .content p.transparent-bg span { font-size: 20px!important; line-height: 24px!important }
}

@media screen 
  and (max-device-width: 690px) {
body .home-slide .nectar-slider-wrap[data-fullscreen="true"] .swiper-slide .content p { font-size: 20px!important; line-height: 24px!important; padding: 20px 10px 10px 0px!important}
}






























	





















	





















	




