/*
Theme Name: UAVA Template
Theme URI: http://www.loveidee.com
Author: Shaun Taylor
Author URI: http://www.loveidee.com
Description: Bespoke theme created for UAVA.
*/

body {
  padding-top: 30px;
  padding-bottom: 20px;
  font-family:'Open Sans', sans-serif;
  color: #111111;
  letter-spacing: 0.5px;
}

.admin-bar .navbar-fixed-top {
	margin-top: 30px;
}



/* ------ TYPOGRAPHY -------*/

a {
  color: #229AD7;  
}

a:hover {
  color: #1d80b2;  
  text-decoration: underline;
}

p {
  font-weight: 300;
}

h1 {
  color:#292467;
  font-weight: 700;
}

h2 {
  color:#292467;
  font-weight: 700;
}

h3 {
  color:#DB006F;
  font-weight: 700;
}

h4 {
  color:#292467;
  font-weight: 700;
  margin-top: 40px;
}

/* ------ BULLETS -------*/

ul {
    list-style: none;
    padding:0;
    margin:0;
}

li { 
    padding-left: 1em; 
    text-indent: -.7em;
    margin-bottom: 10px;
}

li:before {
    content: "• ";
    color: #DB006F;
}


/* ------ FONT WEIGHTS -------*/

.font300  {font-weight: 300;}
.font300i {font-weight: 300; font-style: italic;}
.font400  {font-weight: 400;}
.font400i {font-weight: 400; font-style: italic;}
.font600  {font-weight: 600;}
.font600i {font-weight: 600; font-style: italic;}
.font700  {font-weight: 700;}
.font700i {font-weight: 700; font-style: italic;}
.font800  {font-weight: 800;}
.font800i {font-weight: 800; font-style: italic;}



/* ------ COLOURS -------*/

.light-blue {color:#229AD7;}
.dark-blue {color:#292467;}
.purple {color:#552576;}
.pink {color:#DB006F;}
.grey {color:#868686;}
.white {color:#ffffff;}




.btn-yourself {
  color: #fff;
  background-color: #DB006F;
  border: none;
  border-radius: 0;
  width: 100%;
  margin: 0 0 2px 0;
  padding:10px;
  text-align: left;
}

.btn-yourself:hover {
  color: #fff;
  background-color: #bd0060;
}


.btn-someone-else {
  color: #fff;
  background-color: #229AD7;
  border: none;
  border-radius: 0;
  width: 100%;
  margin: 0 0 2px 0;
  padding:10px;
  text-align: left;
}

.btn-someone-else:hover {
  color: #fff;
  background-color: #1f86bb;
}


.btn-professional {
  color: #fff;
  background-color: #552576;
  border: none;
  border-radius: 0;
  width: 100%;
  margin: 0 0 2px 0;
  padding:10px;
  text-align: left;
}

.btn-professional:hover {
  color: #fff;
  background-color: #411c59;
}





/* ------ HEADER -------*/

.header-strip {
  position: relative;
}


.header-logo img {
	max-width: 280px;
	height: auto;
}

.header-quick-exit img {
  max-width: 166px;
  height: auto;
}

.header-helpline {
  text-align: right;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.header-helpline {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.header-helpline p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.header-helpline a {
  color: #282765;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.page-header {
  margin: 0 0 20px;
}

.page-header img {
  width: 100%;
  height: auto;
}

.page-header-image img {
  width: 100%;
  height: auto;
}


.header-quick-exit-mobile {
    background-color: #DB006F;
    width: 100%;
    position:fixed;
    top:0;
    width:100%;
    z-index:100;
    text-align: center;
}

.header-quick-exit-mobile img {
    background-color: #DB006F;
    width: 300px;
    height: auto;
}






/*------ SUB PAGE HEADERS ------*/

.page-title {
  width: 100%;
  background-color: #292467;
  margin: 0 0 20px 0;
  padding: 20px;
}

.page-title h1 {
  color: #ffffff;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}











/*------ MENU ------*/


/* navbar */

.navbar {
  border: none;
}

.navbar-default {
    background-color: #fff;
    border-top: 1px solid #eeeeee;
    margin: 30px 0 0 0;
    z-index: 1000;
}
/* title */
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5E5E5E;
}
/* link */
.navbar-default .navbar-nav > li {
    margin-bottom: 0;
}
.navbar-default .navbar-nav > li:before {
    content: none;
    margin-bottom: 10px;
}
.navbar-default .navbar-nav > li > a {
    color: #000000;
    padding: 15px 30px 15px 0;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #db006f;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #000;
    background-color: #dbdbdb;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #D5D5D5;
}
/* caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a .caret, 
.navbar-default .navbar-nav > .open > a:hover .caret, 
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}
/* mobile version */
.navbar-default .navbar-toggle {
    border-color: #552576;
   
    margin: 15px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #e0f0f9;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #292467;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 991px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
    }
}




.current-menu-item > a, .current-menu-parent > a {
  /*background-color: #db006f;
  /* ------ CURRENT PAGE - WORKS WITH BACKGROUND COLOUR BUT NOT TEXT COLOUR -------*/  
}
.current-menu-parent li a {
  background: inherit;
}
.current-menu-parent .current-menu-item a {
  color: #fff;
  font-weight: bold;
}





/*------ HACK TO MAKE THE MENU LINE UP 

.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
  margin-left: -15px;
}

------*/


/* ------ SUB MENU -------*/

@media (min-width:991px) {
	.sub-menu {
		display: none;
		position: absolute;
		background: #222;
		padding: 10px 15px;
		width: 200px;		
	}

	li:hover .sub-menu {
		display: block;
	}

}

.sub-menu {
  background-color: #DB006F;
  margin-left: -10px;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
}


.sub-menu li {
	margin-bottom: 10px;
	list-style: none;
}

.sub-menu li:last-child {
	margin-bottom: 0;
}

.sub-menu a  {
	color: #fdfdfd;
	text-decoration: none;
}

.sub-menu li:before {
    content: "" !important;
}

.sub-menu a:hover  {
	color: #fff;	
}	

.sidebar { 
	margin-top: 0;
	color: #444;
}

.sidebar h3 {
	color: #888;
}

.widget {
	margin: 10px 0 30px;
}

article.post {
	margin: 20px 0 40px;
}


/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}




/*------ CAROUSEL ------*/

.image-carousel {
  width: 100%;
}

.image-carousel li:before {
  content: none;
}


.carousel-caption {
  right: 15%;
  bottom: 30%;
  left: 42%;
  top: 2%;
  z-index: 10;

}

.carousel-caption h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 2.2em;
  text-align: left;
  text-shadow: none;
  margin:0 0 18px 0;
  padding:0 0 0 0;
}

.carousel-caption p {
  color: #fff;
  font-size: 1em;
  text-align: left;
  text-shadow: none;
  margin:0 0 0 0;
  padding:0 0 0 0;
}


.carousel-control {
  width: 5%;
}

.carousel-control.left {
  background-image: none;
}

.carousel-control.right {
  background-image: none;
}

.carousel-indicators {
  display: none;
}



/*------ BLOG ------*/


.blog-thumb img {
  float:left; 
  margin-right: 20px;
}





/*------ FOOTER ------*/

.footer-container {
  background-color: #eeeeee ;
  padding: 20px 0 0 0;
  margin:  30px 0 0 0;
  width: 100%;
  min-height: 200px;
}

.footer-logo {
  width: 68px;
  padding: 0 0 0 0;
}

.footer-logo img {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
}

.footer-logo a:hover {
  opacity: 0.8; 
}

.footer-nav {
    padding: 0 0 0 0;
}

.footer-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-nav li {
    list-style-type: none;
    display: inline;
    margin: 0 10px 0 0;
    padding-left: 0; 
}

.footer-nav li:before {
    content: none;
}

/*.footer-nav li:before > li:first-child {
    content: none;
}*/

.footer-nav a {
    color: #552576;
    background-color: none;
    list-style-type: none;
}

.footer-nav a:hover {
    opacity: 0.8;
    text-decoration: none;
    list-style-type: none;
}

.footer-nav .current-menu-item > a, .current-menu-parent > a {
  background: none; 
}


.copyright {
  padding: 0 0 0 25px;
}



.website-by {
  text-align: right;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.website-by a {
  color:#552576;
}







/*------ HOMEPAGE IMAGES ------*/

.homepage-image {
  margin-bottom: 20px;
}

.homepage-image img {
  width: 100%;
  height: auto;
}

.homepage-image-row .col-xs-12:last-child .item:last-child {

}





/*------ CALL TO ACTION STRIPS ------*/


.strip1 {
  width: 100%;
  background-color: #292467;
  text-align: center;
  margin: 0 0 3px 0;
  padding: 15px 15px;
}

.strip1 h3 {
  color: #fff;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-weight: 300;
}

.strip2 {
  width: 100%;
  background-color: #DB006F;
  text-align: center;
  margin: 0 0 3px 0;
  padding: 15px 15px;
}

.strip2 h3 {
  color: #fff;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.strip3 {
  width: 100%;
  background-color: #292467;
  text-align: center;
  margin: 0 0 3px 0;
  padding: 15px 15px;
}

.strip3 h3 {
  color: #fff;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-weight: 300;
}





.light-blue {color:#229AD7;}
.dark-blue {color:#292467;}
.purple {color:#552576;}
.pink {color:#DB006F;}
.grey {color:#868686;}
.white {color:#ffffff;}








/*------ TEST!! ------*/

.item-box
{
    float:left;
    width:50px;
    height:50px;
    background:blue;
    margin:2px;
}

.somegroup .col-md-66:last-child .item-box:last-child {
    background:red;
}


.image-strip {

}

.image-item {
  background-color: blue;
  width: 100%;
  height: 200px; 
}



.sidebar h3 {
  margin-top: 0;
}


.quick-links{
  margin-top:0;
}

.quick-links h3{
  margin-top: 0;
  margin-bottom:30px;
}

.quick-links-home{
  margin-top:13px;
}

.quick-links-home h3{
  margin-bottom:30px;
}





/*------ SLIDER ------*/

.home-slider {
  margin: 0 0 0 0;

}



/*------ EMAIL SIGNUP  ------*/

.email-signup {
  background-color: #292467; 
}

.email-signup {
  width: 100%;
  border: 1px solid #fff;
  padding:20px; 
  margin:20px auto 0 auto;
}

.email-signup p {
  display: inline-block;
  color: #ffffff;
}

.email-signup h3 {
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
  color: #ffffff;
}


.email-signup input[type="text"], input[type="email"], input[type="tel"], textarea {
  width: 300px;
  border: none;
  background-color: #ffffff;;
  padding: 4px 3px 4px 6px;
  height: auto;
  margin:0 10px 0 10px;
  color:#868686;
}

.email-signup  input[type="submit"] {
    border: none;
    color: #ffffff;
    background: #229AD7;
    padding: 5px 30px 5px 30px;
    text-decoration: none;
    margin-left: 20px;
}

.email-signup  input[type="submit"]:hover {
  background: #1987bf;
  text-decoration: none;
}


/*------ CONTACT FORM 7 ------*/


.contact-area .wpcf7 input[type="text"],
.contact-area .wpcf7 input[type="email"],
.contact-area .wpcf7 textarea
{
    background-color: #e9f8ff;
    color: #229AD7;
    width: 100%;
    border: none;
    padding: 10px 10px 10px 15px;
    margin: 0 0 0 0;
    font-weight: normal;
}

.contact-area .wpcf7 p {
  line-height: 30px;
  margin-top: 20px;
  font-weight: 700;
  color: #552576;
}

.contact-area .wpcf7 img {
  margin: 10px 0 10px 0;
}

.contact-area .wpcf7-submit {
  color: #ffffff;
  background-color: #229AD7;
  border: none;
  padding:5px 20px 5px 20px;
}

.contact-area .wpcf7-submit:hover {
  color: #ffffff;
  background-color: #1987bf;
  border: none;
  padding:5px 20px 5px 20px;
}


















/*------ MEDIA QUERIES ------*/




/* Large desktops and laptops */
@media (min-width: 1200px) {

  /* HEADER */
  .header-quick-exit-mobile {display: none;}

  /* FRONT PAGE */
  .quick-links-home {display: none;}

}




/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

  /* HEADER */
  .header-quick-exit-mobile {display: none;}
  .header-helpline p { font-size: 0.8em;}
 
  .carousel-caption h4 { font-size: 1.8em;}

  /* FRONT PAGE */
  .quick-links-home {display: none;}

}




/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

  /* HEADER */
  .header-quick-exit {display: none;}
  .header-logo {margin-top: 40px; }  
  .carousel-caption h4 { font-size: 1.4em;}
  .header-helpline p { font-size: 0.8em;}

   /* FOOTER */
  .footer-logo { margin:15px auto 0 auto; width: 50px;}
  .copyright { text-align: center; padding: 0; margin-top: 30px;}
  .footer-nav { text-align: center; margin:20px auto 0 auto; padding:0 0 0 0;}
  .website-by { text-align: center; margin-top: 20px;}

  /* FRONT PAGE */
  .strip1 h3 { font-size: 1em}
  .strip2 h3 { font-size: 1em}
  .strip3 h3 { font-size: 1em}
  .image-carousel h4 {font-size: 1.6em; right: 10%;}
  .image-carousel p {font-size: 0.8em;}
  .quick-links-home {display: none;}

  /* SUB PAGES */
  .page-title {margin-top: 15px;}
}




/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

  /* HEADER */
  .header-quick-exit {display: none;}
  .header-logo {text-align: center; padding: 0 0 0 0; margin-top: 40px; }
  .header-helpline {text-align: center; position: static; margin-top: 40px;}
  .carousel-caption h4 { font-size: 1.4em;}
  .header-helpline p { font-size: 0.8em;}

  /* FOOTER */
  .footer-logo { margin:15px auto 0 auto; width: 50px;}
  .copyright { text-align: center; padding: 0; margin-top: 30px;}
  .footer-nav { text-align: center; margin:20px auto 0 auto; padding:0 0 0 0;}
  .website-by { text-align: center; margin-top: 20px;}

  /* FRONT PAGE */
  .strip1 { margin-top: 10px;}
  .strip1 h3 { font-size: 1em}
  .strip2 h3 { font-size: 1em}
  .strip3 h3 { font-size: 1em}
  .image-carousel {display: none;}
  .homepage-image-row {display: none;}

  /* NEWSLETTER */
  .email-signup input[type="text"], input[type="email"] { margin: 5px 0 0 0; width: 282px; }
  .email-signup input[type="submit"] { margin: 15px 0 0 0; }

  /* SUB PAGES */
  .page-title {margin-top: 15px;}

}




/* Portrait phones and smaller */
@media (max-width: 480px) {

  /* HEADER */
  .header-quick-exit {display: none;}
  .carousel-caption h4 { font-size: 1.6em;}
  .header-helpline p { font-size: 0.8em;}

  /* FOOTER */
  .website-by { text-align: center; margin-top: 20px;}

}








/* --------- CODE TO MAKE NAVBAR COLLAPSE AT 991 INSTEAD OF 768 --------- */


@media (max-width: 991px) {
    .navbar-header {
        float: none;
        border-bottom: 1px solid #eeeeee;
        background-color:;
        text-align: center;
    }
    .navbar-toggle {
        width: 20%;
        float: none;
        margin: 0 auto;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
        overflow-y: auto!important;
        margin-bottom: 20px;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px 15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
        overflow-y: auto;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .carousel-caption h4 { font-size: 1.4em;}

    .sub-menu {
      background-color:#292467;
      margin-left: -3px;
      border:none;
      margin-top: -5px;
      margin-bottom: 15px;
      font-style: italic;
    }

    .sub-menu li:before {
      content: "– " !important;
    }

}


/*------ CODE TO STYLE DROPDOWN MENU ------*/

@media only screen and (max-width: 991px) {
.collapsing, .in {background-color: #292467;}
.collapsing ul li a, .in ul li a {color: #ffffff!important;}
.collapsing ul li a:hover, .in ul li a:hover {color: #f1f1f1!important;}
}





@media (min-width:991px){.navbar-toggle{display:none}}



















































































































































