/*
Theme Name: Conexus Child
Theme URI: http://themefuse.com/demo/wp/conexus/
Description: Child theme for the Conexus theme. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Reade More</a>
Author: ThemeFuse
Author URI: http://themefuse.com
Template: conexus-parent
*/

@import url("../conexus-parent/style.css");

#map {
width:100%;
height:286px;
padding-top:86px;
}

.btn_blue {
    background-color:#386fa9;
    border-color:#103966}
.btn_blue span {
    color:#fff;
    text-shadow:0 1px 1px #555}

/*.btn_blue span {
    color:#0c0a48;25637a
    text-shadow:0 1px 1px #91c0eb}
*/
a.prettylink, a:visited.prettylink
{
color: #5d8aae !important;
}
a:hover.prettylink
{
color: #f6962b !important;
}
#middle .sidebar
{
padding-top: 20px !important;
}
input.btn-arrow.newsletter_subscription_submit
{
margin: 0;
}
input#newsletter.newsletter_subscription_email.inputField
{
height: 30px !important;
}
.ptsans
{
font-family: PT Sans, sans-serif !important;
font-style: normal;
}
input.inputtext
{
height: 34px !important;
}

div.logo {
    height: 67px;
    width: 300px !important;
    }
button{
    padding:0px auto;
}

nav#topmenu.menu-new-container
{ padding: 20px 0 0 0 !important;
        width: 100%!important;
}
.statigram-widget > iframe > html > body > div {
width:100% !important;
padding-top: 0px !important;
}
.instagram-backlink
{
display:none !important;
}
#instagram-image-5, #instagram-image-6
{
display:none !important;
}
.sidebar .widget-container .widget-title {
padding: 14px 0px 0px 0px;
}
.widget-container .slider .slider_quotes .first
{
content: 'test' !important;
}
.sidebar .widget-container.widget_contact {
padding: 14px 0px 40px 0px;
}
.tabs_framed .tabs{
height: 200px;
}
.carousel_posts .post-more a {
display: none;
}
.products
{
    display: flex;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        clear: both;
}
.products .product
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
        padding: 1rem;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
min-width: 25%;

}
span.price
{
    display: block;
}

.add_to_cart_button
{

}
.woocommerce-result-count,
.woocommerce-ordering,
.page-numbers li
{
    display: inline-block;
}
.header_top
{
    position: relative;
}
.woocommerce-ordering
{
    float: right;
}
select
{
    height: auto;
    line-height: 1;
}

.summary.entry-summary
{
    float: right;
    width: 50%;
}
.images
{
    float: left;
    width: 50%;
}

.woocommerce-tabs.wc-tabs-wrapper
{
    clear: both;
}

.input-text.qty.text
{
    font-size: 14px;
    padding: 5px 10px;
    width: auto;
    height: auto;
    border: 1px solid #777;

    border-radius: 7px;
    margin-right: 1rem;
}
.quantity
{
    display: inline-block;
}
.single_add_to_cart_button:hover
{
    background: #2783D0;
    color: #FFF;
}
.single_add_to_cart_button
{
    -webkit-appearance: none;
    padding: 0 20px;
    width: auto;
    height: auto;
    background: none;
    border: 1px solid #777;
    border-radius: 7px;
    cursor: pointer;
}
.sku_wrapper
{
    display: block;
}
.products .amount
{
    font-size: 14px;
}
.amount
{
    font-size: 36px;
}
.shop_attributes th
{
    padding-right: 1rem;
}

.woocommerce-main-image.zoom
{
    display: block;
    padding: 2rem;
    box-sizing: border-box;
}
mark
{
background: none;
     font-style: normal; 
     font-weight: bold; 
}

.page-numbers li
{
    font-size: 18px;
    margin-right: 1em;
    padding: 1em;
    border-radius: 0.5em;
}
.page-numbers li:hover
{
    background: rgba(0,0,0,0.1);
    color: #fff;
    cursor: pointer;
}