/*-----------------------------------------------------------------------------------

	Theme Name: CoWorker Child Theme
    Theme URI: http://themes.semicolonweb.com/wp/coworker
    Description: Responsive Retina Ready Multi-Purpose Theme
    Author: SemiColonWeb
    Author URI: http://themeforest.net/user/SemiColonWeb
    License: GNU General Public License version 3.0
    License URI: http://www.gnu.org/licenses/gpl-3.0.html
    Version: 2.2
    Template: coworker
    Tags: responsive, business, corporate, portfolio, creative, clean, modern, retina

-----------------------------------------------------------------------------------*/

@import url("../coworker/style.css");

>*  Add/Update your Styles below this Line
================================================== */

h3, h4, h5 {padding-bottom: 15px;}

h1 {font-family: oswald,"arial narrow"; font-weight: lighter; color: #193654; margin-bottom: 10px; text-transform: uppercase;}

h2 {color: #193654;
    font-family: oswald,"arial narrow";
    font-size: 24px;
    font-weight: normal;
    line-height: 100% !important;
    margin: 0 !important;
    min-height: 24px;
    padding-bottom: 5px !important;
    text-transform: uppercase;}

h3 {color: #193654;
    font-family: oswald,"arial narrow";
    font-size: 18px;
    font-weight: lighter;
    line-height: 100% !important;
    margin: 0 !important;
    min-height: 18px;
    padding-bottom: 5px !important;
    text-transform: uppercase;}

h4 {color: #193654;
    font-family: oswald,"arial narrow";
    font-size: 18px;
    font-weight: normal;
    line-height: 100% !important;
    margin: 0 !important;
    min-height: 18px;
    padding-bottom: 5px !important;
    text-transform: uppercase;}

h6 {font-family: oswald,"arial narrow"; font-size: 18px !important; font-weight: normal; line-height: 120% !important; text-transform: uppercase; padding-bottom: 5px !important;}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
}

#top-bar {
    background-color: #152F49;
}

.stretched #header, .stretched .content-wrap {
    background-color: #193654;
}


/*#primary-menu ul li.current a, #primary-menu ul li:hover a, #primary-menu ul li.current-menu-ancestor a, #primary-menu ul li.current-menu-parent a, #primary-menu ul li.current-menu-item a {
    background-color: #e9e9e9;
   border-bottom: 3px solid #f2b116;
    border-top: none !important;
    text-shadow: none !important;
}

#primary-menu ul ul li.current a, #primary-menu > ul > ul > li:hover a, #primary-menu > ul > ul > li.current-menu-ancestor > a, #primary-menu > ul > ul > li.current-menu-parent > a, #primary-menu > ul > ul > li.current-menu-item > a, #primary-menu div ul ul li.current a, #primary-menu > div > ul > ul > li:hover a, #primary-menu > div > ul > ul > li.current-menu-ancestor > a, #primary-menu > div > ul > ul > li.current-menu-parent > a, #primary-menu > div > ul > ul > li.current-menu-item > a {
    border-bottom: none !important;
}*/

#primary-menu li a, .sticky-menu-wrap li a {
    border-top: none !important;
    color: #fff;
    padding: 36px 16px 38px;
}

/*#primary-menu ul > li a:hover, .sticky-menu-wrap li a:hover {
    border-top: 3px solid #f2b116;
}

#primary-menu ul > ul > li a:hover {
    border-top: none !important;
}*/

#slider {background-color: #193654;}

#primary-menu ul li {background: none; color: #fff !important;}
#primary-menu > ul > li:hover {background: #152F49 !important;}
#primary-menu li a:hover {border-bottom: none !important; color: #fff !important;}
#primary-menu li.current-menu-ancestor, li.current-menu-parent, li.current-menu-item a {border-bottom:none !important;}
#primary-menu .current-menu-ancestor, .current-menu-item, .current-page-ancestor {background: #152F49 !important;}
#primary-menu ul ul li {background: #f2b116 !important;}
#primary-menu li a span {color: #f2b116 !important;}

#primary-menu ul ul li, .sticky-menu-wrap ul ul li {margin: 0;}

.stretched #header, .stretched .content-wrap {box-shadow: none !important;}

.stretched .content-wrap {background-color: #FFF;}

.stretched #page-title, .stretched #countdown-wrap, .stretched #landing-area {
    border-top-color: none !important;
    box-shadow: none !important;
}

.stretched #page-title {
    padding: 70px 0;
}

#page-title {background-size:auto !important;}

#gotoTop {
    background-color: #f2b116;
    border-radius: 2px;
    bottom: 30px;
    color: #193654;
    cursor: pointer;
    display: none;
    font-size: 28px;
    height: 40px;
    left: auto;
    line-height: 35px;
    position: fixed;
    right: 30px;
    text-align: center;
    top: auto;
    transition: background-color 0.2s linear 0s;
    width: 40px;
    z-index: 9999;
}

#gotoTop:hover {
    background-color: #193654 !important;
    color: #f2b116 !important;
}

#top-menu li {
    text-shadow: none !important;
}

#top-menu li a, #top-menu li span {
    color: #FFFFFF;
    font-size:smaller;
}

#top-menu li a:hover {
    /*color: #f2b116 !important;*/
    border-bottom: none !important;
}

label {
    color: #193654;
    font-family: oswald,"arial narrow";
    font-weight: normal !important;
    /*text-transform: uppercase*/;
    font-size:16px;
}

.infomsg {
    background-color: #cddff4;
    border-radius: 10px;
}

.content-wrap {
    padding: 20px 0;
}

#gforms_confirmation_message {
	background: #EEE;
	padding: 10px;
	color: #4EAA94;
	font-weight: bold;
	border-radius: 3px;
	border: 1px solid #4EAA94;
}

.stretched #slider {
    padding: 0;
    box-shadow: none;
}

.box { 
    border:1px solid #000;
    border-radius:5px;
    padding:5px;
    height:283px;
    width:200px;
    float:right;
    margin-left:10px;
}
.overlay {  
    background:rgba(0, 0, 0, .75);
    text-align:center;
    opacity:0;    
    width:100%;height:100%; 
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.box:hover {
    border:1px solid #555;
    border-radius:5px;
}
.box:hover .overlay {
    opacity:1;
}
.search {
    position:relative;
    top:130px;
}
#liste_photos{
margin: 1em 10px 0px 0px; 
padding-top: 0px; 
padding-bottom: 0px; 
display: flex;
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex; 
}

#liste_photos li {
    display: inline;
    flex-grow: 1;
    margin: 5px;
    width: 0;
}

.pop {
background-color:#e4e4e4;
}

#copyrights.copyrights-dark a {
    border-bottom: none;
    color: #aaa;
}

#copyrights.copyrights-dark a:hover {
    border-bottom: none;
    color: #ddd;
}
#copyrights a:hover {
    border-bottom: none;
    color: #000;
}

#top-social li.ts-mail a {
    background-color: #193654;
}

input[type="text"], input[type="password"], select, textarea {
    display: block;
    /*margin: 0;*/
    font-family: sans-serif;
    /*font-size: 16px;*/
    appearance: none;
    box-shadow: none;
    border-radius: none;
    /*padding: 10px;*/
    border: solid 1px #dcdcdc;
    transition: box-shadow 0.3s, border 0.3s;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="text"].focus,
input[type="password"].focus,{
    outline: none;
    border: solid 1px #707070;
    box-shadow: 0 0 5px 1px #969696;
}

[class="login"],#payment, .lost_reset_password, .commande {
    /*width:50%;*/
    margin-left:auto;
    margin-right:auto;
    background: #F9F9F9;
    padding: 30px;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
}

.payment_method_cheque {
    color: #193654;
}

.shop_table {
    /*max-width: 48%;*/
}

.shop_table th {
    color: #193654;
    font-size: 13px;
    padding: 10px;
}

.product-total, .cart-subtotal, .order-total {text-align:center;}

.variation {color: #193654;}

.cart_item {background:#eee;}

.woocommerce-billing-fields, .woocommerce-checkout-review-order-table {
    margin-left:auto;
    margin-right:auto;
    background: #F9F9F9;
    padding: 30px;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
}

#order_comments_field, .woocommerce-shipping-fields {
  display: none;
}

.place-order {
    margin-left:auto;
    margin-right:auto;
}