/*
Theme Name: Global Tools
Author: Tom Claasz
Description: This is a custom built theme for Global Tools.
*/
/*HTML5 Reset Start*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
/*HTML5 Reset End*/

/*General Styles*/
html,body{
    font-size: 14px;
    line-height: 1.3;
    font-family: 'Open Sans', verdana, helvetica, sans-serif;
    background-color: #E9F2F8;
}

p{
    letter-spacing: 0.2px;
    line-height: 1.4;
}

#wrapper{
    box-shadow: 8px 2px 5px rgba(0,0,0,0.2) ,-8px -2px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 8px 2px 5px rgba(0,0,0,0.2) ,-8px -2px 5px rgba(0,0,0,0.2);
    -mox-box-shadow: 8px 2px 5px rgba(0,0,0,0.2) ,-8px -2px 5px rgba(0,0,0,0.2);
    -o-box-shadow: 8px 2px 5px rgba(0,0,0,0.2) ,-8px -2px 5px rgba(0,0,0,0.2);
    margin-bottom: 50px;
}

#main_content{
    background-color: #FFF;
    padding: 30px 30px;
    /*min-height: 300px;*/
}

li li{
    font-size: 1em;
}

.wrap{
    width: 960px;
    margin: 0 auto;
}

#page_heading{
    color: #FFF;
    background-color: #07487E;
    text-align: center;
    padding: 15px 0;
    font-weight: normal;
    font-size: 2.9em;
}

/*Columns*/
/*Two Columns*/
.col_1_2{
    margin-right: 20px;
}

.col_1_2, .col_2_2{
    float: left;
    width: 48.88%;
    position: relative;
    margin-bottom:20px;
}

/*Three Columns*/
.col_1_3, .col_2_3, .col_3_3{
    float: left;
    width: 30.88%;
    margin: 0 33px 0 0;
    position: relative;
}

.col_3_3{
    margin-right: 0;
}

/*Four Columns*/
.col_1_4, .col_2_4, .col_3_4, .col_4_4{
    float: left;
    width: 22.25%;
    margin: 0 33px 0 0;
    position: relative;
}

.col_4_4{
    margin-right: 0;
}

/*404 Page Or Cant Find Search Result*/
.not_found{
    min-height: 300px;
}

.not_found p{
    width: 89.583%;
    margin: 110px auto 0 auto;
    text-align: center;
    font-size: 1.8em;
}

/*Search Page*/
.search_result{
    margin-bottom: 10px;
}

.search_result h2{
    padding: 10px 0;
    font-size: 2em;
    display: inline-flex;
}

.search_result a{
    color: #000;
}

/*ClearFix*/
.clearfix:before,
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after{clear: both;}
.clearfix {zoom:1;} /*IE < 8 */

/*Header*/
/*Social Head*/
#social_header{
    background-color: #07487E;
    padding: 5.5px 0;
    min-width: 960px;
}

#social_header ul{
    float: right;
}

#social_header ul li{
    display: inline;
}

#social_header ul li a{
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    text-decoration: none;
}

#social_header ul li a:hover{
    opacity: 0.7;
}

/*Search Bar*/
#search_form{
    float: right;
    position: relative;
    width: 30%;
    margin: 1px 20px 0 0;
}

#search_form input[type="search"]{
    height: 35px;
    padding-left: 10px;
    width: 95%;
    font-size: 1em;
    outline: none;
    border: none;
    border-radius: 0 7px 7px 0;
    -webkit-border-radius: 0 7px 7px 0;
    -moz-border-radius: 0 7px 7px 0;
    -o-border-radius: 0 7px 7px 0;
}

#search_form input[type="submit"]{
    background-image: url(images/magnifyingGlass.png);
    background-repeat: no-repeat;
    width: 15.625%;
    height: 100%;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    /*display:none;*/
}

/*Navigational Header*/
#nav_header{
    background-color: #FFF;
    min-width: 960px;
    box-shadow: 0px 7px 4px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px 7px 4px rgba(0,0,0,0.34);
    -webkit-box-shadow: 0px 7px 4px rgba(0,0,0,0.34);
    margin-bottom: 50px;
}

#nav_header #logo{
    margin-top: 13px;
    float: left;
}

/*Drop Down Menu*/
#nav_header ul{
    float: right;
    position: relative;
}

#nav_header ul li{
    float: left;
    position: relative;
    display: inline-table;
}

#nav_header ul li:hover > ul{
    display: block;
}

#nav_header ul li a{
    font-size: 1.3em;
    text-decoration: none;
    color: #000;
    padding: 36.5px 15px;
    display: inline-block;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
}

#nav_header ul li:hover a{
    background-color: #07487E;
    color: #FFF;
}

/*Hide Dropdowns by Default*/
#nav_header ul ul{
    display: none;
    position: absolute;
    top: 100%;
    z-index: 999;
    box-shadow: 0 5px 4px rgba(0,0,0,0.50);
}

#nav_header ul ul li{
    float: none;
    position: relative;
    display: list-item;
}

#nav_header ul ul li a{
    color: #FFF;
    background-color: #07487E;
    font-size: 0.85em;
    text-align: left;
    width: 230px;
    border-top: solid 1px #FFF;
    padding: 15px 10px;
}

#nav_header ul ul li:last-child a{
    border-bottom: solid 1px #FFF;
}

#nav_header ul ul li a:hover{
    background-color: #0D85E8;
}

#nav_header ul ul ul{
    position: absolute;
    left: 100%;
    top: -1px;
}

/*Footer*/
footer{
    color: #FFF;
}

footer a{
    text-decoration: none;
    color: #FFF;
}

footer ul{
    list-style: none;
}

/*Top Footer*/
#top_footer{
    background-color: #07487E;
    min-width: 960px;
    padding: 17px 0;
}

#top_footer ul li a:hover{
    color: #90D055;
}

#top_footer h3{
    font-size: 1.4em;
    margin-bottom: 10px;
}

#top_footer section{
    margin-right: 0;
    padding-left: 15px;
    width: 25%;
}

#top_footer section.list_with_headings.col_3_4{
    width: 26.77%;
}

#top_footer section:first-child{
    padding-left: 17px;

}

#top_footer section:last-child{
    padding-right: 17px;
    float: right;
    text-align: right;
    width: 15%;
}

#top_footer section ul{
    border-right: solid 1px #000;
    padding-right: 33px;
    height: 180px;
}

#top_footer section:last-child > ul{
    border-right: none;
    padding-right: 0;
}

#top_footer section ul li{
    font-size: 0.8em;
}

.list_no_headings ul li{
    line-height: 2;
}

.list_no_headings ul li a{
    text-decoration: none;
}

.list_with_headings{
    line-height: 1.3;
    position: relative;
}

.list_with_headings.col_4_4 ul li:nth-child(6){
    margin-bottom: 20px;
}

.list_with_headings ul li:nth-child(even){
    margin-bottom: 5px;
}

.list_with_headings form{
    position: relative;
    margin-top: 30px;
}

.list_with_headings form input[type=email]{
    border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    -o-border-radius: 2px 0 0 2px;
    border: none;
    padding: 5px;
    margin-top: 5px;
}

.list_with_headings form input[type=submit]{
    float: right;
    color: #FFF;
    font-weight: bold;
    background-color: #0E1F0C;
    padding: 5px 7px;
    border: 0;
    cursor: pointer;
    border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    -o-border-radius: 0 2px 2px 0;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-appearance: none;
}

/*Bottom Footer*/
#bottom_footer{
    background-color: #021626;
    min-width: 960px;
    padding: 10px 0;
    font-size: 0.7em;
}

#bottom_footer ul{
    float: left;
    padding-left: 10px;
}

#bottom_footer ul ul{
    display: none;
}

#bottom_footer ul li{
    display: inline;
}

#bottom_footer ul li a{
    padding: 0 10px 0 5px;
}

#bottom_footer ul li:after{
    content: "|";
}

#bottom_footer ul li:last-child:after{
    content: none;
}

#bottom_footer span{
    float: right;
    text-align: right;
    padding-right: 10px;
}

/*Home Page*/
/*Promotional Slider*/
#promo_gallery{
    height: 178px; /* 238 - 60 = 178 */
    padding: 30px 42px;
    background-image: url(images/Promotional-Background.jpg);
    position: relative;
}

#content_container{
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,0.75);
    height: 136px;
    padding: 20px 24px;
    position: relative;
}

.content{
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 2em;
    color: #00194C;
}

.content li{
    list-style: none;
}

#content_container img{
    position: absolute;
    top: 50px;
    right: 50px;
}

/*Home Category Blocks*/
.category:last-child{
    margin-right: 0;
}

.category_image_block{
    z-index: 100;
    border: solid 2px #000;
    overflow: hidden;
    display: block;
    text-decoration: none;
    position: relative;
    margin-bottom: 30px
}

.category_image_block img{
    width: 100%;
    vertical-align: bottom;
}

.category_image_block h1{
    background-color: #07487E;
    color: #FFF;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    font-size: 1.4em;
    text-align: center;
    padding: 15px 0;
}

.home_category_description p{
    margin-bottom: 10px;
}

/*Category Page*/
#category_gallery a{
    margin-right: 30px;
    border: solid 1px #000;
    text-decoration: none;
    height: 200px;
    margin-bottom: 15px;
}

/*#category_gallery a.col_4_4{
    margin-right: 0;
}*/

#category_gallery img{
    width: 100%;
    height: 100%;
    z-index: 0;
}

.two_categories a:first-child{
    margin-left: 215px !important;
}

.three_categories, .five_categories{
    padding-left: 120px;
}

.three_categories a, .five_categories a{
    width: 25.4%;
}

.four_categories a:nth-child(4n+4){
    margin-right: 0 !important;
}

.five_categories a:nth-child(3n+3){
    margin-right: 0 !important;
}

.five_categories a:nth-child(4n+4){
    margin-left: 110px !important;
}

.five_categories a:nth-child(5n+5){
    margin-right: 0 !important;
}

.seven_categories a:nth-child(4n+4){
    margin-right: 0 !important;
}

.seven_categories a:nth-child(5n+5){
    margin-left: 110px !important;
}

#category_gallery a span{
    position: absolute;
    top: 28%;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    background-color: rgba(255,255,255,0.45);
    height: 44%;
    display: table;
    vertical-align: middle;
    width: 100%;
}

#category_gallery a span h2{
    font-size: 1.2em;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #000;
    padding: 0 10px;
}

#category_summary{
    margin-top: 20px;
}

#category_summary p{
    margin-bottom: 20px;
}

#category_summary p span{
    float: right;
}

#category_summary p:last-child{
    margin-bottom: 0;
}

/*Product Page*/
/*Product Block*/
.product_group{
    min-height: 400px;
    position: relative;
    margin-bottom: 30px;
}

.product_group:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
}

.product_group h2{
    padding: 10px;
    margin-bottom: 20px;
    background-color: #07487E;
    font-size: 2.5em;
    text-align: center;
    color: #FFF;
    font-weight: normal;
}

.product_group .col_1_2{
    padding-bottom: 40px;
}

.product_group .col_2_2 div, .product_group .col_2_2 a{
    text-align: right;
    display: block;
}

.product_group .col_2_2 img{
    max-width: 100%;
}

.product_group p{
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.product_group p strong{
    font-weight: bolder;
    font-size: 1.2em;
}

.paragraph_tag span{
    float: right;
}

.no_spec{
    min-height: 0;
}

.no_spec .col_1_2{
    padding-bottom: 0;
}

.product_spec{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #07487E;
    width: 200px;
    padding: 15px 0;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-size: 1.5em;
    transition: background-color 0.4s;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    o-border-radius: 2px;
}

.product_spec:hover{
    background-color: #0D85E8;
}

/*Full Width Product Block*/
.product_group_full_width a{
    text-align: center;
    display: block;
}

.product_group_full_width div{
    text-align: center;
    margin-bottom: 20px;
}

.product_group_full_width .product_spec{
    position: static;
    margin: 20px 0 15px;
}

/*Accordion Product Block*/
.ui-accordion-header{
    background-color: #07487E;
    color: #FFF;
    border-bottom: 1px solid #000;
    cursor: pointer;
    padding: 10px;
    padding-left: 30px;
    position: relative;
}

.ui-accordion-header-icon{
    position: absolute;
    left: 10px;
    top: 40%;
    width: 10px;
    height: 10px;
}

/*Active Icon*/
.ui-icon-triangle-1-e{
    background: url(images/ui-icon-arrow-inactive.png) no-repeat;
}

/*Inactive Icon*/
.ui-icon-triangle-1-s{
    background: url(images/ui-icon-arrow-active.png) no-repeat;
    margin-top: 2px;
}

.ui-accordion-content li{
    list-style: none;
    border: 1px solid #e0e0e0;
    border-top: 0;
}

.ui-accordion-content li:nth-child(odd){
    background-color: #FFF;
}

.ui-accordion-content li:nth-child(even){
    background-color: #F4F4F4;
}

.ui-accordion-content li a{
    text-decoration: none;
    color: #07487E;
    padding: 10px;
    padding-left: 27px;
    display: block;
}

.ui-accordion-content li a:hover{
    color: #BD0E36;
}

.accordion_product_block {
    min-height: 0;
}

.accordion_product_block .col_2_2{
    text-align: center;
}

.accordion_product_block .col_2_2 img{
    width: 80%;
}

.accordion_product_block .col_2_2 a{
    display: block;
    position: relative;
    margin-bottom: 20px;
    text-decoration: none;
}

.accordion_product_block .col_2_2 a h4{
    width: 100%;
    color: #FFF;
    background-color: #07487E;
    padding: 10px 0;
    border: 1px solid #000;
    font-size: 1.4em;
    text-align: center;
}

.accordion_product_block .col_2_2 a img{
    border: 1px solid #000;
    border-top: 0;
    width: 100%;
}

/*Full Width Centered Page*/
#full_width_centered{
    width: 45%;
    margin: 0 auto;
    font-size: 1.6em;
}

#full_width_centered p{
    margin-bottom: 15px;
}

#full_width_centered ol{
    margin-left: 30px;
}

/*Gallery Block*/
.gallery section{
    margin-bottom: 20px;
}

.gallery a{
    display: block;
    float: left;
    border: solid 1px #000;
    margin: 0 15px 10px;
}

.gallery a:first-child, .gallery a:nth-child(4n+5){
    margin-left: 0;
}

.gallery a:nth-child(4n+4){
    margin-right: 0;
}

.gallery a img{
    vertical-align: bottom;
}

/*About Us Page*/
#about_images{
    position: relative;
    width: 405px;
    height: 400px;
    float: right;
}

#about_logo{
    position: absolute;
    right: 0;
    top: 450px;
}

#about_group p{
    width: 400px;
    margin-bottom: 20px;
}

/*Contact Us Page*/
form.wpcf7-form{
    padding: 0 150px;
}

span.wpcf7-not-valid-tip{
    width: 62%;
    float: right;
}

form.wpcf7-form p label{
    float: left;
    width: 225px;
    font-size: 2.2em;
    display: inline-block;
    vertical-align: top;
}

form.wpcf7-form input[type="text"], form.wpcf7-form input[type="tel"], form.wpcf7-form input[type="email"], form.wpcf7-form textarea{
    font-size: 1.6em;
    padding: 5px;
}

form.wpcf7-form input[type="text"], form.wpcf7-form input[type="tel"], form.wpcf7-form input[type="email"]{
    margin-top: -10px;
    width: 350px;
}

form.wpcf7-form textarea{
    width: 350px;
    height: 200px;
    margin-top: -10px;
    font-family: inherit;
    resize: vertical;
}

span.wpcf7-form-control-wrap{
    margin-bottom: 10px;
    display: block;
}

div.wpcf7-validation-errors{
    border:2px solid #f00 !important;
}

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok{
    text-align: center;
}

form.wpcf7-form input[type="submit"]{
    width: 120px;
    height: 50px;
    margin: 10px 38%;
    background-color: #07487E;
    color: #FFF;
    font-size: 1.4em;
    border: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    cursor: pointer;
    transition: background-color 0.4s;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    -webkit-appearance: none;
}

form.wpcf7-form input[type="submit"]:hover{
    background-color: #0D85E8;
}