
/*
Theme Name: OptikTheme by CyberOptik
Version: 5.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 THEME MODULES
 *   2.3 BACK TO TOP BUTTON
 *
 * 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 HEADER STYLES
 *   4.1 SCROLL BAR
 *   4.2 TOP BAR
 *   4.3 HEADER 
 *   4.4 NAV BAR
 *   4.5 NAV MENUS
 *   4.6 DROPDOWN MENUS
 *   4.7 MOBILE NAV
 *
 * 5 MAIN (BODY) STYLES
 *   5.1 BANNER
 *   5.2 BREADCRUMBS
 *   5.3 TITLE BAR
 *   5.4 MAIN (BODY)
 *   5.5 CONTENT
 *   5.6 SIDEBAR
 *   5.7 BLOG
 *
 * 6 FOOTER STYLES
 *   6.1 FOOTER NAV BAR
 *   6.2 FOOTER
 *   6.3 BOTTOM BAR
 *
 * 7 CUSTOM THEME STYLES
 *
 * ---------------------------------------------------------------------------*/





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


/***  1.1 FRAMEWORK  ***/
@import url("includes/framework/css/framework.css");


/***  1.2 MODULES  ***/

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

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

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

/* Scroll Bar */
@import url("includes/scroll-bar/scroll-bar.min.css");


/***  1.3 STYLES  ***/

/* Stndrd Styles */
@import url("includes/styles/theme.css");





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


/***  2.1 UNIVERSAL STYLES  ***/

html {font-size: 16px;}

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


/***  2.2 THEME STYLES  ***/

.section-container {
  max-width: 1300px;
  padding: 0 50px;
}

@media screen and (max-width: 900px) {
.section-container {padding: 0 40px;}
}

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

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


/***  2.3 BACK TO TOP BUTTON  ***/

.btt-button .fa {
  background: #292929;
  color: white;
}





/******************************************************************************
 * * *  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;}


/***  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;
}


/***  3.5 MEDIA  ***/

.video {max-width: 700px;}


/***  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 {
  background: none;
  color: #19bceb;
}

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


/***  3.7 ICONS  ***/

/*  Icon Colors  */

.fa, .fas, .far, .fal, .fab {color: #2ccbf9;}

a .fa, a .fas, a .far, a .fal, a .fab {
  color: #19bceb;
  webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

a:hover .fa, a:hover .fas, a:hover .far, a:hover .fal, a:hover .fab {color: #2ccbf9;}

/*  Icon Backgrounds  */

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

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

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

/*  Icon Borders  */
.fa-br {border-color: #2ccbf9;}
a .fa-br {border-color: #19bceb;}
a:hover .fa-br {border-color: #2ccbf9;}


/***  3.8 FORM STYLES  ***/

/* Inputs */

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"] {
  background: #aaa;
  color: white;
}

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

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: 42px;
  height: 42px;
  border: 0;
  margin-top: -21px;
  background: rgba(0,0,0,0) url(includes/fontawesome/svgs/light/search.svg) center center no-repeat !important;
  background-size: 1.5em !important;
  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 HEADER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/


/***  4.1 SCROLL BAR  ***/

.scroll-bar {background: white;}

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


/***  4.2 TOP BAR  ***/

.top-bar {
  padding-top: 2px;
  padding-bottom: 2px;
  background: #ddd;
}

.top-bar .col-custom {
  padding-top: 2px;
  padding-bottom: 2px;
}


/***  4.3 HEADER  ***/

.header .col-custom {
  padding-top: 12px;
  padding-bottom: 12px;
}

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

/* Menu Button */

.header .menu-button .fal, 
.header .menu-button:hover .fal {color: #878787;}

.header .menu-button.active .fals {
  background: #2ccbf9;
  color: white;
}


/***  4.4 NAV BAR  ***/

.nav-bar {background: #eee;}


/***  4.5 NAV MENUS  ***/

.nav-menu > li > a {}


/***  4.6 DROPDOWN MENUS  ***/

.nav-menu li ul {}

.nav-menu li ul li a {}


/***  4.7 MOBILE NAV  ***/

.mobile-menu > li > a {}





/******************************************************************************
 * * *  5 MAIN (BODY) STYLES  * * * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/


/***  5.1 BANNER  ***/

.banner {
  background-color: #222;
  color: white;
}

.banner-inner {min-height: 250px;}

.banner-tall .banner-inner {min-height: 375px;}

.banner-viewport .banner-inner {padding-top: 80px;}

.banner .page-tagline {font-size: 1.15em;}


/***  5.2 BREADCRUMBS  ***/

.breadcrumbs {
  padding-top: 12px;
  padding-bottom: 12px;
  background: #ddd;
}


/***  5.3 TITLE BAR  ***/

.title-bar {
  padding-top: 12px;
  padding-bottom: 12px;
  background: #eaeaea;
}


/***  5.4 MAIN (BODY)  ***/

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


/***  5.5 CONTENT  ***/

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

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

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

}


/***  5.6 SIDEBAR  ***/


/***  5.7 BLOG ***/





/******************************************************************************
 * * *  6 FOOTER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/


/***  6.1 FOOTER NAV BAR  ***/

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


/***  6.2 FOOTER  ***/

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #eee;
}

.footer .col-custom {
  padding-top: 8px;
  padding-bottom: 8px;
}


/***  6.3 BOTTOM BAR  ***/

.bottom-bar {
  padding-top: 4px;
  padding-bottom: 4px;
  background: #ddd;
}

.bottom-bar .col-custom {
  padding-top: 8px;
  padding-bottom: 8px;
}

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





/******************************************************************************
 * * *  7 CUSTOM STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/

/* Add custom theme styles here */ 





/*
 * END OF
 * CUSTOMIZABLE CSS
 */
