/*
 * Plugin: OHFT Fresh Shortcodes
 * Author: T J Bowes
 * License: GNU General Public License version 2.0
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* Global Styles
================================================== */
.ohft-clear-floats { clear: both }
.ohft-clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.ohft-fadein { opacity: 0; }

/* Spacing
================================================== */
.ohft-spacing { display: block; height: auto; margin: 0 !important; padding: 0 !important; background: none !important; border: none !important; outline: none !important; clear: both; }

/* Divider
================================================== */
.ohft-divider { display: block; width: 100%; height: 0; margin: 0; background: none !important; }
.ohft-divider.solid { border-top: 1px solid #eee }
.ohft-divider.dashed { border-top: 2px dashed #eee }
.ohft-divider.dotted { border-top: 3px dotted #eee }
.ohft-divider.double { height: 5px; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
.ohft-divider.fadeout { width: 100%; height: 1px; border: none; margin-bottom: 42px; margin-top: 12px; margin-left: auto; margin-right: auto; background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(#dddddd), to(#f9f9f9)) !important; background-image: -webkit-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; background-image: -moz-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; background-image: -o-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; background-image: -ms-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; background-image: radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; }
.ohft-divider.fadein { width: 100%; height: 1px; border: none; margin-bottom: 42px; margin-top: 12px; margin-left: auto; margin-right: auto; background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(#dddddd), to(#f9f9f9)) !important; background-image: -webkit-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; background-image: -moz-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; background-image: -o-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; background-image: -ms-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; background-image: radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; }

/* Social
================================================== */
.ohft-social-icon { display: inline-block; margin-right: 5px; }
.ohft-social-icon img { display: inline; border: none; outline: none; padding: 0; margin: 0; box-shadow: none !important; }
.ohft-social-icon img:hover { opacity: 0.8 }

/* Columns
================================================== */
.ohft-one-half { width: 48% }
.ohft-one-third { width: 30.66% }
.ohft-two-third { width: 65.33% }
.ohft-one-fourth { width: 22% }
.ohft-three-fourth { width: 74% }
.ohft-one-fifth { width: 16.8% }
.ohft-two-fifth { width: 37.6% }
.ohft-three-fifth { width: 58.4% }
.ohft-four-fifth { width: 67.2% }
.ohft-one-sixth { width: 13.33% }
.ohft-five-sixth { width: 82.67% }
.ohft-one-half, .ohft-one-third, .ohft-two-third, .ohft-three-fourth, .ohft-one-fourth, .ohft-one-fifth, .ohft-two-fifth, .ohft-three-fifth, .ohft-four-fifth, .ohft-one-sixth, .ohft-five-sixth { position: relative; margin-right: 4%; margin-bottom: 2em; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.ohft-column-last { margin-right: 0!important; clear: right; }
.ohft-column-last:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.ohft-one-half, .ohft-one-third, .ohft-two-third, .ohft-three-fourth, .ohft-one-fourth, .ohft-one-fifth, .ohft-two-fifth, .ohft-three-fifth, .ohft-four-fifth, .ohft-one-sixth, .ohft-five-sixth { }

/* Buttons
================================================== */
.ohft-button { font-family: 'oswaldmedium', Arial, Helvetica, sans-serif; color: #fff; padding: 10px 20px; margin: 5px 5px 5px 0; cursor: pointer; display: inline-block; white-space: nowrap; nowhitespace: afterproperty; text-align: center;  outline: none; border-radius: 5px; background: #aaaaaa; text-decoration: none !important; float: right; }
.ohft-button:active { text-decoration: none; background: #7e7e7e;}
.ohft-button:hover { text-decoration: none; opacity: 0.8; -moz-opacity: 0.8; -webkit-opacity: 0.8; color:#fff;}
.ohft-button a {color: #fff;}

.ohft-button.black {background:#000000;} 
.ohft-button.green {background:#2DB200;}
.ohft-button.purple {background:#6E00DD;}
.ohft-button.blue {background:#00A2DB;}
.ohft-button.orange {background:#FF8000;}
.ohft-button.yellow {background:#FFBF00; }
.ohft-button.red {background: #FF0000; }

.ohft-button { font-size: 1em; }
.ohft-button.large { font-size: 1.2em; }
.ohft-button.giant { font-size: 1.5em; }
.ohft-button.left { float: left }
.ohft-button.right { float: right; margin-right: 0; margin-left: 5px; }
.ohft-button.aligncenter { display: block; margin: 0 auto; }



/* Credits
================================================== */
.ohft-credits { font-size: 0.8em; display: block; padding: 10px; margin: 10px 0;  -webkit-border-radius:5px;-moz-border-radius: 5px;border-radius: 5px; background-color: #fff; border: 1px solid #86B404; }
.ohft-credits a {font-weight: bold;} 
.ohft-credits p { margin: 0; font-size: 10px; }
.ohft-credits p:last-child { margin: 0 }



/* Testimonial
================================================== */
.ohft-testimonial-content { font-family: 'oswaldmedium', Arial, Helvetica, sans-serif; position: relative; background:#2DB200; -webkit-border-radius:10px;-moz-border-radius: 10px;border-radius: 10px;
padding: 15px; color: #fff; font-size: 1.2em; width: 75%; }
.ohft-testimonial-content:after { content: ""; position: absolute; left: 12px; bottom: -15px; width: 0px; height: 0px; border-bottom: 15px solid rgba(255,255,255,0); border-top: 15px solid rgba(255,255,255,0); border-right: 15px solid #2DB200; font-size: 0px; line-height: 0px; }
.ohft-testimonial-content p:last-child { margin: 0 }
.ohft-testimonial-author {  font-family: 'oswaldmedium', Arial, Helvetica, sans-serif; font-size: 1.2em; margin-top: 20px; margin-left: 15px; color: #000; }

/* Highlights
================================================== */
.ohft-highlight-yellow, .ohft-highlight-yellow a { background-color: #FFFF73; color: #000; font-weight: bold; padding: 2px;}
.ohft-highlight-blue, .ohft-highlight-blue a { color: #000; background: #e9f7fe; color: #000; font-weight: bold; padding: 2px;}
.ohft-highlight-green, .ohft-highlight-green a { color: #000; background: #ebf6e0;color: #000; font-weight: bold; padding: 2px; }
.ohft-highlight-red, .ohft-highlight-red a { color: #000; background: #ffe9e9;color: #000; font-weight: bold; padding: 2px; }
.ohft-highlight-gray, .ohft-highlight-gray a { color: #000; background: #f9f9f9; color: #000; font-weight: bold; padding: 2px;}

/* Boxes
================================================== */
/*main*/
.ohft-box { display: block; padding: 15px; margin: 10px 0; font-size: 1em;  -webkit-border-radius:10px;-moz-border-radius: 10px;border-radius: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.ohft-box a {font-weight: bold;} 
.ohft-box p:last-child { margin: 0 }
/*aligns*/
.ohft-box.center { margin-left: auto; margin-right: auto; }
.ohft-box.left { float: left }
.ohft-box.right { float: right }
/*colors*/
.ohft-box.gray { background: #f9f9f9; border: 2px solid #ddd; }
.ohft-box.red { background: #ffe9e9; border: 2px solid #fbc4c4; }
.ohft-box.green { background: #ebf6e0; border: 2px solid #b3dc82; }
.ohft-box.blue { background: #e9f7fe; border: 2px solid #b6d7e8; }
.ohft-box.yellow { background: #fffdf3; border: 2px solid #f2dfa4; }
.ohft-box.black { color: #fff; background: #000; }
.ohft-box.black a { color: #fff; text-decoration: underline; }

/* Toggle
================================================== */

.ohft-toggle h3 {min-height: 20px; color: #fff;} 
.ohft-toggle h4 {color: #000; margin: 0 0 5px;} 

.ohft-toggle .ohft-toggle-trigger:after {font-family: 'FontAwesome'; content: '\f107'; margin: 0 0 0 0; color: #fff; display: inline; float: right; font-size: 1.5em;}
.ohft-toggle .ohft-toggle-trigger.active:after {content: '\f106';}

.ohft-toggle .ohft-toggle-trigger { display: block; color: #fff;margin: 0 0 10px; padding: 10px 20px;
 -webkit-border-radius:10px;-moz-border-radius: 10px;border-radius: 10px;
 outline: 0; text-transform: none; letter-spacing: normal; font-weight: normal; 
 cursor: pointer; background: #00A2DB; }
.ohft-toggle .ohft-toggle-trigger:hover {text-decoration: none;  }
.ohft-toggle .ohft-toggle-trigger.active, .ohft-toggle .ohft-toggle-trigger.active:hover { color: #fff;  text-decoration: none;
-webkit-border-bottom-left-radius: 0px;-webkit-border-bottom-right-radius: 0px;-moz-border-radius-bottomleft: 0px;
-moz-border-radius-bottomright: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px
 }
.ohft-toggle .ohft-toggle-container { display: none; overflow: hidden; padding: 20px; border: 15px solid #00A2DB; background: #fff; 
-webkit-border-bottom-left-radius: 10px;-webkit-border-bottom-right-radius: 10px;-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;
border-top: 0px; margin: -10px 0 20px; }

.ohft-toggle .ohft-toggle-container li {text-indent: 0;}
.ohft-toggle .ohft-toggle-container ul {margin: 20px 0px 20px 10px;}
.ohft-toggle .ohft-toggle-container ul li {margin-left: 20px; text-indent: -30px;}

/*colours*/

.ohft-toggle-trigger.green {background:#2DB200; border:#2DB200;}
.ohft-toggle-trigger.purple {background:#6E00DD; border:#6E00DD;}
.ohft-toggle-trigger.blue {background:#00A2DB; border:#00A2DB;}
.ohft-toggle-trigger.orange {background:#FF8000; border:#FF8000;}
.ohft-toggle-trigger.yellow {background:#FFBF00; border:#FFBF00;}
.ohft-toggle-trigger.red {background: #FF0000; border:#FF0000; }
.ohft-toggle-container.green {border-color:#2DB200;}
.ohft-toggle-container.purple {border-color:#6E00DD;}
.ohft-toggle-container.blue {border-color:#00A2DB;}
.ohft-toggle-container.orange {border-color:#FF8000;}
.ohft-toggle-container.yellow {border-color:#FFBF00; }
.ohft-toggle-container.red {border-color:#FF0000; }





/* Accordion
================================================== */
.ohft-accordion h3.ohft-accordion-trigger { display: block; color: #555; display: block; padding: 15px 15px 15px 37px; border: 1px solid #ddd; background: #f9f9f9 url("images/plus.png") no-repeat 15px center; outline: 0; text-transform: none; letter-spacing: normal; font-weight: normal; font-size: 1em; line-height: 1.5em; margin: 10px 0 0 !important; cursor: pointer; }
.ohft-accordion h3.ohft-accordion-trigger a { color: #555; text-decoration: none !important; }
.ohft-accordion .ui-state-focus { outline: none }
.ohft-accordion .ohft-accordion-trigger:hover { background-color: #eee; text-decoration: none; }
.ohft-accordion .ohft-accordion-trigger.ui-state-active { background-color: #eee; background-image: url("images/minus.png"); text-decoration: none; }
.ohft-accordion .ohft-accordion-trigger.ui-state-active a { color: #000 }
.ohft-accordion .ui-accordion-content { background-color: #fff; padding: 15px; border: 1px solid #ddd; border-top: 0px; }
.ohft-accordion .ui-accordion-content p:last-child { margin: 0px }
.ohft-accordion .ui-icon { margin-right: 7px }

/* Tabs
================================================== */
.ohft-tabs ul.ui-tabs-nav { display: block; margin: 0; padding: 0; margin-left: 1px; }
.ohft-tabs ul.ui-tabs-nav li { display: block; width: auto; height: 40px; padding: 0 !important; float: left !important; margin: 0 !important; outline: none; }
.ohft-tabs ul.ui-tabs-nav li a { display: block; font-family: 'oswaldmedium', Arial, Helvetica, sans-serif;
text-decoration: none; width: auto; height: 40px; padding: 0px 20px; line-height: 40px; border: none; margin: 0 2px; background-color: #BFE8F6;
 -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px; font-size: 1.3em; color: #444; outline: none; }
.ohft-tabs ul.ui-tabs-nav li a:hover { color: #fff; background: #2DB200; }
.ohft-tabs ul.ui-tabs-nav .ui-state-active a { background: #00A2DB; height: 40px; position: relative; top: -4px; padding-top: 4px; border-left-width: 1px; margin: 0 0 0 -1px; color: #fff !important;
 -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; border-top-left-radius: 10px; -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; border-top-right-radius: 10px; }
.ohft-tabs ul.ui-tabs-nav .ui-state-active a:hover { background: #00A2DB; }
.ohft-tabs ul.ui-tabs-nav li:first-child .ui-state-active a { margin-left: 0 }
.ohft-tabs ul.ui-tabs-nav li:first-child a { border-width: 1px 1px 0 1px }
.ohft-tabs .tab-content {  border: 15px solid #00A2DB; background: #fff; 
-webkit-border-bottom-left-radius: 10px;-webkit-border-bottom-right-radius: 10px;-webkit-border-top-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;-moz-border-radius-bottomright: 10px;-moz-border-radius-topright: 10px;
border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-right-radius: 10px;
background: none; padding: 10px 20px;}
.ohft-tabs ul.tabs:before, ul.tabs:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.ohft-tabs ul.tabs:after { clear: both }
.ohft-tabs ul.tabs { zoom: 1 }
.ohft-tabs .ui-tabs-hide { display: none }
.ohft-tabs:before, ul.ohft-tabs:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.ohft-tabs:after { clear: both }
.ohft-tabs { zoom: 1 }
.ohft-tabs .ui-tabs-hide { display: none }
.ohft-tabs img {z-index: 100;}
.ohft-tabs .tab-content h3 {margin-top: 20px;}
.ohft-tabs li {text-indent:0;}
.ohft-tabs li:before {display:none;}

/* Styled List
================================================== */

.ohft-icon-list {}
.ohft-icon-list ul {list-style-type:none; margin: 0 0 20px 30px;}
.ohft-icon-list li {text-indent: 0; list-style-type:none;}
.ohft-icon-list li:before {display:none;}


.ohft-icon-green {color:#2DB200;}
.ohft-icon-purple {color:#6E00DD;}
.ohft-icon-blue {color:#00A2DB;}
.ohft-icon-orange {color:#FF8000;}
.ohft-icon-yellow {color:#FFBF00; }
.ohft-icon-black {color:#000; }



/* Navigation List
================================================== */

.ohft-navlist ul {border-top: 1px solid #BFE8F6; list-style-type:none; margin: 0 0 40px; }
.ohft-navlist ul li {border-bottom: 1px solid #BFE8F6; margin: 0; text-indent: 0;}
.ohft-navlist ul li a { padding: 8px 8px 8px; display: block; color: #00A2DB;  font-family: 'oswaldmedium', Arial, Helvetica, sans-serif; font-size: 1.25em; font-weight: normal;}
.ohft-navlist ul li a:hover {color: #fff; background: #00A2DB; }
.ohft-navlist ul li:after {font-family: 'FontAwesome'; content: '\f105'; margin:-35px 5px 0 0; color: #00A2DB; display: inline; float: right; font-size: 2em;}
.ohft-navlist ul li:hover:after {color: #fff;}
.ohft-navlist li:before {display:none;}


/* Navigation Tile
================================================== */

.ohft-navtile { margin: 0 10px 10px 0; background: #f5f5f5; position: relative; width: 165px; height: 165px; float: left; }
.ohft-navtile:hover {background: #ccc;}

.ohft-navtile h4 {font-size: 1.2em; font-family: 'oswaldmedium', Arial, Helvetica, sans-serif; color: #fff; 
position: absolute; bottom: 0; z-index: 10; margin: 0; display: block; width: 145px; padding: 5px 10px; min-height: 55px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";       /* IE 8 */
filter: alpha(opacity=90);  /* IE 5-7 */
-moz-opacity: 0.9;          /* Netscape */
-khtml-opacity: 0.9;        /* Safari 1.x */
opacity: 0.9;               /* Good browsers */}
.ohft-navtile h4 a {color: #fff;}

.ohft-navtile-img img {width: 165px; height: 165px; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; z-index: 1; }
.ohft-navtile-link { margin: 0 auto ; font-size: 1.2em; font-family: 'oswaldmedium', Arial, Helvetica, sans-serif;}
.ohft-navtile-link a { color: #000; }

.ohft-navtile h4 .green {background:#2DB200;}
.ohft-navtile h4 .purple {background:#6E00DD;}
.ohft-navtile h4 .blue {background:#00A2DB;}
.ohft-navtile h4 .orange {background:#FF8000;}
.ohft-navtile h4 .yellow {background:#FFBF00; }





/* Heading
================================================== */
.ohft-heading { padding-bottom: 20px; border-bottom: 1px solid #ddd; font-size: 16px; }
.ohft-heading span { background: #fff; }
.ohft-heading-dotted-line { background: url("images/dotted.png") center center repeat-x; height: 40px !important; line-height: 40px !important; padding: 0 !important; border-bottom: none; }
.ohft-heading-dashed-line { background: url("images/dashed.png") center center repeat-x; height: 40px !important; line-height: 40px !important; padding: 0 !important; border-bottom: none; }
.ohft-heading-double-line { background: url("images/double-line.png") center center repeat-x; height: 40px !important; line-height: 40px !important; padding: 0 !important; border-bottom: none; }
.ohft-heading.text-align-center { text-align: center }
.ohft-heading.text-align-center span { padding-right: 15px; padding-left: 15px; }
.ohft-heading.text-align-left { text-align: left }
.ohft-heading.text-align-left span { padding-right: 15px; }
.ohft-heading.text-align-right { text-align: right }
.ohft-heading.text-align-right span { padding-left: 15px; }
.ohft-heading-icon-left { margin-right: 10px; }
.ohft-heading-icon-right { margin-left: 10px; }

/* Googlemap - v1.1
================================================== */
.googlemap { position: relative; max-width: inherit; }
.googlemap .map_canvas { width: 100%; height: 100%; }
.googlemap .map_canvas h3 { margin: 0 0 10px; font-size: 14px; }
.map_canvas img { max-width: none !important }

/* Divider - v1.1
================================================== */
.ohft-divider { display: block; width: 100%; height: 0; margin: 0; background: none; }
.ohft-divider.solid { border-top: 1px solid #eee }
.ohft-divider.dashed { border-top: 2px dashed #eee }
.ohft-divider.dotted { border-top: 3px dotted #eee }
.ohft-divider.double { height: 5px; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
.ohft-divider.fadeout { width: 100%; height: 1px; border: none; margin-bottom: 42px; margin-top: 12px; margin-left: auto; margin-right: auto; background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(#eeeeee), to(#ffffff)); background-image: -webkit-radial-gradient(50% 50%, #eeeeee, #ffffff); background-image: -moz-radial-gradient(50% 50%, #eeeeee, #ffffff); background-image: -o-radial-gradient(50% 50%, #eeeeee, #ffffff); background-image: -ms-radial-gradient(50% 50%, #eeeeee, #ffffff); background-image: radial-gradient(50% 50%, #eeeeee, #ffffff); }
.ohft-divider.fadein { width: 100%; height: 1px; border: none; margin-bottom: 42px; margin-top: 12px; margin-left: auto; margin-right: auto; background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(#ffffff), to(#eeeeee)); background-image: -webkit-radial-gradient(50% 50%, #ffffff, #eeeeee); background-image: -moz-radial-gradient(50% 50%, #ffffff, #eeeeee); background-image: -o-radial-gradient(50% 50%, #ffffff, #eeeeee); background-image: -ms-radial-gradient(50% 50%, #ffffff, #eeeeee); background-image: radial-gradient(50% 50%, #ffffff, #eeeeee); }

/* Provide some responsive support
================================================== */
@media only screen and (max-width: 520px) { 
	.ohft-one-half, .ohft-one-third, .ohft-two-third, .ohft-three-fourth, .ohft-one-fourth, .ohft-one-fifth, .ohft-two-fifth, .ohft-three-fifth, .ohft-four-fifth, .ohft-one-sixth, .ohft-five-sixth { width: 100%; float: none; margin-right: 0; margin-bottom: 20px; }
	.ohft-box, .ohft-box.left, .ohft-box.right { float: none; width: 100% !important; }
	.ohft-tabs ul.ui-tabs-nav { margin-left: 0 }
	.ohft-tabs ul.ui-tabs-nav li { width: 100%; text-align: center; padding-bottom: 2px; height: auto;}
	.ohft-tabs ul.ui-tabs-nav li a {margin: 0 0 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; background: #eee; }
	.ohft-tabs ul.ui-tabs-nav .ui-state-active a, .ohft-tabs ul.ui-tabs-nav .ui-state-active a:hover { top: auto; padding-top: 0; border-left-width: 0; margin: 0 0 5px; color: #fff !important; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
	.ohft-tabs .tab-content { -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; margin-top: 2px; }
	.ohft-navtile { margin: 0 2% 10px;  width: 45%; height: 165px; float: left; }
	.ohft-navtile h4 {width: 90%; padding: 5px 5%;}
	.ohft-navtile-img img {width: 100%; }

	
}

/*Visibility
================================================== */
.ohft-hidden-desktop,
.ohft-visible-phone,
.ohft-visible-tablet { display: none }
@media only screen and (max-width: 959px) {
	.ohft-hidden-desktop { display: block }
	.ohft-visible-desktop { display: none }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.ohft-hidden-desktop { display: block }
	.ohft-visible-desktop { display: none }
	.ohft-hidden-tablet { display: none }
}
@media only screen and (max-width: 767px) {
	.ohft-hidden-desktop { display: block }
	.ohft-visible-desktop { display: none }
	.ohft-hidden-phone { display: none }
}