/*
 Theme Name:     CG-Theme
 Theme URI:      http://www.commercialgroup.com/
 Description:    Divi Child Theme
 Author:         Sammy Helali
 Author URI:     http://www.sammyhelali.com
 Template:       Divi
 Version:        2.1.0
*/

@import url("../Divi/style.css");

/* =Theme customization starts here
------------------------------------------------------- */


/* Contact form 7 styling */

.wpcf7-text,
.wpcf7-textarea,
.wpcf7-captchar {
    background-color: #eee !important;
    border: none !important;
    width: 100% !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    font-size: 14px;
    color: #999 !important;
    padding: 16px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wpcf7-submit {
    color: #2EA3F2 !important;
    margin: 8px auto 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 20px;
    line-height: 1.7em;
    background: transparent;
    border: 2px solid;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.wpcf7-submit:hover {
    background-color: #eee;
    border-color: #eee;
    padding: 6px 20px !important;
}


/*.wpcf7-form-control.wpcf7-submit {
    border-radius: 5px;
    padding: 8px 20px;
    border: solid 1px #ff0000;
    color: white !important;
    background: #ff0000;
    background: -moz-linear-gradient(top, #65dc43 0%, #54a44a 100%);
    background: -webkit-linear-gradient(top, #f74747 0%,#ff0000 100%);
    background: linear-gradient(to bottom, #f74747 0%,#ff0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65dc43', endColorstr='#54a44a',GradientType=0 );
    transition: 0.2s;
    font-size: 12px !important;
    font-weight: 700 !important;
}

.wpcf7-form-control.wpcf7-submit:hover {
transition: 0.2s;
padding: 8px 30px;
padding-right: 30px !important;
}

.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar, .wpcf7-select{
    background-color: #fbfbfb !important;
    border: solid grey 1px !important;
    width: 100% !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    font-size: 14px;
    /* color: #c51818 !important; */

padding: 12px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 4px !important;

}
.wpcf7-text::-webkit-input-placeholder,
.wpcf7-textarea::-webkit-input-placeholder,
.wpcf7-captchar::-webkit-input-placeholder {
    color: black !important;
}
.forsidecirkelboks {
    width: 350px;
    height: 350px;
    -moz-border-radius: 175px;
    -webkit-border-radiu: 175px;
    border-radius: 175px;
    background-color: white;
    padding: 30px;
    padding-top: 80px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
a.small-button.smallorange {
    background: none;
    background-color: #3f9547!important;
    color: white !important;
    border: 0px !important;
    border-radius: 10px !important;
    box-shadow: 0 0px;
    text-shadow: 0 0px !important;
    width: 40%;
    padding: 5px;
    line-height: 1em;
    font-family: sans-serif;
    font-weight: 400!Important;
}
.forsidetopbanner {
    -webkit-box-shadow: 0px 0px 8px 2px #000000;
    -moz-box-shadow: 0px 0px 8px 2px #000000;
    box-shadow: 0px 0px 8px 2px #000000;
    z-index: 2;
}

/*.anbefal {
background-color: #B8052D;
border-radius: 10px;
width: 30%;
text-align: center;
margin: auto;
font-size: 1.3em;
padding:10px;
padding-bottom: 10px !important;
vertical-align: middle;
}*/
#sa_slider_shortcode {
    -webkit-box-shadow: 0 22px 12px -13px gray;
    -moz-box-shadow: 0 22px 12px -13px gray;
    box-shadow: 0 22px 12px -13px gray;
    z-index: 2;
}
.mellemsektion {
    -webkit-box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.75);
    box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.75);
}
#two-column {
    width: 550px;
}
#two-column #left {
    width: 250px;
    float: left;
}
#two-column #right {
    width: 250px;
    float: right;
}
#two-column p {
    margin-bottom: 12px;
}
#two-column input[type="text"] {
    border: none;
    border: 1px solid #000;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
}
#two-column #right input[type="text"],
#two-column #left input[type="text"] {}
#two-column textarea {
    position: relative;
    padding: 5px;
    border: 1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#two-column input[type="submit"] {
    border-radius: 5px;
    padding: 8px 20px;
    border: solid 1px #ff0000;
    color: white !important;
    background: #ff0000;
    background: -moz-linear-gradient(top, #65dc43 0%, #54a44a 100%);
    background: -webkit-linear-gradient(top, #f74747 0%, #ff0000 100%);
    background: linear-gradient(to bottom, #f74747 0%, #ff0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65dc43', endColorstr='#54a44a', GradientType=0);
    transition: 0.2s;
    font-size: 12px !important;
    font-weight: 700 !important;
}
#two-column input[type="text"]:focus,
#two-column textarea:focus {
    background: #eee;
}
#two-column input[type="submit"]:hover {
    transition: 0.2s;
    padding: 8px 30px;
    padding-right: 30px !important;
}
select.wpcf7-form-control.wpcf7-select {
    font-size: 12px;
    color: black;
    border: solid black 1px;
    margin-bottom: 10px;
    padding: 5px;
}
*/ h3.et_pb_gallery_title {
    display: none;
}
.et_pb_counters,
.et_pb_pricing,
.et_pb_widget_area ul,
.et_pb_tabs_controls {
    padding: 0 !important;
    line-height: inherit !important;
    list-style: none !important;
    width: 200%;
}
.et_pb_widget {
    float: left;
    max-width: 100%;
    margin-bottom: 23px !important;
}
.et_pb_section_video_bg {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    zoom: 75%;
    margin-top: -150px;
}

/* Alternative ændringer til videoen på forsiden */
.et_pb_section_video_bg {
    background-color: white;
    zoom: 40%;
    margin-top: 0;
}
.mejs-container .mejs-controls {
    background: white !important;
}
.mejs-container * {
    background-color: white;
}

/*Ændringer til formular i footeren */
.wpcf7-text,
.wpcf7-textarea,
.wpcf7-captchar,
.wpcf7-select {
    color: #4e4e4e !important;
    font-family: sans-serif;
}
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
.wpcf7-select option:checked {
    /* Chrome */

    color: #a6a6a6!important;
}
input[type="text"]:-ms-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
.wpcf7-select option:checked {
    /* IE 10+ */

    color: #a6a6a6 !important;
}
input[type="text"]::-moz-placeholder,
input[type="tel"]::-webkit-input-placeholder,
.wpcf7-select option:checked {
    /* Firefox 19+ */

    color: #a6a6a6 !important;
    opacity: 1;
}
input[type="text"]:-moz-placeholder,
input[type="tel"]::-webkit-input-placeholder,
.wpcf7-select option:checked {
    /* Firefox 4 - 18 */

    color: #a6a6a6 !important;
    opacity: 1;
}

/******* Forside Referencer *******/
.fporeference .et_pb_module img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}
.fporeference .et_pb_module {
    height: 80px;
    padding: 5px;
    vertical-align: middle;
}

/******** /Forside Referencer ********/

/******* Referencer *******/
.poreference .et_pb_module img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}
.poreference .et_pb_module {
    height: 160px;
    margin-top: 10px;
    padding: 5px;
    vertical-align: middle;
}

/******** /Referencer ********/
.wpcf7-text,
.wpcf7-textarea,
.wpcf7-email,
.wpcf7-select {
    background-color: white !important;
    padding: 10px !important;
    border: 1px solid #ccc !important;
}
.wpcf7 br {
    display: none;
}
.your-name input {
    width: 48% !important;
    float: left;
}
.your-email input {
    margin-left: 4%;
    width: 48% !important;
    float: left;
    padding-bottom: 10px;
}
.your-subject select {
    width: 48% !important;
    float: left;
    margin-top: 25px !important;
    height: 40px;
    border: 1px solid #900000;
    color: #900000;
}
.your-number input {
    margin-left: 4%;
    width: 48% !important;
    float: left;
    margin-top: 25px !important;
}
.your-message textarea {
    width: 100% !important;
}
.wpcf7-submit {
    width: 100% !important;
    background: #B8052D;
    border: 1px solid;
    border-color: #B8052D;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    color: white !important;
    font-size: 13px;
}
.wpcf7-submit:hover {
    width: 100% !important;
    background: #B8052D;
    border: 1px solid;
    border-color: #B8052D;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    color: white !important;
    font-size: 13px;
}
#postn {
    margin: 0;
    margin-top: -1em;
    width: 30%;
    float: left;
}
#by {
    margin: 0;
    margin-top: -1em;
    width: 70%;
    float: right;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    background-color: white;
}
.mobile_menu_bar:before {
    color: #B8052D;
}
.et_mobile_menu {
    border-top: 3px solid #F7F7F7;
}
.et_mobile_menu {
    border-color: #F7F7F7;
}
.smoothtable {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.et_header_style_left #et-top-navigation nav>ul>li>a,
.et_header_style_split #et-top-navigation nav>ul>li>a {
    display: block !important;
}
tr:nth-child(2n) {
    background-color: #fff7f9;
}
tr:hover {
    background-color: #B8052D;
    color: white;
}
.forsidekodeboks {
    /*background-color: #ccc;
 padding: 20px;
 border-radius: 5px;*/

    width: 408px;
    float: left;
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    border: 2px solid #ccc;
}
tr:first-child:hover {
    background-color: #fff !important;
    color: #666;
}
td,
th {
    position: relative;
}
.wpcf7-select {
    width: 100%;
}
.forsidebilledestor img {
    width: 100% !important;
}
.page-id-2 .et_pb_button_module_wrapper.et_pb_module.et_pb_button_alignment_center {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom: 3px solid #A50124;
}
.forsideafrundetbillede img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/*Ring til mig Kontakt Formula


/*Insert Button in to text*/
.btn-green {
    font-size: 20px;
    font-weight: 500;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 20px;
    line-height: 1.7em;
    background: transparent;
    border: 2px solid;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
}
a.btn-green {
    background-color: #3f9547;
    /* change background color here */

    border: 2px solid transparent;
    color: #fff!important;
    /* change font color here */

    font-weight: bold;
}
a.btn-green:hover {
    background: #71b574;
    /* change background color on hover here */

    border: 2px solid transparent;
    padding: 8px 34px 8px 14px !important;
}
a.btn-green:after {
    font-family: 'ETmodules';
    font-size: 32px;
    opacity: 0;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 1em;
    content: "\35";
    position: absolute;
    margin-left: -1em;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
a.btn-green:hover:after {
    opacity: 1;
    display: block!important;
    font-family: 'ETmodules';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 0px;
    top: 5px;
    margin-left: 0;
}
#menu-item-1385 a {
    background-color: #3f9547;
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
    border: 2px solid #3f9547;
    border-radius: 8px;
    color: #ffffff;
    padding-bottom: 5px !important;
    margin-bottom: 28px;
}
@media (min-width: 769px) {
    .et_pb_code.et_pb_module.et_pb_code_0 {
        width: 80%;
        float: right;
    }

    .bot {
        width: 80%;
        float: right;
    }
}
@media (max-width: 1024px) {
    #top-menu {
        display: none!important;
    }

    #et_mobile_nav_menu {
        display: block!important;
    }

    .forsidecirkelboks {
        height: 280px !important;
        width: 280px !important;
        padding-top: 22px !Important;
    }
}
@media (max-width: 980px) {
    .forsidecirkelboks {
        height: 400px !important;
        width: 400px!important;
        padding-top: 100px !Important;
        border-radius: 200px!important;
        margin: auto;
    }
}
@media (min-width: 980px) {
    .et_pb_code.et_pb_module.et_pb_code_0 {
        width: 80%;
        float: right;
    }

    .bot {
        width: 80%;
        float: right;
    }
}
@media (max-width: 600px) {
    .forsidecirkelboks {
        width: auto !important;
        height: auto !important;
        -moz-border-radius: 0px !important;
        -webkit-border-radiu: 0px !important;
        border-radius: 0px !important;
        background-color: white;
        padding: 20px !important;
        padding-top: 60px !important;
    }

    .forsidekodeboks {
        width: 100%;
    }

    ._2p3a {
        width: 100% !important;
    }
}