/*
    Theme Name: Default tooShark Theme
    Theme URI: http://e-mk.ro/
    Description: This is the default tooShark theme created for the Genesis Framework.
    Author: tooShark
    Author URI: http://www.2shark.ro/

    Version: 5.0

    License: GPL-2.0+
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* # START Customization
---------------------------------------------------------------------------------------------------- */

/* ## Generic
------------------------ */

body > div {
    font-size: 1rem;
}

body {
    background-color: #fff;
    color: #050708;
    font-family: 'Encode Sans Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Encode Sans Semi Condensed", serif;
    font-weight: 800;
}

h1 {font-size: 150%;}

h2 {font-size: 125%;}

h3 {font-size: 110%;}

h4 {font-size: 100%;}

h5 {font-size: 90%;}

h6 {font-size: 80%;}

a {
    color: #d80000;
    text-decoration: none;
    cursor: pointer !important;
}

a:hover,
a:focus {
    color: #be0000;
    text-decoration: none;
}

p {
    margin: 0 0 6px;
    padding: 0;
}

b, strong {
    font-weight: bold;
}


.entry-content ol, .entry-content ul {
    margin-bottom: 10px;
    margin-left: 40px;
}

img {
    border-style: none;
}

input[type="text"], input[type="password"], select {
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
}

textarea:focus, input:focus, img, *:focus {
    outline: none;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    background-color: #d80000;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    text-decoration: none;
    white-space: normal;
    width: auto;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .84rem 2.14rem;
    font-size: .81rem;
    line-height:1.5;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: .375rem;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    word-wrap: break-word;
}

.button:hover {
    background: #be0000;
}

button:focus, button:hover, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover, .button:focus, .button:hover {
    background-color: #000;
    color: #fff;
}

hr {
    margin: 20px 0;
}

/* ## Utility
------------------------ */

.condensed {
    font-family: 'Encode Sans Condensed', sans-serif;
}

.normal {
    font-family: 'Encode Sans Semi Condensed', sans-serif;
}

.fw-300 {
    font-weight:300;
}

.fw-400 {
    font-weight:400;
}

.fw-500 {
    font-weight:400;
}

.fw-600 {
    font-weight:600;
}

.fw-700 {
    font-weight:700;
}

.fw-800 {
    font-weight:800;
}

.fs-050 {
    font-size: 50%;
}

.fs-060 {
    font-size: 60%;
}

.fs-070 {
    font-size: 70%;
}

.fs-080 {
    font-size: 80%;
}

.fs-090 {
    font-size: 90%;
}

.fs-100 {
    font-size: 100%;
}

.fs-110 {
    font-size: 110%;
}

.fs-120 {
    font-size: 120%;
}

.fs-125 {
    font-size: 125%;
}

.fs-150 {
    font-size: 150%;
}

.fs-175 {
    font-size: 175%;
}

.fs-200 {
    font-size: 200%;
}

.text-right {
    text-align:right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align:center;
}

.float-left {
    float:left;
}

.float-right {
    float:right;
}

.clear {
    clear: both;
}

.italic {
    font-style: italic;
}

.bold {
    font-stule:bold;
}

.mobile-left-center {
    text-align: left;
}

.mobile-right-center {
    text-align: right;
}

.ef-bw-img img {
    filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
    filter: gray; /* IE5+ */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
    -webkit-transition: all .5s ease-in-out;
}

.ef-bw-img img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.1);
}

p:empty { display:none; }

/* ## Search Form
------------------------ */
.search-form {
    position: relative;
    margin:0 auto;
}

.search-form > input {
    padding: 7px 32px 7px 10px;
    font-size:13px;
    background: #efefef;
}

.search-form input[type="submit"] {
    background: #ffffff !important;
    border: none;
    clip: inherit;
    color: #999;
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 14px;
    height: 30px;
    width: 30px;
    padding: 0 10px 0 10px;
    margin:0;
    position: absolute;
    right: 0px;
    top: 0px;

}

.widget_search input[type="submit"]:focus {
    background: #fff;
    box-shadow: 0 0 0px 0px rgba(0,0,0,.6);
    clip: auto !important;
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: normal;
    height: 32px;
    padding: 0 10px 0 10px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
}

.page-nav {
    padding:10px;
    width:100%;
    text-align:center;
    margin:20px 0;
}

.page-nav li {
    display:inline;
    list-style-type: none;
    padding: 4px 8px;
    border: 1px solid #ccc;
    margin:1px;
}


/* ## Layout
------------------------ */

.content {
    width:100%;
}

.site-inner {
    max-width:1600px;
    margin:0 auto;
    padding:40px 20px;
}

.mw-1200 {
    max-width:1200px;
    margin:0 auto;
}

.container,
.mw-1400 {
    max-width:1400px;
    margin:0 auto;
}



.logo img {
    max-height:90px;
    width:auto;
}

footer {
    position: fixed;
    bottom:0;
    width:100%;
}


/* ## Navbar
------------------------ */

.modal-dialog {
    margin-top:15%;
}

.modal-content {
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.3);
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    border-radius: 3px;
}

.modal-content input[type="search"]{
    width:80%;
    height:42px;
}

.modal-content input[type="submit"]{
    width:20%;
    margin:0;
    height:42px;
}

/* ## Pages
------------------------ */
.back {
    font-family: "Encode Sans Semi Condensed", serif;
    font-size:12px;
    font-weight:600;
    text-align:center;
    display:block;
    color:#CC0000;
}

.back:hover {
    color: #007E33;
}

.list-link {
    color:#053264;
}

.list-link:hover {
    color:#0a64c8;
}

.action a {
    color:#ccc;
    font-size: 80%;
}

.action a:hover {
    color:#333;
}

.action p {
    display:inline;
}

.row {
    line-height:1.2;
    padding: 3px 0;
}


.row-striped:nth-of-type(odd){
    background-color: #efefef;
}

.row-striped:nth-of-type(even){
    background-color: #ffffff;
}

.row-striped:hover {
    cursor: pointer;
}

.row > div {
    border-right: 1px solid #fff;
}

.row > div.action {
    border:0;
}

.wpt-repetitive {
    flex:auto;
}

.wpt-date-clear {
    position: absolute;
    left: 250px;
    top: 0px;
}

.ui-datepicker-trigger {
    position: absolute;
    left: 250px;
    top: 20px;
}

.date-label {
    width:85px;
}

.date-select {
    display:flex;
}

.wpt-form-textfield.hasDatepicker {
    width:150px;
    display: inline-block !important;
    margin-right:5px;
}


ul.wpt-form-set > li{
    list-style-type: none;
}

.toolset_select2-container--default .toolset_select2-selection--single {
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
    line-height: 1.2;
    padding: .375rem .75rem;
    height:auto;
}

.toolset_select2-container--default .toolset_select2-selection--single span {
}

.input.form-control {
    margin: .375rem 0;
    padding: .84rem;
}

.cred-form .input-group-text {
    background: #388e3c;
    color:#fff;
}

.wpt-form-error {
    font-weight:bold;
    color: yellow;
    background:#d80000;
    padding: 3px 15px;
    margin:3px;
}

/* ## Search
------------------------ */

.select-box {
    border-radius: 0 !important;
}

/* ## Tables
------------------------ */
.bt th {
  font-weight:600;
  font-size:110%;
  padding: 0px !important;
}

.bt th .th-inner {
  padding:6px 10px !important;

}

.bt td {
  padding: 3px 10px !important;
}

/* ## Archive
------------------------ */



/* # Plugins
---------------------------------------------------------------------------------------------------- */


/* #GenesisChild  - Beaver Builder Full Width
---------------------------------------------------------------------------------------------------- */

.content {
    width:100%;
}

.fl-theme-builder-singular .site-inner,
.fl-theme-builder-archive .site-inner,
.fl-theme-builder-404 .site-inner,
.fl-builder .site-inner {
    padding: 0;
    margin:0;
    border-top: none;
    max-width:100%;
    background:transparent;
}

.fl-builder .site-inner .wrap {
    max-width: none;
}

.fl-builder .entry {
    padding: 0;
    margin-bottom: 0;
    border-top: none;
}

.fl-builder .breadcrumb,
.fl-builder .entry-header {
    display: none;
}

.fl-rich-text p:last-of-type {
    margin-bottom: 0;
}

.fl-builder ul.menu > li {
    list-style-type: none;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

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


}

@media only screen and (max-width: 992px) {
    .page-header .uabb-ultb3-info {
        margin-left: auto;
        width: auto;
        line-height:1;
    }
}

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

    .top-cart {
        top: -5px;
        left: 15px;
        right: inherit;
    }

    .header-top-right {
        height: 35px;
    }
    .mobile-left-center,
    .mobile-right-center {
        text-align: center;
    }
}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

}
