
/*
Theme Name:  Optik Theme
Version: 3.2
Theme URI: http://www.cyberoptik.net
Description: Responsive Wordpress theme created by CyberOptik
Author: CyberOptik
Author URI: http://www.cyberoptik.net
*/



/*
 * CUSTOMIZABLE CSS
 */



/* -----------------------------------------------------------------------------
 * TABLE OF CONTENTS:
 * -----------------------------------------------------------------------------
 *
 * 1 CSS IMPORTS
 *   1.1 FRAMEWORK
 *   1.2 MODULES
 *   1.3 STYLES
 *
 * 2 STRUCTURAL ELEMENTS
 *   2.1 UNIVERSAL STYLES
 *   2.2 UNIVERSAL THEME MODULES
 *
 * 3 CONTENT STYLES
 *   3.1 TEXT LINKS
 *   3.2 HEADINGS
 *   3.3 QUOTES
 *   3.4 BORDERS & DIVIDERS
 *   3.5 MEDIA
 *   3.6 BUTTONS
 *   3.7 ICONS
 *   3.8 FORM STYLES
 *
 * 4 BOX STYLES
 *   4.1 FEATURE BOX
 *   4.2 ICON BOX
 *   4.3 CALL TO ACTION BOX 
 *   4.4 ALERT BOX BOX 
 *
 * 5 HEADER STYLES
 *   5.1 SCROLL BAR
 *   5.2 TOP BAR
 *   5.3 HEADER 
 *   5.4 NAV BAR
 *   5.5 NAV MENUS
 *   5.6 DROPDOWN MENUS
 *   5.7 MOBILE NAV
 *
 * 6 MAIN (BODY) STYLES
 *   6.1 BANNER
 *   6.2 BREADCRUMBS
 *   6.3 TITLE BAR
 *   6.4 MAIN (BODY)
 *   6.5 CONTENT
 *   6.6 SIDEBAR
 *   6.7 BLOG
 *
 * 7 FOOTER STYLES
 *   7.1 FOOTER
 *   7.2 FOOTER NAV
 *   7.3 BOTTOM BAR
 *
 * 8 CUSTOM THEME STYLES
 *
 * ---------------------------------------------------------------------------*/





/******************************************************************************
 * * *  1 CSS IMPORTS  * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/



/***  1.1 FRAMEWORK  ***/

@import url("resources/framework/css/framework.min.css");



/***  1.2 MODULES  ***/

/* Animations */
@import url("resources/animations/css/animate.min.css");

/* Icons */
@import url("resources/icons/css/icons.min.css");

/* Menus */
@import url("resources/menus/menus.min.css");



/***  1.3 STYLES  ***/

/* Stndrd Styles */
@import url("resources/styles/theme-styles.min.css");

/* Meta Slider Styles */
@import url("resources/styles/plugin-styles.min.css");





/******************************************************************************
 * * *  2 STRUCTURAL ELEMENTS  * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/


/***  2.1 UNIVERSAL STYLES  ***/

html {font-size: 14px;}

body {
  line-height: 1.6em;
  font-family: sans-serif;
  color: #777;
  background: white;
}


/***  2.2 UNIVERSAL THEME STYLES  ***/

.section-container {
  max-width: 1300px; /* Set the maximum width of the website */
  padding: 0 50px;
}

.section-centered {width: 80%;}

.col-fixed {width: 150px;}

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

.section-container {padding: 0 40px;}

}

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

.section-container {padding: 0 25px;}

.section-centered {width: 100%;}

}

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

.section-container {padding: 0 15px;}

}





/******************************************************************************
 * * *  3 CONTENT STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/



/***  3.1 TEXT LINKS  ***/

a {color: #19bceb;}

a:hover {color: black;}



/***  3.2 HEADINGS  ***/

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-weight: 600;
  color: black;
}

h1 {font-size: 2em;}

h2 {font-size: 1.6em;}

h3 {font-size: 1.25em;}

h4 {font-size: 1em;}

h5 {font-size: 0.9em;}

h6 {font-size: 0.8em;}

h1 .anchor, 
h2 .anchor, 
h3 .anchor, 
h4 .anchor, 
h5 .anchor, 
h6 .anchor {top: -100px;}



/***  3.3 QUOTES  ***/

blockquote {
  padding: 5px 0 5px 15px;
  border-left: 5px solid black;
  margin-left: 2em;
  font-size: 1.4em;
  font-style: italic;
  font-weight: normal;
  font-weight: 300;
}



/***  3.4 BORDERS & DIVIDERS  ***/

hr, 
.divider {
    display: block;
	width: 100%;
    height: 1px;
    border: 0;
    border-top: 1px solid #e2e2e2;
    margin: 2.5em auto;
    padding: 0;
	clear: both;
}

hr, 
.divider, 
.br-all, 
.br-top, 
.br-bottom, 
.br-left, 
.br-right {
  border-color: #e2e2e2;
  border-style: solid;
}



/***  3.5 MEDIA  ***/

.video {max-width: 700px;}

.vjs-default-skin .vjs-play-progress,
.vjs-default-skin .vjs-volume-level {background-color: #418cbe;}



/***  3.6 BUTTONS  ***/

.button {
  padding: 0.4em 1.2em;
  border: 2px solid #19bceb;
  background-color: #19bceb;
  font-weight: 600;
  color: white;
}

.button:hover {
  border-color: #2ccbf9;
  background: #2ccbf9;
  color: white;
}

/* Empty Button */

.button-empty, 
.button-empty .icon {color: #19bceb;}

.button-empty:hover {
  border-color: #2ccbf9;
  background: none;
  color: #2ccbf9;
}

.button-empty:hover .icon {color: #2ccbf9;}



/***  3.7 ICONS  ***/

.icon {color: #2ccbf9;}

a .icon {
  color: #19bceb;
  webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

a:hover .icon {color: #2ccbf9;}

/*  Icon Backgrounds  */

.icon-bg {
  color: white;
  background-color: #2ccbf9;
}

a .icon-bg {
  color: #eee;
  background-color: #19bceb;
}

a:hover .icon-bg {
  color: white;
  background-color: #2ccbf9;
}

/*  Icon Borders  */

.icon-br {border-color: #2ccbf9;}

a .icon-br {border-color: #19bceb;}

a:hover .icon-br {border-color: #2ccbf9;}

/*  Icon Lists  */

[class*="list-icon"] li:before, 
li[class*="list-icon"]:before {color: #2ccbf9;}



/***  3.8 FORM STYLES  ***/

/* Universal Form Styles */

legend {
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.4em;
  color: #333333;
}

label {font-weight: bold;}

/* Inputs */

input[type="text"], 
input[type="email"], 
input[type="number"], 
input[type="password"], 
input[type="search"], 
input[type="tel"], 
input[type="url"], 
input[type="date"], 
input[type="datetime-local"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="color"], 
input[type="file"], 
input[type="range"], 
textarea, 
select {font-size: 0.9em;}

input[type="text"], 
input[type="email"], 
input[type="number"], 
input[type="password"], 
input[type="search"], 
input[type="tel"], 
input[type="url"], 
input[type="date"], 
input[type="datetime-local"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
textarea, 
select {
  padding: 10px;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: white;
  font-size: 0.9em;
}

textarea {height: 100px;}

select {height: 42px;}

input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="number"]:focus, 
input[type="password"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="url"]:focus, 
input[type="date"]:focus, 
input[type="datetime-local"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
textarea:focus, 
select:focus {border-color: #2ccbf9;}

/* Buttons */

input[type="submit"], 
input[type="reset"], 
input[type="button"] {
  height: 2.8em;
  padding: 0 24px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 0.95em;
  font-weight: 600;
  color: white;
  background: #aaa;
}

input[type="Submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover {background: #bbb;}

input[type="Submit"]:active, 
input[type="reset"]:active, 
input[type="button"]:active {
  background: #555;
  color: #eee;
}

/* Search Form */

.search-form {position: relative;}

input[type="text"].search-field {background: #f5f5f5;}

input[type="text"].search-field:focus {background: white;}

input[type="Submit"].search-submit {
  display: block;
  position: absolute;
  z-index: 50;
  top: 50%;
  right: 0;
  float: none;
  width: 40px;
  height: 40px;
  border: 0;
  margin-top: -21px;
  background: url(../images/icon-search.png) center no-repeat;
  background-size: 1.5em;
  opacity: 0.6;
  cursor: pointer;
  cursor: hand;
}

input[type="Submit"].search-submit:hover {
  outline: none;
  opacity: 1;
}

input[type="Submit"].search-submit:active {
  background-color: rgba(0,0,0,0.025);
  outline: none;
}





/******************************************************************************
 * * *  4 BOX STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/



/***  4.1 FEATURE BOX  ***/

.feature {
  padding: 30px 20px;
  background: #eee;
}



/***  4.2 ICON BOX  ***/

[class*="col-"].icon-box, 
.icon-box [class*="col-"] {padding-left: 3.5em;}



/***  4.3 CALL TO ACTION BOX  ***/

.cta {
  padding: 25px;
  border: 1px solid #d2d2d2;
  background-color: rgba(244,244,244,0.86);
}



/***  4.4 ALERT BOX  ***/

.section-success, 
.section-error, 
.section-info, 
.section-notice {
  border-left-width: 5px;
  border-left-style: solid;
  padding: 10px;
}



/***  4.4 DARK BACKGROUND BOX  ***/

.section-dark {
  color: #e2e2e2;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.6), 0 0 10px rgba(0,0,0,0.25);
}

.section-dark h1, 
.section-dark h2, 
.section-dark h3, 
.section-dark h4, 
.section-dark h5, 
.section-dark h6 {
  color: white;
  text-shadow: 1px 2px 0 rgba(0,0,0,0.6), 0 0 10px rgba(0,0,0,0.25);
}

.section-dark .button, 
.section-dark .button:hover {
  border-color: white;
  background-color: white;
  color: #555;
  text-shadow: none;
  opacity: 0.84;
}

.section-dark .button-empty, 
.section-dark .button-empty:hover {
  background-color: rgba(0,0,0,0);
  color: white;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.6), 0 0 10px rgba(0,0,0,0.25);
}

.section-dark .button:hover, 
.section-dark .button-empty:hover {opacity: 1;}





/******************************************************************************
 * * *  5 HEADER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/



/***  5.1 SCROLL BAR  ***/

.scroll-bar {background: white;}

.scroll-logo img {max-height: 60px;}



/***  5.2 TOP BAR  ***/

.top-bar {
  padding-top: 0.125em;
  padding-bottom: 0.125em;
  background: #ddd;
}

.top-bar .col-custom {
  padding-top: 0.125em;
  padding-bottom: 0.125em;
}

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

.top-bar .nav-menu > li > a {
  padding-top: 0.125em;
  padding-bottom: 0.125em;
}

}



/***  5.3 HEADER  ***/

.header .col-custom {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.logo img {max-height: 70px;}

@media screen and (max-width: 900px) {
    
.header {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
    
.header .col-custom {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

}

@media screen and (min-width: 901px) and (max-width: 1024px) {

.header .header-right:nth-child(2) {padding-right: 50px;}

}

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

.logo-wrapper, 
.header-left, 
.header-right {padding-right: 50px;}

}

/* Header Buttons */

.header-buttons {
  right: 0;
  margin-top: -1.4em;
}

.header-buttons a .icon {
  font-size: 1.5em;
  color: #878787;
  background: rgba(0,0,0,0);
}

.header-buttons a:hover .icon {
  color: #454545;
  background: rgba(0,0,0,0);
}

.header-buttons a.active .icon {
  color: white;
  background: #2ccbf9;
}



/***  5.4 NAV BAR  ***/

.nav-bar {background: #eee;}



/***  5.5 NAV MENUS  ***/



/***  5.6 DROPDOWN MENUS  ***/



/***  5.7 MOBILE NAV  ***/





/******************************************************************************
 * * *  6 MAIN (BODY) STYLES  * * * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/



/***  6.1 BANNER  ***/

.banner {
  background-color: #222;
  color: white;
  text-shadow: 1px 2px 0 rgba(0,0,0,0.5), 0 0 14px rgba(0,0,0,0.3);
}

.banner-inner {
  padding-top: 25px;
  padding-bottom: 25px;
}

.banner .col-custom {
  display: block;
  width: 100%;
}

.banner h1, 
.banner h2, 
.banner h3, 
.banner h4, 
.banner h5, 
.banner h6 {
  text-shadow: 2px 3px 3px rgba(0,0,0,0.4);
  color: white;
}

.banner p, 
.banner ul {font-size: 1.1em;}

.banner ul li a, 
.banner .menu li a {padding: 0 10px;}



/***  6.2 BREADCRUMBS  ***/

.breadcrumbs {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  background: #ddd;
}


/***  6.3 TITLE BAR  ***/

.title-bar {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background: #eaeaea;
}

.title-bar .col-custom {
  display: block;
  width: 100%;
}



/***  6.4 MAIN (BODY)  ***/

.main {
  padding-top: 50px;
  padding-bottom: 50px;
}



/***  6.5 CONTENT  ***/

@media screen and (min-width: 421px) {

.content .alignleft {margin: 0 20px 1em 0;}

.content .alignright {margin: 0 0 1em 20px;}

}



/***  6.6 SIDEBAR  ***/

/*.sidebar li {
  padding: 0.75em 0;
  border-bottom: 1px solid #d9d9d9;
}

.sidebar li.menu-item-has-children:after {
  height: 3em;
  line-height: 3em;
}

.sidebar li > ul {
  margin-top: calc(0.75em + 1px);
  margin-bottom: calc(-0.75em + -1px);
  border-top: 1px solid #d9d9d9;
}

.sidebar ul ul li:last-child {border-bottom: none;}*/

@media screen and (max-width: 900px) {
  
.sidebar-section {
  padding: 50px;
  background: #eee;
}

}

@media screen and (max-width: 600px) {
  
.sidebar-section {padding: 25px;}
  
}

@media screen and (max-width: 420px) {
  
.sidebar-section {padding: 15px;}
  
}



/***  6.7 BLOG ***/

ul.post-info {display: none;}





/******************************************************************************
 * * *  7 FOOTER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/



/***  7.1 FOOTER NAV  ***/

.footer-nav-bar {background: #ddd;}



/***  7.2 FOOTER  ***/

.footer {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  background: #eee;
}

.footer .col-custom {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

@media screen and (min-width: 901px) {

.footer .col-custom {width: calc(33.3333% - 28px);}

}



/***  7.3 BOTTOM BAR  ***/

.bottom-bar {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  background: #ddd;
}

.bottom-bar .col-custom {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.copyright, 
.copyright .textwidget, 
.credits, 
.credits .textwidget {display: inline-block;}





/******************************************************************************
 * * *  8 CUSTOM THEME STYLES  * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/

/* Add custom theme styles here */ 





/*
 * END OF
 * CUSTOMIZABLE CSS
 */
