/*
Theme Name: CMC Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: cmc
*/



/*Add your own styles here:*/

#header .social_bookmarks a {color: #787878 !important;}
#header .social_bookmarks a:hover {color:white !important; } 
 

.html_header_transparency #main{padding-top: 0px !important;}

 
#top #header .av-main-nav > li > a{font-weight: 300;} 
 
 
.av_seperator_small_border .av-main-nav > li > a > .avia-menu-text:first-child {
padding-left:0px;}

.av-special-heading h2{ color: #2d5c88 !important;
}
 
.title_container .main-title {
    font-size: 18px;
    }
 
.img-border{ border:1px solid #cccccc;
padding:0px !important;
}


/*.header {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);}
*/

.container .av-content-full.units .flex_column .avia_textblock > p:first-child {
    min-height: 150px;
}
.container .av-content-full.units .flex_column {
    position: relative;
    padding-bottom: 50px;
}
.container .av-content-full.units .flex_column .avia-button-wrap {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
}

.container .av-content-full.units .entry-content-wrapper {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
}
.img-border{
    border:none;
}

/*------------21/10/2019---------------*/
.container .av-content-full.units .entry-content-wrapper .av_textblock_section {
    width: 100%;
}
.container .av-content-full.units .entry-content-wrapper .flex_column .avia-button-wrap {
    top: auto;
}

@media(max-width:767px){
.container .av-content-full.units .entry-content-wrapper .flex_column .avia-button-wrap {top: auto;bottom: -35px;}
.responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin{margin-bottom: 55px;}
}

