/*
Theme Name: Fusion Media
Theme URI: http://www.fusion-media.eu
Description: Fusion Media
Author: Chris Bassett
Version: 1.0
*/


/* CSS Document */

div.clear {
	clear:both
}
html {
   min-height: 100%;
}
body {
	font-family: 'Mulish', sans-serif;
	background-repeat:no-repeat;
	background-position:top left;
	margin: 0;
	color: #808080;
	font-weight: 300;
	line-height: 25px;
	background: #e1e1e1; 
}
#wrapper {
	margin: 0px auto;
	width: 100%;
 
}
#content {
	border-top:1px solid #e1e1e1;
	background: #fff;
	border-bottom: 4px solid rgba(204, 204, 204, 0.5);
}


.newscontent ul{list-style: disc; margin-left:40px}

.newscontent{padding:40px !important; background:#fbfbfb}




#masthead {
	position: relative;
	background: #fff;
	margin: 0 auto;
}

#masthead .container {
    max-width: 1100px;
    margin: 0 auto;
}

#masthead .contact-details {
	position: absolute;
	bottom: 15px;
	right: 15px;
	text-align: right;
	/* font-size:28px; */
	font-weight: bold;
}
#menu {
	font-size: 16px;
	
}
#menu ul {
	margin: 0;
	padding:  0;
}
#menu li {
	text-align: center;
	list-style-type: none;
	float: left;
	background-position:top right;
	padding: 0 17px;
	border-bottom:3px solid transparent
}

#menu li:hover {border-bottom:0px solid #74348a;}



#menu a {
	color: #808080;
	text-decoration: none;
	
}
#menu a:hover {
	color:#333;
	border-bottom:3px solid #74348a
}
#menu ul.children {
	display: none;
	position: absolute;
	z-index:99999;
	background: #75358b;
	top:auto;
	margin-top: 10px;
}

#menu ul li ul li a:hover  {
	display:block;
	border-bottom:0px solid transparent
}

#menu ul.children li {
	float: none;
	width: 150px;
	padding: 4px;
	background-image: none;
}


#searchbar {
	float: right;
	margin: 4px 10px 0 0;
}

#searchboxleft {
	background-image:url(/wp-content/themes/fusionmedia/images/search-left.png);
	background-repeat:no-repeat;
	width: 13px;
	height: 23px;
	float: left;
}
#searchboxright {
	background-image:url(/wp-content/themes/fusionmedia/images/search-right.png);
	background-repeat:no-repeat;
	width: 12px;
	height: 23px;
	float: left;
}

#searchboxinput {
	background-image:url(/wp-content/themes/fusionmedia/images/search-centre.png);
	background-repeat:repeat-x;
	background-color: #75358b;
	border: none;
	color: #FFF;
	float: left;
	padding: 0 5px 0 0;
	height: 23px;
	font-weight: bold;
}
#searchboxbutton {
	background-image:url(/wp-content/themes/fusionmedia/images/search-centre.png);
	background-repeat:repeat-x;
	background-color: #75358b;
	border: none;
	color: #FFF;
	float: left;
	height: 23px;
}
#searchboxbutton:hover {
	color: #FF0;
}



#footer{
	
	background-color: #222;
	color: #eeeeee;
	overflow: hidden;
}

#footer p{
	text-align:center;
	font-size: 13px !important;

}

#footer a {
	text-decoration: none;
	color: #eee;
}
#footer a:hover {
	text-decoration: underline;
	color:#ffffff
}

#contenttext {
	padding: 20px;
}


#captioned-image         { position: relative; margin: 0 0 30px 0;}
#captioned-image dt img  { display: block; }
#captioned-image dd      { position: absolute; right: 10px; bottom: 10px;
                             font: bold 48px Helvetica, sans-serif; }

#captioned-image dd span { display: block; float: right; clear: both;
                             background: #000; background: rgba(0, 0, 0, 0.7);
                             padding: 20px 10px; color: #fff; }


#contentimage h2 span { 
   color: white; 
   font: bold 24px/45px Helvetica, Sans-Serif; 
   letter-spacing: -1px;  
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 10px; 
}

#indexright {
	float: right;
	width: 780px;
}
#indexright .purplehighlighted {
	color: #75358b;
	font-size: 36px;
}
#indexright .plainhighlighted {
	font-size: 30px;
}
#indexright .tribox {
	background-image:url(/wp-content/themes/fusionmedia/images/purple-background-tri.png);
	background-repeat:repeat-x;
	background-position:bottom;
	height: 130px;
	width: 200px;
	padding: 5px;
	margin-right: 65px;
	float: left;
	text-align: center;
	position: relative;
	font-size: 13px;
}
#indexright .tribox img {
	border: 1px solid #000;
	float: left;
}
#indexright .tribox .textlink {
	color: #906;
	position: absolute;
	bottom: 20px;
	display: block;
	width: 100px;
	right: 10px;
	text-decoration: none;
}
#indexright .tribox .textlink:hover {
	text-decoration: underline;
}
#footer .logobox {
	text-align: center;
	margin: 20px 0 0 0;
}
#footer .logobox img {
	margin-right: 20px;
}
#indexleft {
	float: left;
	width: 200px;
}
#indexleft #borderbox {
	border: 1px solid #000;
	margin: 5px;
	padding: 5px
}


img.alignright {
	float: right;
	margin-left: 10px;
}
img.alignleft {
	float: left;
	margin-right: 20px;
}

/* INDIVIDUAL PAGE STYLES */

.servicesboxes {
	float: left;
	text-align: center;
	border: 1px solid #000;
	margin: 0 20px 20px 0;
	width: 290px;
	min-height: 200px;
	line-height: 21px;
}
.servicesboxes a {
	font-size:14px;
	display: block;
	padding: 3px;
	background-color:#75358B;
	color:#FFF;
}
.servicesboxes a:hover {
	text-decoration: none;
}


.clientcommentbox {
	margin-bottom: 30px;
	border-top: 1px solid #909;
	clear: both;
	padding-top: 10px;
}

.clientcomment {
	margin-left: 165px;
}

#clientlist ul {
	margin-left: 0;
}
#clientlist li {
	margin-left: 0;
	list-style-type:none;
	float: left;
	display: block;
	width:150px;
	height:150px;
	padding: 20px;
	margin: 0 20px 20px 0;
	border: 1px solid #909;
	position:relative;
}
#clientlist li img {
	position:absolute; 
	top:0; bottom:0; left:0; right:0;
	margin:auto;
	
}


#newslist {
	margin: 40px 0 0;
	padding:  0;
}
#newslist li {
	list-style-type:none;
	margin-bottom: 20px;
	overflow: hidden;
}

.newscontent {
	padding: 20px;
}

.newscontent h1{
	margin-top: 0;
	line-height: 35px;
	font-size: 1.6em;
}

#pressclippings {
	margin: 10px auto;
	border: 1px solid #b4b9be;
	width: 95%;
}
#pressclippings th {
	background-color: #B284C2;
	padding: 5px;
	margin: 0;
	text-align: left;
	color: #fff;
}
#pressclippings tr {
	vertical-align: top;
}
#pressclippings tr.row1 {
	background-color: #fff;
}
#pressclippings tr.row0 {
	background-color: #F3E6F7;
}
#pressclippings td {
	border: 0;
	padding: 3px;
	margin: 0;
	font-size: 12px;
}
#pressclippings td p {
	margin: 0;
}

#pressclippings img{ float: left; margin-right: 5px}

#pressclippings h3 { margin-top: 0; }



/****RESPONSIVE***/


@media only screen and (min-width: 768px) and (max-width: 959px) {
#wrapper {width: 100%;}
  #captioned-image dt img {width: 100%;}
 #masthead img {height: auto;width: 180px;}
  #indexright { float: none; width: 90%; margin:0 auto}
#indexright .tribox {margin-right:10px !important}
#searchbar{display:none}
#menu li {width: auto;padding: 0 7px;border-bottom:3px solid transparent;}

#indexleft { width: 95%;margin: 0 auto}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
   #wrapper {width: 100%;}
   #masthead img {height: auto;width: 30%;
    margin: 0 20px 20px;}
   #indexright { float: none; width: 90%; margin:0 auto}
   #captioned-image dt img {width: 100%;}
   #captioned-image dt img {width: 100%;}
   #masthead .contact-details {display: none;}
   #indexleft { width: 90% !important;margin: 0 auto}
 #content {padding-top:10px}

#searchbar {
    display: none;
}

.chi_display_header {
    max-height: 250px;
}




.four.columns {
    float: left;
    width: 100% !important;background-color: #222222;
}


.logo {
   
    position: relative !important;
}

#menu a:hover {
	color:#333;
	border-bottom:0px solid #74348a
}

}

@media only screen and (max-width: 480px) {
   #wrapper {width: 90%;}	
   #masthead img {height: auto;width: 30%;
    margin: 0 20px 20px;}
   #indexright { float: none; width: 90%; margin:0 auto}
   #masthead .contact-details {display: none;}
   #captioned-image dt img {width: 100%;}
  textarea.wpcf7-form-control.wpcf7-textarea {width: 80%;}
  input {width: 80%;}
  .nivo-caption {font-size:20px}
  #indexleft { width: 90% !important;margin: 0 auto}
  .win-form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {width: 100% !important;}
  .win-form textarea.wpcf7-form-control.wpcf7-textarea {width: 100% !important;}
 .win-a-free h1{font-size: 35px;}
 #content {padding-top:10px}

.logo {
   
    position: relative !important;
}




#menu a:hover {
	color:#333;
	border-bottom:0px solid #74348a
}




#searchbar {
    display: none;
}



#masthead .container {
    
  overflow: visible !important;
    width:100%;
}


.chi_display_header {
    max-height: 200px;
}
.four.columns {
    float: left;
    width: 100% !important;background-color: #222222;
}



}



.win-form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding: 10px 15px;
    width: 65%;
    font-size: 15px;
    font-weight: normal;
    color: rgba(78, 69, 82, 0.48);
    border: 1px solid rgba(120, 57, 149, 0.38);
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    float: right;
}



.win-form textarea.wpcf7-form-control.wpcf7-textarea {
    padding: 10px 15px;
    width: 65%;
    font-size: 15px;
    font-weight: normal;
    color: rgba(78, 69, 82, 0.48);
    border: 1px solid rgba(120, 57, 149, 0.38);
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    float: right;
     
}

.win-form input.wpcf7-form-control.wpcf7-submit {
    background-color: #783995;
    color: #fff;
    border: 0;
    padding: 20px;
    font-size: 18px;
    width: 40%;
}

.win-form{
    background: #E9DEF0;
    width: 70%;
    margin: 0 auto;
    overflow: hidden;
    padding: 50px 50px 20px ;
    margin-bottom: 20px;
   
}

.win-form p{
overflow: hidden;
    margin-bottom: 5px;
    margin-top: 0;
}

.win-form h1{
   text-align: center;
font-family: 'Lobster', cursive;
}

.terms{padding: 5px 30px 20px; margin: 0 auto; font-size: 15px;  }



#newslist li p a {
    font-weight: bold;
    text-decoration: none;
    color: #333;
    font-size: 19px;
}

#content .container {
    background-color: rgba(255, 255, 255, 0.86);
    margin-top: 0;
    padding: 20px;
    max-width: 1100px;
    margin: 0 auto;
}


.chi_display_header {
    opacity: .7;
    background-size: 100%;
    width: 100% !important;
}

.header-img{background:#000;text-align: center;position:relative}


.top-header {
    border-top: none;
    z-index: 10;
    min-height: 30px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-bottom: -1px;
    background: #482D52;
    color: #fff;
    font-size: 14px;
}

.top-header .container{max-width: 1200px;padding: 0 20px;margin:0 auto}
.top-header-left {
    float: left;
}

.top-header-right {
    float: right;
	text-align:right
}
.top-header strong, .top-header a{
    color: #fff;font-size: 15px;
}

h1 {
    color: #333;
}

.top-header-right img {margin: 5px 5px -2px;width: 17px;}

.win-a-free h1{text-align: center; color: #75358b; font-size: 65px; padding: 30px 0 20px ; text-shadow: 1px 1px #fff; font-family: 'Lobster', cursive;}

#newslist img.alignleft {
    float: left;

    margin-right: 20px;
   
}

.metaslider img {
    opacity: .4;
    width: 100%;
}

.metaslider h1 {
    color: #ffffff;
    opacity: 1;
    text-align: center;
 
    position: absolute;
    left: 0;
    right: 0;
}

h2.screen-reader-text {
    display: none;
}


div#mainfooter {
    margin: 0 auto;
    background-color: #292f33;
    color: #dddddd;
    padding: 20px;
}
#mainfooter .container {
    margin: 0 auto;
    background-color: #292f33;
    max-width:1200px;
    overflow:hidden
}
.four.columns {
    float: left;
    width: 32%;
    background-color: #292f33;
    font-size: 15px;
}
ul {
    list-style: none;-webkit-padding-start: 0px;
}

ul li a{
    color:#fff;text-decoration:none
}
.four h2 {
    color: #919191;
}

.header-img h1 {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    color: #fff;
    margin-bottom: 10%;
    font-size: 40px;
    letter-spacing: 2px;
    text-shadow: 2px 1px rgba(0, 0, 0, 0.25);
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
    background: #fff !important;
   
   
    color: #808080 !important;
}

#masthead {
   overflow: visible !important;
   min-height: 111px;
}



#mega-menu-wrap-primary-menu #mega-menu-primary-menu {

    text-align: right !important;

}

#mega-menu-wrap-primary-menu {
    clear: none !important;
	background: transparent !important;
}
.logo {
    width: auto;
    z-index: 2;
	top:10px;
    position: absolute;
}





p{font-family: 'Open Sans', sans-serif; font-weight:300; font-size: 15px !important;
    line-height: 25px !important;}

img.aligncenter {
    width: 100%;
    height: auto;
}

a.mega-menu-link img {
    max-width: 120px !important;
    margin: 0 auto !important;
}

a.mega-menu-link {
    text-align: center !important;
font-size: 17px;
    line-height: 1em;
    padding: 0;
    margin: 0 0 10px 0;
    background: transparent;
    border: none;
text-transform:capitalize !important;
font-weight:normal !important
}