/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/


/*Dette er egne rettinger*/

.rt-tpg-container {
    margin-top: 40px;
}


/* Ferdig rt-tpg-container*/


/* Rettet contact form 7 liste utvalg */

.cont {
    list-style-type: none;
    margin-left: 0;
}


/*  2 kolonner contact form 7  

#left {
    width: 46%;
    float: left;
    margin-right: 6%;
}

#right {
    width: 46%;
    float: right;
}

.clearfix:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    margin-bottom: 10px;
}

.clearfix {
    display: block;
}

*/
/* Endrer headingen hos The Post Grid. */

.rt-tpg-container .layout2 .rt-holder .rt-detail h2 {
    font-size: 16px;
    font-weight: 700;
}

table, th, td {
    border: 2px solid black;
    border-collapse: collapse;
}

.eael-contact-form-7-wrapper {
	background-color: #70a380;
}


