/*
Theme Name: Island Confidential Theme
Description: Custom designed theme specially for Island Confidential Associates
Version: 0.9
Author: Rob Williams, DevUp Inc <hello@devup.ca>
Tags: custom template
*/

/* Default Styles */

html, body {
    width:                  100%;
    height:                 100%;
    font-family:            'Source Sans Pro', 'Verdana', 'Arial', sans-serif;
    line-height:            1.4em;
    background:             url(images/tactile_noise.png) repeat;
}

p { padding: 0 0 1em 0; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.textleft { text-align: left; }
.textcenter { text-align: center; }
.textright { text-align: right; }
.clear { clear: both; }
.floatleft { float: left; }
.floatright { float: right; }

img.centered {
	display: block;
	margin: 0 auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 1em 1em;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 1em 1em 0;
	display: inline;
}

img.aligncenter {
    display: block;
}

.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { margin: 0 auto; }


/* Basic styles */

a { text-decoration: none; color: #151321; font-weight: 800; }
a:hover { color: #00aeef; }

h1 { font-size: 2em; font-family: 'Josefin Sans', sans-serif; margin-bottom: 0.5em; line-height: 1.4em; }
.header_background h1 { text-align: right; position: absolute; right: 0.5em; bottom: 0.5em; color: white; text-shadow: #000 0 0 5px, #000 0 0 10px; }

h2 {
    font-size:              1.7em;
    font-weight:            800;
    padding-bottom:         1em;
    color:                  #151321;
}

h3 {
}

h4 {
}

.footer, .push {
    position:               relative;
    font-size:              0.7em;
    height:                 30px;
    margin:                 0 auto;
    color:                  black;
    width:                  100%;
}

.footer {
    line-height: 30px;
    background:             url(images/tactile_noise.png) repeat;
    color:                  #aaa;
}

.footer_content { width: 95%; margin: 0 auto; max-width: 1280px; }

.footer p { padding: 0 1em; }

.footer a { color: #00aeef; }
.footer a:hover { color: white; }

.container {
    width:                  95%;
    max-width:              1280px;
    margin:                 0 auto -30px; /* the bottom margin should match the height of the footer */
    background:             white;
    height:                 100%;
    min-height:             100%;
    height:                 auto !important;
    position:               relative;
    box-shadow:             black 0 0 25px;
}

.office_logo { display: inline-block; text-align: right; }
/*.theme_white .logo_office_future { fill: #fff; }*/
/*.theme_white .logo_of_the { fill: #d1d3d4; }*/
/*.theme_white .logo_pei { fill: #00aeef; }*/
/*.theme_black .logo_office_future { fill: #000; }*/
/*.theme_black .logo_of_the { fill: #000; }*/
/*.theme_black .logo_pei { fill: #d1d3d4; }*/

.ic_logo { display: inline-block; text-align: right; margin-bottom: 1em; }

.theme_black .iclogo_island{fill:#000000;}
.theme_black .iclogo_confidential{fill:#000000;}
.theme_black .iclogo_silhouette{fill-rule:evenodd;clip-rule:evenodd;fill:#000000;}

.theme_blues .iclogo_island{fill:#009EFF;}
.theme_blues .iclogo_confidential{fill:#004F7F;}
.theme_blues .iclogo_associates{fill:#000000;stroke:#000000;stroke-miterlimit:10;}
.theme_blues .iclogo_silhouette{fill-rule:evenodd;clip-rule:evenodd;fill:#DD0000;}

.theme_blues_white .iclogo_island{fill: #00e2ff;}
.theme_blues_white .iclogo_confidential{fill: #0087c9;}
.theme_blues_white .iclogo_associates{fill:#FFFFFF;stroke:#FFFFFF;stroke-miterlimit:10;}
.theme_blues_white .iclogo_silhouette{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}

.theme_white .iclogo_island{fill:#FFFFFF;}
.theme_white .iclogo_confidential{fill:#FFFFFF;}
.theme_white .iclogo_silhouette{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}

header {
    background-repeat: no-repeat;
    background-position: center right;
    position: relative;
}

header aside {
    width: 35%;
    text-align: right;
    color: white;
    position: relative;
    z-index: 10;
}
header .header_background { width: 65%; position: absolute; top: 0; right: 0; background-size: cover; z-index: 5; overflow: hidden; }

.logo_container { text-align: right; padding: 2em 1em 0 0; }
.logo_slogan { font-size: 1em; font-weight: bold; font-family: 'Josefin Sans', sans-serif; }
.slogan_theme_blues_white { color: #0087c9; }
.slogan_theme_white { color: #00aeef; }
.slogan_theme_black { color: #000; }
.slogan_theme_blues { color: #000; }
.front_page_menu { list-style: none outside; padding: 0 1em 1em 0; }
.front_page_menu li { padding-bottom: 0.35em; }
.front_page_menu li a { color: white; font-family: 'Josefin Sans', sans-serif; font-size: 1.15em; font-weight: bold; }
.front_page_menu li a:hover, .front_page_menu li.current-menu-item a { color: #00aeef; }

.nav_menu { float: right; margin-top: 2em; background: rgba( 0,0,0,0.6 ); border-top-left-radius: 2em; border-bottom-left-radius: 2em; }
.nav_menu li { display: inline-block; padding: 0.25em 0; }
.nav_menu li a { padding: 0 1em; font-family: 'Josefin Sans', sans-serif; text-transform: uppercase; color: white; font-size: 0.9em; text-shadow: #000 0 0 5px; position: relative; top: 3px; }
.nav_menu li a:hover, .nav_menu li.current-menu-item a { color: #00aeef; }

header aside p { font-size: 0.8em; }
header aside p .smallertext { font-size: 0.9em; }
.smallpad { padding: 0 3px; }
.bigpad { padding: 0 10px; }

.front_left_column, .left_column {
    display: inline-block;
    padding: 2%;
    width: 31%;
    text-align: right;
    vertical-align: top;
}

.front_right_column, .right_column {
    display: inline-block;
    padding: 2%;
    width: 60%;
    vertical-align: top;
}

.front_page_features, .service_boxes {
    width: 96%;
    margin: 2em 0 0 2%;
    list-style: none outside;
    text-align: center;
}
.service_boxes { margin-top: 0; }

.front_page_features li, .service_boxes li {
    width: 22.5%;
    margin: 0 1%;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
}

.left_column a { color: white; }
.left_column a:hover { color: #0087c9; }

.left_column h2 { color: white; }

.service_boxes li { width: 46.5%; margin: 1%; }

.front_page_features li h3, .service_boxes li h3 { color: white; font-family: 'Josefin Sans', sans-serif; padding: 0.5em 0; }
.front_page_features li .feature_image, .service_boxes li .feature_image { background-size: cover; width: 98%; margin: 0 1% 1%; height: 150px; }

.front_left_column .logo_container { padding: 0; }
.front_left_column p { line-height: 2em; font-weight: 300; padding-left: 10%; }

.left_column { color: white; text-align: left; min-height: 450px; }
.left_column h3 { padding: 2em 0 0 5%; }
.left_column p { padding: 0 10% 1em; }
.left_column ul { list-style: disc outside; padding-left: 15%; }

.textarea.large { max-height: 100px; }

#online_booking_frame { width: 100%; min-height: 600px; }

.right_column ol { list-style: decimal outside; padding-left: 2em; }
.right_column ol li { padding-bottom: 1em; }
.right_column ol ol { padding-top: 1em; }


.button { padding: 0.5em 1em; background: #00009c; color: white; font-weight: bold; font-size: 1.2em; text-transform: uppercase; border-radius: 5px; width: fit-content; margin: 1em auto; display: block; text-shadow: rgba(0,0,0,0.6) 0 0 10px, rgba(0,0,0,0.8) 0 0 5px; box-shadow: rgba(0,0,66,0.6) 0 0 10px; }
.button:hover { background: #0000dd; color: white; }


.notice { width: 60%; height: 400px; border: 5px black solid; background: white; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); box-shadow: 10px 10px 10px rgba(0,0,0,0.6); z-index: 2500; }
.overlay { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 2499; background: rgba(0,0,0,0.6); }
.notice_content { text-align: center; width: 90%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.ic_button { background: black; color: white; padding: 0.25em 0.5em; border-radius: 5px; }

@media screen and (max-width: 1000px) {

    .logo_slogan { font-size: 0.8em; }

}

@media screen and (max-width: 500px) {

    header .header_background { position: relative; width: 100%; background-image: none !important; height: auto; }
    header h1 { display: none; }

    header aside { width: 100%; }
    .front_page_features { display: none; }
    .nav_menu { float: none; width: 100%; margin-top: 0; text-align: center; }

    .front_left_column, .front_right_column, .left_column, .right_column { display: block; width: auto; min-height: 0; }
    .front_left_column { border-bottom: 1px #ddd solid; }
    .front_left_column .logo_container { text-align: center; }
    .front_left_column p { padding-left: 0; text-align: center; }

    .front_right_column ul { width: 80%; margin-left: 10%; list-style: disc outside; }
    .front_right_column ul li { padding-bottom: 0.5em; }

    .footer p.floatright { display: none; }
    .footer p { text-align: center; }
}
